From bd9a02507cc1b1f20fc543c3f40ad18546dbfa2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jan 2025 02:45:14 +0000 Subject: [PATCH] fix: examples/electron/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8604279 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8604281 --- examples/electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/electron/package.json b/examples/electron/package.json index 8b54ffe8cf3..92f49a39180 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -11,7 +11,7 @@ "rxdb": "../../", "babel-runtime": "6.18.0", "concurrently": "3.1.0", - "electron": "1.4.1", + "electron": "31.7.7", "electron-tabs": "0.4.2", "electron-window-manager": "1.0.1", "pouchdb-adapter-http": "6.0.7",