From f70e99cb1574cfbfb2295a92fbc9a013a43e42bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Aug 2025 06:55:36 +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-11023267 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023263 --- 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..5544b07312d0ca 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": "^37.2.5" } }