Skip to content
Merged

Dev #806

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: update axios and multer versions across all packages
  • Loading branch information
umeshmore45 committed Oct 8, 2025
commit 524e1732c62cb0496071d3159a3ac7b28086d8a0
10 changes: 5 additions & 5 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@contentstack/cli-utilities": "^1.12.0",
"@contentstack/json-rte-serializer": "^2.0.7",
"@contentstack/marketplace-sdk": "^1.2.4",
"axios": "^1.8.2",
"axios": "^1.12.0",
"chokidar": "^3.6.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
Expand Down Expand Up @@ -78,4 +78,4 @@
"typescript": "^5.4.3"
},
"keywords": []
}
}
10 changes: 5 additions & 5 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react": "^18.3.21",
"@types/react-dom": "^18.2.13",
"@types/react-redux": "^7.1.33",
"axios": "^1.8.3",
"axios": "^1.12.0",
"bootstrap": "^5.3.6",
"chokidar": "^3.6.0",
"final-form": "^4.20.10",
Expand Down
58 changes: 35 additions & 23 deletions upload-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions upload-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@aws-sdk/client-s3": "^3.529.0",
"@contentstack/cli-utilities": "^1.5.12",
"@typescript-eslint/parser": "^7.7.1",
"axios": "^1.8.2",
"axios": "^1.12.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
Expand All @@ -55,7 +55,7 @@
"migration-contentful": "file:migration-contentful",
"migration-sitecore": "file:migration-sitecore",
"migration-wordpress": "file:migration-wordpress",
"multer": "^1.4.5-lts.1",
"multer": "^2.0.1",
"node-fetch": "^2.7.0",
"nodemon": "^3.1.9",
"prettier": "^3.3.3",
Expand Down
Loading