From c8d264af54e3cef5f8ceb69ddd16825f29e17351 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 05:22:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6579648 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 094d631a..ef9cf649 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "cytoscape-ngraph.forcelayout": "^1.3.8", "cytoscape-spread": "^3.0.0", "cytoscape-view-utilities": "^2.0.7", - "electron": "^9.4.0", + "electron": "^29.3.0", "electron-compile": "^6.4.2", "electron-devtools-installer": "^2.1.0", "electron-squirrel-startup": "^1.0.0",