From 9ed9d7ea3bde08e6f54dfd8f3d25da7f5eb36684 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 19:18:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8310521 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8310517 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8310519 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8352921 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 561a0457..03d627f3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "author": "GitHub", "license": "MIT", "devDependencies": { - "@octokit/rest": "^16.3.2", + "@octokit/rest": "^17.0.0", "chai": "^3.4.1", "chai-as-promised": "^6.0.0", "check-for-leaks": "^1.2.1", @@ -47,10 +47,10 @@ "signcode": "^1.0.0", "spectron": "^5.0.0", "standard": "^8.2.0", - "tap": "^14.10.6" + "tap": "^18.0.0" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^32.2.3", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",