From 4df954b5402a96643adef825413cac5e6bd370fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 08:44:00 +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-10906462 --- 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 d866ead7dc5a..cb4a97a9d2d2 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "cross-spawn": "^5.0.1", - "electron": "^11.1.0", + "electron": "^37.2.4", "ip": "^1.1.4", "minimist": "^1.2.3", "react-devtools-core": "4.27.1",