From fa75e3a2e988bcec042e46efce11d5070446a875 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jul 2025 07:18:38 +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 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023258 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023254 --- 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 fa7b80d4d0c..d64418fcaa7 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "cross-spawn": "^5.0.1", - "electron": "^23.1.2", + "electron": "^37.2.4", "internal-ip": "^6.2.0", "minimist": "^1.2.3", "react-devtools-core": "6.0.1",