From dce777d56de74df2af814340f5469a36b9fd3bc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jan 2024 21:15:52 +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-6173170 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6173171 --- 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 ef1e6a135fb1..db3901c70269 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": "^26.6.6", "ip": "^1.1.4", "minimist": "^1.2.0", "react-devtools-core": "4.2.0",