From fab7653981c6e90b03800c821a2a35c660afd045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:27:20 +0000 Subject: [PATCH] chore(deps): bump hot-shots from 10.0.0 to 10.2.1 in /superset-websocket Bumps [hot-shots](https://github.com/brightcove/hot-shots) from 10.0.0 to 10.2.1. - [Changelog](https://github.com/brightcove/hot-shots/blob/master/CHANGES.md) - [Commits](https://github.com/brightcove/hot-shots/compare/v10.0.0...v10.2.1) --- updated-dependencies: - dependency-name: hot-shots dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 110ee20332acb..7c881f08bae2b 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "cookie": "^0.7.0", - "hot-shots": "^10.0.0", + "hot-shots": "^10.2.1", "ioredis": "^4.28.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -3405,9 +3405,9 @@ } }, "node_modules/hot-shots": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.0.0.tgz", - "integrity": "sha512-uy/uGpuJk7yuyiKRfZMBNkF1GAOX5O2ifO9rDCaX9jw8fu6eW9QeWC7WRPDI+O98frW1HQgV3+xwjWsZPECIzQ==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.2.1.tgz", + "integrity": "sha512-tmjcyZkG/qADhcdC7UjAp8D7v7W2DOYFgaZ48fYMuayMQmVVUg8fntKmrjes/b40ef6yZ+qt1lB8kuEDfLC4zw==", "engines": { "node": ">=10.0.0" }, @@ -9027,9 +9027,9 @@ } }, "hot-shots": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.0.0.tgz", - "integrity": "sha512-uy/uGpuJk7yuyiKRfZMBNkF1GAOX5O2ifO9rDCaX9jw8fu6eW9QeWC7WRPDI+O98frW1HQgV3+xwjWsZPECIzQ==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.2.1.tgz", + "integrity": "sha512-tmjcyZkG/qADhcdC7UjAp8D7v7W2DOYFgaZ48fYMuayMQmVVUg8fntKmrjes/b40ef6yZ+qt1lB8kuEDfLC4zw==", "requires": { "unix-dgram": "2.x" } diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 906c160d4371d..d5185028ba839 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -18,7 +18,7 @@ "license": "Apache-2.0", "dependencies": { "cookie": "^0.7.0", - "hot-shots": "^10.0.0", + "hot-shots": "^10.2.1", "ioredis": "^4.28.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21",