mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(deps): bump hot-shots from 14.1.1 to 14.2.0 in /superset-websocket (#38663)
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:
16
superset-websocket/package-lock.json
generated
16
superset-websocket/package-lock.json
generated
@@ -10,7 +10,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cookie": "^1.1.1",
|
||||
"hot-shots": "^14.1.1",
|
||||
"hot-shots": "^14.2.0",
|
||||
"ioredis": "^5.10.0",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"lodash": "^4.17.23",
|
||||
@@ -3633,12 +3633,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/hot-shots": {
|
||||
"version": "14.1.1",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.1.1.tgz",
|
||||
"integrity": "sha512-UrhMjtZPZVqgzHdXUCHJYrul4dAYueaaIJcscvIXHI6uZB3yoHFArH6jFnM1yAZ8NfSf58d8mgQPJyBFOuTa4Q==",
|
||||
"version": "14.2.0",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.2.0.tgz",
|
||||
"integrity": "sha512-MiEPF/VsmzY2MnfjxDNTEwrDUa+51WeYugLZkzhEqNsWoY0TgwWH3FIDT7QKzOq6K79A5w3tIBxcdyFWeJ6jbg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"unix-dgram": "2.x"
|
||||
@@ -9318,9 +9318,9 @@
|
||||
}
|
||||
},
|
||||
"hot-shots": {
|
||||
"version": "14.1.1",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.1.1.tgz",
|
||||
"integrity": "sha512-UrhMjtZPZVqgzHdXUCHJYrul4dAYueaaIJcscvIXHI6uZB3yoHFArH6jFnM1yAZ8NfSf58d8mgQPJyBFOuTa4Q==",
|
||||
"version": "14.2.0",
|
||||
"resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.2.0.tgz",
|
||||
"integrity": "sha512-MiEPF/VsmzY2MnfjxDNTEwrDUa+51WeYugLZkzhEqNsWoY0TgwWH3FIDT7QKzOq6K79A5w3tIBxcdyFWeJ6jbg==",
|
||||
"requires": {
|
||||
"unix-dgram": "2.x"
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cookie": "^1.1.1",
|
||||
"hot-shots": "^14.1.1",
|
||||
"hot-shots": "^14.2.0",
|
||||
"ioredis": "^5.10.0",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"lodash": "^4.17.23",
|
||||
|
||||
Reference in New Issue
Block a user