Skip to content

Commit 232e04b

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.14.0
1 parent 43ae980 commit 232e04b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.5",
9-
"graphql-yoga": "1.13.1"
9+
"graphql-yoga": "1.14.0"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -532,15 +532,15 @@ graphql-playground-html@1.5.5:
532532
dependencies:
533533
graphql-config "2.0.0"
534534

535-
graphql-playground-middleware-express@1.6.1:
536-
version "1.6.1"
537-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
535+
graphql-playground-middleware-express@1.6.2:
536+
version "1.6.2"
537+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.2.tgz#3efe103cd222d6cf39e71f70c48be550c47b7a9b"
538538
dependencies:
539539
graphql-playground-html "1.5.5"
540540

541-
graphql-playground-middleware-lambda@1.5.1:
542-
version "1.5.1"
543-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.5.1.tgz#ebe48d421490e12ba27872fc1ffb275eade9c0a3"
541+
graphql-playground-middleware-lambda@1.6.0:
542+
version "1.6.0"
543+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.0.tgz#5d28c4f0318916fb77c09ee72374cfaeba7c1186"
544544
dependencies:
545545
graphql-playground-html "1.5.5"
546546

@@ -583,9 +583,9 @@ graphql-tools@^2.23.1:
583583
iterall "^1.1.3"
584584
uuid "^3.1.0"
585585

586-
graphql-yoga@1.13.1:
587-
version "1.13.1"
588-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.1.tgz#3e0ff7253726542ce419b37a7e24148ed6653a35"
586+
graphql-yoga@1.14.0:
587+
version "1.14.0"
588+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.0.tgz#60906d0c8cf34df44df0c3da9036eb13b4315530"
589589
dependencies:
590590
"@types/cors" "^2.8.4"
591591
"@types/express" "^4.11.1"
@@ -603,8 +603,8 @@ graphql-yoga@1.13.1:
603603
graphql-deduplicator "^2.0.1"
604604
graphql-import "^0.5.0"
605605
graphql-middleware "^1.1.0"
606-
graphql-playground-middleware-express "1.6.1"
607-
graphql-playground-middleware-lambda "1.5.1"
606+
graphql-playground-middleware-express "1.6.2"
607+
graphql-playground-middleware-lambda "1.6.0"
608608
graphql-subscriptions "^0.5.8"
609609
graphql-tools "^2.23.1"
610610
subscriptions-transport-ws "^0.9.8"

0 commit comments

Comments
 (0)