Skip to content

Commit 71c1aa0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.1.5
1 parent 45aac5c commit 71c1aa0

File tree

2 files changed

+44
-10
lines changed

2 files changed

+44
-10
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.2.3",
8-
"graphql-yoga": "1.1.4"
8+
"graphql-yoga": "1.1.5"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,25 @@ graphcool-yml@0.2.2:
460460
scuid "^1.0.2"
461461
yaml-ast-parser "^0.0.40"
462462

463+
graphcool-yml@0.4.8:
464+
version "0.4.8"
465+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.4.8.tgz#c1e70a88ccc8b8eea81fb80b7c369a2b734240b9"
466+
dependencies:
467+
ajv "^5.5.1"
468+
bluebird "^3.5.1"
469+
debug "^3.1.0"
470+
dotenv "^4.0.0"
471+
fs-extra "^4.0.3"
472+
graphcool-json-schema "1.2.0"
473+
isomorphic-fetch "^2.2.1"
474+
js-yaml "^3.10.0"
475+
json-stable-stringify "^1.0.1"
476+
jsonwebtoken "^8.1.0"
477+
lodash "^4.17.4"
478+
replaceall "^0.1.6"
479+
scuid "^1.0.2"
480+
yaml-ast-parser "^0.0.40"
481+
463482
graphql-binding-github@0.2.3:
464483
version "0.2.3"
465484
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.2.3.tgz#b7ab8f31ba833af3609a3e8b7921b835c57ab30d"
@@ -480,6 +499,13 @@ graphql-binding@0.5.0:
480499
graphql-tools "2.16.0"
481500
iterall "^1.1.3"
482501

502+
graphql-config-extension-graphcool@1.0.4:
503+
version "1.0.4"
504+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.4.tgz#9346aace7e42688e35e4bd44039117608916aad0"
505+
dependencies:
506+
graphcool-yml "0.4.8"
507+
graphql-config "^1.1.4"
508+
483509
graphql-config-extension-graphcool@^1.0.0:
484510
version "1.0.1"
485511
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.1.tgz#841210ddac9ea43d97a3c1faf65555ec5fb6fcbf"
@@ -539,19 +565,27 @@ graphql-import@^0.3.0:
539565
graphql "^0.12.3"
540566
lodash "^4.17.4"
541567

542-
graphql-playground-html@1.4.2, graphql-playground-html@^1.3.6:
568+
graphql-playground-html@1.4.3:
569+
version "1.4.3"
570+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.3.tgz#e31c48bc43b6c4f4c7a96182bafa436f16a20376"
571+
dependencies:
572+
dotenv "^4.0.0"
573+
graphql-config "^1.1.1"
574+
graphql-config-extension-graphcool "1.0.4"
575+
576+
graphql-playground-html@^1.3.6:
543577
version "1.4.2"
544578
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
545579
dependencies:
546580
dotenv "^4.0.0"
547581
graphql-config "^1.1.1"
548582
graphql-config-extension-graphcool "^1.0.0"
549583

550-
graphql-playground-middleware-express@1.4.7:
551-
version "1.4.7"
552-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.7.tgz#d6a8c11def09d36cd613bce996df3adc286b364a"
584+
graphql-playground-middleware-express@1.4.8:
585+
version "1.4.8"
586+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.8.tgz#b2c4303e4929ca5f1cef78153c9ef597f4fd8b61"
553587
dependencies:
554-
graphql-playground-html "1.4.2"
588+
graphql-playground-html "1.4.3"
555589

556590
graphql-playground-middleware-lambda@1.3.9:
557591
version "1.3.9"
@@ -582,9 +616,9 @@ graphql-tools@2.16.0, graphql-tools@^2.16.0:
582616
graphql-subscriptions "^0.5.6"
583617
uuid "^3.1.0"
584618

585-
graphql-yoga@1.1.4:
586-
version "1.1.4"
587-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.4.tgz#ab388ed29e9c4562d9e9a48f3c0484c3e9d07901"
619+
graphql-yoga@1.1.5:
620+
version "1.1.5"
621+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.5.tgz#9c3c2c95ca8b73ec31ea13392c5f11ed65a0383b"
588622
dependencies:
589623
"@types/cors" "^2.8.3"
590624
"@types/express" "^4.0.39"
@@ -599,7 +633,7 @@ graphql-yoga@1.1.4:
599633
express "^4.16.2"
600634
graphql "^0.12.0"
601635
graphql-import "^0.3.0"
602-
graphql-playground-middleware-express "1.4.7"
636+
graphql-playground-middleware-express "1.4.8"
603637
graphql-playground-middleware-lambda "1.3.9"
604638
graphql-subscriptions "^0.5.6"
605639
graphql-tools "^2.16.0"

0 commit comments

Comments
 (0)