Skip to content

Commit bb0a6cf

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.9.0
1 parent 9d38f32 commit bb0a6cf

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"graphcool-binding": "1.3.5",
9-
"graphql-yoga": "1.8.5"
9+
"graphql-yoga": "1.9.0"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,12 @@ graphql-import@^0.5.0:
512512
dependencies:
513513
lodash "^4.17.4"
514514

515+
graphql-middleware@^1.1.0:
516+
version "1.1.1"
517+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.1.1.tgz#fb7ce5bf7f78431bb1265ea4ad4365b921960387"
518+
dependencies:
519+
graphql-tools "^2.23.1"
520+
515521
graphql-playground-html@1.5.5:
516522
version "1.5.5"
517523
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
@@ -569,9 +575,9 @@ graphql-tools@^2.23.1:
569575
iterall "^1.1.3"
570576
uuid "^3.1.0"
571577

572-
graphql-yoga@1.8.5:
573-
version "1.8.5"
574-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5.tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502"
578+
graphql-yoga@1.9.0:
579+
version "1.9.0"
580+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.0.tgz#d6854be9e5b1225430d52f90b95e62404da57c8c"
575581
dependencies:
576582
"@types/cors" "^2.8.3"
577583
"@types/express" "^4.11.1"
@@ -586,6 +592,7 @@ graphql-yoga@1.8.5:
586592
express "^4.16.3"
587593
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
588594
graphql-import "^0.5.0"
595+
graphql-middleware "^1.1.0"
589596
graphql-playground-middleware-express "1.6.1"
590597
graphql-playground-middleware-lambda "1.5.0"
591598
graphql-subscriptions "^0.5.8"

0 commit comments

Comments
 (0)