From 66c9762c40ae290d853a48e6c36b7e1c9cd0e66e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 19:02:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-5923343 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6253729 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6253728 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5734243 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5aac69837a..f843927937 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "coffeestack": "^1.1", "color": "^0.7.3", "debug": "2.4.5", - "electron": "1.4.12", + "electron": "27.3.3", "electron-spellchecker": "0.2.15", "emissary": "^1.3.1", "emoji-data": "^0.2.0",