From 97ad71726ea24c8089154ebfb8b995342ccd4525 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 10:16:17 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index bea300a5..231d91df 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "immer": "^9.0.12", "invariant": "^2.2.4", "jwt-decode": "^3.1.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "mini-css-extract-plugin": "^2.1.0", "minimist": "1.2.6", "moment": "^2.29.1",