Skip to content

Commit ba16478

Browse files
Merge pull request #15858 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2 parents a4c6a04 + ad32496 commit ba16478

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

sample/12-graphql-schema-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@apollo/server": "5.1.0",
23-
"@graphql-tools/utils": "10.9.1",
23+
"@graphql-tools/utils": "10.10.0",
2424
"@nestjs/apollo": "13.2.1",
2525
"@nestjs/common": "11.1.8",
2626
"@nestjs/core": "11.1.8",

sample/31-graphql-federation-code-first/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nestjs/graphql": "13.2.0",
2828
"@nestjs/platform-express": "11.1.8",
2929
"graphql": "16.10.0",
30-
"graphql-tools": "9.0.20",
30+
"graphql-tools": "9.0.21",
3131
"reflect-metadata": "0.2.2",
3232
"rimraf": "6.1.0",
3333
"rxjs": "7.8.2",

sample/31-graphql-federation-code-first/posts-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nestjs/graphql": "13.2.0",
3030
"@nestjs/platform-express": "11.1.8",
3131
"graphql": "16.10.0",
32-
"graphql-tools": "9.0.20",
32+
"graphql-tools": "9.0.21",
3333
"reflect-metadata": "0.2.2",
3434
"rimraf": "6.1.0",
3535
"rxjs": "7.8.2",

sample/31-graphql-federation-code-first/users-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nestjs/graphql": "13.2.0",
2929
"@nestjs/platform-express": "11.1.8",
3030
"graphql": "16.10.0",
31-
"graphql-tools": "9.0.20",
31+
"graphql-tools": "9.0.21",
3232
"reflect-metadata": "0.2.2",
3333
"rimraf": "6.1.0",
3434
"rxjs": "7.8.2",

sample/32-graphql-federation-schema-first/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nestjs/graphql": "13.2.0",
3030
"@nestjs/platform-express": "11.1.8",
3131
"graphql": "16.10.0",
32-
"graphql-tools": "9.0.20",
32+
"graphql-tools": "9.0.21",
3333
"reflect-metadata": "0.2.2",
3434
"rimraf": "6.1.0",
3535
"rxjs": "7.8.2",

sample/32-graphql-federation-schema-first/posts-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nestjs/graphql": "13.2.0",
3131
"@nestjs/platform-express": "11.1.8",
3232
"graphql": "16.10.0",
33-
"graphql-tools": "9.0.20",
33+
"graphql-tools": "9.0.21",
3434
"reflect-metadata": "0.2.2",
3535
"rimraf": "6.1.0",
3636
"rxjs": "7.8.2",

sample/32-graphql-federation-schema-first/users-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nestjs/graphql": "13.2.0",
3030
"@nestjs/platform-express": "11.1.8",
3131
"graphql": "16.10.0",
32-
"graphql-tools": "9.0.20",
32+
"graphql-tools": "9.0.21",
3333
"reflect-metadata": "0.2.2",
3434
"rimraf": "6.1.0",
3535
"rxjs": "7.8.2",

0 commit comments

Comments
 (0)