1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-12-05 09:14:28 +01:00
This commit is contained in:
renovate[bot] 2025-12-04 18:38:58 -06:00 committed by GitHub
commit c7c143b20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -103,7 +103,7 @@
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/koa": "3.0.1",
"@types/koa__multer": "2.0.7",
"@types/koa__multer": "2.0.8",
"@types/koa__router": "12.0.4",
"@types/koa-bodyparser": "4.3.7",
"@types/koa-json": "2.0.23",
@ -13904,9 +13904,9 @@
}
},
"node_modules/@types/koa__multer": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@types/koa__multer/-/koa__multer-2.0.7.tgz",
"integrity": "sha512-O7hiAEpdgW1nly93jQ8TVL2nPC7Bg1HHRf1/LGNQb7ygGBjNgZWpliCm7tswNW3MjcgYbTtz0+Sca5wHne+RyA==",
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/@types/koa__multer/-/koa__multer-2.0.8.tgz",
"integrity": "sha512-XkD9YzmGKzKfOkxwHepueQkP61okAeu6ibAieL4NSqwM1lyGOkgbT2XmP+xROd2agQVsewPqsFOsfgVmlEqJmg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -65,7 +65,7 @@
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/koa": "3.0.1",
"@types/koa__multer": "2.0.7",
"@types/koa__multer": "2.0.8",
"@types/koa__router": "12.0.4",
"@types/koa-bodyparser": "4.3.7",
"@types/koa-json": "2.0.23",