From 14a5d0154c894d8f7da549b545ab5000c2dfd00f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jan 2024 19:03:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-6179663 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a28ca3..bd84d6c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "ansi-regex": "^6.0.1", "cheerio": "^1.0.0-rc.10", - "electron": "^22.0.0", + "electron": "^26.6.7", "lodash": "^4.17.21", "minimist": "^1.2.6", "nightmare": "^3.0.2",