From 90218af3f4f3ecb9c8c2b738dde2b4649acb05a0 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 20 Aug 2019 00:37:04 +0000 Subject: [PATCH] chore: upgrade react from 16.5.0 to 16.9.0 Snyk have raised this PR to upgrade react from 16.5.0 to 16.9.0. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/watemlifts/project/1e341b43-6e15-4cfc-9bc7-4762afff4bfc?utm_source=github&utm_medium=upgrade-pr --- lib/cli/test/fixtures/react_native_scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/test/fixtures/react_native_scripts/package.json b/lib/cli/test/fixtures/react_native_scripts/package.json index b59679dbe7f9..f02fe8e37381 100644 --- a/lib/cli/test/fixtures/react_native_scripts/package.json +++ b/lib/cli/test/fixtures/react_native_scripts/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "expo": "^32.0.0", - "react": "16.5.0", + "react": "16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz" }, "devDependencies": {