-
Notifications
You must be signed in to change notification settings - Fork 10
[Snyk] Security upgrade axios from 1.11.0 to 1.13.5 #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ | |
| "prepare": "npm run build" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^1.7.8", | ||
| "axios": "^1.13.5", | ||
|
||
| "@aps_sdk/autodesk-sdkmanager": "^1.0.0", | ||
| "@types/node": "^20.9.0" | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change creates an inconsistency across the codebase. All other packages in the repository (authentication, construction/accountadmin, construction/issues, datamanagement, modelderivative, oss, sdkmanager, and samples) use "axios": "^1.7.8" in their package.json files. For consistency and to ensure all packages are protected against the same vulnerabilities, all packages should be updated to the same axios version. Consider updating all package.json files in the repository to use the same secure version of axios.