-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade axios from 1.11.0 to 1.13.5 #8
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "axios": "^1.7.2", | ||
| "axios": "^1.13.5", | ||
| "electron": "^31.2.1", | ||
| "npmlog": "^7.0.1", | ||
| "rimraf": "^6.1.1" | ||
|
Comment on lines
11
to
16
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. P2 | Confidence: Medium The PR upgrades |
||
|
|
||
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.
For better security and dependency stability, consider pinning the exact version of
axiosinstead of using a caret range (^). Pinning the version to"1.13.5"ensures thatnpm installwill always use this exact version, preventing unexpected changes from automatic minor or patch updates. This gives you more control over dependency updates, which is especially important for a library that has had security vulnerabilities in the past.