From 63279aed630f0cd64fdc79bae54bd5076ec859ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:08:00 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /build 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] --- build/package-lock.json | 14 +++++++------- build/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/package-lock.json b/build/package-lock.json index ec179df..dc8caf8 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -8,7 +8,7 @@ "name": "breeze.sharp.build", "version": "0.0.2", "dependencies": { - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "async": "^3.2.2", @@ -427,9 +427,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/map-stream": { "version": "0.0.7", @@ -998,9 +998,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==" }, "map-stream": { "version": "0.0.7", diff --git a/build/package.json b/build/package.json index f33b595..8bb3ba8 100644 --- a/build/package.json +++ b/build/package.json @@ -15,6 +15,6 @@ "glob": "^7.1.6" }, "dependencies": { - "lodash": "^4.17.21" + "lodash": "^4.17.23" } }