From 7fda0efe026d6a8779a1329c98a95d1f808a9fc0 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Fri, 9 Sep 2022 07:07:02 +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-2322001
- https://snyk.io/vuln/SNYK-JS-ELECTRON-2332173
- https://snyk.io/vuln/SNYK-JS-ELECTRON-2414027
- https://snyk.io/vuln/SNYK-JS-ELECTRON-2434822
- https://snyk.io/vuln/SNYK-JS-ELECTRON-2946881
---
 examples/run-in-electron/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/run-in-electron/package.json b/examples/run-in-electron/package.json
index 4ce293269d..4ddc432563 100644
--- a/examples/run-in-electron/package.json
+++ b/examples/run-in-electron/package.json
@@ -16,7 +16,7 @@
   "author": "David Dias <daviddias@ipfs.io>",
   "license": "MIT",
   "devDependencies": {
-    "electron": "^12.0.2",
+    "electron": "^17.4.11",
     "electron-rebuild": "^2.3.4",
     "ipfs": "^0.55.3",
     "test-ipfs-example": "^3.0.0"