From 6b2b9f77da38d49aa3e9c97fdc6eb052a3f445c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 May 2022 21:30:44 +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-2807809 --- 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..70d150625e 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": "15.5.4", "glob": "^7.1.2", "istanbul": "^0.4.5", "mkdirp": "0.5.1",