Skip to content

Commit cfaa4d4

Browse files
Merge pull request nestjs#3031 from nestjs/renovate/graphql-14.x
fix(deps): update dependency graphql to v14.5.8
2 parents 8da9ad7 + 0bd5108 commit cfaa4d4

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.7.2",
1414
"@nestjs/graphql": "6.5.1",
1515
"apollo-server-express": "2.9.4",
16-
"graphql": "14.5.7",
16+
"graphql": "14.5.8",
1717
"graphql-tools": "4.0.5",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.3",

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.4",
1616
"class-transformer": "0.2.3",
1717
"class-validator": "0.10.1",
18-
"graphql": "14.5.7",
18+
"graphql": "14.5.8",
1919
"graphql-tools": "4.0.5",
2020
"reflect-metadata": "0.1.13",
2121
"rxjs": "6.5.3",

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
@@ -59,7 +59,7 @@
5959
"fastify-cors": "2.1.3",
6060
"fastify-formbody": "3.1.0",
6161
"fastify-multipart": "1.0.2",
62-
"graphql": "14.5.7",
62+
"graphql": "14.5.8",
6363
"grpc": "1.23.3",
6464
"http2": "3.3.7",
6565
"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.9.4",
1818
"class-transformer": "0.2.3",
1919
"class-validator": "0.10.1",
20-
"graphql": "14.5.7",
20+
"graphql": "14.5.8",
2121
"graphql-subscriptions": "1.1.0",
2222
"reflect-metadata": "0.1.13",
2323
"rxjs": "6.5.3",

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.5.1",
1616
"@nestjs/platform-express": "6.7.2",
1717
"apollo-server-express": "2.9.4",
18-
"graphql": "14.5.7",
18+
"graphql": "14.5.8",
1919
"graphql-tools": "4.0.5",
2020
"prisma-binding": "2.3.16",
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
@@ -1734,9 +1734,9 @@ graphql-upload@^8.0.2:
17341734
http-errors "^1.7.1"
17351735
object-path "^0.11.4"
17361736

1737-
graphql@14.5.7:
1738-
version "14.5.7"
1739-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.7.tgz#8646a3fcc07922319cc3967eba4a64b32929f77f"
1737+
graphql@14.5.8:
1738+
version "14.5.8"
1739+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c"
17401740
dependencies:
17411741
iterall "^1.2.2"
17421742

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)