Skip to content

Commit 26fedcc

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.4.2
1 parent 71f5a7a commit 26fedcc

File tree

2 files changed

+31
-45
lines changed

2 files changed

+31
-45
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphql-binding-github": "0.3.14",
8-
"graphql-yoga": "1.3.6"
8+
"graphql-yoga": "1.4.2"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 30 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -436,16 +436,6 @@ graphql-binding@1.2.3:
436436
graphql-tools "2.21.0"
437437
iterall "1.2.1"
438438

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-
449439
graphql-config@2.0.0:
450440
version "2.0.0"
451441
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
@@ -463,18 +453,18 @@ graphql-extensions@^0.0.x:
463453
core-js "^2.5.1"
464454
source-map-support "^0.5.0"
465455

466-
graphql-import@^0.4.0, graphql-import@^0.4.1:
456+
graphql-import@^0.4.0:
467457
version "0.4.1"
468458
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.1.tgz#ef1c047d6250bc8c009b12b64c26924ac4f4716c"
469459
dependencies:
470460
graphql "^0.12.3"
471461
lodash "^4.17.4"
472462

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"
476466
dependencies:
477-
graphql-config "1.1.7"
467+
lodash "^4.17.4"
478468

479469
graphql-playground-html@1.5.5:
480470
version "1.5.5"
@@ -488,11 +478,11 @@ graphql-playground-middleware-express@1.5.7:
488478
dependencies:
489479
graphql-playground-html "1.5.5"
490480

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"
494484
dependencies:
495-
graphql-playground-html "1.5.4"
485+
graphql-playground-html "1.5.5"
496486

497487
graphql-request@^1.4.0:
498488
version "1.4.0"
@@ -507,6 +497,12 @@ graphql-subscriptions@^0.5.6:
507497
es6-promise "^4.1.1"
508498
iterall "^1.1.3"
509499

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+
510506
graphql-tools@2.21.0:
511507
version "2.21.0"
512508
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.21.0.tgz#c0d0fbda6f40a87c8d267a2989ade2ae8b9a288e"
@@ -527,9 +523,9 @@ graphql-tools@^2.18.0:
527523
graphql-subscriptions "^0.5.6"
528524
uuid "^3.1.0"
529525

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"
533529
dependencies:
534530
"@types/cors" "^2.8.3"
535531
"@types/express" "^4.0.39"
@@ -542,15 +538,15 @@ graphql-yoga@1.3.6:
542538
body-parser-graphql "1.0.0"
543539
cors "^2.8.4"
544540
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"
547543
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"
550546
graphql-tools "^2.18.0"
551-
subscriptions-transport-ws "^0.9.5"
547+
subscriptions-transport-ws "^0.9.6"
552548

553-
graphql@0.13.1:
549+
graphql@0.13.1, graphql@^0.13.1:
554550
version "0.13.1"
555551
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
556552
dependencies:
@@ -562,12 +558,6 @@ graphql@^0.12.3:
562558
dependencies:
563559
iterall "1.1.3"
564560

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-
571561
http-errors@1.6.2, http-errors@~1.6.2:
572562
version "1.6.2"
573563
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.2.tgz#0a002cc85707192a7e7946ceedc11155f60ec736"
@@ -605,15 +595,11 @@ isarray@^1.0.0:
605595
version "1.0.0"
606596
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
607597

608-
iterall@1.1.3, iterall@^1.1.1, iterall@^1.1.3:
598+
iterall@1.1.3, iterall@^1.1.3:
609599
version "1.1.3"
610600
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
611601

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:
617603
version "1.2.1"
618604
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
619605

@@ -839,13 +825,13 @@ string_decoder@~0.10.x:
839825
version "0.10.31"
840826
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
841827

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"
845831
dependencies:
846832
backo2 "^1.0.2"
847833
eventemitter3 "^2.0.3"
848-
iterall "^1.1.1"
834+
iterall "^1.2.1"
849835
lodash.assign "^4.2.0"
850836
lodash.isobject "^3.0.2"
851837
lodash.isstring "^4.0.1"

0 commit comments

Comments
 (0)