From 529d96c272891826f2a43da7dff6ed440da44040 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 03:51:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-10906462 - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 561a0457..07ebe61e 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": "^5.1.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", + "spectron": "^14.0.0", "standard": "^8.2.0", - "tap": "^14.10.6" + "tap": "^16.0.0" }, "dependencies": { - "electron": "^15.5.5", + "electron": "^37.2.4", "electron-log": "^2.2.14", "electron-settings": "^3.0.7", "electron-shortcut-normalizer": "^1.0.0",