From 8015e1159ba9ffcfe581678c0ad7318164a503e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Sep 2022 01:26:24 +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-2992453 - https://snyk.io/vuln/SNYK-JS-ELECTRON-2992478 - https://snyk.io/vuln/SNYK-JS-ELECTRON-2992482 --- 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 4ddc432563..50a7b8bcd6 100644 --- a/examples/run-in-electron/package.json +++ b/examples/run-in-electron/package.json @@ -16,7 +16,7 @@ "author": "David Dias ", "license": "MIT", "devDependencies": { - "electron": "^17.4.11", + "electron": "^18.3.11", "electron-rebuild": "^2.3.4", "ipfs": "^0.55.3", "test-ipfs-example": "^3.0.0"