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:56 -06:00 committed by GitHub
commit 8dfa2442ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@ -29,8 +29,8 @@
"@emotion/css": "11.13.5",
"@koa/multer": "4.0.0",
"@koa/router": "14.0.0",
"@microsoft/signalr": "8.0.7",
"@microsoft/signalr-protocol-msgpack": "8.0.7",
"@microsoft/signalr": "8.0.17",
"@microsoft/signalr-protocol-msgpack": "8.0.17",
"@ng-select/ng-select": "20.7.0",
"@nx/devkit": "21.6.9",
"@nx/eslint": "21.6.9",
@ -8425,25 +8425,25 @@
}
},
"node_modules/@microsoft/signalr": {
"version": "8.0.7",
"resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-8.0.7.tgz",
"integrity": "sha512-PHcdMv8v5hJlBkRHAuKG5trGViQEkPYee36LnJQx4xHOQ5LL4X0nEWIxOp5cCtZ7tu+30quz5V3k0b1YNuc6lw==",
"version": "8.0.17",
"resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-8.0.17.tgz",
"integrity": "sha512-5pM6xPtKZNJLO0Tq5nQasVyPFwi/WBY3QB5uc/v3dIPTpS1JXQbaXAQAPxFoQ5rTBFE094w8bbqkp17F9ReQvA==",
"license": "MIT",
"dependencies": {
"abort-controller": "^3.0.0",
"eventsource": "^2.0.2",
"fetch-cookie": "^2.0.3",
"node-fetch": "^2.6.7",
"ws": "^7.4.5"
"ws": "^7.5.10"
}
},
"node_modules/@microsoft/signalr-protocol-msgpack": {
"version": "8.0.7",
"resolved": "https://registry.npmjs.org/@microsoft/signalr-protocol-msgpack/-/signalr-protocol-msgpack-8.0.7.tgz",
"integrity": "sha512-yrGt0E9l8X9HSF9P8gmnkVi+IDGNP6seU5/YAiFzIisH4VpvayVcf7Z1Lbu7nNwM/GzFgtFIa7jBivLQCCcyEQ==",
"version": "8.0.17",
"resolved": "https://registry.npmjs.org/@microsoft/signalr-protocol-msgpack/-/signalr-protocol-msgpack-8.0.17.tgz",
"integrity": "sha512-mT7jhnK7r/KdXLnhXvXuA156nIVFwQnurOg4rbat5YTb+ribtmNVBni6XQl16pfWLGCF+VC0e+f8NJzZGJCGiA==",
"license": "MIT",
"dependencies": {
"@microsoft/signalr": ">=8.0.7",
"@microsoft/signalr": ">=8.0.17",
"@msgpack/msgpack": "^2.7.0"
}
},

View File

@ -163,8 +163,8 @@
"@emotion/css": "11.13.5",
"@koa/multer": "4.0.0",
"@koa/router": "14.0.0",
"@microsoft/signalr": "8.0.7",
"@microsoft/signalr-protocol-msgpack": "8.0.7",
"@microsoft/signalr": "8.0.17",
"@microsoft/signalr-protocol-msgpack": "8.0.17",
"@ng-select/ng-select": "20.7.0",
"@nx/devkit": "21.6.9",
"@nx/eslint": "21.6.9",