From 47fba0745734e66cd1c30f848e4ad3fb7ca1fbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:39:22 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.18.1 in /server/frontend 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] --- server/frontend/package-lock.json | 8 ++++---- server/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/frontend/package-lock.json b/server/frontend/package-lock.json index d577cb87..d2f0ccd1 100644 --- a/server/frontend/package-lock.json +++ b/server/frontend/package-lock.json @@ -13,7 +13,7 @@ "floating-vue": "^2.0.0", "handlebars": "^4.7.8", "js-base64": "^3.7.7", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mime": "^4.0.6", "prismjs": "^1.30.0", "sweetalert": "^2.1.2", @@ -9234,9 +9234,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.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.debounce": { diff --git a/server/frontend/package.json b/server/frontend/package.json index dc26246f..2c4219b7 100644 --- a/server/frontend/package.json +++ b/server/frontend/package.json @@ -17,7 +17,7 @@ "floating-vue": "^2.0.0", "handlebars": "^4.7.8", "js-base64": "^3.7.7", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mime": "^4.0.6", "prismjs": "^1.30.0", "sweetalert": "^2.1.2",