From 85dc6376364d3efb571cc7340cfc1aab888d8af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:57:37 +0000 Subject: [PATCH] Bump lodash Bumps the npm_and_yarn group with 1 update in the /utils/webpack directory: [lodash](https://github.com/lodash/lodash). Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- utils/webpack/package-lock.json | 8 ++++---- utils/webpack/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/webpack/package-lock.json b/utils/webpack/package-lock.json index f9cd52b7..bf38b644 100644 --- a/utils/webpack/package-lock.json +++ b/utils/webpack/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@cfworker/json-schema": "^1.12.5", "flexsearch": "^0.7.31", - "lodash": "^4.17.23" + "lodash": "^4.18.1" }, "devDependencies": { "bootstrap": "^5.3.3", @@ -940,9 +940,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/merge-stream": { diff --git a/utils/webpack/package.json b/utils/webpack/package.json index 57767e59..0a690370 100644 --- a/utils/webpack/package.json +++ b/utils/webpack/package.json @@ -16,6 +16,6 @@ "dependencies": { "@cfworker/json-schema": "^1.12.5", "flexsearch": "^0.7.31", - "lodash": "^4.17.23" + "lodash": "^4.18.1" } }