Update dependency @koa/multer to v4

This commit is contained in:
2026-04-15 12:56:06 +00:00
parent e79c0c87c4
commit 790a894820
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@koa/multer": "^3.0.2",
"@koa/multer": "^4.0.0",
"@koa/router": "^13.1.0",
"file-type": "^16.5.4",
"koa": "^2.15.3",
@@ -25,14 +25,15 @@
}
},
"node_modules/@koa/multer": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@koa/multer/-/multer-3.1.0.tgz",
"integrity": "sha512-ETf4OLpOew9XE9lyU+5HIqk3TCmdGAw9pUXgxzrlYip+PkxLGoU4meiVTxiW4B6lxdBNijb3DFQ7M2woLcDL1g==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@koa/multer/-/multer-4.0.0.tgz",
"integrity": "sha512-BY6hys3WVX1yL/gcfKWu94z1fJ6ayG1DEEw/s82DnulkaTbumwjF6XqSfNLKFcs8lnJb2QfMJ4DyK4bmF1NDZw==",
"license": "MIT",
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"peerDependencies": {
"koa": ">=2",
"multer": "*"
}
},

View File

@@ -10,7 +10,7 @@
"author": "djazz",
"license": "MIT",
"dependencies": {
"@koa/multer": "^3.0.2",
"@koa/multer": "^4.0.0",
"@koa/router": "^13.1.0",
"file-type": "^16.5.4",
"koa": "^2.15.3",