Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 8e24cc4

Browse files
renovate[bot]DevanB
authored andcommitted
fix(deps): update graphql-yoga to v1.4.2
1 parent 35e5435 commit 8e24cc4

File tree

2 files changed

+60
-35
lines changed

2 files changed

+60
-35
lines changed

Diff for: basic/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphcool-binding": "1.3.5",
8-
"graphql-yoga": "1.3.5"
8+
"graphql-yoga": "1.4.2"
99
},
1010
"prettier": {
1111
"semi": false,

Diff for: basic/server/yarn.lock

+59-34
Original file line numberDiff line numberDiff line change
@@ -443,14 +443,14 @@ [email protected]:
443443
graphql-tools "2.18.0"
444444
iterall "1.1.3"
445445

446-
graphql-config@1.1.7:
447-
version "1.1.7"
448-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.7.tgz#546c443d3ad877ceb8e13f40fbc8937af0d35dbe"
446+
graphql-config@2.0.0:
447+
version "2.0.0"
448+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
449449
dependencies:
450-
graphql "^0.12.3"
451450
graphql-import "^0.4.0"
452451
graphql-request "^1.4.0"
453452
js-yaml "^3.10.0"
453+
lodash "^4.17.4"
454454
minimatch "^3.0.4"
455455

456456
graphql-extensions@^0.0.x:
@@ -467,30 +467,36 @@ [email protected]:
467467
graphql "^0.12.3"
468468
lodash "^4.17.4"
469469

470-
graphql-import@^0.4.0, graphql-import@^0.4.1:
470+
graphql-import@^0.4.0:
471471
version "0.4.1"
472472
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.1.tgz#ef1c047d6250bc8c009b12b64c26924ac4f4716c"
473473
dependencies:
474474
graphql "^0.12.3"
475475
lodash "^4.17.4"
476476

477-
478-
version "1.5.4"
479-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
477+
graphql-import@^0.4.4:
478+
version "0.4.4"
479+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.4.tgz#57a485f3b954fd3fa80ae58bf35d8d158e263e92"
480480
dependencies:
481-
graphql-config "1.1.7"
481+
lodash "^4.17.4"
482482

483-
graphql-playground-middleware-express@1.5.6:
484-
version "1.5.6"
485-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.6.tgz#db3c4b0ab5fd999cd9ed0ee16460dca321878afd"
483+
graphql-playground-html@1.5.5:
484+
version "1.5.5"
485+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
486486
dependencies:
487-
graphql-playground-html "1.5.4"
487+
graphql-config "2.0.0"
488488

489-
graphql-playground-middleware-lambda@1.4.2:
490-
version "1.4.2"
491-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.2.tgz#6954ed6e7166049468287d730810942e288b5b98"
489+
graphql-playground-middleware-express@1.5.7:
490+
version "1.5.7"
491+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.7.tgz#a07418791d9f3728b2bda18fc2c6edcaf997cc93"
492492
dependencies:
493-
graphql-playground-html "1.5.4"
493+
graphql-playground-html "1.5.5"
494+
495+
496+
version "1.4.3"
497+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.3.tgz#017ed8124eac7360f676ccc6a23b1e4e24a04c50"
498+
dependencies:
499+
graphql-playground-html "1.5.5"
494500

495501
graphql-request@^1.4.0:
496502
version "1.4.0"
@@ -505,6 +511,12 @@ graphql-subscriptions@^0.5.6:
505511
es6-promise "^4.1.1"
506512
iterall "^1.1.3"
507513

514+
graphql-subscriptions@^0.5.8:
515+
version "0.5.8"
516+
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-0.5.8.tgz#13a6143c546bce390404657dc73ca501def30aa7"
517+
dependencies:
518+
iterall "^1.2.1"
519+
508520
[email protected], graphql-tools@^2.18.0:
509521
version "2.18.0"
510522
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.18.0.tgz#8e2d6436f9adba1d579c1a1710ae95e7f5e7248b"
@@ -515,9 +527,9 @@ [email protected], graphql-tools@^2.18.0:
515527
graphql-subscriptions "^0.5.6"
516528
uuid "^3.1.0"
517529

518-
graphql-yoga@1.3.5:
519-
version "1.3.5"
520-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.5.tgz#7767b91de6d48756f835aee032c28f2b66c45641"
530+
graphql-yoga@1.4.2:
531+
version "1.4.2"
532+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.4.2.tgz#69c9e9eed5245c45af4462f17db72772757e27c0"
521533
dependencies:
522534
"@types/cors" "^2.8.3"
523535
"@types/express" "^4.0.39"
@@ -530,25 +542,25 @@ [email protected]:
530542
body-parser-graphql "1.0.0"
531543
cors "^2.8.4"
532544
express "^4.16.2"
533-
graphql "^0.13.0"
534-
graphql-import "^0.4.1"
535-
graphql-playground-middleware-express "1.5.6"
536-
graphql-playground-middleware-lambda "1.4.2"
537-
graphql-subscriptions "^0.5.6"
545+
graphql "^0.13.1"
546+
graphql-import "^0.4.4"
547+
graphql-playground-middleware-express "1.5.7"
548+
graphql-playground-middleware-lambda "1.4.3"
549+
graphql-subscriptions "^0.5.8"
538550
graphql-tools "^2.18.0"
539-
subscriptions-transport-ws "^0.9.5"
551+
subscriptions-transport-ws "^0.9.6"
540552

541553
[email protected], graphql@^0.12.3:
542554
version "0.12.3"
543555
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
544556
dependencies:
545557
iterall "1.1.3"
546558

547-
graphql@^0.13.0:
548-
version "0.13.0"
549-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
559+
graphql@^0.13.1:
560+
version "0.13.1"
561+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
550562
dependencies:
551-
iterall "1.1.x"
563+
iterall "^1.2.0"
552564

553565
[email protected], http-errors@~1.6.2:
554566
version "1.6.2"
@@ -591,9 +603,9 @@ [email protected], iterall@^1.1.1, iterall@^1.1.3:
591603
version "1.1.3"
592604
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
593605

594-
iterall@1.1.x:
595-
version "1.1.4"
596-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
606+
iterall@^1.2.0, iterall@^1.2.1:
607+
version "1.2.1"
608+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
597609

598610
599611
version "0.15.0"
@@ -873,7 +885,7 @@ string_decoder@~0.10.x:
873885
version "0.10.31"
874886
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
875887

876-
[email protected], subscriptions-transport-ws@^0.9.5:
888+
877889
version "0.9.5"
878890
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.5.tgz#faa9eb1230d5f2efe355368cd973b867e4483c53"
879891
dependencies:
@@ -886,6 +898,19 @@ [email protected], subscriptions-transport-ws@^0.9.5:
886898
symbol-observable "^1.0.4"
887899
ws "^3.0.0"
888900

901+
subscriptions-transport-ws@^0.9.6:
902+
version "0.9.6"
903+
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.6.tgz#5ff86a0746316ca3eb2423b118b8bc74a6793e1b"
904+
dependencies:
905+
backo2 "^1.0.2"
906+
eventemitter3 "^2.0.3"
907+
iterall "^1.2.1"
908+
lodash.assign "^4.2.0"
909+
lodash.isobject "^3.0.2"
910+
lodash.isstring "^4.0.1"
911+
symbol-observable "^1.0.4"
912+
ws "^3.0.0"
913+
889914
symbol-observable@^1.0.4:
890915
version "1.1.0"
891916
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.1.0.tgz#5c68fd8d54115d9dfb72a84720549222e8db9b32"

0 commit comments

Comments
 (0)