From 04524bd1b5f41273cad7a46c74f5ab0fbc1d8ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:08:24 +0000 Subject: [PATCH] Bump lodash in /frameworks/webpack/implementation/webpack-eslint 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] --- .../webpack-eslint/package-lock.json | 14 +++++++------- .../implementation/webpack-eslint/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frameworks/webpack/implementation/webpack-eslint/package-lock.json b/frameworks/webpack/implementation/webpack-eslint/package-lock.json index 336754c6..eb8f8def 100644 --- a/frameworks/webpack/implementation/webpack-eslint/package-lock.json +++ b/frameworks/webpack/implementation/webpack-eslint/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "eslint": "^8.33.0", @@ -2435,9 +2435,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", @@ -5343,9 +5343,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/frameworks/webpack/implementation/webpack-eslint/package.json b/frameworks/webpack/implementation/webpack-eslint/package.json index 640d8822..e5c553fa 100644 --- a/frameworks/webpack/implementation/webpack-eslint/package.json +++ b/frameworks/webpack/implementation/webpack-eslint/package.json @@ -21,6 +21,6 @@ "webpack-cli": "^5.0.1" }, "dependencies": { - "lodash": "^4.17.21" + "lodash": "^4.17.23" } }