Skip to content

Commit f638a32

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-binding-github to v0.3.10
1 parent 6ac194a commit f638a32

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"deploy": "now --public -e GITHUB_TOKEN && now alias && now rm --yes --safe graphql-binding-github"
55
},
66
"dependencies": {
7-
"graphql-binding-github": "0.3.9",
7+
"graphql-binding-github": "0.3.10",
88
"graphql-yoga": "1.3.2"
99
},
1010
"now": {

example/yarn.lock

+18-8
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,14 @@ [email protected]:
360360
version "0.5.2"
361361
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
362362

363-
364-
version "0.3.9"
365-
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.9.tgz#0aad638a2409d6920bbab04968f36d61dd65b01f"
363+
364+
version "0.3.10"
365+
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.10.tgz#7ce903712a1799ddaadbc414ae8f0d7786e424af"
366366
dependencies:
367367
apollo-link "1.1.0"
368368
apollo-link-http "1.3.3"
369369
cross-fetch "1.1.1"
370-
graphql "0.13.0"
370+
graphql "0.13.1"
371371
graphql-binding "1.2.1"
372372
graphql-tools "2.21.0"
373373

@@ -475,18 +475,24 @@ [email protected]:
475475
graphql-tools "^2.18.0"
476476
subscriptions-transport-ws "^0.9.5"
477477

478-
[email protected].0, graphql@^0.13.0:
479-
version "0.13.0"
480-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
478+
479+
version "0.13.1"
480+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
481481
dependencies:
482-
iterall "1.1.x"
482+
iterall "^1.2.0"
483483

484484
graphql@^0.12.3:
485485
version "0.12.3"
486486
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
487487
dependencies:
488488
iterall "1.1.3"
489489

490+
graphql@^0.13.0:
491+
version "0.13.0"
492+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
493+
dependencies:
494+
iterall "1.1.x"
495+
490496
[email protected], http-errors@~1.6.2:
491497
version "1.6.2"
492498
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.2.tgz#0a002cc85707192a7e7946ceedc11155f60ec736"
@@ -524,6 +530,10 @@ [email protected], [email protected]:
524530
version "1.1.4"
525531
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
526532

533+
iterall@^1.2.0:
534+
version "1.2.0"
535+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
536+
527537
js-yaml@^3.10.0:
528538
version "3.10.0"
529539
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"

0 commit comments

Comments
 (0)