From e266831432fe880d338a5c33b94f3e5dcfd5029c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Apr 2024 04:08:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efb03ec0..7fedc8b9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "check-for-leaks": "^1.2.1", "devtron": "^1.3.0", "electron-packager": "^12.1.0", - "electron-winstaller": "^2.2.0", + "electron-winstaller": "^5.3.1", "husky": "^0.14.3", "mocha": "^5.2.0", "npm-run-all": "^4.0.2",