From aab50bb2a11aed48d5fb93144ecaa5c76b98ae17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jun 2024 22:14:58 +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-5923343 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6253729 - https://snyk.io/vuln/SNYK-JS-ELECTRON-6253728 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5734243 --- 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..578d6c22aabc 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": "^27.3.3", "ip": "^1.1.4", "minimist": "^1.2.0", "react-devtools-core": "4.2.1",