Skip to content

Commit 6d845ff

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v0.8.2
1 parent db94f6e commit 6d845ff

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"graphcool-binding": "0.4.3",
9-
"graphql-yoga": "0.8.1"
9+
"graphql-yoga": "0.8.2"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -444,20 +444,20 @@ graphcool-binding@0.4.3:
444444
graphql-tools "2.14.1"
445445
jsonwebtoken "^8.1.0"
446446

447-
graphcool-json-schema@^1.0.1-beta.5:
448-
version "1.0.1-beta.6"
449-
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.0.1-beta.6.tgz#95c3442c84d6c7596c2e2e50db185529a18c501e"
447+
graphcool-json-schema@1.2.0:
448+
version "1.2.0"
449+
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.2.0.tgz#6c7a9de36a130c5048fa8d9817dff2b5a88bc226"
450450

451-
graphcool-yml@^0.1.7:
452-
version "0.1.7"
453-
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.1.7.tgz#3de1219771f40d4d0cf4fabdd113d6132734146a"
451+
graphcool-yml@0.2.1:
452+
version "0.2.1"
453+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.2.1.tgz#3f5b53c64e917550830a62d3a87bb64ee3ce3e66"
454454
dependencies:
455455
ajv "^5.5.1"
456456
bluebird "^3.5.1"
457457
debug "^3.1.0"
458458
dotenv "^4.0.0"
459459
fs-extra "^4.0.3"
460-
graphcool-json-schema "^1.0.1-beta.5"
460+
graphcool-json-schema "1.2.0"
461461
isomorphic-fetch "^2.2.1"
462462
js-yaml "^3.10.0"
463463
json-stable-stringify "^1.0.1"
@@ -475,14 +475,14 @@ graphql-binding@0.2.1:
475475
graphql "^0.12.3"
476476
graphql-tools "^2.14.1"
477477

478-
graphql-config-extension-graphcool@^0.2.0:
479-
version "0.2.0"
480-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-0.2.0.tgz#ac5b70bb88bb56ce6897ae4ce56d6189cae360c1"
478+
graphql-config-extension-graphcool@^1.0.0:
479+
version "1.0.0"
480+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.0.tgz#aeac68bc54126f17f263058893b556529ec46f94"
481481
dependencies:
482-
graphcool-yml "^0.1.7"
483-
graphql-config "^1.1.1"
482+
graphcool-yml "0.2.1"
483+
graphql-config "^1.1.4"
484484

485-
graphql-config@^1.1.1:
485+
graphql-config@^1.1.1, graphql-config@^1.1.4:
486486
version "1.1.4"
487487
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.4.tgz#af09659f877b96451838de456e4e4f4be45be6dd"
488488
dependencies:
@@ -509,19 +509,19 @@ graphql-import@0.1.9, graphql-import@^0.1.7, graphql-import@^0.1.9:
509509
graphql "^0.12.3"
510510
lodash "^4.17.4"
511511

512-
graphql-playground-html@^1.3.13:
513-
version "1.3.13"
514-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.3.13.tgz#ac1b0491af1052fb0cbb090e054f6f6fa2797486"
512+
graphql-playground-html@^1.4.0:
513+
version "1.4.0"
514+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.0.tgz#4792c6059360d60af352aa2a46ca9d6435e23780"
515515
dependencies:
516516
dotenv "^4.0.0"
517517
graphql-config "^1.1.1"
518-
graphql-config-extension-graphcool "^0.2.0"
518+
graphql-config-extension-graphcool "^1.0.0"
519519

520-
graphql-playground-middleware-express@^1.3.13:
521-
version "1.3.13"
522-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.3.13.tgz#78931f1b06840566bfd90a6b1c97d0eb8e30af3f"
520+
graphql-playground-middleware-express@1.4.0:
521+
version "1.4.0"
522+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.0.tgz#ac8b65e9623ea0ff25b848ba7f03906523e5ebb1"
523523
dependencies:
524-
graphql-playground-html "^1.3.13"
524+
graphql-playground-html "^1.4.0"
525525
graphql-playground-middleware "^1.2.1-beta.6"
526526

527527
graphql-playground-middleware@^1.2.1-beta.6:
@@ -569,9 +569,9 @@ graphql-tools@^2.16.0:
569569
graphql-subscriptions "^0.5.6"
570570
uuid "^3.1.0"
571571

572-
graphql-yoga@0.8.1:
573-
version "0.8.1"
574-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.8.1.tgz#aac559896d0d497bd020e66d073f2c0191d08fb9"
572+
graphql-yoga@0.8.2:
573+
version "0.8.2"
574+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.8.2.tgz#3a8870ca381688bba9135433014f6ca196ea67bf"
575575
dependencies:
576576
"@types/cors" "^2.8.3"
577577
"@types/express" "^4.0.39"
@@ -585,7 +585,7 @@ graphql-yoga@0.8.1:
585585
express "^4.16.2"
586586
graphql "^0.12.0"
587587
graphql-import "^0.1.9"
588-
graphql-playground-middleware-express "^1.3.13"
588+
graphql-playground-middleware-express "1.4.0"
589589
graphql-subscriptions "^0.5.6"
590590
graphql-tools "^2.16.0"
591591
portfinder "^1.0.13"

0 commit comments

Comments
 (0)