Skip to content

Commit cb586e3

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.4.1
1 parent 902a10a commit cb586e3

File tree

2 files changed

+9
-25
lines changed

2 files changed

+9
-25
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.3.6"
9+
"graphql-yoga": "1.4.1"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -443,16 +443,6 @@ graphql-binding@1.2.0:
443443
graphql-tools "2.18.0"
444444
iterall "1.1.3"
445445

446-
graphql-config@1.1.7:
447-
version "1.1.7"
448-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.7.tgz#546c443d3ad877ceb8e13f40fbc8937af0d35dbe"
449-
dependencies:
450-
graphql "^0.12.3"
451-
graphql-import "^0.4.0"
452-
graphql-request "^1.4.0"
453-
js-yaml "^3.10.0"
454-
minimatch "^3.0.4"
455-
456446
graphql-config@2.0.0:
457447
version "2.0.0"
458448
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
@@ -484,12 +474,6 @@ graphql-import@^0.4.0, graphql-import@^0.4.1:
484474
graphql "^0.12.3"
485475
lodash "^4.17.4"
486476

487-
graphql-playground-html@1.5.4:
488-
version "1.5.4"
489-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
490-
dependencies:
491-
graphql-config "1.1.7"
492-
493477
graphql-playground-html@1.5.5:
494478
version "1.5.5"
495479
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
@@ -502,11 +486,11 @@ graphql-playground-middleware-express@1.5.7:
502486
dependencies:
503487
graphql-playground-html "1.5.5"
504488

505-
graphql-playground-middleware-lambda@1.4.2:
506-
version "1.4.2"
507-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.2.tgz#6954ed6e7166049468287d730810942e288b5b98"
489+
graphql-playground-middleware-lambda@1.4.3:
490+
version "1.4.3"
491+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.3.tgz#017ed8124eac7360f676ccc6a23b1e4e24a04c50"
508492
dependencies:
509-
graphql-playground-html "1.5.4"
493+
graphql-playground-html "1.5.5"
510494

511495
graphql-request@^1.4.0:
512496
version "1.4.0"
@@ -531,9 +515,9 @@ graphql-tools@2.18.0, graphql-tools@^2.18.0:
531515
graphql-subscriptions "^0.5.6"
532516
uuid "^3.1.0"
533517

534-
graphql-yoga@1.3.6:
535-
version "1.3.6"
536-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.6.tgz#59132410971875932d91f465e3a098cf2f11d607"
518+
graphql-yoga@1.4.1:
519+
version "1.4.1"
520+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.4.1.tgz#e8343f60082da55026759f130c65e26083f9c5fe"
537521
dependencies:
538522
"@types/cors" "^2.8.3"
539523
"@types/express" "^4.0.39"
@@ -549,7 +533,7 @@ graphql-yoga@1.3.6:
549533
graphql "^0.13.0"
550534
graphql-import "^0.4.1"
551535
graphql-playground-middleware-express "1.5.7"
552-
graphql-playground-middleware-lambda "1.4.2"
536+
graphql-playground-middleware-lambda "1.4.3"
553537
graphql-subscriptions "^0.5.6"
554538
graphql-tools "^2.18.0"
555539
subscriptions-transport-ws "^0.9.5"

0 commit comments

Comments
 (0)