From fbebc0a74b6e74e881dca135b3436030f7cb1ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 4 May 2018 07:16:17 +0000 Subject: [PATCH] Bump react-apollo from 2.1.3 to 2.1.4 Bumps [react-apollo](https://github.com/apollostack/react-apollo) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/apollostack/react-apollo/releases) - [Changelog](https://github.com/apollographql/react-apollo/blob/master/Changelog.md) - [Commits](https://github.com/apollostack/react-apollo/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1379c55..d0d0997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9028,9 +9028,9 @@ } }, "react-apollo": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/react-apollo/-/react-apollo-2.1.3.tgz", - "integrity": "sha512-zndq2vn7TfrS3p9Ofd+V9wJSvYU4R+GT8BiX5O99oxiGeL0QrrBkT4F/IBnCGUbluSaSXdIhpgJ4Tp10tZHt2A==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/react-apollo/-/react-apollo-2.1.4.tgz", + "integrity": "sha512-KVDoRdGxUJYOAuWbYmsl4mvJXBvlJFDDDd43V0ey2gxWrNloGK/JVjnET6/PApj142FCcWz42Nvc4oW27f9acA==", "requires": { "fbjs": "0.8.16", "hoist-non-react-statics": "2.5.0", diff --git a/package.json b/package.json index 96b302f..f0eefe7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "prop-types": "^15.6.1", "query-string": "^5.0.1", "react": "^16.3.1", - "react-apollo": "^2.1.3", + "react-apollo": "^2.1.4", "react-dom": "^16.3.1", "react-modal": "^3.1.10", "react-router-dom": "^4.2.2",