Skip to content

Commit d90b0bd

Browse files
fix(deps): update graphql-tools monorepo (#7351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c93e25 commit d90b0bd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

orm/fastify-graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"fastify": "5.2.0",
14-
"@graphql-tools/schema": "10.0.15",
14+
"@graphql-tools/schema": "10.0.16",
1515
"@prisma/client": "5.22.0",
1616
"graphql": "16.10.0",
1717
"graphql-scalars": "1.24.0",

orm/hapi-graphql-sdl-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@apollo/server": "4.11.3",
1010
"@as-integrations/hapi": "2.0.1",
11-
"@graphql-tools/schema": "10.0.15",
11+
"@graphql-tools/schema": "10.0.16",
1212
"@hapi/hapi": "21.3.12",
1313
"@prisma/client": "5.22.0",
1414
"graphql": "16.10.0",

orm/nest-graphql-sdl-first/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@apollo/server": "4.11.3",
42-
"@graphql-tools/schema": "10.0.15",
42+
"@graphql-tools/schema": "10.0.16",
4343
"@nestjs/apollo": "12.2.2",
4444
"@nestjs/common": "10.4.15",
4545
"@nestjs/core": "10.4.15",
@@ -48,7 +48,7 @@
4848
"@prisma/client": "5.22.0",
4949
"graphql": "16.10.0",
5050
"graphql-scalars": "1.24.0",
51-
"graphql-tools": "9.0.10",
51+
"graphql-tools": "9.0.11",
5252
"reflect-metadata": "0.2.2",
5353
"rimraf": "6.0.1",
5454
"rxjs": "7.8.1"

orm/nest-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@prisma/client": "5.22.0",
4848
"class-validator": "0.14.1",
4949
"graphql": "16.10.0",
50-
"graphql-tools": "9.0.10",
50+
"graphql-tools": "9.0.11",
5151
"reflect-metadata": "0.2.2",
5252
"rimraf": "6.0.1",
5353
"rxjs": "7.8.1"

0 commit comments

Comments
 (0)