Skip to content

Commit 6d6d0f9

Browse files
Merge pull request nestjs#2793 from nestjs/renovate/graphql-14.x
fix(deps): update dependency graphql to v14.5.0
2 parents baa2000 + cde2d21 commit 6d6d0f9

11 files changed

Lines changed: 21 additions & 21 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.5.3",
1414
"@nestjs/graphql": "6.4.2",
1515
"apollo-server-express": "2.8.1",
16-
"graphql": "14.4.2",
16+
"graphql": "14.5.0",
1717
"graphql-tools": "4.0.5",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.2",

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.8.1",
1616
"class-transformer": "0.2.3",
1717
"class-validator": "0.10.0",
18-
"graphql": "14.4.2",
18+
"graphql": "14.5.0",
1919
"graphql-tools": "4.0.5",
2020
"reflect-metadata": "0.1.13",
2121
"rxjs": "6.5.2",

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
@@ -56,7 +56,7 @@
5656
"fastify-cors": "2.1.3",
5757
"fastify-formbody": "3.1.0",
5858
"fastify-multipart": "1.0.2",
59-
"graphql": "14.4.2",
59+
"graphql": "14.5.0",
6060
"grpc": "1.22.2",
6161
"http2": "3.3.7",
6262
"iterare": "1.2.0",

sample/12-graphql-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"apollo-server-express": "2.8.1",
1818
"class-transformer": "0.2.3",
1919
"class-validator": "0.10.0",
20-
"graphql": "14.4.2",
20+
"graphql": "14.5.0",
2121
"graphql-subscriptions": "1.1.0",
2222
"reflect-metadata": "0.1.13",
2323
"rxjs": "6.5.2",

sample/22-graphql-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nestjs/graphql": "6.4.2",
1616
"@nestjs/platform-express": "6.5.3",
1717
"apollo-server-express": "2.8.1",
18-
"graphql": "14.4.2",
18+
"graphql": "14.5.0",
1919
"graphql-tools": "4.0.5",
2020
"prisma-binding": "2.3.15",
2121
"reflect-metadata": "0.1.13",

sample/22-graphql-prisma/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,9 +1687,9 @@ graphql-upload@^8.0.2:
16871687
http-errors "^1.7.1"
16881688
object-path "^0.11.4"
16891689

1690-
graphql@14.4.2:
1691-
version "14.4.2"
1692-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3"
1690+
graphql@14.5.0:
1691+
version "14.5.0"
1692+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.0.tgz#4801e6460942c9c591944617f6dd224a9e531520"
16931693
dependencies:
16941694
iterall "^1.2.2"
16951695

sample/23-type-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.

0 commit comments

Comments
 (0)