From 2d19e765bc4fb28980d75405af6981b420fb99d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 21:21:09 +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-8381010 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8381013 --- 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 5b12f46c79664..eeefd4d7ac900 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": "^31.7.5", "ip": "^1.1.4", "minimist": "^1.2.3", "react-devtools-core": "4.24.1",