From ffeb63b46a8b353a021981dcc0e3964eb1dc552b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 29 May 2020 18:44:03 +0000 Subject: [PATCH] fix(package): update graphql-tools to version 6.0.4 Closes #102 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 8a65a27..311c023 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "graphql": "^14.0.2", "graphql-anywhere": "^4.1.23", "graphql-tag": "^2.10.0", - "graphql-tools": "^4.0.3", + "graphql-tools": "^6.0.4", "history": "^4.7.2", "prop-types": "^15.6.2", "react": "^16.6.3",