-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade express from 4.17.1 to 4.22.0 #163
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: next
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 |
|---|---|---|
|
|
@@ -72,7 +72,7 @@ | |
| "docsearch.js": "^2.6.3", | ||
| "doctrine": "^3.0.0", | ||
| "emotion-theming": "^10.0.27", | ||
| "express": "^4.17.1", | ||
| "express": "^4.22.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.
This dependency bump is incomplete because Useful? React with 👍 / 👎. |
||
| "fg-loadcss": "^2.0.1", | ||
| "final-form": "^4.18.5", | ||
| "flexsearch": "^0.6.30", | ||
|
|
||
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.
expresswas bumped indocs/package.json, but the workspace lockfile still resolvesexpressto 4.17.1 (andqs6.7.0). Please regenerate and commit the updated rootyarn.lockso installs/CI actually pick upexpress@^4.22.0and the vulnerability fix takes effect.