From 9b49d3f9780ae256711f11240a0db2c4ab48910b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 23:01:29 +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 | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8731c7..55bc78d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "js-cookie": "^3.0.5", "js-file-download": "^0.4.12", "localforage": "^1.10.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "lottie-react": "^2.4.0", "moment": "^2.29.4", "mui-one-time-password-input": "^1.1.2", @@ -14411,7 +14411,9 @@ } }, "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 22065e0..81c7709 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "js-cookie": "^3.0.5", "js-file-download": "^0.4.12", "localforage": "^1.10.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "lottie-react": "^2.4.0", "moment": "^2.29.4", "mui-one-time-password-input": "^1.1.2",