From 0deb3cd334c2fffc3ee713309adf9599abfb2203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:22:34 +0000 Subject: [PATCH] chore(deps-dev): bump lodash Bumps the npm_and_yarn group with 1 update in the / directory: [lodash](https://github.com/lodash/lodash). Updates `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 dependency-group: npm_and_yarn ... 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 c762de8..eedccfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "glob": "^11.1.0", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "postcss-import": "^16.0.0", "postcss-import-ext-glob": "^2.1.1", "prettier": "^3.1.1", @@ -10037,10 +10037,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-es": { "version": "4.17.23", diff --git a/package.json b/package.json index 0cb21ae..90fd87f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "glob": "^11.1.0", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "postcss-import": "^16.0.0", "postcss-import-ext-glob": "^2.1.1", "prettier": "^3.1.1",