From e85300bf4cbb6326de80b56574c184b7ae3260a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Mar 2024 15:46:05 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6405830 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 85f5718..0ee6744 100644 --- a/app/package.json +++ b/app/package.json @@ -17,7 +17,7 @@ "description": "Native desktop app/wrapper for https://web.whatsapp.com. Built with Electron.", "dependencies": { "auto-launch": "^5.0.5", - "electron": "19.0.8", + "electron": "27.3.6", "electron-context-menu": "^0.12.0", "electron-log": "^3.0.5", "find": "^0.3.0",