Skip to content

Commit cf5e7ed

Browse files
committed
fix(deps): update dependency graphql to v14.2.0
1 parent ca110df commit cf5e7ed

File tree

11 files changed

+26
-20
lines changed

11 files changed

+26
-20
lines changed

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.0.2",
1414
"@nestjs/graphql": "6.0.2",
1515
"apollo-server-express": "2.4.8",
16-
"graphql": "14.1.1",
16+
"graphql": "14.2.0",
1717
"graphql-tools": "4.0.4",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.4.0",

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.4.8",
1616
"class-transformer": "0.2.0",
1717
"class-validator": "0.9.1",
18-
"graphql": "14.1.1",
18+
"graphql": "14.2.0",
1919
"graphql-tools": "4.0.4",
2020
"reflect-metadata": "0.1.13",
2121
"rxjs": "6.4.0",

package-lock.json

Lines changed: 4 additions & 4 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
@@ -55,7 +55,7 @@
5555
"fastify-cors": "2.1.2",
5656
"fastify-formbody": "3.1.0",
5757
"fastify-multipart": "0.7.0",
58-
"graphql": "14.1.1",
58+
"graphql": "14.2.0",
5959
"grpc": "1.19.0",
6060
"http2": "3.3.7",
6161
"iterare": "1.1.2",

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.4.8",
1818
"class-transformer": "0.2.0",
1919
"class-validator": "0.9.1",
20-
"graphql": "14.1.1",
20+
"graphql": "14.2.0",
2121
"graphql-subscriptions": "1.0.0",
2222
"reflect-metadata": "0.1.13",
2323
"rxjs": "6.4.0",

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.0.2",
1616
"@nestjs/platform-express": "6.0.2",
1717
"apollo-server-express": "2.4.8",
18-
"graphql": "14.1.1",
18+
"graphql": "14.2.0",
1919
"graphql-tools": "4.0.4",
2020
"prisma-binding": "2.3.9",
2121
"reflect-metadata": "0.1.13",

sample/22-graphql-prisma/yarn.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,13 @@ graphql-upload@^8.0.2:
14901490
http-errors "^1.7.1"
14911491
object-path "^0.11.4"
14921492

1493-
graphql@14.1.1, "graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
1493+
graphql@14.2.0:
1494+
version "14.2.0"
1495+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.2.0.tgz#ff25813ad6d186f3975977d56bc2d2434871f3b9"
1496+
dependencies:
1497+
iterall "^1.2.2"
1498+
1499+
"graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0":
14941500
version "14.1.1"
14951501
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0"
14961502
dependencies:

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)