From 4f3b114816536180460ffa74a2f7ca23c0aa5bbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Apr 2020 06:00:06 +0000 Subject: [PATCH] fix: upgrade react from 15.0.2 to 15.6.2 Snyk has created this PR to upgrade react from 15.0.2 to 15.6.2. See this package in NPM: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/bertrand/project/b4b4af87-11c9-4963-ac48-48fb4acef201?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 b667371..cb28a6a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "immutable": "3.8.1", - "react": "15.0.2", + "react": "15.6.2", "react-native": "0.26.0", "react-native-keyboard-spacer": "0.2.0", "react-redux": "4.4.5",