From 9814de8e53e3b0152e2fc70f55939c883bc8b0d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Jan 2025 16:42:25 +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 6c5b567..b0be49d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "autoprefixer": "^10.4.13", "babel-loader": "^9.1.0", "css-loader": "^6.7.2", - "electron": "22.0.0", + "electron": "32.3.0", "electron-devtools-installer": "^3.2.0", "electron-winstaller": "^5.1.0", "eslint": "^8.36.0",