@@ -48,6 +48,12 @@ acorn@^5.0.0, acorn@^5.5.3:
48
48
version "5.7.1"
49
49
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8"
50
50
51
+ agent-base@^4.1.0 :
52
+ version "4.3.0"
53
+ resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
54
+ dependencies :
55
+ es6-promisify "^5.0.0"
56
+
51
57
ajv@^5.3.0 :
52
58
version "5.5.2"
53
59
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
@@ -563,14 +569,14 @@ code-point-at@^1.0.0:
563
569
version "1.1.0"
564
570
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
565
571
566
- codecov@3.1 .0 :
567
- version "3.1 .0"
568
- resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.1 .0.tgz#340bd968d361f256976b5af782dd8ba9f82bc849 "
572
+ codecov@3.5 .0 :
573
+ version "3.5 .0"
574
+ resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.5 .0.tgz#3d0748932f9cb41e1ad7f21fa346ef1b2b1bed47 "
569
575
dependencies :
570
576
argv "^0.0.2"
571
577
ignore-walk "^3.0.1"
572
- js-yaml "^3.12.0 "
573
- request "^2.87.0 "
578
+ js-yaml "^3.13.1 "
579
+ teeny- request "^3.11.3 "
574
580
urlgrey "^0.4.4"
575
581
576
582
collection-visit@^1.0.0 :
@@ -806,6 +812,16 @@ es-to-primitive@^1.1.1:
806
812
is-date-object "^1.0.1"
807
813
is-symbol "^1.0.1"
808
814
815
+ es6-promise@^4.0.3 :
816
+ version "4.2.6"
817
+ resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.6.tgz#b685edd8258886365ea62b57d30de28fadcd974f"
818
+
819
+ es6-promisify@^5.0.0 :
820
+ version "5.0.0"
821
+ resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
822
+ dependencies :
823
+ es6-promise "^4.0.3"
824
+
809
825
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5 :
810
826
version "1.0.5"
811
827
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1261,6 +1277,13 @@ http-signature@~1.2.0:
1261
1277
jsprim "^1.2.2"
1262
1278
sshpk "^1.7.0"
1263
1279
1280
+ https-proxy-agent@^2.2.1 :
1281
+ version "2.2.1"
1282
+ resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
1283
+ dependencies :
1284
+ agent-base "^4.1.0"
1285
+ debug "^3.1.0"
1286
+
1264
1287
husky@1.0.0-rc.13 :
1265
1288
version "1.0.0-rc.13"
1266
1289
resolved "https://registry.yarnpkg.com/husky/-/husky-1.0.0-rc.13.tgz#49c3cc210bfeac24d4ad272f770b7505c9091828"
@@ -1930,9 +1953,9 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
1930
1953
version "4.0.0"
1931
1954
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
1932
1955
1933
- js-yaml@^3.12.0 , js-yaml@^3.7.0, js-yaml@^3.9.0 :
1934
- version "3.12.0 "
1935
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0 .tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1 "
1956
+ js-yaml@^3.13.1 , js-yaml@^3.7.0, js-yaml@^3.9.0 :
1957
+ version "3.13.1 "
1958
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1 .tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847 "
1936
1959
dependencies :
1937
1960
argparse "^1.0.7"
1938
1961
esprima "^4.0.0"
@@ -2368,6 +2391,10 @@ needle@^2.2.1:
2368
2391
iconv-lite "^0.4.4"
2369
2392
sax "^1.2.4"
2370
2393
2394
+ node-fetch@^2.2.0 :
2395
+ version "2.6.0"
2396
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2397
+
2371
2398
node-int64@^0.4.0 :
2372
2399
version "0.4.0"
2373
2400
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -3316,6 +3343,14 @@ tar@^4:
3316
3343
safe-buffer "^5.1.2"
3317
3344
yallist "^3.0.2"
3318
3345
3346
+ teeny-request@^3.11.3 :
3347
+ version "3.11.3"
3348
+ resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-3.11.3.tgz#335c629f7645e5d6599362df2f3230c4cbc23a55"
3349
+ dependencies :
3350
+ https-proxy-agent "^2.2.1"
3351
+ node-fetch "^2.2.0"
3352
+ uuid "^3.3.2"
3353
+
3319
3354
test-exclude@^4.2.1 :
3320
3355
version "4.2.1"
3321
3356
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"
0 commit comments