Skip to content

Commit

Permalink
Merge pull request #14329 from nestjs/renovate/graphql-tools-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update graphql-tools monorepo
  • Loading branch information
kamilmysliwiec authored Dec 16, 2024
2 parents 11190a4 + 585f440 commit d5bc7db
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
40 changes: 20 additions & 20 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 @@ -131,7 +131,7 @@
"fancy-log": "2.0.0",
"fastify": "4.29.0",
"graphql": "16.9.0",
"graphql-tools": "9.0.6",
"graphql-tools": "9.0.8",
"graphql-subscriptions": "2.0.0",
"gulp": "5.0.0",
"gulp-clang-format": "1.0.27",
Expand Down
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 @@ -20,7 +20,7 @@
},
"dependencies": {
"@apollo/server": "4.11.2",
"@graphql-tools/utils": "10.0.13",
"@graphql-tools/utils": "10.6.4",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"graphql-tools": "9.0.8",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"graphql-tools": "9.0.8",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"graphql-tools": "9.0.8",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"graphql-tools": "9.0.8",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"graphql-tools": "9.0.8",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.15",
"graphql": "16.8.1",
"graphql-tools": "9.0.0",
"graphql-tools": "9.0.8",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down

0 comments on commit d5bc7db

Please sign in to comment.