From 003e97a9ff18bd3cac3e4223a523f50e2a46edde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Nov 2022 22:24:48 +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-3111876 - https://snyk.io/vuln/SNYK-JS-ELECTRON-3111878 - https://snyk.io/vuln/SNYK-JS-ELECTRON-3111879 - https://snyk.io/vuln/SNYK-JS-ELECTRON-3111880 - https://snyk.io/vuln/SNYK-JS-ELECTRON-3111881 --- 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 989527f861..e38c3acdcc 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": "^12.0.2", + "electron": "^19.1.7", "electron-rebuild": "^2.3.4", "ipfs": "^0.55.1", "test-ipfs-example": "^3.0.0"