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

Commit c9643c5

Browse files
renovate[bot]DevanB
authored andcommitted
fix(deps): update graphql-yoga to v1.4.3
1 parent 8e24cc4 commit c9643c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

basic/server/package.json

+1-1
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.4.2"
8+
"graphql-yoga": "1.4.3"
99
},
1010
"prettier": {
1111
"semi": false,

basic/server/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,9 @@ [email protected], graphql-tools@^2.18.0:
527527
graphql-subscriptions "^0.5.6"
528528
uuid "^3.1.0"
529529

530-
531-
version "1.4.2"
532-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.4.2.tgz#69c9e9eed5245c45af4462f17db72772757e27c0"
530+
531+
version "1.4.3"
532+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.4.3.tgz#a5e17c131454a4c244f1df65eeddf5afb7ab3f26"
533533
dependencies:
534534
"@types/cors" "^2.8.3"
535535
"@types/express" "^4.0.39"
@@ -542,7 +542,7 @@ [email protected]:
542542
body-parser-graphql "1.0.0"
543543
cors "^2.8.4"
544544
express "^4.16.2"
545-
graphql "^0.13.1"
545+
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
546546
graphql-import "^0.4.4"
547547
graphql-playground-middleware-express "1.5.7"
548548
graphql-playground-middleware-lambda "1.4.3"
@@ -556,7 +556,7 @@ [email protected], graphql@^0.12.3:
556556
dependencies:
557557
iterall "1.1.3"
558558

559-
graphql@^0.13.1:
559+
"graphql@^0.11.0 || ^0.12.0 || ^0.13.0":
560560
version "0.13.1"
561561
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
562562
dependencies:

0 commit comments

Comments
 (0)