File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
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.15 " ,
7
+ "graphql-binding-github" : " 0.3.16 " ,
8
8
"graphql-yoga" : " 1.4.3"
9
9
},
10
10
"now" : {
Original file line number Diff line number Diff line change @@ -289,11 +289,11 @@ cross-fetch@0.0.8:
289
289
node-fetch "1.7.3"
290
290
whatwg-fetch "2.0.3"
291
291
292
- cross-fetch@1.1.1 :
293
- version "1.1.1 "
294
- resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1 .tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0 "
292
+ cross-fetch@2.0.0 :
293
+ version "2.0.0 "
294
+ resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.0.0 .tgz#a17475449561e0f325146cea636a8619efb9b382 "
295
295
dependencies :
296
- node-fetch "1.7.3 "
296
+ node-fetch "2.0.0 "
297
297
whatwg-fetch "2.0.3"
298
298
299
299
debug@2.6.9 :
@@ -418,13 +418,13 @@ fresh@0.5.2:
418
418
version "0.5.2"
419
419
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
420
420
421
- graphql-binding-github@0.3.15 :
422
- version "0.3.15 "
423
- resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.15 .tgz#938f4997d6a232491184481f95f1d4ba632dbdcd "
421
+ graphql-binding-github@0.3.16 :
422
+ version "0.3.16 "
423
+ resolved "https://registry.yarnpkg.com/graphql-binding-github/-/graphql-binding-github-0.3.16 .tgz#cfe7779b91ec35d408b076373b71e021087751bb "
424
424
dependencies :
425
425
apollo-link "1.2.1"
426
426
apollo-link-http "1.3.3"
427
- cross-fetch "1.1.1 "
427
+ cross-fetch "2.0.0 "
428
428
graphql "0.13.1"
429
429
graphql-binding "1.2.4"
430
430
graphql-tools "2.21.0"
@@ -685,6 +685,10 @@ node-fetch@1.7.3:
685
685
encoding "^0.1.11"
686
686
is-stream "^1.0.1"
687
687
688
+ node-fetch@2.0.0 :
689
+ version "2.0.0"
690
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.0.0.tgz#982bba43ecd4f2922a29cc186a6bbb0bb73fcba6"
691
+
688
692
object-assign@^4 :
689
693
version "4.1.1"
690
694
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
You can’t perform that action at this time.
0 commit comments