From 4fc5e05b6542e059d407c51fbee1d497c05e6426 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Apr 2025 07:14:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-9572084 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f80e71..7f732b3 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": "^33.4.8", "electron-builder": "^23.6.0", "typescript": "~4.0.8", "@apollo/client": "3.5.10",