Skip to content

Commit e6322a7

Browse files
renovate-botkbrandwijk
authored andcommitted
Update dependency graphql-yoga to v1.1.1
1 parent 65e37ce commit e6322a7

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
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.1",
9-
"graphql-yoga": "1.0.0"
9+
"graphql-yoga": "1.1.1"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ graphql-extensions@^0.0.x:
522522
core-js "^2.5.1"
523523
source-map-support "^0.5.0"
524524

525-
graphql-import@0.2.0, graphql-import@^0.2.0:
525+
graphql-import@0.2.0:
526526
version "0.2.0"
527527
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
528528
dependencies:
@@ -540,6 +540,13 @@ graphql-import@^0.1.7:
540540
graphql "^0.12.3"
541541
lodash "^4.17.4"
542542

543+
graphql-import@^0.3.0:
544+
version "0.3.0"
545+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
546+
dependencies:
547+
graphql "^0.12.3"
548+
lodash "^4.17.4"
549+
543550
graphql-playground-html@1.4.2, graphql-playground-html@^1.3.6:
544551
version "1.4.2"
545552
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
@@ -548,9 +555,9 @@ graphql-playground-html@1.4.2, graphql-playground-html@^1.3.6:
548555
graphql-config "^1.1.1"
549556
graphql-config-extension-graphcool "^1.0.0"
550557

551-
graphql-playground-middleware-express@1.4.3:
552-
version "1.4.3"
553-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.3.tgz#51e46711fc75b94bcc23b058ea364789a1bda65b"
558+
graphql-playground-middleware-express@1.4.4:
559+
version "1.4.4"
560+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.4.tgz#0f8f4d6536fa107fb6fdf1ab970ae898d70a2938"
554561
dependencies:
555562
graphql-playground-html "1.4.2"
556563
graphql-playground-middleware "^1.2.1-beta.6"
@@ -591,9 +598,9 @@ graphql-tools@2.16.0, graphql-tools@^2.16.0:
591598
graphql-subscriptions "^0.5.6"
592599
uuid "^3.1.0"
593600

594-
graphql-yoga@1.0.0:
595-
version "1.0.0"
596-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.0.0.tgz#19fee6979b0487a52667fea1a338a5647b7d3bf7"
601+
graphql-yoga@1.1.1:
602+
version "1.1.1"
603+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.1.tgz#e848a1f4867945a2f4e3d5439d1a2f136801d6f1"
597604
dependencies:
598605
"@types/cors" "^2.8.3"
599606
"@types/express" "^4.0.39"
@@ -607,8 +614,8 @@ graphql-yoga@1.0.0:
607614
cors "^2.8.4"
608615
express "^4.16.2"
609616
graphql "^0.12.0"
610-
graphql-import "^0.2.0"
611-
graphql-playground-middleware-express "1.4.3"
617+
graphql-import "^0.3.0"
618+
graphql-playground-middleware-express "1.4.4"
612619
graphql-playground-middleware-lambda "1.3.7"
613620
graphql-subscriptions "^0.5.6"
614621
graphql-tools "^2.16.0"

0 commit comments

Comments
 (0)