build(deps): bump hot-shots from 9.3.0 to 10.0.0 in /superset-websocket (#23031)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
52da9fcbe7
commit
50ae48103e
|
|
@ -10,7 +10,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cookie": "^0.5.0",
|
||||
"hot-shots": "^9.3.0",
|
||||
"hot-shots": "^10.0.0",
|
||||
"ioredis": "^4.28.0",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"uuid": "^9.0.0",
|
||||
|
|
@ -3365,11 +3365,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hot-shots": {
|
||||
"version": "9.3.0",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz",
|
||||
"integrity": "sha512-e4tgWptiBvlIMnAX0ORe+dNEt0HznD+T2ckzXDUwCBsU7uWr2mwq5UtoT+Df5r9hD5S/DuP8rTxJUQvqAFSFKA==",
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.0.0.tgz",
|
||||
"integrity": "sha512-uy/uGpuJk7yuyiKRfZMBNkF1GAOX5O2ifO9rDCaX9jw8fu6eW9QeWC7WRPDI+O98frW1HQgV3+xwjWsZPECIzQ==",
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"unix-dgram": "2.x"
|
||||
|
|
@ -8660,9 +8660,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"hot-shots": {
|
||||
"version": "9.3.0",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz",
|
||||
"integrity": "sha512-e4tgWptiBvlIMnAX0ORe+dNEt0HznD+T2ckzXDUwCBsU7uWr2mwq5UtoT+Df5r9hD5S/DuP8rTxJUQvqAFSFKA==",
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.0.0.tgz",
|
||||
"integrity": "sha512-uy/uGpuJk7yuyiKRfZMBNkF1GAOX5O2ifO9rDCaX9jw8fu6eW9QeWC7WRPDI+O98frW1HQgV3+xwjWsZPECIzQ==",
|
||||
"requires": {
|
||||
"unix-dgram": "2.x"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cookie": "^0.5.0",
|
||||
"hot-shots": "^9.3.0",
|
||||
"hot-shots": "^10.0.0",
|
||||
"ioredis": "^4.28.0",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"uuid": "^9.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue