From 1e6549b8c4097c559b367721e26afb02f08d46e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 17:16:33 +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-6226524 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 85f5718..446194d 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": "26.6.8", "electron-context-menu": "^0.12.0", "electron-log": "^3.0.5", "find": "^0.3.0",