From 4d0ed9b80e72892482de23b7207acb9fb3eca1b7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 6 Sep 2018 22:32:38 +0000 Subject: [PATCH] fix(package): update graphql to version 14.0.2 Closes #167 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1598fed..2d89440 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "classnames": "^2.2.5", "dotenv": "^6.0.0", "express": "^4.16.3", - "graphql": "^0.13.2", + "graphql": "^14.0.2", "graphql-tag": "^2.8.0", "isomorphic-unfetch": "^2.0.0", "jsforce": "^1.9.0",