File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 4
4
"deploy" : " now --public -e GITHUB_TOKEN && now alias && now rm --yes --safe graphql-binding-github"
5
5
},
6
6
"dependencies" : {
7
- "graphql-binding-github" : " 0.3.12 " ,
7
+ "graphql-binding-github" : " 0.3.13 " ,
8
8
"graphql-yoga" : " 1.3.3"
9
9
},
10
10
"now" : {
Original file line number Diff line number Diff line change @@ -419,23 +419,23 @@ fresh@0.5.2:
419
419
version "0.5.2"
420
420
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
421
421
422
- graphql-binding-github@0.3.12 :
423
- version "0.3.12 "
424
- resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.12 .tgz#fbe4ffaa56978a2c991ddcda230b94b850ff6abd "
422
+ graphql-binding-github@0.3.13 :
423
+ version "0.3.13 "
424
+ resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.13 .tgz#3f58a7fcc02f7586bfa083da878814d3517ea804 "
425
425
dependencies :
426
426
apollo-link "1.2.0"
427
427
apollo-link-http "1.3.3"
428
428
cross-fetch "1.1.1"
429
429
graphql "0.13.1"
430
- graphql-binding "1.2.2 "
430
+ graphql-binding "1.2.3 "
431
431
graphql-tools "2.21.0"
432
432
433
- graphql-binding@1.2.2 :
434
- version "1.2.2 "
435
- resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.2.2 .tgz#81a0439c3e951333d0cebde1887f418297a9193e "
433
+ graphql-binding@1.2.3 :
434
+ version "1.2.3 "
435
+ resolved "https://registry.yarnpkg.com/graphql-binding/-/graphql-binding-1.2.3 .tgz#36c90649e652b59cf44f89e997ad96767cff6cb8 "
436
436
dependencies :
437
437
graphql-tools "2.21.0"
438
- iterall "1.2.0 "
438
+ iterall "1.2.1 "
439
439
440
440
graphql-config@1.1.7 :
441
441
version "1.1.7"
@@ -598,7 +598,11 @@ iterall@1.1.x:
598
598
version "1.1.4"
599
599
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
600
600
601
- iterall@1.2.0, iterall@^1.2.0 :
601
+ iterall@1.2.1 :
602
+ version "1.2.1"
603
+ resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.1.tgz#59a347ae8001d2d4bc546b8487ca755d61849965"
604
+
605
+ iterall@^1.2.0 :
602
606
version "1.2.0"
603
607
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
604
608
You can’t perform that action at this time.
0 commit comments