From d4b2e19ef060409106a56c8074b8ede8751d67b6 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:03:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6179663 - 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 f561b357..92e23867 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@vue/cli-service": "^4.4.0", "@vue/eslint-config-standard": "^6.0.0", "babel-eslint": "^10.1.0", - "electron": "^19.0.10", + "electron": "^31.7.2", "electron-builder": "^23.1.0", "electron-builder-notarize": "^1.2.0", "electron-devtools-installer": "^3.1.0",