From 931eca13d32c5ae5a3206d4bdd63561de08ed429 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 08:29:45 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f7a660f7..28b27431 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -104,7 +104,7 @@ "jose": "^4.15.5", "js-cookie": "^2.2.1", "jsonwebtoken": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lodash.omit": "^4.5.0", "material-ui-chip-input": "^1.1.0", "moment": "^2.29.4",