From 00a14877059be86c1863380da6d0839429f12b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:51:34 -0800 Subject: [PATCH] chore(deps): bump hot-shots from 14.0.0 to 14.1.1 in /superset-websocket (#38320) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-websocket/package-lock.json | 14 +++++++------- superset-websocket/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index 33ecdd148b9..d188b8f6417 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "cookie": "^1.1.1", - "hot-shots": "^14.0.0", + "hot-shots": "^14.1.1", "ioredis": "^5.9.3", "jsonwebtoken": "^9.0.3", "lodash": "^4.17.23", @@ -3464,9 +3464,9 @@ } }, "node_modules/hot-shots": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.0.0.tgz", - "integrity": "sha512-dUTE7VXybInO/xLaExWjpnA60ugkRZ0DdKk1gx4xGRfYX2/jzbn8VfVqEz8OWwmfJcluGjYq8ES2ZSNeyq5ZLQ==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.1.1.tgz", + "integrity": "sha512-UrhMjtZPZVqgzHdXUCHJYrul4dAYueaaIJcscvIXHI6uZB3yoHFArH6jFnM1yAZ8NfSf58d8mgQPJyBFOuTa4Q==", "license": "MIT", "engines": { "node": ">=16.0.0" @@ -9031,9 +9031,9 @@ } }, "hot-shots": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.0.0.tgz", - "integrity": "sha512-dUTE7VXybInO/xLaExWjpnA60ugkRZ0DdKk1gx4xGRfYX2/jzbn8VfVqEz8OWwmfJcluGjYq8ES2ZSNeyq5ZLQ==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.1.1.tgz", + "integrity": "sha512-UrhMjtZPZVqgzHdXUCHJYrul4dAYueaaIJcscvIXHI6uZB3yoHFArH6jFnM1yAZ8NfSf58d8mgQPJyBFOuTa4Q==", "requires": { "unix-dgram": "2.x" } diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 2ea72ee64c4..8598c652dbf 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -18,7 +18,7 @@ "license": "Apache-2.0", "dependencies": { "cookie": "^1.1.1", - "hot-shots": "^14.0.0", + "hot-shots": "^14.1.1", "ioredis": "^5.9.3", "jsonwebtoken": "^9.0.3", "lodash": "^4.17.23",