-
Notifications
You must be signed in to change notification settings - Fork 2
[Snyk] Security upgrade axios from 0.27.2 to 1.12.0 #126
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
base: master
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.17.9", | ||
| "axios": "^0.27.2", | ||
| "axios": "^1.12.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While upgrading If it's intended as a placeholder for developers, then this upgrade is acceptable. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While this upgrade is correct, the same dependency in |
||
| "core-js": "^3.22.3", | ||
| "web-vitals": "^2.1.4" | ||
| }, | ||
|
|
||
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 upgrade is correct for this file, but the fix is incomplete. The
axiosdependency intemplates/react-app/package.jsonalso needs to be upgraded from^0.27.2to^1.12.0to fully patch the security vulnerability across all project templates.