Skip to content

Commit a722c15

Browse files
fix(deps): update graphql-tools monorepo
1 parent 5fa5e11 commit a722c15

File tree

14 files changed

+571
-84
lines changed

14 files changed

+571
-84
lines changed

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

+54-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@apollo/server": "4.7.3",
23-
"@graphql-tools/utils": "9.2.1",
23+
"@graphql-tools/utils": "10.0.1",
2424
"@nestjs/apollo": "11.0.6",
2525
"@nestjs/common": "9.4.3",
2626
"@nestjs/core": "9.4.3",

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

+90-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nestjs/graphql": "11.0.6",
3030
"@nestjs/platform-express": "9.4.3",
3131
"graphql": "16.6.0",
32-
"graphql-tools": "8.3.20",
32+
"graphql-tools": "9.0.0",
3333
"reflect-metadata": "0.1.13",
3434
"rimraf": "4.4.1",
3535
"rxjs": "7.8.1",

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

+90-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nestjs/graphql": "11.0.6",
3131
"@nestjs/platform-express": "9.4.3",
3232
"graphql": "16.6.0",
33-
"graphql-tools": "8.3.20",
33+
"graphql-tools": "9.0.0",
3434
"reflect-metadata": "0.1.13",
3535
"rimraf": "4.4.1",
3636
"rxjs": "7.8.1",

0 commit comments

Comments
 (0)