From 6600dffe63ccd7d2f6c3982e51aa7d49c5de6755 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 04:42:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index efb03ec0..c48ecf6c 100644 --- a/package.json +++ b/package.json @@ -37,20 +37,20 @@ "chai-as-promised": "^6.0.0", "check-for-leaks": "^1.2.1", "devtron": "^1.3.0", - "electron-packager": "^12.1.0", - "electron-winstaller": "^2.2.0", + "electron-packager": "^14.0.0", + "electron-winstaller": "^3.0.0", "husky": "^0.14.3", "mocha": "^5.2.0", "npm-run-all": "^4.0.2", "request": "^2.70.0", "rimraf": "^2.5.2", "signcode": "^0.5.0", - "spectron": "^5.0.0", - "standard": "^8.2.0", + "spectron": "^11.0.0", + "standard": "^11.0.0", "tap": "^14.10.6" }, "dependencies": { - "electron": "^9.4.0", + "electron": "^20.0.0", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",