From 22aae1ee27911db4bf5971bc434014351bb21ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:22:34 +0000 Subject: [PATCH] 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 | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e823f9e04..307b9925c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "iso8601-duration": "1.3.0", "jsonwebtoken": "9.0.0", "jszip": "3.8.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "minimist": "1.2.6", "mkdirp": "1.0.4", "node-fetch": "~2.7.0", @@ -6305,8 +6305,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "node_modules/lodash.get": { "version": "4.4.2", @@ -15343,7 +15344,9 @@ } }, "lodash": { - "version": "4.17.21" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash.get": { "version": "4.4.2", diff --git a/package.json b/package.json index 60c910ed5..98522f2c2 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "iso8601-duration": "1.3.0", "jsonwebtoken": "9.0.0", "jszip": "3.8.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "minimist": "1.2.6", "mkdirp": "1.0.4", "node-fetch": "~2.7.0",