From f6d10365a7cf3edfdff892d24e50d68d5fc70892 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Feb 2025 05:19:44 +0000 Subject: [PATCH] fix: examples/electron/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8097217 --- examples/electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/electron/package.json b/examples/electron/package.json index e1f524fdd40..7b655037469 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -12,7 +12,7 @@ "babel-polyfill": "6.26.0", "babel-runtime": "6.26.0", "concurrently": "3.5.1", - "electron": "1.8.4", + "electron": "32.3.0", "electron-tabs": "0.9.1", "electron-window-manager": "1.0.6", "melanke-watchjs": "1.4.3",