From bca03cbb64d045c03d19966cf6ea4fba172c6328 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 10:12:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b597f720e..f92415e1b 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "indefinite": "^2.5.2", "jquery": "^3.7.1", "keymirror": "~0.1.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "moment": "^2.29.4", "mui-file-dropzone": "^4.0.1", "object-assign": "~4.1.1",