From 3e4565c2f77b8b080916c72c0bf8956bda2f2f27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Aug 2025 02:33:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11502178 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 561a0457..a91698e0 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "request": "^2.70.0", "rimraf": "^2.5.2", "signcode": "^1.0.0", - "spectron": "^5.0.0", + "spectron": "^11.1.0", "standard": "^8.2.0", "tap": "^14.10.6" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^37.2.6", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",