From c0858cc4016b6b29cee042a794e7d61b8eed15bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 23:13:19 +0000 Subject: [PATCH] fix: packages/react-devtools-shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- packages/react-devtools-shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools-shell/package.json b/packages/react-devtools-shell/package.json index a12c0f72fd3..b4051445fed 100644 --- a/packages/react-devtools-shell/package.json +++ b/packages/react-devtools-shell/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "immutable": "^4.0.0-rc.12", - "react-native-web": "^0.11.5" + "react-native-web": "^0.15.0" }, "devDependencies": { "@babel/core": "^7.1.6",