From 86cd9e701507794d9bc95a9943162fa1f7fd3889 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Nov 2023 21:20: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-6043905 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6043907 --- 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 de46d6d..f7fa32d 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "cross-spawn": "^5.0.1", - "electron": "^9.1.0", + "electron": "^25.9.4", "ip": "^1.1.4", "minimist": "^1.2.3", "react-devtools-core": "4.8.2",