From 53a9e875b4d9662a145c84e98cad678a7b4cab19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2020 08:42:13 +0000 Subject: [PATCH] fix: upgrade react from 16.9.0 to 16.12.0 Snyk has created this PR to upgrade react from 16.9.0 to 16.12.0. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/sleepwell95/project/04860447-3a98-48ac-b8a8-32698ce7fdb4?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cde7f98..5149c36 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "expo": "^36.0.0", - "react": "16.9.0", + "react": "16.12.0", "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz", "react-navigation": "4.1.0", "react-native-paper": "3.1.1",