@@ -576,15 +576,16 @@ cosmiconfig@^3.1.0:
576576 parse-json "^3.0.0"
577577 require-from-string "^2.0.1"
578578
579- 580- version "3.0.0 "
581- resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.0 .tgz#22ef730330538080d29b8c151dc9146afde88a99 "
579+ 580+ version "3.0.2 "
581+ resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.2 .tgz#f5a0bcd90ca4e64e088b710fa8dda640aea4884f "
582582 dependencies :
583- js-yaml "^3.6.1"
583+ growl "~> 1.10.0"
584+ js-yaml "^3.11.0"
584585 lcov-parse "^0.0.10"
585- log-driver "^1.2.5 "
586+ log-driver "^1.2.7 "
586587 minimist "^1.2.0"
587- request "^2.79 .0"
588+ request "^2.85 .0"
588589
589590cross-spawn@^4 :
590591 version "4.0.2"
@@ -1118,6 +1119,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
11181119 version "4.1.11"
11191120 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
11201121
1122+ " growl@~> 1.10.0 " :
1123+ version "1.10.5"
1124+ resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
1125+
11211126handlebars@^4.0.2, handlebars@^4.0.3 :
11221127 version "4.0.11"
11231128 resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.11.tgz#630a35dfe0294bc281edae6ffc5d329fc7982dcc"
@@ -1438,7 +1443,14 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
14381443 version "3.0.2"
14391444 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
14401445
1441- js-yaml@^3.6.1, js-yaml@^3.9.0 :
1446+ js-yaml@^3.11.0 :
1447+ version "3.12.0"
1448+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
1449+ dependencies :
1450+ argparse "^1.0.7"
1451+ esprima "^4.0.0"
1452+
1453+ js-yaml@^3.9.0 :
14421454 version "3.10.0"
14431455 resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
14441456 dependencies :
@@ -1558,9 +1570,9 @@ lodash@^4.0.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.1:
15581570 version "4.17.4"
15591571 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
15601572
1561- log-driver@^1.2.5 :
1562- version "1.2.5 "
1563- resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5 .tgz#7ae4ec257302fd790d557cb10c97100d857b0056 "
1573+ log-driver@^1.2.7 :
1574+ version "1.2.7 "
1575+ resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7 .tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8 "
15641576
15651577longest@^1.0.1 :
15661578 version "1.0.1"
@@ -2176,7 +2188,7 @@ repeating@^2.0.0:
21762188 dependencies :
21772189 is-finite "^1.0.0"
21782190
2179- request@^2.74.0, request@^2.79.0 :
2191+ request@^2.74.0 :
21802192 version "2.83.0"
21812193 resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
21822194 dependencies :
@@ -2203,6 +2215,31 @@ request@^2.74.0, request@^2.79.0:
22032215 tunnel-agent "^0.6.0"
22042216 uuid "^3.1.0"
22052217
2218+ request@^2.85.0 :
2219+ version "2.87.0"
2220+ resolved "https://registry.yarnpkg.com/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
2221+ dependencies :
2222+ aws-sign2 "~0.7.0"
2223+ aws4 "^1.6.0"
2224+ caseless "~0.12.0"
2225+ combined-stream "~1.0.5"
2226+ extend "~3.0.1"
2227+ forever-agent "~0.6.1"
2228+ form-data "~2.3.1"
2229+ har-validator "~5.0.3"
2230+ http-signature "~1.2.0"
2231+ is-typedarray "~1.0.0"
2232+ isstream "~0.1.2"
2233+ json-stringify-safe "~5.0.1"
2234+ mime-types "~2.1.17"
2235+ oauth-sign "~0.8.2"
2236+ performance-now "^2.1.0"
2237+ qs "~6.5.1"
2238+ safe-buffer "^5.1.1"
2239+ tough-cookie "~2.3.3"
2240+ tunnel-agent "^0.6.0"
2241+ uuid "^3.1.0"
2242+
22062243require-directory@^2.1.1 :
22072244 version "2.1.1"
22082245 resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
0 commit comments