From 2ff61de8cdf7728985954ae68873dbb5b97f888e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Apr 2026 08:32:46 +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-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 - 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..1f13a8a5 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.18.1", "lodash.omit": "^4.5.0", "material-ui-chip-input": "^1.1.0", "moment": "^2.29.4",