Skip to content

Commit 71f5a7a

Browse files
authored
Merge pull request #90 from graphql-binding/renovate/graphql-yoga-1.x
chore(deps): update dependency graphql-yoga to v1.3.6
2 parents 1e97686 + 156328b commit 71f5a7a

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
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.5"
8+
"graphql-yoga": "1.3.6"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,16 @@ [email protected]:
446446
js-yaml "^3.10.0"
447447
minimatch "^3.0.4"
448448

449+
450+
version "2.0.0"
451+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
452+
dependencies:
453+
graphql-import "^0.4.0"
454+
graphql-request "^1.4.0"
455+
js-yaml "^3.10.0"
456+
lodash "^4.17.4"
457+
minimatch "^3.0.4"
458+
449459
graphql-extensions@^0.0.x:
450460
version "0.0.5"
451461
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.5.tgz#63bc4a3fd31aab12bfadf783cbc038a9a6937cf0"
@@ -466,11 +476,17 @@ [email protected]:
466476
dependencies:
467477
graphql-config "1.1.7"
468478

469-
graphql-playground-middleware-express@1.5.6:
470-
version "1.5.6"
471-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.6.tgz#db3c4b0ab5fd999cd9ed0ee16460dca321878afd"
479+
graphql-playground-html@1.5.5:
480+
version "1.5.5"
481+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
472482
dependencies:
473-
graphql-playground-html "1.5.4"
483+
graphql-config "2.0.0"
484+
485+
486+
version "1.5.7"
487+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.7.tgz#a07418791d9f3728b2bda18fc2c6edcaf997cc93"
488+
dependencies:
489+
graphql-playground-html "1.5.5"
474490

475491
476492
version "1.4.2"
@@ -511,9 +527,9 @@ graphql-tools@^2.18.0:
511527
graphql-subscriptions "^0.5.6"
512528
uuid "^3.1.0"
513529

514-
515-
version "1.3.5"
516-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.5.tgz#7767b91de6d48756f835aee032c28f2b66c45641"
530+
531+
version "1.3.6"
532+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.6.tgz#59132410971875932d91f465e3a098cf2f11d607"
517533
dependencies:
518534
"@types/cors" "^2.8.3"
519535
"@types/express" "^4.0.39"
@@ -528,7 +544,7 @@ [email protected]:
528544
express "^4.16.2"
529545
graphql "^0.13.0"
530546
graphql-import "^0.4.1"
531-
graphql-playground-middleware-express "1.5.6"
547+
graphql-playground-middleware-express "1.5.7"
532548
graphql-playground-middleware-lambda "1.4.2"
533549
graphql-subscriptions "^0.5.6"
534550
graphql-tools "^2.18.0"

0 commit comments

Comments
 (0)