From 4e83a0c63c890df7404b24f1b0d0feb5a430e84a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Apr 2020 05:08:47 +0530 Subject: [PATCH] fix: upgrade react from 16.3.1 to 16.13.1 Snyk has created this PR to upgrade react from 16.3.1 to 16.13.1. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/gbhasha/project/e7ce9859-ac73-4f11-afb2-0edbee9cb9f9?utm_source=github&utm_medium=upgrade-pr --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index b43f017..2e2160a 100644 --- a/Example/package.json +++ b/Example/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "expo": "^27.0.1", - "react": "16.3.1", + "react": "16.13.1", "react-native": "^0.57.0", "react-native-segmented-control-ui": "^1.0.3" },