Skip to content

Commit b8d9d8b

Browse files
committed
axios package upgrade
1 parent 7d89b53 commit b8d9d8b

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
lines changed

api/package-lock.json

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

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@contentstack/cli-utilities": "^1.12.0",
3030
"@contentstack/json-rte-serializer": "^2.0.7",
3131
"@contentstack/marketplace-sdk": "^1.2.4",
32-
"axios": "^1.8.2",
32+
"axios": "^1.12.0",
3333
"chokidar": "^3.6.0",
3434
"cors": "^2.8.5",
3535
"dotenv": "^16.3.1",

ui/package-lock.json

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

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react": "^18.3.21",
1313
"@types/react-dom": "^18.2.13",
1414
"@types/react-redux": "^7.1.33",
15-
"axios": "^1.8.3",
15+
"axios": "^1.12.0",
1616
"bootstrap": "^5.3.6",
1717
"chokidar": "^3.6.0",
1818
"final-form": "^4.20.10",

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

Lines changed: 1 addition & 1 deletion
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.8.3",
11+
"axios": "^1.12.0",
1212
"jsdom": "^19.0.0",
1313
"jsonpath": "^1.1.1",
1414
"lodash": "^4.17.21",

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

upload-api/migration-sitecore/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.2",
2323
"ansi-colors": "^4.1.3",
24-
"axios": "^1.8.3",
24+
"axios": "^1.12.0",
2525
"chalk": "^4.1.0",
2626
"cheerio": "^1.0.0-rc.12",
2727
"cli-progress": "^3.11.1",

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.3",
24+
"axios": "^1.12.0",
2525
"chalk": "^4.1.0",
2626
"cli-progress": "^3.11.1",
2727
"fs-extra": "^11.2.0",

0 commit comments

Comments
 (0)