1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[deps] Vault: Update koa to v2.15.4 [SECURITY] (#13380)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-25 16:12:55 -05:00
committed by GitHub
parent 2bb86631f3
commit 6f2a713b03
3 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@
"inquirer": "8.2.6",
"jsdom": "26.0.0",
"jszip": "3.10.1",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-json": "2.0.2",
"lowdb": "1.0.0",

10
package-lock.json generated
View File

@@ -48,7 +48,7 @@
"jquery": "3.7.1",
"jsdom": "26.0.0",
"jszip": "3.10.1",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-json": "2.0.2",
"lit": "3.2.1",
@@ -209,7 +209,7 @@
"inquirer": "8.2.6",
"jsdom": "26.0.0",
"jszip": "3.10.1",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-json": "2.0.2",
"lowdb": "1.0.0",
@@ -24433,9 +24433,9 @@
}
},
"node_modules/koa": {
"version": "2.15.3",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.15.3.tgz",
"integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==",
"version": "2.15.4",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.15.4.tgz",
"integrity": "sha512-7fNBIdrU2PEgLljXoPWoyY4r1e+ToWCmzS/wwMPbUNs7X+5MMET1ObhJBlUkF5uZG9B6QhM2zS1TsH6adegkiQ==",
"license": "MIT",
"dependencies": {
"accepts": "^1.3.5",

View File

@@ -178,7 +178,7 @@
"jquery": "3.7.1",
"jsdom": "26.0.0",
"jszip": "3.10.1",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-json": "2.0.2",
"lit": "3.2.1",