From 8955b705ac6ca257bd26b79ed7875d9a74d788f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 15:36:11 +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-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8186889 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8186838 --- examples/run-in-electron/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/run-in-electron/package.json b/examples/run-in-electron/package.json index 989527f861..87b903e49c 100644 --- a/examples/run-in-electron/package.json +++ b/examples/run-in-electron/package.json @@ -16,9 +16,9 @@ "author": "David Dias ", "license": "MIT", "devDependencies": { - "electron": "^12.0.2", + "electron": "^31.7.1", "electron-rebuild": "^2.3.4", - "ipfs": "^0.55.1", + "ipfs": "^0.66.1", "test-ipfs-example": "^3.0.0" }, "greenkeeper": {