Skip to content

chore(deps): bump multer from 2.1.0 to 2.1.1#296

Merged
l1ttps merged 1 commit intomainfrom
dependabot/npm_and_yarn/multer-2.1.1
Mar 21, 2026
Merged

chore(deps): bump multer from 2.1.0 to 2.1.1#296
l1ttps merged 1 commit intomainfrom
dependabot/npm_and_yarn/multer-2.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps multer from 2.1.0 to 2.1.1.

Release notes

Sourced from multer's releases.

v2.1.1

Important

What's Changed

New Contributors

Full Changelog: expressjs/multer@v2.1.0...v2.1.1

Changelog

Sourced from multer's changelog.

2.1.1

Commits
  • 368c8a1 2.1.1 (#1380)
  • 7e66481 🐛 fix recursion issue
  • 643571e ✅ add explicit test for client able to send body without abrupt disconnect
  • e86fa52 fix error/abort handling
  • ca37779 chore(deps): bump actions/checkout from 4.1.1 to 6.0.2 (#1374)
  • 13088f4 chore(deps): bump actions/upload-artifact from 4.5.0 to 7.0.0 (#1375)
  • bc6a1d1 chore(deps): bump github/codeql-action from 3.24.7 to 4.32.4 (#1376)
  • c496e93 chore(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#1377)
  • fa173d3 chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#1378)
  • 17d7f51 chore: add node version to 25.x in CI
  • See full diff in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 5, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multer-2.1.1 branch from 0937999 to 95e03fc Compare March 14, 2026 02:47
"js-yaml": "^4.1.1",
"mongodb": "^6.21.0",
"multer": "^2.1.0",
"multer": "^2.1.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Dependency update from multer 2.1.0 → 2.1.1

This is a patch version update. Verify that this update does not introduce breaking changes by checking the release notes for multer 2.1.1. Consider adding a comment in the PR description about what changes this update includes (bug fixes, security patches, etc.) to help reviewers understand the impact.

@@ -230,9 +230,9 @@
}
},
"core-api/node_modules/multer": {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: package-lock.json shows multer 2.1.1 with new integrity hash

The lockfile has been updated to reflect the new multer version. This is expected for a dependency update, but ensure this matches the intended version change from package.json.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot bot commented Mar 14, 2026

Code Review Summary

Status: 2 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 2
SUGGESTION 0
Issue Details (click to expand)

WARNING

File Line Issue
core-api/package.json 58 Dependency update from multer 2.1.0 → 2.1.1

This is a patch version update. Verify that this update does not introduce breaking changes by checking the release notes for multer 2.1.1. Consider adding a comment in the PR description about what changes this update includes (bug fixes, security patches, etc.) to help reviewers understand the impact. |
| package-lock.json | 232 | package-lock.json shows multer 2.1.1 with new integrity hash

The lockfile has been updated to reflect the new multer version. This is expected for a dependency update, but ensure this matches the intended version change from package.json. |

Other Observations (not in diff)

Issues found in unchanged code that cannot receive inline comments:

File Line Issue
None
Files Reviewed (2 files)
  • core-api/package.json - 1 issues
  • package-lock.json - 1 issues

Reviewed by trinity-mini-20251201:free · 28,529 tokens

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multer-2.1.1 branch from 95e03fc to 5cf170d Compare March 15, 2026 08:24
Bumps [multer](https://github.com/expressjs/multer) from 2.1.0 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.1.0...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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multer-2.1.1 branch from 5cf170d to e72c47a Compare March 20, 2026 10:15
@l1ttps l1ttps merged commit 120715e into main Mar 21, 2026
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multer-2.1.1 branch March 21, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant