chore: bump multer (#21100)

This commit is contained in:
Jason Rasmussen 2025-08-20 14:16:22 -04:00 committed by GitHub
parent 0e7816130b
commit 9ff37b6870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 18 deletions

20
pnpm-lock.yaml generated
View File

@ -470,8 +470,8 @@ importers:
specifier: ^0.40.3
version: 0.40.3
multer:
specifier: ^2.0.1
version: 2.0.1
specifier: ^2.0.2
version: 2.0.2
nest-commander:
specifier: ^3.16.0
version: 3.18.0(@nestjs/common@11.1.6(class-transformer@0.5.1)(class-validator@0.14.2)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.6)(@types/inquirer@8.2.11)(typescript@5.9.2)
@ -8598,10 +8598,6 @@ packages:
msgpackr@1.11.5:
resolution: {integrity: sha512-UjkUHN0yqp9RWKy0Lplhh+wlpdt9oQBYgULZOiFhV3VclSF1JnSQWZ5r9gORQlNYaUKQoR8itv7g7z1xDDuACA==}
multer@2.0.1:
resolution: {integrity: sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==}
engines: {node: '>= 10.16.0'}
multer@2.0.2:
resolution: {integrity: sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==}
engines: {node: '>= 10.16.0'}
@ -16606,7 +16602,7 @@ snapshots:
'@types/react-router@5.1.20':
dependencies:
'@types/history': 4.7.11
'@types/react': 19.1.10
'@types/react': 19.1.8
'@types/react@19.1.10':
dependencies:
@ -21687,16 +21683,6 @@ snapshots:
optionalDependencies:
msgpackr-extract: 3.0.3
multer@2.0.1:
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
multer@2.0.2:
dependencies:
append-field: 1.0.0

View File

@ -84,7 +84,7 @@
"lodash": "^4.17.21",
"luxon": "^3.4.2",
"mnemonist": "^0.40.3",
"multer": "^2.0.1",
"multer": "^2.0.2",
"nest-commander": "^3.16.0",
"nestjs-cls": "^5.0.0",
"nestjs-kysely": "^3.0.0",