From 8ab53981f6900d253e69bc5685bb683bcddb45b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Nov 2021 20:37:41 +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-1731315 --- 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..3bfad8ac3bad18 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": "^12.2.2" } }