-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
chore(express): bump multer 1.4.4 to 1.4.4-lts.1 to fix "CVE-2022-24434" #9686
Conversation
Pull Request Test Coverage Report for Build 0e6ad03a-1c07-4438-87ca-2a407f4faa23
💛 - Coveralls |
updated multer package version in packages/platform-express to fix vulnerbility |
also waiting for it 👍 |
Signed-off-by: Sushant Zope <sushantzope9096@gmail.com>
Until this is released a workaround to resolve the issue is:
Example: {
...
"overrides": {
"multer": "^1.4.4-lts.1"
},
"dependencies": {
...
}
|
@hiagodotme just to expand that one, it has a requirement of |
Thanks @pavleprica as my npm was up to date I didn't pay attention to this detail. |
lgtm |
Signed-off-by: Sushant Zope sushantzope9096@gmail.com
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information