From ebd44a3e0e275d961d4795c2f1cd6e724daed216 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Aug 2020 00:58:11 +0000 Subject: [PATCH] fix(deps): update dependency apollo-server-lambda to ^2.17.0 --- src/functions-templates/js/apollo-graphql-rest/package.json | 2 +- src/functions-templates/js/apollo-graphql/package.json | 2 +- src/functions-templates/js/fauna-graphql/package.json | 2 +- src/functions-templates/js/graphql-gateway/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/functions-templates/js/apollo-graphql-rest/package.json b/src/functions-templates/js/apollo-graphql-rest/package.json index c4521d762fa..aaa0abdb3e6 100644 --- a/src/functions-templates/js/apollo-graphql-rest/package.json +++ b/src/functions-templates/js/apollo-graphql-rest/package.json @@ -15,7 +15,7 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "apollo-server-lambda": "^2.16.1", + "apollo-server-lambda": "^2.17.0", "apollo-datasource-rest": "^0.9.3", "graphql": "^14.1.1" } diff --git a/src/functions-templates/js/apollo-graphql/package.json b/src/functions-templates/js/apollo-graphql/package.json index f797c1ef698..e09c72bfd0b 100644 --- a/src/functions-templates/js/apollo-graphql/package.json +++ b/src/functions-templates/js/apollo-graphql/package.json @@ -15,7 +15,7 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "apollo-server-lambda": "^2.16.1", + "apollo-server-lambda": "^2.17.0", "graphql": "^14.1.1" } } diff --git a/src/functions-templates/js/fauna-graphql/package.json b/src/functions-templates/js/fauna-graphql/package.json index 4049e3c84a6..eb87f70df33 100644 --- a/src/functions-templates/js/fauna-graphql/package.json +++ b/src/functions-templates/js/fauna-graphql/package.json @@ -18,7 +18,7 @@ "dependencies": { "apollo-link-http": "^1.5.17", "apollo-link-context": "^1.0.20", - "apollo-server-lambda": "^2.16.1", + "apollo-server-lambda": "^2.17.0", "graphql": "^14.1.1", "graphql-tools": "^4.0.8", "node-fetch": "^2.6.0" diff --git a/src/functions-templates/js/graphql-gateway/package.json b/src/functions-templates/js/graphql-gateway/package.json index 992745635d6..074a1d4f191 100644 --- a/src/functions-templates/js/graphql-gateway/package.json +++ b/src/functions-templates/js/graphql-gateway/package.json @@ -16,7 +16,7 @@ "license": "MIT", "dependencies": { "apollo-link-http": "^1.5.17", - "apollo-server-lambda": "^2.16.1", + "apollo-server-lambda": "^2.17.0", "graphql": "^14.2.1", "graphql-tools": "^4.0.8", "node-fetch": "^2.6.0"