Skip to content

Commit fb5ee1d

Browse files
Merge pull request #8458 from nestjs/renovate/graphql-15.x
fix(deps): update dependency graphql to v15.7.1
2 parents 37a7121 + 49b2fc0 commit fb5ee1d

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -127,7 +127,7 @@
127127
"fastify-formbody": "5.1.0",
128128
"fastify-multipart": "5.0.2",
129129
"fastify-static": "4.4.2",
130-
"graphql": "15.7.0",
130+
"graphql": "15.7.1",
131131
"graphql-tools": "7.0.5",
132132
"gulp": "4.0.2",
133133
"gulp-clang-format": "1.0.27",

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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"apollo-server-express": "3.4.0",
2828
"class-transformer": "0.4.0",
2929
"class-validator": "0.13.1",
30-
"graphql": "15.7.0",
30+
"graphql": "15.7.1",
3131
"graphql-subscriptions": "1.2.1",
3232
"reflect-metadata": "0.1.13",
3333
"rimraf": "3.0.2",

sample/22-graphql-prisma/package-lock.json

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

sample/22-graphql-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nestjs/graphql": "9.1.1",
2525
"@nestjs/platform-express": "8.1.2",
2626
"apollo-server-express": "3.4.0",
27-
"graphql": "15.7.0",
27+
"graphql": "15.7.1",
2828
"graphql-tools": "7.0.5",
2929
"prisma-binding": "2.3.16",
3030
"reflect-metadata": "0.1.13",

sample/23-graphql-code-first/package-lock.json

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

sample/23-graphql-code-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"apollo-server-express": "3.4.0",
2828
"class-transformer": "0.4.0",
2929
"class-validator": "0.13.1",
30-
"graphql": "15.7.0",
30+
"graphql": "15.7.1",
3131
"graphql-query-complexity": "0.9.0",
3232
"graphql-subscriptions": "1.2.1",
3333
"reflect-metadata": "0.1.13",

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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nestjs/graphql": "9.1.1",
2828
"@nestjs/platform-express": "8.1.2",
2929
"apollo-server-express": "3.4.0",
30-
"graphql": "15.7.0",
30+
"graphql": "15.7.1",
3131
"graphql-tools": "7.0.5",
3232
"reflect-metadata": "0.1.13",
3333
"rimraf": "3.0.2",

0 commit comments

Comments
 (0)