From 2983dde7504d4965b542991ded5093ded04da4c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 08:35:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302899 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3023fa9..f8caa59 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@vitejs/plugin-vue": "^2.3.4", "@vue/compiler-sfc": "^3.2", "autoprefixer": "^10.4.12", - "electron": "22.3.25", + "electron": "31.7.2", "electron-builder": "23.6.0", "electron-devtools-installer": "3.2.0", "eslint": "^8.24.0",