diff --git a/src/functions-templates/js/apollo-graphql-rest/package.json b/src/functions-templates/js/apollo-graphql-rest/package.json index 796a3ad19ca..3768b77e851 100644 --- a/src/functions-templates/js/apollo-graphql-rest/package.json +++ b/src/functions-templates/js/apollo-graphql-rest/package.json @@ -15,8 +15,8 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "apollo-server-lambda": "^2.18.2", - "apollo-datasource-rest": "^0.14.0", + "apollo-server-lambda": "^3.0.0", + "apollo-datasource-rest": "^3.0.0", "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 60557bf2741..a1084bba553 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.18.2", + "apollo-server-lambda": "^3.0.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 2c88367cf96..203eff6ddf4 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.18.2", + "apollo-server-lambda": "^3.0.0", "graphql": "^14.1.1", "graphql-tools": "^4.0.8", "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..b1b4d69232e 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.18.2", + "apollo-server-lambda": "^3.0.0", "graphql": "^14.2.1", "graphql-tools": "^4.0.8", "node-fetch": "^2.6.1"