From eff0440eae7e170b75cafc18504164affdce078f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Feb 2025 04:36:59 +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 3002ab2..cb3ca66 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@vue/cli-service": "~4.4.1", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", - "electron": "^9.0.0", + "electron": "^32.3.0", "eslint": "^7.2.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-vue": "^6.2.2",