From d839d90ec7b35705bcbbb24479a0865256926fbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 19:22:25 +0000 Subject: [PATCH] fix: examples/react-native/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- examples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 17389b03ebe9..b05dfa740593 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "react": "16.6.0-alpha.8af6728", - "react-native": "0.57.3" + "react-native": "0.60.0" }, "devDependencies": { "@babel/preset-env": "*",