Skip to content

Commit 1c7b3ae

Browse files
committed
fix(deps): update dependency graphql to v14.6.0
1 parent 3c4a73f commit 1c7b3ae

13 files changed

Lines changed: 27 additions & 27 deletions

File tree

integration/graphql/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.

integration/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nestjs/core": "6.11.1",
1414
"@nestjs/graphql": "6.5.3",
1515
"apollo-server-express": "2.9.16",
16-
"graphql": "14.5.8",
16+
"graphql": "14.6.0",
1717
"graphql-tools": "4.0.6",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.4",

integration/typegraphql/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.

integration/typegraphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"apollo-server-express": "2.9.16",
1616
"class-transformer": "0.2.3",
1717
"class-validator": "0.11.0",
18-
"graphql": "14.5.8",
18+
"graphql": "14.6.0",
1919
"graphql-tools": "4.0.6",
2020
"reflect-metadata": "0.1.13",
2121
"rxjs": "6.5.4",

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
@@ -62,7 +62,7 @@
6262
"fastify-cors": "3.0.1",
6363
"fastify-formbody": "3.1.0",
6464
"fastify-multipart": "1.0.4",
65-
"graphql": "14.5.8",
65+
"graphql": "14.6.0",
6666
"grpc": "1.24.2",
6767
"http2": "3.3.7",
6868
"iterare": "1.2.0",

sample/12-graphql-apollo/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-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"apollo-server-express": "2.9.16",
2727
"class-transformer": "0.2.3",
2828
"class-validator": "0.11.0",
29-
"graphql": "14.5.8",
29+
"graphql": "14.6.0",
3030
"graphql-subscriptions": "1.1.0",
3131
"reflect-metadata": "0.1.13",
3232
"rimraf": "2.7.1",

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": "6.5.3",
2525
"@nestjs/platform-express": "6.11.1",
2626
"apollo-server-express": "2.9.16",
27-
"graphql": "14.5.8",
27+
"graphql": "14.6.0",
2828
"graphql-tools": "4.0.6",
2929
"prisma-binding": "2.3.16",
3030
"reflect-metadata": "0.1.13",

0 commit comments

Comments
 (0)