Skip to content

Commit 985bdf5

Browse files
committed
chore: Update dependencies across multiple packages, including cheerio and @aws-sdk/client-s3, to latest versions for improved functionality
1 parent b1c106a commit 985bdf5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"socket.io": "^4.7.5",
5858
"uuid": "^9.0.1",
5959
"winston": "^3.11.0",
60-
"cheerio": "^1.0.0-rc.12",
60+
"cheerio": "^1.2.0",
6161
"@wordpress/block-library": "^9.30.0"
6262
},
6363
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"errorMsg": "Please add valid branch name!"
5252
},
5353
"dependencies": {
54-
"@contentstack/cli-utilities": "^1.14.4",
54+
"@contentstack/cli-utilities": "^1.17.1",
5555
"express-validator": "^7.3.1",
5656
"js-yaml": "^4.1.1",
5757
"qs": "^6.14.1",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
"serialize-javascript": ">=6.0.2",
7878
"@babel/runtime": ">=7.26.10"
7979
}
80-
}
80+
}

upload-api/migration-sitecore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ansi-colors": "^4.1.3",
2424
"axios": "^1.12.0",
2525
"chalk": "^4.1.0",
26-
"cheerio": "^1.0.0-rc.12",
26+
"cheerio": "^1.2.0",
2727
"cli-progress": "^3.11.1",
2828
"fs-readdir-recursive": "^1.1.0",
2929
"inquirer": "^8.2.4",

upload-api/migration-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ansi-colors": "^4.1.3",
3131
"axios": "^1.12.0",
3232
"chalk": "^4.1.0",
33-
"cheerio": "^1.0.0-rc.12",
33+
"cheerio": "^1.2.0",
3434
"cli-progress": "^3.11.1",
3535
"fs-extra": "^11.2.0",
3636
"inquirer": "^8.2.4",

upload-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "^5.3.3"
3636
},
3737
"dependencies": {
38-
"@aws-sdk/client-s3": "^3.982.0",
38+
"@aws-sdk/client-s3": "^3.985.0",
3939
"@contentstack/cli-utilities": "^1.17.1",
4040
"@typescript-eslint/parser": "^8.0.0",
4141
"axios": "^1.12.0",

0 commit comments

Comments
 (0)