1
0
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:
renovate[bot]
2025-07-08 09:19:52 -05:00
committed by GitHub
parent 109fb7fb94
commit aadb8853b1
3 changed files with 9 additions and 8 deletions

View File

@@ -64,7 +64,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"@koa/multer": "3.1.0", "@koa/multer": "4.0.0",
"@koa/router": "13.1.0", "@koa/router": "13.1.0",
"argon2": "0.41.1", "argon2": "0.41.1",
"big-integer": "1.6.52", "big-integer": "1.6.52",

13
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"@bitwarden/sdk-internal": "0.2.0-main.225", "@bitwarden/sdk-internal": "0.2.0-main.225",
"@electron/fuses": "1.8.0", "@electron/fuses": "1.8.0",
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@koa/multer": "3.1.0", "@koa/multer": "4.0.0",
"@koa/router": "13.1.0", "@koa/router": "13.1.0",
"@microsoft/signalr": "8.0.7", "@microsoft/signalr": "8.0.7",
"@microsoft/signalr-protocol-msgpack": "8.0.7", "@microsoft/signalr-protocol-msgpack": "8.0.7",
@@ -204,7 +204,7 @@
"version": "2025.6.1", "version": "2025.6.1",
"license": "SEE LICENSE IN LICENSE.txt", "license": "SEE LICENSE IN LICENSE.txt",
"dependencies": { "dependencies": {
"@koa/multer": "3.1.0", "@koa/multer": "4.0.0",
"@koa/router": "13.1.0", "@koa/router": "13.1.0",
"argon2": "0.41.1", "argon2": "0.41.1",
"big-integer": "1.6.52", "big-integer": "1.6.52",
@@ -7808,14 +7808,15 @@
} }
}, },
"node_modules/@koa/multer": { "node_modules/@koa/multer": {
"version": "3.1.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/@koa/multer/-/multer-3.1.0.tgz", "resolved": "https://registry.npmjs.org/@koa/multer/-/multer-4.0.0.tgz",
"integrity": "sha512-ETf4OLpOew9XE9lyU+5HIqk3TCmdGAw9pUXgxzrlYip+PkxLGoU4meiVTxiW4B6lxdBNijb3DFQ7M2woLcDL1g==", "integrity": "sha512-BY6hys3WVX1yL/gcfKWu94z1fJ6ayG1DEEw/s82DnulkaTbumwjF6XqSfNLKFcs8lnJb2QfMJ4DyK4bmF1NDZw==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">= 14" "node": ">= 18"
}, },
"peerDependencies": { "peerDependencies": {
"koa": ">=2",
"multer": "*" "multer": "*"
} }
}, },

View File

@@ -163,7 +163,7 @@
"@bitwarden/sdk-internal": "0.2.0-main.225", "@bitwarden/sdk-internal": "0.2.0-main.225",
"@electron/fuses": "1.8.0", "@electron/fuses": "1.8.0",
"@emotion/css": "11.13.5", "@emotion/css": "11.13.5",
"@koa/multer": "3.1.0", "@koa/multer": "4.0.0",
"@koa/router": "13.1.0", "@koa/router": "13.1.0",
"@microsoft/signalr": "8.0.7", "@microsoft/signalr": "8.0.7",
"@microsoft/signalr-protocol-msgpack": "8.0.7", "@microsoft/signalr-protocol-msgpack": "8.0.7",