From 7b2963466ee34352d85ff7624d0843b39d983912 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 00:53:37 +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-7443355 --- 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 7b8967c9e779..54cf0ea330c7 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "cross-spawn": "^5.0.1", - "electron": "^5.0.0", + "electron": "^29.4.5", "ip": "^1.1.4", "minimist": "^1.2.0", "react-devtools-core": "4.2.1",