From 5277f0c11748ebcf7c2281233d06a5703179607e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Jul 2025 19:34:30 +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-10587791 - https://snyk.io/vuln/SNYK-JS-ELECTRON-10568318 --- 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..0f11d7a2 --- 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": "^28.3.2", "electron-rebuild": "^1.7.2", "ipfs": "ipfs/js-ipfs" }