From f33bbd50ab44108b50927b24ab07782b645b3d2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 18:06:57 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 561a0457..224f4957 100644 --- a/package.json +++ b/package.json @@ -38,19 +38,19 @@ "check-for-leaks": "^1.2.1", "devtron": "^1.3.0", "electron-packager": "^16.0.0", - "electron-winstaller": "^2.2.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": "^1.0.0", - "spectron": "^5.0.0", - "standard": "^8.2.0", + "spectron": "^11.0.0", + "standard": "^11.0.0", "tap": "^14.10.6" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^20.0.0", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",