From c5694f2c1bc1e30841fa8588aae1eb2919b99d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:17:07 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /frontend 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] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a2b8d7e..82ea15f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "formik": "^2.4.6", "i18next": "25.0.2", "i18next-browser-languagedetector": "8.1.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "react": "19.1.0", "react-dom": "19.1.0", "react-error-boundary": "6.0.0", @@ -13654,9 +13654,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==", "license": "MIT" }, "node_modules/lodash-es": { diff --git a/frontend/package.json b/frontend/package.json index 173e1f4..9ab8f33 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -69,7 +69,7 @@ "formik": "^2.4.6", "i18next": "25.0.2", "i18next-browser-languagedetector": "8.1.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "react": "19.1.0", "react-dom": "19.1.0", "react-error-boundary": "6.0.0",