Skip to content

Commit

Permalink
fix(deps): update dependency apollo-server-lambda to ^2.17.0 (#1166)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 31, 2020
1 parent c0a8d56 commit 60c221c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion src/functions-templates/js/apollo-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion src/functions-templates/js/fauna-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/functions-templates/js/graphql-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 60c221c

Please sign in to comment.