-
Notifications
You must be signed in to change notification settings - Fork 124
[Snyk] Security upgrade qs from 6.14.1 to 6.14.2 #658
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 |
|---|---|---|
|
|
@@ -75,7 +75,7 @@ | |
| "form-data": "^4.0.5", | ||
| "formstream": "^1.5.2", | ||
| "mime-types": "^2.1.35", | ||
| "qs": "^6.14.1", | ||
| "qs": "^6.14.2", | ||
|
||
| "type-fest": "^4.41.0", | ||
| "undici": "^7.19.0", | ||
| "ylru": "^2.0.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.
The
pnpm-lock.yamlfile has not been updated to reflect the new version ofqs. As the pull request description warns, this must be done manually. Without updating the lock file, the project will continue to use the old, vulnerable version ofqs(6.14.1).Please run
pnpm installto updatepnpm-lock.yamland commit the resulting changes to ensure the security vulnerability is actually fixed.