From 5da1fe5f7cc34b1f38acd7e1497ac22acbd16dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 2 May 2018 07:16:56 +0000 Subject: [PATCH] Bump graphql-tag from 2.8.0 to 2.9.2 Bumps [graphql-tag](https://github.com/apollostack/graphql-tag) from 2.8.0 to 2.9.2. - [Release notes](https://github.com/apollostack/graphql-tag/releases) - [Changelog](https://github.com/apollographql/graphql-tag/blob/master/CHANGELOG.md) - [Commits](https://github.com/apollostack/graphql-tag/commits/v2.9.2) 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..e348af6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5057,9 +5057,9 @@ } }, "graphql-tag": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.8.0.tgz", - "integrity": "sha1-Us3qB6hCFU7BGi6EDBG5d/m4Nc4=" + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.9.2.tgz", + "integrity": "sha512-qnNmof9pAqj/LUzs3lStP0Gw1qhdVCUS7Ab7+SUB6KD5aX1uqxWQRwMnOGTkhKuLvLNIs1TvNz+iS9kUGl1MhA==" }, "growly": { "version": "1.3.0", diff --git a/package.json b/package.json index 96b302f..f7d24ee 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "downshift": "^1.31.6", "fuse.js": "^3.2.0", "graphql": "^0.12.3", - "graphql-tag": "^2.8.0", + "graphql-tag": "^2.9.2", "prop-types": "^15.6.1", "query-string": "^5.0.1", "react": "^16.3.1",