From bdfe8ccee46b61c6ca1b881eeeafc85875cce00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:47:28 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dfd5edde481..365759ab66c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "liquidjs": "^10.16.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "lodash-es": "^4.17.21", "lowdb": "7.0.1", "lowlight": "3.1.0", @@ -8159,7 +8159,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -10268,7 +10267,9 @@ "dev": true }, "node_modules/lodash": { - "version": "4.17.21", + "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/lodash-es": { diff --git a/package.json b/package.json index 92d746efc464..9b1a8e3f9448 100644 --- a/package.json +++ b/package.json @@ -289,7 +289,7 @@ "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "liquidjs": "^10.16.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "lodash-es": "^4.17.21", "lowdb": "7.0.1", "lowlight": "3.1.0",