Skip to content

Commit

Permalink
fix(deps): update graphql-tools monorepo (#7351)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 4c93e25 commit d90b0bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion orm/fastify-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"fastify": "5.2.0",
"@graphql-tools/schema": "10.0.15",
"@graphql-tools/schema": "10.0.16",
"@prisma/client": "5.22.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion orm/hapi-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@apollo/server": "4.11.3",
"@as-integrations/hapi": "2.0.1",
"@graphql-tools/schema": "10.0.15",
"@graphql-tools/schema": "10.0.16",
"@hapi/hapi": "21.3.12",
"@prisma/client": "5.22.0",
"graphql": "16.10.0",
Expand Down
4 changes: 2 additions & 2 deletions orm/nest-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@graphql-tools/schema": "10.0.15",
"@graphql-tools/schema": "10.0.16",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
Expand All @@ -48,7 +48,7 @@
"@prisma/client": "5.22.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-tools": "9.0.10",
"graphql-tools": "9.0.11",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion orm/nest-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@prisma/client": "5.22.0",
"class-validator": "0.14.1",
"graphql": "16.10.0",
"graphql-tools": "9.0.10",
"graphql-tools": "9.0.11",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
Expand Down

0 comments on commit d90b0bd

Please sign in to comment.