File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"graphql-binding-github" : " 0.3.21" ,
8
- "graphql-yoga" : " 1.8.5 "
8
+ "graphql-yoga" : " 1.9.0 "
9
9
},
10
10
"now" : {
11
11
"alias" : " graphql-binding-github"
Original file line number Diff line number Diff line change @@ -491,6 +491,12 @@ graphql-import@^0.5.0:
491
491
dependencies :
492
492
lodash "^4.17.4"
493
493
494
+ graphql-middleware@^1.1.0 :
495
+ version "1.1.1"
496
+ resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.1.1.tgz#fb7ce5bf7f78431bb1265ea4ad4365b921960387"
497
+ dependencies :
498
+ graphql-tools "^2.23.1"
499
+
494
500
495
501
version "1.5.5"
496
502
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
@@ -541,9 +547,9 @@ graphql-tools@^2.23.1:
541
547
iterall "^1.1.3"
542
548
uuid "^3.1.0"
543
549
544
- graphql-yoga@1.8.5 :
545
- version "1.8.5 "
546
- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5 .tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502 "
550
+ graphql-yoga@1.9.0 :
551
+ version "1.9.0 "
552
+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.0 .tgz#d6854be9e5b1225430d52f90b95e62404da57c8c "
547
553
dependencies :
548
554
" @types/cors" " ^2.8.3"
549
555
" @types/express" " ^4.11.1"
558
564
express "^4.16.3"
559
565
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
560
566
graphql-import "^0.5.0"
567
+ graphql-middleware "^1.1.0"
561
568
graphql-playground-middleware-express "1.6.1"
562
569
graphql-playground-middleware-lambda "1.5.0"
563
570
graphql-subscriptions "^0.5.8"
You can’t perform that action at this time.
0 commit comments