Skip to content

Commit 54a3c19

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v0.8.5
1 parent 8f23f85 commit 54a3c19

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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": "0.8.4"
9+
"graphql-yoga": "0.8.5"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ graphql-extensions@^0.0.x:
515515
core-js "^2.5.1"
516516
source-map-support "^0.5.0"
517517

518-
graphql-import@0.2.0:
518+
graphql-import@0.2.0, graphql-import@^0.2.0:
519519
version "0.2.0"
520520
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.2.0.tgz#4877fef467d8a9255e6760c3988f6c00018e94af"
521521
dependencies:
@@ -524,7 +524,7 @@ graphql-import@0.2.0:
524524
graphql "^0.12.3"
525525
lodash "^4.17.4"
526526

527-
graphql-import@^0.1.7, graphql-import@^0.1.9:
527+
graphql-import@^0.1.7:
528528
version "0.1.9"
529529
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.1.9.tgz#9161f4f7ea92337b60fd40e22e64d3a68c212729"
530530
dependencies:
@@ -577,9 +577,9 @@ graphql-tools@2.16.0, graphql-tools@^2.16.0:
577577
graphql-subscriptions "^0.5.6"
578578
uuid "^3.1.0"
579579

580-
graphql-yoga@0.8.4:
581-
version "0.8.4"
582-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.8.4.tgz#0a38bd3172e063fc978295d973cfe812c9ed9c15"
580+
graphql-yoga@0.8.5:
581+
version "0.8.5"
582+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.8.5.tgz#552c0b16b07f79e73270e9df9261d5782316da01"
583583
dependencies:
584584
"@types/cors" "^2.8.3"
585585
"@types/express" "^4.0.39"
@@ -592,7 +592,7 @@ graphql-yoga@0.8.4:
592592
cors "^2.8.4"
593593
express "^4.16.2"
594594
graphql "^0.12.0"
595-
graphql-import "^0.1.9"
595+
graphql-import "^0.2.0"
596596
graphql-playground-middleware-express "1.4.3"
597597
graphql-subscriptions "^0.5.6"
598598
graphql-tools "^2.16.0"

0 commit comments

Comments
 (0)