Skip to content

Commit 83a48b2

Browse files
Merge pull request #14795 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update graphql-tools monorepo
2 parents 18ecc9e + b0f2ac9 commit 83a48b2

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"globals": "16.0.0",
137137
"graphql": "16.10.0",
138138
"graphql-subscriptions": "3.0.0",
139-
"graphql-tools": "9.0.16",
139+
"graphql-tools": "9.0.18",
140140
"gulp": "5.0.0",
141141
"gulp-clang-format": "1.0.27",
142142
"gulp-clean": "0.4.0",

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": "4.11.3",
23-
"@graphql-tools/utils": "10.8.4",
23+
"@graphql-tools/utils": "10.8.6",
2424
"@nestjs/apollo": "13.0.3",
2525
"@nestjs/common": "11.0.11",
2626
"@nestjs/core": "11.0.11",

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.0.3",
2828
"@nestjs/platform-express": "11.0.11",
2929
"graphql": "16.10.0",
30-
"graphql-tools": "9.0.16",
30+
"graphql-tools": "9.0.18",
3131
"reflect-metadata": "0.2.2",
3232
"rimraf": "6.0.1",
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.0.3",
3030
"@nestjs/platform-express": "11.0.11",
3131
"graphql": "16.10.0",
32-
"graphql-tools": "9.0.16",
32+
"graphql-tools": "9.0.18",
3333
"reflect-metadata": "0.2.2",
3434
"rimraf": "6.0.1",
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.0.3",
2929
"@nestjs/platform-express": "11.0.11",
3030
"graphql": "16.10.0",
31-
"graphql-tools": "9.0.16",
31+
"graphql-tools": "9.0.18",
3232
"reflect-metadata": "0.2.2",
3333
"rimraf": "6.0.1",
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.0.3",
3030
"@nestjs/platform-express": "11.0.11",
3131
"graphql": "16.10.0",
32-
"graphql-tools": "9.0.16",
32+
"graphql-tools": "9.0.18",
3333
"reflect-metadata": "0.2.2",
3434
"rimraf": "6.0.1",
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.0.3",
3131
"@nestjs/platform-express": "11.0.11",
3232
"graphql": "16.10.0",
33-
"graphql-tools": "9.0.16",
33+
"graphql-tools": "9.0.18",
3434
"reflect-metadata": "0.2.2",
3535
"rimraf": "6.0.1",
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.0.3",
3030
"@nestjs/platform-express": "11.0.11",
3131
"graphql": "16.10.0",
32-
"graphql-tools": "9.0.16",
32+
"graphql-tools": "9.0.18",
3333
"reflect-metadata": "0.2.2",
3434
"rimraf": "6.0.1",
3535
"rxjs": "7.8.2",

0 commit comments

Comments
 (0)