From e615205d3eece0ae061bcf176ec7c1619952a133 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 20:48:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8738834 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 561a0457..aa9d586c 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,10 @@ "signcode": "^1.0.0", "spectron": "^5.0.0", "standard": "^8.2.0", - "tap": "^14.10.6" + "tap": "^16.2.0" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^33.4.3", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",