Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v14.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 13, 2019
1 parent 4ce6186 commit 5919560
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions integration/graphql/package-lock.json

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

2 changes: 1 addition & 1 deletion integration/graphql/package.json
Expand Up @@ -13,7 +13,7 @@
"@nestjs/core": "6.6.7",
"@nestjs/graphql": "6.5.1",
"apollo-server-express": "2.9.3",
"graphql": "14.5.4",
"graphql": "14.5.5",
"graphql-tools": "4.0.5",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
Expand Down
6 changes: 3 additions & 3 deletions integration/typegraphql/package-lock.json

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

2 changes: 1 addition & 1 deletion integration/typegraphql/package.json
Expand Up @@ -15,7 +15,7 @@
"apollo-server-express": "2.9.3",
"class-transformer": "0.2.3",
"class-validator": "0.10.0",
"graphql": "14.5.4",
"graphql": "14.5.5",
"graphql-tools": "4.0.5",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"fastify-cors": "2.1.3",
"fastify-formbody": "3.1.0",
"fastify-multipart": "1.0.2",
"graphql": "14.5.4",
"graphql": "14.5.5",
"grpc": "1.23.3",
"http2": "3.3.7",
"iterare": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-apollo/package.json
Expand Up @@ -17,7 +17,7 @@
"apollo-server-express": "2.9.3",
"class-transformer": "0.2.3",
"class-validator": "0.10.0",
"graphql": "14.5.4",
"graphql": "14.5.5",
"graphql-subscriptions": "1.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Expand Up @@ -15,7 +15,7 @@
"@nestjs/graphql": "6.5.1",
"@nestjs/platform-express": "6.6.7",
"apollo-server-express": "2.9.3",
"graphql": "14.5.4",
"graphql": "14.5.5",
"graphql-tools": "4.0.5",
"prisma-binding": "2.3.16",
"reflect-metadata": "0.1.13",
Expand Down
6 changes: 3 additions & 3 deletions sample/22-graphql-prisma/yarn.lock
Expand Up @@ -1734,9 +1734,9 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

graphql@14.5.4:
version "14.5.4"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.4.tgz#b33fe957854e90c10d4c07c7d26b6c8e9f159a13"
graphql@14.5.5:
version "14.5.5"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.5.tgz#7ec9d4f79f4d3c95e64c7ff6727bfe7068049d43"
dependencies:
iterall "^1.2.2"

Expand Down
6 changes: 3 additions & 3 deletions sample/23-type-graphql/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/23-type-graphql/package.json
Expand Up @@ -17,7 +17,7 @@
"apollo-server-express": "2.9.3",
"class-transformer": "0.2.3",
"class-validator": "0.10.0",
"graphql": "14.5.4",
"graphql": "14.5.5",
"graphql-subscriptions": "1.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
Expand Down

0 comments on commit 5919560

Please sign in to comment.