From ea6ba1b332166bbab523b465dcc44f74291cdf8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 19:10:23 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6fa74c045..05622effd 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "delay": "^4.3.0", "dirty-chai": "^2.0.1", "dotenv": "^8.2.0", - "electron": "^8.2.5", + "electron": "^37.2.4", "electron-builder": "^22.6.0", "electron-notarize": "^0.3.0", "electron-notarize-dmg": "1.0.0", @@ -67,7 +67,7 @@ "semver-regex": "^3.1.1", "shx": "^0.3.2", "sinon": "^9.0.2", - "spectron": "^10.0.1", + "spectron": "^14.0.0", "standard": "^14.3.4", "tar": "^6.0.2", "tmp": "0.2.1", @@ -85,7 +85,7 @@ "i18next-electron-language-detector": "0.0.10", "i18next-icu": "^1.3.1", "i18next-node-fs-backend": "^2.1.3", - "ipfs-http-client": "^44.0.3", + "ipfs-http-client": "^60.0.1", "ipfsd-ctl": "^4.1.0", "is-ipfs": "^1.0.3", "it-all": "^1.0.2",