From 6acae9fd2b7dc636bfc81b92f7f58b6b94bf7d35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 01:35:16 +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-11502178 --- 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..2781da2ad68790 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.6" } }