From 11dfe8e40761c161a6b7da696d2dad171d729c5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 12:07:33 +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 45c7b5e50e..2c60106a0d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "js-sha256": "0.9.0", "jsrsasign": "11.0.0", "lint-staged": "11.1.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "mitt": "3.0.1", "pretty-bytes": "5.6.0", "prop-types": "15.7.2",