Skip to content

Commit 1ad8919

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.15.0
1 parent b544057 commit 1ad8919

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.12"
9+
"graphql-yoga": "1.15.0"
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
@@ -520,9 +520,9 @@ graphql-import@^0.6.0:
520520
dependencies:
521521
lodash "^4.17.4"
522522

523-
graphql-middleware@1.3.3:
524-
version "1.3.3"
525-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.3.3.tgz#c6898df07c8d58a2f49c6ba3b0a49ec946f3d300"
523+
graphql-middleware@1.5.0:
524+
version "1.5.0"
525+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.5.0.tgz#b539cbc34df8ea7b077415102e87fd704188d7ec"
526526
dependencies:
527527
graphql-tools "^3.0.2"
528528

@@ -573,9 +573,9 @@ graphql-tools@2.18.0:
573573
graphql-subscriptions "^0.5.6"
574574
uuid "^3.1.0"
575575

576-
graphql-tools@^2.23.1:
577-
version "2.23.1"
578-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.23.1.tgz#23f43000e2b9dc5a89920fe846fc5f71a320efdb"
576+
graphql-tools@^2.24.0:
577+
version "2.24.0"
578+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.24.0.tgz#bbacaad03924012a0edb8735a5e65df5d5563675"
579579
dependencies:
580580
apollo-link "^1.2.1"
581581
apollo-utilities "^1.0.1"
@@ -593,9 +593,9 @@ graphql-tools@^3.0.2:
593593
iterall "^1.1.3"
594594
uuid "^3.1.0"
595595

596-
graphql-yoga@1.14.12:
597-
version "1.14.12"
598-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.12.tgz#d579bed16c43f2296b53b25f86075976cb714e92"
596+
graphql-yoga@1.15.0:
597+
version "1.15.0"
598+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.15.0.tgz#eb1ed4c96633fb14617412e474343a85a6c294d7"
599599
dependencies:
600600
"@types/cors" "^2.8.4"
601601
"@types/express" "^4.11.1"
@@ -612,11 +612,11 @@ graphql-yoga@1.14.12:
612612
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
613613
graphql-deduplicator "^2.0.1"
614614
graphql-import "^0.6.0"
615-
graphql-middleware "1.3.3"
615+
graphql-middleware "1.5.0"
616616
graphql-playground-middleware-express "1.6.3"
617617
graphql-playground-middleware-lambda "1.6.1"
618618
graphql-subscriptions "^0.5.8"
619-
graphql-tools "^2.23.1"
619+
graphql-tools "^2.24.0"
620620
subscriptions-transport-ws "^0.9.8"
621621

622622
graphql@0.12.3, graphql@^0.12.3:

0 commit comments

Comments
 (0)