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:
dependabot[bot] 2023-02-14 14:08:45 -07:00 committed by GitHub
parent 52da9fcbe7
commit 50ae48103e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -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"
}

View File

@ -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",