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

Commit 2929e98

Browse files
renovate[bot]DevanB
authored andcommitted
fix(deps): update graphql-yoga to v1.3.1
1 parent c5f3952 commit 2929e98

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphcool-binding": "1.3.5",
8-
"graphql-yoga": "1.2.5"
8+
"graphql-yoga": "1.3.1"
99
},
1010
"prettier": {
1111
"semi": false,

basic/server/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -432,17 +432,17 @@ graphql-playground-html@1.5.0:
432432
version "1.5.0"
433433
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.0.tgz#bfe1a53e8e7df563bdbd20077e0ac6bf9aaf0f64"
434434

435-
graphql-playground-html@1.5.2:
436-
version "1.5.2"
437-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.2.tgz#ccd97ac1960cfb1872b314bafb1957e7a6df7984"
435+
graphql-playground-html@1.5.4:
436+
version "1.5.4"
437+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
438438
dependencies:
439439
graphql-config "1.1.7"
440440

441-
graphql-playground-middleware-express@1.5.3:
442-
version "1.5.3"
443-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.3.tgz#5fd5c42d5cba8b24107ececfaf4e6b68690551fe"
441+
graphql-playground-middleware-express@1.5.6:
442+
version "1.5.6"
443+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.6.tgz#db3c4b0ab5fd999cd9ed0ee16460dca321878afd"
444444
dependencies:
445-
graphql-playground-html "1.5.2"
445+
graphql-playground-html "1.5.4"
446446

447447
graphql-playground-middleware-lambda@1.4.0:
448448
version "1.4.0"
@@ -473,9 +473,9 @@ graphql-tools@2.18.0, graphql-tools@^2.18.0:
473473
graphql-subscriptions "^0.5.6"
474474
uuid "^3.1.0"
475475

476-
graphql-yoga@1.2.5:
477-
version "1.2.5"
478-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.2.5.tgz#142d60af6bc1f1486ebfa34a8dd06395da9297c8"
476+
graphql-yoga@1.3.1:
477+
version "1.3.1"
478+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.1.tgz#588b57827f8f72eae1c752f16745044f5ef6a95c"
479479
dependencies:
480480
"@types/cors" "^2.8.3"
481481
"@types/express" "^4.0.39"
@@ -489,7 +489,7 @@ graphql-yoga@1.2.5:
489489
express "^4.16.2"
490490
graphql "^0.13.0"
491491
graphql-import "^0.4.1"
492-
graphql-playground-middleware-express "1.5.3"
492+
graphql-playground-middleware-express "1.5.6"
493493
graphql-playground-middleware-lambda "1.4.0"
494494
graphql-subscriptions "^0.5.6"
495495
graphql-tools "^2.18.0"

0 commit comments

Comments
 (0)