From 674e3eb72718cd206b96624f93fb02b6a5ba4be8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 01:50:44 +0000 Subject: [PATCH] fix: types/electron-notify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8310521 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8310517 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8310519 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8352921 --- types/electron-notify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/electron-notify/package.json b/types/electron-notify/package.json index 880e1b40f61b05..9ad7abda922d53 100644 --- a/types/electron-notify/package.json +++ b/types/electron-notify/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "electron": "^1.7.5" + "electron": "^32.2.3" } }