From 63094e42a52af2178029e00a016300d84858b8ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 03:11:18 +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-8186889 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8186838 --- 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..91c1ba332bb 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.1", "electron-tabs": "0.4.2", "electron-window-manager": "1.0.1", "pouchdb-adapter-http": "6.0.7",