From e87bd532022ecd8bcd144ec9efea65572bca4ec6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Jun 2021 09:35:22 +0000 Subject: [PATCH] fix(deps): update dependency graphql-tools to v7 --- src/functions-templates/js/fauna-graphql/package.json | 2 +- src/functions-templates/js/graphql-gateway/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions-templates/js/fauna-graphql/package.json b/src/functions-templates/js/fauna-graphql/package.json index 2c88367cf96..ec506af951f 100644 --- a/src/functions-templates/js/fauna-graphql/package.json +++ b/src/functions-templates/js/fauna-graphql/package.json @@ -20,7 +20,7 @@ "apollo-link-context": "^1.0.20", "apollo-server-lambda": "^2.18.2", "graphql": "^14.1.1", - "graphql-tools": "^4.0.8", + "graphql-tools": "^7.0.0", "node-fetch": "^2.6.1" } } diff --git a/src/functions-templates/js/graphql-gateway/package.json b/src/functions-templates/js/graphql-gateway/package.json index b103d3eac10..99a6515251b 100644 --- a/src/functions-templates/js/graphql-gateway/package.json +++ b/src/functions-templates/js/graphql-gateway/package.json @@ -18,7 +18,7 @@ "apollo-link-http": "^1.5.17", "apollo-server-lambda": "^2.18.2", "graphql": "^14.2.1", - "graphql-tools": "^4.0.8", + "graphql-tools": "^7.0.0", "node-fetch": "^2.6.1" } }