fix(deps): update dependency @koa/router to v12 (#5534)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-29 14:45:56 +02:00 committed by GitHub
parent db1a394964
commit 9f3365623b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 11 deletions

View File

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

32
package-lock.json generated
View File

@ -24,7 +24,7 @@
"@angular/platform-browser-dynamic": "15.2.9",
"@angular/router": "15.2.9",
"@koa/multer": "3.0.2",
"@koa/router": "10.1.1",
"@koa/router": "12.0.0",
"@microsoft/signalr": "6.0.16",
"@microsoft/signalr-protocol-msgpack": "6.0.16",
"@ng-select/ng-select": "10.0.4",
@ -195,7 +195,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"@koa/multer": "3.0.2",
"@koa/router": "10.1.1",
"@koa/router": "12.0.0",
"argon2": "0.30.3",
"big-integer": "1.6.51",
"browser-hrtime": "1.1.8",
@ -5716,18 +5716,32 @@
}
},
"node_modules/@koa/router": {
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/@koa/router/-/router-10.1.1.tgz",
"integrity": "sha512-ORNjq5z4EmQPriKbR0ER3k4Gh7YGNhWDL7JBW+8wXDrHLbWYKYSJaOJ9aN06npF5tbTxe2JBOsurpJDAvjiXKw==",
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/@koa/router/-/router-12.0.0.tgz",
"integrity": "sha512-cnnxeKHXlt7XARJptflGURdJaO+ITpNkOHmQu7NHmCoRinPbyvFzce/EG/E8Zy81yQ1W9MoSdtklc3nyaDReUw==",
"dependencies": {
"debug": "^4.1.1",
"http-errors": "^1.7.3",
"http-errors": "^2.0.0",
"koa-compose": "^4.1.0",
"methods": "^1.1.2",
"path-to-regexp": "^6.1.0"
"path-to-regexp": "^6.2.1"
},
"engines": {
"node": ">= 8.0.0"
"node": ">= 12"
}
},
"node_modules/@koa/router/node_modules/http-errors": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
"dependencies": {
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/@leichtgewicht/ip-codec": {

View File

@ -155,7 +155,7 @@
"@angular/platform-browser-dynamic": "15.2.9",
"@angular/router": "15.2.9",
"@koa/multer": "3.0.2",
"@koa/router": "10.1.1",
"@koa/router": "12.0.0",
"@microsoft/signalr": "6.0.16",
"@microsoft/signalr-protocol-msgpack": "6.0.16",
"@ng-select/ng-select": "10.0.4",