From 6eccd401b9ee73607af9dd65228fb05aa7e539f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Jun 2018 13:33:06 +0000 Subject: [PATCH] Bump react from 16.3.2 to 16.4.0 Bumps [react](https://github.com/facebook/react) from 16.3.2 to 16.4.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/compare/v16.3.2...v16.4.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3318824a..1a10eb88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3594,9 +3594,9 @@ } }, "react": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/react/-/react-16.3.2.tgz", - "integrity": "sha512-o5GPdkhciQ3cEph6qgvYB7LTOHw/GB0qRI6ZFNugj49qJCFfgHwVNjZ5u+b7nif4vOeMIOuYj3CeYe2IBD74lg==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.4.0.tgz", + "integrity": "sha512-K0UrkLXSAekf5nJu89obKUM7o2vc6MMN9LYoKnCa+c+8MJRAT120xzPLENcWSRc7GYKIg0LlgJRDorrufdglQQ==", "requires": { "fbjs": "0.8.16", "loose-envify": "1.3.1",