From 98fe20fd68ff48bc9cea31cae082aff13ccaa623 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:56:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8186889 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8186838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 253206f667965..5f99fde809f55 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "concurrently": "^6.2.1", "cross-env": "^7.0.3", "dotenv": "^16.0.0", - "electron": "19.0.11", + "electron": "31.7.1", "enquirer": "^2.3.6", "esbuild": "^0.18.11", "eslint": "^8.55.0",