From c0002849702f2a4dafff5c23519edb643841e8b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 14:04:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-7443353 - https://snyk.io/vuln/SNYK-JS-ELECTRON-7443354 - https://snyk.io/vuln/SNYK-JS-ELECTRON-7443356 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e4089898d..a678440f31 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":"29.4.5", "babel-traverse":"7.0.0-beta.3", "json5":"2.2.1", "kind-of":"6.0.2",