1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-23 10:05:19 +02:00

[deps] Vault: Update @koa/router to v12.0.1 (#7205)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-09 16:08:19 -05:00 committed by GitHub
parent c9a2f07e04
commit dea6e06647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -48,7 +48,7 @@
},
"dependencies": {
"@koa/multer": "3.0.2",
"@koa/router": "12.0.0",
"@koa/router": "12.0.1",
"argon2": "0.31.0",
"big-integer": "1.6.51",
"browser-hrtime": "1.1.8",

11
package-lock.json generated
View File

@ -25,7 +25,7 @@
"@angular/platform-browser-dynamic": "15.2.10",
"@angular/router": "15.2.10",
"@koa/multer": "3.0.2",
"@koa/router": "12.0.0",
"@koa/router": "12.0.1",
"@microsoft/signalr": "6.0.25",
"@microsoft/signalr-protocol-msgpack": "6.0.25",
"@ng-select/ng-select": "10.0.4",
@ -202,7 +202,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"@koa/multer": "3.0.2",
"@koa/router": "12.0.0",
"@koa/router": "12.0.1",
"argon2": "0.31.0",
"big-integer": "1.6.51",
"browser-hrtime": "1.1.8",
@ -6827,10 +6827,11 @@
}
},
"node_modules/@koa/router": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/@koa/router/-/router-12.0.0.tgz",
"integrity": "sha512-cnnxeKHXlt7XARJptflGURdJaO+ITpNkOHmQu7NHmCoRinPbyvFzce/EG/E8Zy81yQ1W9MoSdtklc3nyaDReUw==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@koa/router/-/router-12.0.1.tgz",
"integrity": "sha512-ribfPYfHb+Uw3b27Eiw6NPqjhIhTpVFzEWLwyc/1Xp+DCdwRRyIlAUODX+9bPARF6aQtUu1+/PHzdNvRzcs/+Q==",
"dependencies": {
"debug": "^4.3.4",
"http-errors": "^2.0.0",
"koa-compose": "^4.1.0",
"methods": "^1.1.2",

View File

@ -160,7 +160,7 @@
"@angular/platform-browser-dynamic": "15.2.10",
"@angular/router": "15.2.10",
"@koa/multer": "3.0.2",
"@koa/router": "12.0.0",
"@koa/router": "12.0.1",
"@microsoft/signalr": "6.0.25",
"@microsoft/signalr-protocol-msgpack": "6.0.25",
"@ng-select/ng-select": "10.0.4",