chore(deps): bump ioredis from 5.8.1 to 5.8.2 in /superset-websocket (#35786)

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]
2025-12-09 21:29:07 -08:00
committed by GitHub
parent 4f14eddf73
commit a64e5e15fc
2 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"cookie": "^1.1.1",
"hot-shots": "^11.4.0",
"ioredis": "^5.8.1",
"ioredis": "^5.8.2",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.21",
"uuid": "^11.1.0",
@@ -3707,9 +3707,9 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"node_modules/ioredis": {
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.1.tgz",
"integrity": "sha512-Qho8TgIamqEPdgiMadJwzRMW3TudIg6vpg4YONokGDudy4eqRIJtDbVX72pfLBcWxvbn3qm/40TyGUObdW4tLQ==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.2.tgz",
"integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==",
"license": "MIT",
"dependencies": {
"@ioredis/commands": "1.4.0",
@@ -9412,9 +9412,9 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"ioredis": {
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.1.tgz",
"integrity": "sha512-Qho8TgIamqEPdgiMadJwzRMW3TudIg6vpg4YONokGDudy4eqRIJtDbVX72pfLBcWxvbn3qm/40TyGUObdW4tLQ==",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.2.tgz",
"integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==",
"requires": {
"@ioredis/commands": "1.4.0",
"cluster-key-slot": "^1.1.0",

View File

@@ -19,7 +19,7 @@
"dependencies": {
"cookie": "^1.1.1",
"hot-shots": "^11.4.0",
"ioredis": "^5.8.1",
"ioredis": "^5.8.2",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.21",
"uuid": "^11.1.0",