diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index 3932a7aaa19..57d363c9546 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": "^13.1.0", + "hot-shots": "^13.2.0", "ioredis": "^5.9.2", "jsonwebtoken": "^9.0.3", "lodash": "^4.17.23", @@ -3439,9 +3439,9 @@ } }, "node_modules/hot-shots": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-13.1.0.tgz", - "integrity": "sha512-dvLYrOSh4dZknxpsVM3nSiXZfipGDLIPtS7Ad2KSaM/oUFOIOeKg0T1Rp0KwVGP9u2e3eW4wvjbta2bNwkHU/g==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-13.2.0.tgz", + "integrity": "sha512-suQR8U8P2CNcAedwLIaQTQ5OEWhU2rusOmo3gY+H8H1h6bKTBI/xHbq3D9xF6EGgFFjpfLAuB1p2Psc/CYyvOw==", "license": "MIT", "engines": { "node": ">=16.0.0" @@ -9059,9 +9059,9 @@ } }, "hot-shots": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-13.1.0.tgz", - "integrity": "sha512-dvLYrOSh4dZknxpsVM3nSiXZfipGDLIPtS7Ad2KSaM/oUFOIOeKg0T1Rp0KwVGP9u2e3eW4wvjbta2bNwkHU/g==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-13.2.0.tgz", + "integrity": "sha512-suQR8U8P2CNcAedwLIaQTQ5OEWhU2rusOmo3gY+H8H1h6bKTBI/xHbq3D9xF6EGgFFjpfLAuB1p2Psc/CYyvOw==", "requires": { "unix-dgram": "2.x" } diff --git a/superset-websocket/package.json b/superset-websocket/package.json index bf792033a3e..cfeacee6dfc 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": "^13.1.0", + "hot-shots": "^13.2.0", "ioredis": "^5.9.2", "jsonwebtoken": "^9.0.3", "lodash": "^4.17.23",