From cd49434adbb796dfc5c94ae74a5728a4689c8a3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 04:11:58 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 9588d361f25b..29bab231cab2 100644 --- a/app/package.json +++ b/app/package.json @@ -26,7 +26,7 @@ "electron-store": "8.2.0", "fs-extra": "11.2.0", "git-describe": "4.1.1", - "lodash": "4.17.21", + "lodash": "4.17.23", "ms": "2.1.3", "native-process-working-directory": "^1.0.2", "node-pty": "1.0.0",