From ca4c5f0f9b639935cee36dc287171298fe7deda8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Jul 2025 07:22:24 +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-10906462 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023258 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023254 --- 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..604881265d1c54 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.4" } }