Skip to content

Commit 3e00c00

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-binding-github to v0.2.3
1 parent d3ae7a8 commit 3e00c00

File tree

2 files changed

+21
-28
lines changed

2 files changed

+21
-28
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
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.2.0",
7+
"graphql-binding-github": "0.2.3",
88
"graphql-yoga": "1.0.0"
99
},
1010
"now": {

example/yarn.lock

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ apollo-cache-control@^0.0.x:
8484
dependencies:
8585
graphql-extensions "^0.0.x"
8686

87-
apollo-link-http@^1.3.2:
87+
8888
version "1.3.2"
8989
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.3.2.tgz#63537ee5ecf9c004efb0317f1222b7dbc6f21559"
9090
dependencies:
9191
apollo-link "^1.0.7"
9292

93-
apollo-link@^1.0.0, apollo-link@^1.0.7:
93+
apollo-link@1.0.7, apollo-link@^1.0.0, apollo-link@^1.0.7:
9494
version "1.0.7"
9595
resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.0.7.tgz#42cd38a7378332fc3e41a214ff6a6e5e703a556f"
9696
dependencies:
@@ -264,7 +264,7 @@ [email protected]:
264264
node-fetch "1.7.3"
265265
whatwg-fetch "2.0.3"
266266

267-
cross-fetch@^1.1.1:
267+
268268
version "1.1.1"
269269
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1.tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0"
270270
dependencies:
@@ -466,24 +466,25 @@ [email protected]:
466466
scuid "^1.0.2"
467467
yaml-ast-parser "^0.0.40"
468468

469-
470-
version "0.2.0"
471-
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.2.0.tgz#069eb20326f8696c01a1ced7d2a06f34b380d7b9"
469+
470+
version "0.2.3"
471+
resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.2.3.tgz#b7ab8f31ba833af3609a3e8b7921b835c57ab30d"
472472
dependencies:
473-
apollo-link "^1.0.7"
474-
apollo-link-http "^1.3.2"
475-
cross-fetch "^1.1.1"
476-
graphql "^0.12.3"
477-
graphql-binding "^0.1.0"
478-
graphql-tools "^2.14.1"
473+
apollo-link "1.0.7"
474+
apollo-link-http "1.3.2"
475+
cross-fetch "1.1.1"
476+
graphql "0.12.3"
477+
graphql-binding "0.5.0"
478+
graphql-tools "2.16.0"
479479

480-
graphql-binding@^0.1.0:
481-
version "0.1.0"
482-
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-0.1.0.tgz#98e64f9ffdd4fdb245237c5969fe0975f2d91855"
480+
graphql-binding@0.5.0:
481+
version "0.5.0"
482+
resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-0.5.0.tgz#2ec068197ca003ea19024f9e617e053fc3afaffa"
483483
dependencies:
484484
"@types/graphql" "0.11.7"
485-
graphql "^0.12.3"
486-
graphql-tools "^2.14.1"
485+
graphql "0.12.3"
486+
graphql-tools "2.16.0"
487+
iterall "^1.1.3"
487488

488489
graphql-config-extension-graphcool@^1.0.0:
489490
version "1.0.1"
@@ -578,15 +579,7 @@ graphql-subscriptions@^0.5.6:
578579
es6-promise "^4.1.1"
579580
iterall "^1.1.3"
580581

581-
graphql-tools@^2.14.1:
582-
version "2.14.1"
583-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.14.1.tgz#15f96683d7f178042baddcfc17d73dcfeee67356"
584-
dependencies:
585-
apollo-utilities "^1.0.1"
586-
deprecated-decorator "^0.1.6"
587-
uuid "^3.1.0"
588-
589-
graphql-tools@^2.16.0:
582+
[email protected], graphql-tools@^2.16.0:
590583
version "2.16.0"
591584
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-2.16.0.tgz#689e46ce8b4570e01214cb7fda4a0c9338c0459f"
592585
dependencies:
@@ -620,7 +613,7 @@ [email protected]:
620613
portfinder "^1.0.13"
621614
subscriptions-transport-ws "^0.9.4"
622615

623-
graphql@^0.12.0, graphql@^0.12.3:
616+
graphql@0.12.3, graphql@^0.12.0, graphql@^0.12.3:
624617
version "0.12.3"
625618
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
626619
dependencies:

0 commit comments

Comments
 (0)