From d86cb91d558c0c4bd93f08c6ff590d852f776f46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 09:03:55 +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-QS-14724253 --- 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..96606bd192ece2 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": "^7.0.0" } }