Skip to content

Commit 86f732a

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.9.0
1 parent f7dd045 commit 86f732a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphql-binding-github": "0.3.21",
8-
"graphql-yoga": "1.8.5"
8+
"graphql-yoga": "1.9.0"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,12 @@ graphql-import@^0.5.0:
491491
dependencies:
492492
lodash "^4.17.4"
493493

494+
graphql-middleware@^1.1.0:
495+
version "1.1.1"
496+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.1.1.tgz#fb7ce5bf7f78431bb1265ea4ad4365b921960387"
497+
dependencies:
498+
graphql-tools "^2.23.1"
499+
494500
495501
version "1.5.5"
496502
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"
@@ -541,9 +547,9 @@ graphql-tools@^2.23.1:
541547
iterall "^1.1.3"
542548
uuid "^3.1.0"
543549

544-
graphql-yoga@1.8.5:
545-
version "1.8.5"
546-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5.tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502"
550+
graphql-yoga@1.9.0:
551+
version "1.9.0"
552+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.9.0.tgz#d6854be9e5b1225430d52f90b95e62404da57c8c"
547553
dependencies:
548554
"@types/cors" "^2.8.3"
549555
"@types/express" "^4.11.1"
@@ -558,6 +564,7 @@ [email protected]:
558564
express "^4.16.3"
559565
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
560566
graphql-import "^0.5.0"
567+
graphql-middleware "^1.1.0"
561568
graphql-playground-middleware-express "1.6.1"
562569
graphql-playground-middleware-lambda "1.5.0"
563570
graphql-subscriptions "^0.5.8"

0 commit comments

Comments
 (0)