From 3543d296586dafa9bb55f571a195d9ad3eee8dc3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 07:24:31 +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-11023267 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023258 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023263 - 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 a384b168166..021f3063f5c 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.5", "internal-ip": "^6.2.0", "minimist": "^1.2.3", "react-devtools-core": "6.1.1",