From 2ca9396a75feb00491d009a7669c837a0cf75a69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Aug 2025 07:43:03 +0000 Subject: [PATCH] fix: types/electron-notifications/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-11023258 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023263 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023254 --- types/electron-notifications/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/electron-notifications/package.json b/types/electron-notifications/package.json index 880e1b40f61b05..5544b07312d0ca 100644 --- a/types/electron-notifications/package.json +++ b/types/electron-notifications/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "electron": "^1.7.5" + "electron": "^37.2.5" } }