@@ -436,16 +436,6 @@ graphql-binding@1.2.3:
436
436
graphql-tools "2.21.0"
437
437
iterall "1.2.1"
438
438
439
- graphql-config@1.1.7 :
440
- version "1.1.7"
441
- resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.7.tgz#546c443d3ad877ceb8e13f40fbc8937af0d35dbe"
442
- dependencies :
443
- graphql "^0.12.3"
444
- graphql-import "^0.4.0"
445
- graphql-request "^1.4.0"
446
- js-yaml "^3.10.0"
447
- minimatch "^3.0.4"
448
-
449
439
graphql-config@2.0.0 :
450
440
version "2.0.0"
451
441
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
@@ -463,18 +453,18 @@ graphql-extensions@^0.0.x:
463
453
core-js "^2.5.1"
464
454
source-map-support "^0.5.0"
465
455
466
- graphql-import@^0.4.0, graphql-import@^0.4.1 :
456
+ graphql-import@^0.4.0 :
467
457
version "0.4.1"
468
458
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.1.tgz#ef1c047d6250bc8c009b12b64c26924ac4f4716c"
469
459
dependencies :
470
460
graphql "^0.12.3"
471
461
lodash "^4.17.4"
472
462
473
- graphql-playground-html@1.5 .4 :
474
- version "1.5 .4"
475
- resolved "https://registry.yarnpkg.com/graphql-playground-html /-/graphql-playground-html-1.5 .4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6 "
463
+ graphql-import@^0.4 .4 :
464
+ version "0.4 .4"
465
+ resolved "https://registry.yarnpkg.com/graphql-import /-/graphql-import-0.4 .4.tgz#57a485f3b954fd3fa80ae58bf35d8d158e263e92 "
476
466
dependencies :
477
- graphql-config "1.1.7 "
467
+ lodash "^4.17.4 "
478
468
479
469
graphql-playground-html@1.5.5 :
480
470
version "1.5.5"
@@ -488,11 +478,11 @@ graphql-playground-middleware-express@1.5.7:
488
478
dependencies :
489
479
graphql-playground-html "1.5.5"
490
480
491
- graphql-playground-middleware-lambda@1.4.2 :
492
- version "1.4.2 "
493
- resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.2 .tgz#6954ed6e7166049468287d730810942e288b5b98 "
481
+ graphql-playground-middleware-lambda@1.4.3 :
482
+ version "1.4.3 "
483
+ resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.3 .tgz#017ed8124eac7360f676ccc6a23b1e4e24a04c50 "
494
484
dependencies :
495
- graphql-playground-html "1.5.4 "
485
+ graphql-playground-html "1.5.5 "
496
486
497
487
graphql-request@^1.4.0 :
498
488
version "1.4.0"
@@ -507,6 +497,12 @@ graphql-subscriptions@^0.5.6:
507
497
es6-promise "^4.1.1"
508
498
iterall "^1.1.3"
509
499
500
+ graphql-subscriptions@^0.5.8 :
501
+ version "0.5.8"
502
+ resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz#13a6143c546bce390404657dc73ca501def30aa7"
503
+ dependencies :
504
+ iterall "^1.2.1"
505
+
510
506
graphql-tools@2.21.0 :
511
507
version "2.21.0"
512
508
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.21.0.tgz#c0d0fbda6f40a87c8d267a2989ade2ae8b9a288e"
@@ -527,9 +523,9 @@ graphql-tools@^2.18.0:
527
523
graphql-subscriptions "^0.5.6"
528
524
uuid "^3.1.0"
529
525
530
- graphql-yoga@1.3.6 :
531
- version "1.3.6 "
532
- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.6 .tgz#59132410971875932d91f465e3a098cf2f11d607 "
526
+ graphql-yoga@1.4.2 :
527
+ version "1.4.2 "
528
+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.4.2 .tgz#69c9e9eed5245c45af4462f17db72772757e27c0 "
533
529
dependencies :
534
530
" @types/cors" " ^2.8.3"
535
531
" @types/express" " ^4.0.39"
@@ -542,15 +538,15 @@ graphql-yoga@1.3.6:
542
538
body-parser-graphql "1.0.0"
543
539
cors "^2.8.4"
544
540
express "^4.16.2"
545
- graphql "^0.13.0 "
546
- graphql-import "^0.4.1 "
541
+ graphql "^0.13.1 "
542
+ graphql-import "^0.4.4 "
547
543
graphql-playground-middleware-express "1.5.7"
548
- graphql-playground-middleware-lambda "1.4.2 "
549
- graphql-subscriptions "^0.5.6 "
544
+ graphql-playground-middleware-lambda "1.4.3 "
545
+ graphql-subscriptions "^0.5.8 "
550
546
graphql-tools "^2.18.0"
551
- subscriptions-transport-ws "^0.9.5 "
547
+ subscriptions-transport-ws "^0.9.6 "
552
548
553
- graphql@0.13.1 :
549
+ graphql@0.13.1, graphql@^0.13.1 :
554
550
version "0.13.1"
555
551
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
556
552
dependencies :
@@ -562,12 +558,6 @@ graphql@^0.12.3:
562
558
dependencies :
563
559
iterall "1.1.3"
564
560
565
- graphql@^0.13.0 :
566
- version "0.13.0"
567
- resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
568
- dependencies :
569
- iterall "1.1.x"
570
-
571
561
http-errors@1.6.2, http-errors@~1.6.2 :
572
562
version "1.6.2"
573
563
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.2.tgz#0a002cc85707192a7e7946ceedc11155f60ec736"
@@ -605,15 +595,11 @@ isarray@^1.0.0:
605
595
version "1.0.0"
606
596
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
607
597
608
- iterall@1.1.3, iterall@^1.1.1, iterall@^1.1. 3 :
598
+ iterall@1.1.3, iterall@^1.1.3 :
609
599
version "1.1.3"
610
600
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
611
601
612
- iterall@1.1.x :
613
- version "1.1.4"
614
- resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
615
-
616
- iterall@1.2.1 :
602
+ iterall@1.2.1, iterall@^1.2.1 :
617
603
version "1.2.1"
618
604
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
619
605
@@ -839,13 +825,13 @@ string_decoder@~0.10.x:
839
825
version "0.10.31"
840
826
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
841
827
842
- subscriptions-transport-ws@^0.9.5 :
843
- version "0.9.5 "
844
- resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.5 .tgz#faa9eb1230d5f2efe355368cd973b867e4483c53 "
828
+ subscriptions-transport-ws@^0.9.6 :
829
+ version "0.9.6 "
830
+ resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.6 .tgz#5ff86a0746316ca3eb2423b118b8bc74a6793e1b "
845
831
dependencies :
846
832
backo2 "^1.0.2"
847
833
eventemitter3 "^2.0.3"
848
- iterall "^1.1 .1"
834
+ iterall "^1.2 .1"
849
835
lodash.assign "^4.2.0"
850
836
lodash.isobject "^3.0.2"
851
837
lodash.isstring "^4.0.1"
0 commit comments