Skip to content

Commit e59b7cb

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.14.3
1 parent 60e18cc commit e59b7cb

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.14.2"
9+
"graphql-yoga": "1.14.3"
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.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"
535+
graphql-playground-middleware-express@1.6.3:
536+
version "1.6.3"
537+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.3.tgz#0f75b5b139edb2d1079208af59d158caba2309d1"
538538
dependencies:
539539
graphql-playground-html "1.5.5"
540540

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"
541+
graphql-playground-middleware-lambda@1.6.1:
542+
version "1.6.1"
543+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.1.tgz#e0f1944558136dd3975570c92c702d6009cc779c"
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.14.2:
587-
version "1.14.2"
588-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2.tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5"
586+
graphql-yoga@1.14.3:
587+
version "1.14.3"
588+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.3.tgz#f0be459e1fea2f94b2bc32473803e5e88981f105"
589589
dependencies:
590590
"@types/cors" "^2.8.4"
591591
"@types/express" "^4.11.1"
@@ -603,8 +603,8 @@ graphql-yoga@1.14.2:
603603
graphql-deduplicator "^2.0.1"
604604
graphql-import "^0.6.0"
605605
graphql-middleware "1.2.1"
606-
graphql-playground-middleware-express "1.6.2"
607-
graphql-playground-middleware-lambda "1.6.0"
606+
graphql-playground-middleware-express "1.6.3"
607+
graphql-playground-middleware-lambda "1.6.1"
608608
graphql-subscriptions "^0.5.8"
609609
graphql-tools "^2.23.1"
610610
subscriptions-transport-ws "^0.9.8"

0 commit comments

Comments
 (0)