From 113174b70b26ff9e979ec1c23ecbc1175e400179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:26:40 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.17.23 in /superset-websocket Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superset-websocket/package-lock.json | 15 ++++++++------- superset-websocket/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json index b1c2bf3cdc46..cbcffe54dcb4 100644 --- a/superset-websocket/package-lock.json +++ b/superset-websocket/package-lock.json @@ -13,7 +13,7 @@ "hot-shots": "^11.2.0", "ioredis": "^5.8.1", "jsonwebtoken": "^9.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "uuid": "^11.1.0", "winston": "^3.18.3", "ws": "^8.18.3" @@ -5185,9 +5185,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.defaults": { "version": "4.2.0", @@ -10505,9 +10506,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash.defaults": { "version": "4.2.0", diff --git a/superset-websocket/package.json b/superset-websocket/package.json index 6fbbee590709..5fd3a329747a 100644 --- a/superset-websocket/package.json +++ b/superset-websocket/package.json @@ -21,7 +21,7 @@ "hot-shots": "^11.2.0", "ioredis": "^5.8.1", "jsonwebtoken": "^9.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "uuid": "^11.1.0", "winston": "^3.18.3", "ws": "^8.18.3"