From a2d67034b8b69be29c7a2d8d32a52d9d28e9f36f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 22:03:16 +0000 Subject: [PATCH] fix: examples/react-native-vanilla/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- examples/react-native-vanilla/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native-vanilla/package.json b/examples/react-native-vanilla/package.json index b8703bb8d7cb..e9314c28cd6b 100644 --- a/examples/react-native-vanilla/package.json +++ b/examples/react-native-vanilla/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "prop-types": "^15.6.0", - "react": "~16.0.0", + "react": "~16.5.0", "react-native": "~0.49.3" }, "devDependencies": {