chore(deps): bump multer from 2.0.2 to 2.1.1#140
chore(deps): bump multer from 2.0.2 to 2.1.1#140dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [multer](https://github.com/expressjs/multer) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](expressjs/multer@v2.0.2...v2.1.1) --- updated-dependencies: - dependency-name: multer dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
1 similar comment
|
|
Greptile SummaryThis PR upgrades
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Dependabot opens PR] --> B[Bump multer 2.0.2 → 2.1.1\nin apps/api/package.json]
B --> C[Run pnpm install\nto regenerate lock file]
C --> D{Lock file changes}
D --> E[multer 2.0.2 → 2.1.1\nCVE-2026-3520 fixed\nCVE-2026-2359 fixed\nCVE-2026-3304 fixed]
D --> F[Collateral updates:\n@maxim_mazurok/gapi.client.drive-v3\n@nx/angular peer hash\nwebpack snapshots + esbuild\n@module-federation snapshots\nsemver 7.7.3 → 7.7.4]
E --> G[NestJS API uses multer\nfor file upload handling]
G --> H[Verify build & tests pass\nbefore merging]
F --> H
Last reviewed commit: cd569fe |
| version: 19.1.0(@angular/core@19.2.10(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) | ||
| '@nx/angular': | ||
| specifier: 21.0.3 | ||
| version: 21.0.3(25kdjzbgp6y4cbqvad66eapdmi) | ||
| version: 21.0.3(kc7c3pdl2egimajvcsht3ishum) |
There was a problem hiding this comment.
Broader lock file changes beyond multer
The pnpm-lock.yaml diff contains considerably more changes than just the multer bump. Notable collateral updates include:
@maxim_mazurok/gapi.client.drive-v3updated from0.1.20251119→0.1.20260303@nx/angular@21.0.3peer-dependency hash changed (25kdjzbgp6y4cbqvad66eapdmi→kc7c3pdl2egimajvcsht3ishum)- Several webpack snapshots now include
esbuild@0.25.4as a resolved peer @module-federation/enhanced@0.21.6and@module-federation/node@2.7.25snapshots were removedwebpack-dev-servernow resolves againstwebpack@5.103.0in some snapshot paths (previouslywebpack@5.98.0)next@14.2.33now has an explicit security-vulnerability deprecation notice surfaced in the lock file
These changes appear to be floating dependency updates that were triggered by re-running pnpm install, but they go beyond what a targeted multer patch would normally produce. It's worth confirming the build and key functionality still work after merging, per the team's dependency-update policy.
Context Used: Rule from dashboard - When updating dependencies via automated PRs (like Dependabot), ensure the package.json file is expl... (source)
|



Bumps multer from 2.0.2 to 2.1.1.
Release notes
Sourced from multer's releases.
Changelog
Sourced from multer's changelog.
Commits
368c8a12.1.1 (#1380)7e66481🐛 fix recursion issue643571e✅ add explicit test for client able to send body without abrupt disconnecte86fa52fix error/abort handlingca37779chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 (#1374)13088f4chore(deps): bump actions/upload-artifact from 4.5.0 to 7.0.0 (#1375)bc6a1d1chore(deps): bump github/codeql-action from 3.24.7 to 4.32.4 (#1376)c496e93chore(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#1377)fa173d3chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#1378)17d7f51chore: add node version to 25.x in CIDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade multer to 2.1.1 to patch security vulnerabilities and improve upload error/abort handling. Adds optional UTF-8 filename support via the defParamCharset option.
Written for commit cd569fe. Summary will update on new commits.