From 4db180d5e6993576eb0742d70634494b7b08d1ad Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:26: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-8097217 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 337b05b5a70b..eae255cd1943 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "copy-webpack-plugin": "12.0.2", "cpy-cli": "^5.0.0", "cross-env": "7.0.3", - "electron": "22.3.25", + "electron": "32.3.0", "electron-builder": "^24.13.3", "electron-link": "^0.6.0", "electron-mksnapshot": "29.3.0",