From f361a9326643a0aef8deb94e84d4b79c50ec353a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 May 2022 21:15:25 +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-2807803 - https://snyk.io/vuln/SNYK-JS-ELECTRON-2807804 - https://snyk.io/vuln/SNYK-JS-ELECTRON-2808874 --- 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 c8cf35075b2..0d0049a5f09 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": "^15.5.5", "ip": "^1.1.4", "minimist": "^1.2.3", "react-devtools-core": "4.6.0",