From 9670d6a3d0c387f4fade0e29959ca19610f97f12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 01:55:42 +0000 Subject: [PATCH] fix: packages/system-tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302899 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302889 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302877 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302881 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302883 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302885 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302887 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302893 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302895 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302891 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8230426 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302879 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8302897 --- packages/system-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system-tests/package.json b/packages/system-tests/package.json index 22a84ae913..35fcbda8be 100644 --- a/packages/system-tests/package.json +++ b/packages/system-tests/package.json @@ -22,7 +22,7 @@ "chai": "^4.0.2", "cross-env": "5.2.0", "decache": "^4.1.0", - "electron": "7.3.2", + "electron": "31.7.2", "glob": "^7.1.2", "istanbul": "^0.4.5", "mkdirp": "0.5.1",