chore(deps): bump multer from 2.2.0 to 2.3.0

Bumps [multer](https://github.com/expressjs/multer) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-09-08 22:20:50 +00:00 • committed by GitHub
parent 2829c93ff3
commit b02ff51ba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
"@sentry/node": "^7.57.0",
"chalk": "^4.1.2",
"express": "^5.2.1",
"multer": "^2.2.0",
"multer": "^2.3.0",
"open": "^8.4.0",
"restructure": "^3.0.1",
"sax": ">=0.6.0",

8
package-lock.json generated
View file

@ -1200,7 +1200,7 @@
"@sentry/node": "^7.57.0",
"chalk": "^4.1.2",
"express": "^5.2.1",
"multer": "^2.2.0",
"multer": "^2.3.0",
"open": "^8.4.0",
"restructure": "^3.0.1",
"sax": ">=0.6.0",
@ -11171,9 +11171,9 @@
"license": "MIT"
},
"node_modules/multer": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/multer/-/multer-2.2.0.tgz",
"integrity": "sha512-6rdyFg2kLrMh9Jee7/BMPuV9lEAd7lLW2YUpF9/YxR7njyoUwwQ0ZPh3TaIY50Sw6vlyD2HW3wGOkTS4P79xrQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/multer/-/multer-2.3.0.tgz",
"integrity": "sha512-cjNbm3sttszgZeGfJR124D+jFEfkXCVAsoPBmFn9X7UxmDSFHWqE2CoEj0vrmSpuAFnqWR1Szcm9QTsiHr60Xw==",
"license": "MIT",
"dependencies": {
"append-field": "^1.0.0",