mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[deps] Vault: Update @koa/multer to v4 (#15502)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nick Krantz <125900171+nick-livefront@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@koa/multer": "3.1.0",
|
||||
"@koa/multer": "4.0.0",
|
||||
"@koa/router": "13.1.0",
|
||||
"argon2": "0.41.1",
|
||||
"big-integer": "1.6.52",
|
||||
|
||||
13
package-lock.json
generated
13
package-lock.json
generated
@@ -27,7 +27,7 @@
|
||||
"@bitwarden/sdk-internal": "0.2.0-main.225",
|
||||
"@electron/fuses": "1.8.0",
|
||||
"@emotion/css": "11.13.5",
|
||||
"@koa/multer": "3.1.0",
|
||||
"@koa/multer": "4.0.0",
|
||||
"@koa/router": "13.1.0",
|
||||
"@microsoft/signalr": "8.0.7",
|
||||
"@microsoft/signalr-protocol-msgpack": "8.0.7",
|
||||
@@ -204,7 +204,7 @@
|
||||
"version": "2025.6.1",
|
||||
"license": "SEE LICENSE IN LICENSE.txt",
|
||||
"dependencies": {
|
||||
"@koa/multer": "3.1.0",
|
||||
"@koa/multer": "4.0.0",
|
||||
"@koa/router": "13.1.0",
|
||||
"argon2": "0.41.1",
|
||||
"big-integer": "1.6.52",
|
||||
@@ -7808,14 +7808,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": "*"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
"@bitwarden/sdk-internal": "0.2.0-main.225",
|
||||
"@electron/fuses": "1.8.0",
|
||||
"@emotion/css": "11.13.5",
|
||||
"@koa/multer": "3.1.0",
|
||||
"@koa/multer": "4.0.0",
|
||||
"@koa/router": "13.1.0",
|
||||
"@microsoft/signalr": "8.0.7",
|
||||
"@microsoft/signalr-protocol-msgpack": "8.0.7",
|
||||
|
||||
Reference in New Issue
Block a user