Skip to content

Commit e325b28

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

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
@@ -10,7 +10,7 @@
1010
"trailingComma": "all"
1111
},
1212
"dependencies": {
13-
"@graphql-tools/schema": "10.0.25",
13+
"@graphql-tools/schema": "10.0.26",
1414
"@prisma/client": "6.18.0",
1515
"@prisma/extension-accelerate": "2.0.2",
1616
"dotenv": "16.6.1",

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.12.2",
1010
"@as-integrations/hapi": "2.0.2",
11-
"@graphql-tools/schema": "10.0.25",
11+
"@graphql-tools/schema": "10.0.26",
1212
"@hapi/hapi": "21.4.3",
1313
"@prisma/client": "6.18.0",
1414
"@prisma/extension-accelerate": "2.0.2",

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.12.2",
42-
"@graphql-tools/schema": "10.0.25",
42+
"@graphql-tools/schema": "10.0.26",
4343
"@nestjs/apollo": "12.2.2",
4444
"@nestjs/common": "10.4.19",
4545
"@nestjs/config": "4.0.2",
@@ -51,7 +51,7 @@
5151
"dotenv": "17.2.3",
5252
"graphql": "16.11.0",
5353
"graphql-scalars": "1.24.2",
54-
"graphql-tools": "9.0.20",
54+
"graphql-tools": "9.0.21",
5555
"reflect-metadata": "0.2.2",
5656
"rimraf": "6.0.1",
5757
"rxjs": "7.8.2"

orm/nest-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@prisma/extension-accelerate": "2.0.2",
5050
"class-validator": "0.14.2",
5151
"graphql": "16.11.0",
52-
"graphql-tools": "9.0.20",
52+
"graphql-tools": "9.0.21",
5353
"reflect-metadata": "0.2.2",
5454
"rimraf": "6.0.1",
5555
"rxjs": "7.8.2"

0 commit comments

Comments
 (0)