From eb2451125c79f1c1153d55c29bf9426baf7a9e5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Aug 2024 11:39:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-7577919 - https://snyk.io/vuln/SNYK-JS-ELECTRON-7577921 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e4089898d..93b436a3d1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "yallist":"4.0.0", "fs":"0.0.1-security", "nopt":"1.0.10", - "electron":"29.1.6", + "electron":"30.4.0", "babel-traverse":"7.0.0-beta.3", "json5":"2.2.1", "kind-of":"6.0.2",