From de65b23a9fdbfbcac66d45b7f2dcca81d0600c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:22:11 +0000 Subject: [PATCH] build(deps): bump lodash from 4.17.21 to 4.17.23 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 095449f990..c12c91c85e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "jquery": "^3.7.1", "js-cookie": "^3.0.5", "jstz": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "luxon": "^3.6.1", "popper.js": "^1.16.1", "sass": "1.77.6", @@ -11322,9 +11322,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==", "license": "MIT" }, "node_modules/lodash._reinterpolate": { diff --git a/package.json b/package.json index ca4b2a642c..6a50105fdf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jquery": "^3.7.1", "js-cookie": "^3.0.5", "jstz": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "luxon": "^3.6.1", "popper.js": "^1.16.1", "sass": "1.77.6",