From ab11edb1114532364f327fdc72775ab8b92d0577 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 17:53:48 +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-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/npm:debug:20170905 --- packages/react-devtools/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index d866ead7dc5a5..eebf750a51cd0 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -23,10 +23,10 @@ }, "dependencies": { "cross-spawn": "^5.0.1", - "electron": "^11.1.0", + "electron": "^20.0.0", "ip": "^1.1.4", "minimist": "^1.2.3", "react-devtools-core": "4.27.1", - "update-notifier": "^2.1.0" + "update-notifier": "^7.3.0" } }