From 5d3787cde686eb8a4e47fd1ba122581932235504 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 11:31:13 +0000 Subject: [PATCH] :arrow_up: Bump graphql-tools from 4.0.8 to 6.0.3 Bumps [graphql-tools](https://github.com/ardatan/graphql-tools) from 4.0.8 to 6.0.3. - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/compare/v4.0.8...v6.0.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4be1fc3..31d4748 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "graphql": "^14.0.2", - "graphql-tools": "^4.0.3", + "graphql-tools": "^6.0.3", "mocha": "^5.2.0", "nyc": "^13.1.0" },