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

Commit 253b8dd

Browse files
renovate[bot]DevanB
authored andcommitted
Update graphql-yoga to v1.1.5
1 parent 93ac785 commit 253b8dd

File tree

2 files changed

+44
-10
lines changed

2 files changed

+44
-10
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": "1.3.3",
9-
"graphql-yoga": "1.1.4"
9+
"graphql-yoga": "1.1.5"
1010
},
1111
"devDependencies": {
1212
"now": "9.0.1"

basic/server/yarn.lock

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,25 @@ [email protected]:
482482
scuid "^1.0.2"
483483
yaml-ast-parser "^0.0.40"
484484

485+
486+
version "0.4.8"
487+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.4.8.tgz#c1e70a88ccc8b8eea81fb80b7c369a2b734240b9"
488+
dependencies:
489+
ajv "^5.5.1"
490+
bluebird "^3.5.1"
491+
debug "^3.1.0"
492+
dotenv "^4.0.0"
493+
fs-extra "^4.0.3"
494+
graphcool-json-schema "1.2.0"
495+
isomorphic-fetch "^2.2.1"
496+
js-yaml "^3.10.0"
497+
json-stable-stringify "^1.0.1"
498+
jsonwebtoken "^8.1.0"
499+
lodash "^4.17.4"
500+
replaceall "^0.1.6"
501+
scuid "^1.0.2"
502+
yaml-ast-parser "^0.0.40"
503+
485504
486505
version "0.5.0"
487506
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-0.5.0.tgz#2ec068197ca003ea19024f9e617e053fc3afaffa"
@@ -491,6 +510,13 @@ [email protected]:
491510
graphql-tools "2.16.0"
492511
iterall "^1.1.3"
493512

513+
514+
version "1.0.4"
515+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.4.tgz#9346aace7e42688e35e4bd44039117608916aad0"
516+
dependencies:
517+
graphcool-yml "0.4.8"
518+
graphql-config "^1.1.4"
519+
494520
graphql-config-extension-graphcool@^1.0.0:
495521
version "1.0.0"
496522
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.0.tgz#aeac68bc54126f17f263058893b556529ec46f94"
@@ -532,19 +558,27 @@ graphql-import@^0.1.7:
532558
graphql "^0.12.3"
533559
lodash "^4.17.4"
534560

535-
[email protected], graphql-playground-html@^1.3.6:
561+
562+
version "1.4.3"
563+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.3.tgz#e31c48bc43b6c4f4c7a96182bafa436f16a20376"
564+
dependencies:
565+
dotenv "^4.0.0"
566+
graphql-config "^1.1.1"
567+
graphql-config-extension-graphcool "1.0.4"
568+
569+
graphql-playground-html@^1.3.6:
536570
version "1.4.2"
537571
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
538572
dependencies:
539573
dotenv "^4.0.0"
540574
graphql-config "^1.1.1"
541575
graphql-config-extension-graphcool "^1.0.0"
542576

543-
544-
version "1.4.7"
545-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.7.tgz#d6a8c11def09d36cd613bce996df3adc286b364a"
577+
578+
version "1.4.8"
579+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.8.tgz#b2c4303e4929ca5f1cef78153c9ef597f4fd8b61"
546580
dependencies:
547-
graphql-playground-html "1.4.2"
581+
graphql-playground-html "1.4.3"
548582

549583
550584
version "1.3.9"
@@ -575,9 +609,9 @@ [email protected], graphql-tools@^2.16.0:
575609
graphql-subscriptions "^0.5.6"
576610
uuid "^3.1.0"
577611

578-
579-
version "1.1.4"
580-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.4.tgz#ab388ed29e9c4562d9e9a48f3c0484c3e9d07901"
612+
613+
version "1.1.5"
614+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.5.tgz#9c3c2c95ca8b73ec31ea13392c5f11ed65a0383b"
581615
dependencies:
582616
"@types/cors" "^2.8.3"
583617
"@types/express" "^4.0.39"
@@ -592,7 +626,7 @@ [email protected]:
592626
express "^4.16.2"
593627
graphql "^0.12.0"
594628
graphql-import "^0.3.0"
595-
graphql-playground-middleware-express "1.4.7"
629+
graphql-playground-middleware-express "1.4.8"
596630
graphql-playground-middleware-lambda "1.3.9"
597631
graphql-subscriptions "^0.5.6"
598632
graphql-tools "^2.16.0"

0 commit comments

Comments
 (0)