From 37a638a70a7f8ee0f7a1449df5518296ec024b1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 21:23: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-3014411 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 253206f667965..1f5c9e23da274 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": "19.1.0", "enquirer": "^2.3.6", "esbuild": "^0.18.11", "eslint": "^8.55.0",