Skip to content

Commit

Permalink
Merge pull request #8464 from nestjs/renovate/graphql-15.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency graphql to v15.7.2
  • Loading branch information
kamilmysliwiec committed Nov 3, 2021
2 parents dbf3999 + 63eb125 commit 41b0125
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 40 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"fastify-formbody": "5.1.0",
"fastify-multipart": "5.1.0",
"fastify-static": "4.4.2",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"gulp": "4.0.2",
"gulp-clang-format": "1.0.27",
Expand Down
6 changes: 3 additions & 3 deletions sample/12-graphql-schema-first/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/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"apollo-server-express": "3.4.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-subscriptions": "1.2.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions sample/22-graphql-prisma/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/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/graphql": "9.1.1",
"@nestjs/platform-express": "8.1.2",
"apollo-server-express": "3.4.0",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"prisma-binding": "2.3.16",
"reflect-metadata": "0.1.13",
Expand Down
6 changes: 3 additions & 3 deletions sample/23-graphql-code-first/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-graphql-code-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"apollo-server-express": "3.4.0",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-query-complexity": "0.10.0",
"graphql-subscriptions": "1.2.1",
"reflect-metadata": "0.1.13",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/graphql": "9.1.1",
"@nestjs/platform-express": "8.1.2",
"apollo-server-express": "3.4.0",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/graphql": "9.1.1",
"@nestjs/platform-express": "8.1.2",
"apollo-server-express": "3.4.0",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/graphql": "9.1.1",
"@nestjs/platform-express": "8.1.2",
"apollo-server-express": "3.4.0",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/graphql": "9.1.1",
"@nestjs/platform-express": "8.1.2",
"apollo-server-express": "3.4.0",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/graphql": "9.1.1",
"@nestjs/platform-express": "8.1.2",
"apollo-server-express": "3.4.0",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/graphql": "9.1.1",
"@nestjs/platform-express": "8.1.2",
"apollo-server-express": "3.4.0",
"graphql": "15.7.1",
"graphql": "15.7.2",
"graphql-tools": "7.0.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 41b0125

Please sign in to comment.