Skip to content

Commit 1d1d8ba

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.2.5
1 parent a2ec1f6 commit 1d1d8ba

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.7",
8-
"graphql-yoga": "1.2.4"
8+
"graphql-yoga": "1.2.5"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"@types/express-serve-static-core" "*"
3434
"@types/serve-static" "*"
3535

36-
"@types/graphql@^0.11.8":
37-
version "0.11.8"
38-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.11.8.tgz#53ff3604e99db810dd43347f19fcd1c59725a7bb"
36+
"@types/graphql@^0.12.0":
37+
version "0.12.3"
38+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.3.tgz#c429585aaa4523135e0ab4e12dec72d2d913946f"
3939

4040
"@types/mime@*":
4141
version "2.0.0"
@@ -457,35 +457,35 @@ [email protected]:
457457
deprecated-decorator "^0.1.6"
458458
uuid "^3.1.0"
459459

460-
461-
version "1.2.4"
462-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.2.4.tgz#6212b9c12984b9d6afdb2adab6d30d81fee84bc8"
460+
461+
version "1.2.5"
462+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.2.5.tgz#142d60af6bc1f1486ebfa34a8dd06395da9297c8"
463463
dependencies:
464464
"@types/cors" "^2.8.3"
465465
"@types/express" "^4.0.39"
466-
"@types/graphql" "^0.11.8"
466+
"@types/graphql" "^0.12.0"
467467
"@types/zen-observable" "^0.5.3"
468468
apollo-server-express "^1.3.2"
469469
apollo-server-lambda "1.3.2"
470470
apollo-upload-server "^4.0.0-alpha.1"
471471
body-parser-graphql "1.0.0"
472472
cors "^2.8.4"
473473
express "^4.16.2"
474-
graphql "^0.12.0"
474+
graphql "^0.13.0"
475475
graphql-import "^0.4.1"
476476
graphql-playground-middleware-express "1.5.3"
477477
graphql-playground-middleware-lambda "1.4.0"
478478
graphql-subscriptions "^0.5.6"
479479
graphql-tools "^2.18.0"
480480
subscriptions-transport-ws "^0.9.5"
481481

482-
[email protected], graphql@^0.12.0, graphql@^0.12.3:
482+
[email protected], graphql@^0.12.3:
483483
version "0.12.3"
484484
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
485485
dependencies:
486486
iterall "1.1.3"
487487

488-
488+
[email protected], graphql@^0.13.0:
489489
version "0.13.0"
490490
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
491491
dependencies:

0 commit comments

Comments
 (0)