From dd2dba599f3988379aaa33cdc42f50ec7fa6ef30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 21:46:22 +0000 Subject: [PATCH] fix: examples/run-in-electron/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 --- examples/run-in-electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 examples/run-in-electron/package.json diff --git a/examples/run-in-electron/package.json b/examples/run-in-electron/package.json old mode 100755 new mode 100644 index a385080a..7dc0204b --- a/examples/run-in-electron/package.json +++ b/examples/run-in-electron/package.json @@ -15,7 +15,7 @@ "author": "David Dias ", "license": "MIT", "devDependencies": { - "electron": "^2.0.0", + "electron": "^32.2.3", "electron-rebuild": "^1.7.2", "ipfs": "ipfs/js-ipfs" }