From aa879e78a7544361e4edd53b32cfc56931c38416 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jan 2025 04:13:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8604279 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8604281 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3002ab2..53a87a1 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": "^31.7.7", "eslint": "^7.2.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-vue": "^6.2.2",