Skip to content

Commit 05d48c1

Browse files
Merge pull request #659 from contentstack/feature/dropdown-field-choices
axios package updated to 1.8.3 in upload-api/migration-sitecore
2 parents fcdb635 + 2702258 commit 05d48c1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

upload-api/migration-contentful/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upload-api/migration-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@contentstack/json-rte-serializer": "^2.0.0",
11-
"axios": "^1.7.7",
11+
"axios": "^1.8.3",
1212
"jsdom": "^19.0.0",
1313
"jsonpath": "^1.1.1",
1414
"lodash": "^4.17.21",

upload-api/migration-sitecore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@contentstack/json-rte-serializer": "^2.0.2",
2323
"@sitecore-jss/sitecore-jss-cli": "^22.4.0",
2424
"ansi-colors": "^4.1.3",
25-
"axios": "^1.3.4",
25+
"axios": "^1.8.3",
2626
"chalk": "^4.1.0",
2727
"cheerio": "^1.0.0-rc.12",
2828
"cli-progress": "^3.11.1",

upload-api/migration-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@contentstack/json-rte-serializer": "^2.0.0",
2323
"ansi-colors": "^4.1.3",
24-
"axios": "^1.3.5",
24+
"axios": "^1.8.3",
2525
"chalk": "^4.1.0",
2626
"cli-progress": "^3.11.1",
2727
"fs-extra": "^11.2.0",

0 commit comments

Comments
 (0)