From 2602a153bf747e586135db8a6e8430e50a8c5796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 08:32:58 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.18.1 in /backend 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] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 0abb5a6aaa..2e5607077d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -112,7 +112,7 @@ "json2csv": "^5.0.7", "jsonwebtoken": "8.5.1", "jwks-rsa": "^3.0.1", - "lodash": "4.17.21", + "lodash": "4.18.1", "moment": "2.29.4", "moment-timezone": "^0.5.34", "mv": "2.1.1",