From 37d5ae959a4918a7f07e55dac12c790d084cddb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 03:57:04 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.17.23 in /backend 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] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 6136ed5c37..68bd526295 100644 --- a/backend/package.json +++ b/backend/package.json @@ -111,7 +111,7 @@ "json2csv": "^5.0.7", "jsonwebtoken": "8.5.1", "jwks-rsa": "^3.0.1", - "lodash": "4.17.21", + "lodash": "4.17.23", "moment": "2.29.4", "moment-timezone": "^0.5.34", "mv": "2.1.1",