Update dependency multer to v2.0.2 [SECURITY]

GitOrigin-RevId: d84b9493102b1b0753aa0002f1c7e29ba697f02b
This commit is contained in:
renovate[bot]
2025-07-18 01:42:29 +00:00
committed by Copybot
parent 2fcccb2d3a
commit bc42596dbf
2 changed files with 1 additions and 19 deletions

18
package-lock.json generated
View File

@@ -30329,24 +30329,6 @@
"@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3"
}
},
"node_modules/multer": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/multer/-/multer-2.0.1.tgz",
"integrity": "sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==",
"license": "MIT",
"dependencies": {
"append-field": "^1.0.0",
"busboy": "^1.6.0",
"concat-stream": "^2.0.0",
"mkdirp": "^0.5.6",
"object-assign": "^4.1.1",
"type-is": "^1.6.18",
"xtend": "^4.0.2"
},
"engines": {
"node": ">= 10.16.0"
}
},
"node_modules/multicast-dns": {
"version": "7.2.5",
"resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",

View File

@@ -32,7 +32,7 @@
"swagger-tools@0.10.4": {
"path-to-regexp": "3.3.0",
"body-parser": "1.20.3",
"multer": "2.0.1"
"multer": "2.0.2"
},
"request@2.88.2": {
"tough-cookie": "5.1.2"