From dd40fb9358c879600481bb38083cb0176e1a94f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2019 21:27:55 +0000 Subject: [PATCH] chore: upgrade react from 16.5.0 to 16.11.0 Snyk has created this PR to upgrade react from 16.5.0 to 16.11.0. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/tonz.classic02/project/51a5c96a-d5c8-4508-8f4e-46b46647f6de?utm_source=github&utm_medium=upgrade-pr --- examples/react-native-expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native-expo/package.json b/examples/react-native-expo/package.json index 0553492638..8084a85a4e 100644 --- a/examples/react-native-expo/package.json +++ b/examples/react-native-expo/package.json @@ -12,7 +12,7 @@ "base64-js": "^1.3.0", "expo": "^32.0.6", "preact-render-to-string": "^4.1.0", - "react": "16.5.0", + "react": "16.11.0", "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz", "react-native-svg-uri": "gaboelnuevo/react-native-svg-uri#473e4f958e8846cbd5c69ce5cf59753cd5cea748" },