From e8f2e1b3bdc6094c49b6e11e78a350b8357ea384 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 08:01: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-10188824 - https://snyk.io/vuln/SNYK-JS-ELECTRON-10245168 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f80e71..cf88f58 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "webpack": "^4.46.0", "yorkie": "^2.0.0", "@capacitor-community/electron": "^1.3.1", - "electron": "^26.2.0", + "electron": "^36.3.0", "electron-builder": "^23.6.0", "typescript": "~4.0.8", "@apollo/client": "3.5.10",