Skip to content

Commit 5ec784f

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v0.8.0
1 parent 8812510 commit 5ec784f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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": "0.4.3",
9-
"graphql-yoga": "0.7.0"
9+
"graphql-yoga": "0.8.0"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,13 @@ bluebird@^3.5.1:
162162
version "3.5.1"
163163
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"
164164

165-
body-parser@1.18.2:
165+
body-parser-graphql@1.0.0:
166+
version "1.0.0"
167+
resolved "https://registry.yarnpkg.com/body-parser-graphql/-/body-parser-graphql-1.0.0.tgz#997de1792ed222cbc4845d404f4549eb88ec6d37"
168+
dependencies:
169+
body-parser "^1.18.2"
170+
171+
body-parser@1.18.2, body-parser@^1.18.2:
166172
version "1.18.2"
167173
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454"
168174
dependencies:
@@ -553,9 +559,9 @@ graphql-tools@2.14.1, graphql-tools@^2.14.0, graphql-tools@^2.14.1:
553559
deprecated-decorator "^0.1.6"
554560
uuid "^3.1.0"
555561

556-
graphql-yoga@0.7.0:
557-
version "0.7.0"
558-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.7.0.tgz#a19f42f2c8f72144783c7eeff3215495859a3b03"
562+
graphql-yoga@0.8.0:
563+
version "0.8.0"
564+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-0.8.0.tgz#7b5d33d5fbd0b58f419b091266fb11ba49a127ca"
559565
dependencies:
560566
"@types/cors" "^2.8.3"
561567
"@types/express" "^4.0.39"
@@ -564,6 +570,7 @@ graphql-yoga@0.7.0:
564570
apollo-link "^1.0.7"
565571
apollo-server-express "^1.3.2"
566572
apollo-upload-server "^4.0.0-alpha.1"
573+
body-parser-graphql "1.0.0"
567574
cors "^2.8.4"
568575
express "^4.16.2"
569576
graphql "^0.12.0"

0 commit comments

Comments
 (0)