From 37e3e7b6929bd03636c62860eae5994ab5d1b280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:46:16 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /sandbox 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] --- sandbox/package-lock.json | 14 +++++++------- sandbox/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index f8d535bbd..1df91973f 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@hapi/hapi": "^21.4.4", "@hapi/inert": "^7.1.0", - "lodash": "^4.17.20" + "lodash": "^4.17.23" }, "devDependencies": { "eslint": "^9.25.1", @@ -1131,9 +1131,9 @@ } }, "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==" }, "node_modules/lodash.merge": { "version": "4.6.2", @@ -2225,9 +2225,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.merge": { "version": "4.6.2", diff --git a/sandbox/package.json b/sandbox/package.json index 92b383c9b..0d9e5712c 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -14,7 +14,7 @@ "dependencies": { "@hapi/hapi": "^21.4.4", "@hapi/inert": "^7.1.0", - "lodash": "^4.17.20" + "lodash": "^4.17.23" }, "devDependencies": { "eslint": "^9.25.1",