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

Commit 6aa8c89

Browse files
committed
fix(deps): update dependency graphql-yoga to v1.5.0
1 parent c9643c5 commit 6aa8c89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

basic/server/yarn.lock

Lines changed: 3 additions & 3 deletions
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-
graphql-yoga@1.4.3:
531-
version "1.4.3"
532-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.4.3.tgz#a5e17c131454a4c244f1df65eeddf5afb7ab3f26"
530+
graphql-yoga@1.5.0:
531+
version "1.5.0"
532+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.5.0.tgz#2bdff57e327fc1183bd2312d9fdc6503e39005e3"
533533
dependencies:
534534
"@types/cors" "^2.8.3"
535535
"@types/express" "^4.0.39"

0 commit comments

Comments
 (0)