From eb6b8c0af84686a99515a7dd2ef5082fb7725864 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 02:42:20 +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-8381010 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8381013 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 85f5718..da5fa42 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": "31.7.5", "electron-context-menu": "^0.12.0", "electron-log": "^3.0.5", "find": "^0.3.0",