From 5ed04d0588a36960d0d33ca4c23605787cf89e0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 12:09:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91018c217..bd8392af1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "file-type": "12.4.2", "format-currency": "1.0.0", "history": "4.10.1", - "lodash": "4.17.20", + "lodash": "4.17.23", "mime-types": "2.1.25", "node-fetch": "2.6.0", "prop-types": "15.7.2",