π¨ [security] Update multer 1.4.5-lts.1 β 2.0.0 (major)#8
Merged
browser-vm merged 1 commit intomainfrom May 22, 2025
Merged
π¨ [security] Update multer 1.4.5-lts.1 β 2.0.0 (major)#8browser-vm merged 1 commit intomainfrom
browser-vm merged 1 commit intomainfrom
Conversation
β Deploy Preview for colorflux ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Reviewer's GuideThis PR upgrades the multer package from 1.4.5-lts.1 to 2.0.0 to remediate two Denial of Service vulnerabilities by updating the dependency in package.json and regenerating the lockfile. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
π¨ Your current dependencies have known security vulnerabilities π¨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
β³οΈ multer (1.4.5-lts.1 β 2.0.0) Β· Repo Β· Changelog
Security Advisories π¨
π¨ Multer vulnerable to Denial of Service via memory leaks from unclosed streams
π¨ Multer vulnerable to Denial of Service from maliciously crafted requests
Commits
See the full diff on Github. The new version differs by 12 commits:
π drain stream. fixes regression in node 18, remove old CI, set minimum node version, fix readme badges, add .npmrcci: add ci pipeline to `lts` branch (#1302)version: 1.4.5-lts.2history: 1.4.5-lts.2test: add test for out-of-band error eventMerge pull request #1177 from max-mathieu/fix/unhandled-busboy-errorFix out-of-band error event from busboyversion: 1.4.5-lts.1history: 1.4.5-lts.1version: 1.4.4-lts.1history: 1.4.4-lts.1fix(cve): bump busboy to fix CVE-2022-24434Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands
Summary by Sourcery
Upgrade multer from 1.4.5-lts.1 to 2.0.0 to address critical security vulnerabilities.
Bug Fixes:
Chores: