From 8d382abb50e150666bd3cd0414c8ef5abba398e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Nov 2021 22:33:58 +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-1910985 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1910987 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1910988 - https://snyk.io/vuln/SNYK-JS-ELECTRON-1910991 --- 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" } }