Skip to content

Commit 9f994c7

Browse files
committed
fix(deps): update dependency graphql-yoga to v0.5.6
1 parent b0e08e5 commit 9f994c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"graphql-binding-github": "0.2.0",
88
"graphql-import": "0.1.8",
9-
"graphql-yoga": "0.4.7"
9+
"graphql-yoga": "0.5.6"
1010
},
1111
"now": {
1212
"alias": "graphql-binding-github"

example/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ graphql-tools@^2.14.0, graphql-tools@^2.14.1:
548548
deprecated-decorator "^0.1.6"
549549
uuid "^3.1.0"
550550

551-
graphql-yoga@0.4.7:
552-
version "0.4.7"
553-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.4.7.tgz#8ba2ef0c6229b52041b5d419f4b5da74bf6ded5d"
551+
graphql-yoga@0.5.6:
552+
version "0.5.6"
553+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.5.6.tgz#f41e31491138d6b78afc6c1fddfdcd07543e0ac2"
554554
dependencies:
555555
"@types/cors" "^2.8.3"
556556
"@types/express" "^4.0.39"

0 commit comments

Comments
 (0)