Skip to content

Commit

Permalink
fix(deps): update dependency apollo-server-express to v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed May 29, 2020
1 parent ad047b3 commit 4776e70
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/federation/graphql-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nestjs/core": "7.0.13",
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
"reflect-metadata": "0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/sub-task-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/tag-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/todo-item-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/sequelize": "0.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-multidb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-soft-delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/graphql": "7.3.11",
"@nestjs/platform-express": "7.0.13",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.14.0",
"apollo-server-express": "2.14.1",
"class-validator": "0.12.2",
"graphql": "15.0.0",
"graphql-tools": "6.0.3",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4776e70

Please sign in to comment.