From 417a0b8b48612ed40f8450f1709e032b8ddc3dd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 21:33:10 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- 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" } }