From 9058d58979573d81d8cc089b3769297ae740d253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 20 Apr 2018 07:17:30 +0000 Subject: [PATCH] Bump graphql-tag from 2.8.0 to 2.9.1 Bumps [graphql-tag](https://github.com/apollostack/graphql-tag) from 2.8.0 to 2.9.1. - [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) 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..d1c0962 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.1", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.9.1.tgz", + "integrity": "sha512-JBLpagu/Xbb8N6xU6hZvBeHjdvnWb/GJnA/rrnBy3iSl0bcy+pjT5N1HctAsWNmGoAgY1+ilwv6JJqu0Tk2hHQ==" }, "growly": { "version": "1.3.0", diff --git a/package.json b/package.json index 96b302f..0ceec0b 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.1", "prop-types": "^15.6.1", "query-string": "^5.0.1", "react": "^16.3.1",