From 56d39615c4da303c154952f56043745d983f869f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 04:19:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8381010 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8381013 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cb30e7..ee88da6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "async": "^2.6.3", "body-parser": "^1.19.0", "debug": "^4.1.1", - "electron": "4.2.6", + "electron": "31.7.5", "electron-pdf": "4.0.6", "express": "^4.17.1", "fs-extra": "^8.1.0",