From 87a584c60b1a8c2b0b7437c2ba0d6714ba7369bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 02:36:26 +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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3015c9f..eb4490d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-unicorn": "27.0.0", "jest": "29.3.1", "jwt-decode": "3.1.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "nock": "^13.5.6", "prettier": "2.2.1", "prettier-plugin-jsdoc": "0.3.8", @@ -8929,10 +8929,11 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "dev": true, + "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0", diff --git a/package.json b/package.json index b1d34ff..16117f5 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "eslint-plugin-unicorn": "27.0.0", "jest": "29.3.1", "jwt-decode": "3.1.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "nock": "^13.5.6", "prettier": "2.2.1", "prettier-plugin-jsdoc": "0.3.8",