From 3cecdb1d59a75ce7fe3fc20d72f1b4e526c62f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:17:17 +0000 Subject: [PATCH] build(deps): bump lodash-es from 4.17.23 to 4.18.1 in /client Bumps [lodash-es](https://github.com/lodash/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-es dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 4965b25d3..66c7ea700 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21,7 +21,7 @@ "focus-trap": "^7.0.0", "form-urlencoded": "^6.0.0", "html-escaper": "^3.0.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "ramda": "^0.32.0", "react": "^19.2.3", "react-dom": "^19.2.3", @@ -6577,9 +6577,9 @@ } }, "node_modules/lodash-es": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", - "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", "license": "MIT" }, "node_modules/lodash.debounce": { diff --git a/client/package.json b/client/package.json index 355e19114..b4d4f5d10 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "focus-trap": "^7.0.0", "form-urlencoded": "^6.0.0", "html-escaper": "^3.0.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "ramda": "^0.32.0", "react": "^19.2.3", "react-dom": "^19.2.3",