From 7184adb75f01b81226b229f8f59a7a883f09fc48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 23:50:09 +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-7443355 --- 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..876a2149bbdae1 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": "^29.4.5" } }