From a7d9a512b11164c834bfcd8a828186c3367169e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 11:28:13 +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 af388b27aa48..2a8be8e4fa40 100644 --- a/package.json +++ b/package.json @@ -354,7 +354,7 @@ "iterare": "^1.2.1", "js-cookie": "^2.2.1", "linguist-languages": "^7.14.0", - "lodash": "^4.17.20", + "lodash": "^4.17.23", "marked": "^4.0.10", "mdi-react": "^7.3.0", "minimatch": "^3.0.5",