From 91dedf25974eb1a0d2e987d6c7761c33f09b8f69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 19:56:48 +0000 Subject: [PATCH] fix: packages/react-devtools/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-2431353 --- packages/react-devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index c8cf35075b2..4fed6c7cb03 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "cross-spawn": "^5.0.1", - "electron": "^5.0.0", + "electron": "^13.6.6", "ip": "^1.1.4", "minimist": "^1.2.3", "react-devtools-core": "4.6.0",