Skip to content

Commit bfa0399

Browse files
committed
Update dependency coveralls to v3.1.1
1 parent d14b9fd commit bfa0399

2 files changed

Lines changed: 56 additions & 34 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"babel-polyfill": "6.26.0",
5757
"babel-preset-es2015": "6.24.1",
5858
"bluebird": "3.4.6",
59-
"coveralls": "3.0.6",
59+
"coveralls": "3.1.1",
6060
"documentation": "12.1.2",
6161
"eslint": "6.4.0",
6262
"eslint-config-airbnb": "13.0.0",

yarn.lock

Lines changed: 55 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ acorn@^7.0.0:
875875
version "7.0.0"
876876
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
877877

878-
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
878+
ajv@^6.10.0, ajv@^6.10.2:
879879
version "6.10.2"
880880
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
881881
dependencies:
@@ -884,6 +884,16 @@ ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
884884
json-schema-traverse "^0.4.1"
885885
uri-js "^4.2.2"
886886

887+
ajv@^6.12.3:
888+
version "6.12.6"
889+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
890+
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
891+
dependencies:
892+
fast-deep-equal "^3.1.1"
893+
fast-json-stable-stringify "^2.0.0"
894+
json-schema-traverse "^0.4.1"
895+
uri-js "^4.2.2"
896+
887897
amdefine@>=0.0.4:
888898
version "1.0.1"
889899
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
@@ -2203,16 +2213,16 @@ core-util-is@~1.0.0:
22032213
version "1.0.2"
22042214
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
22052215

2206-
coveralls@3.0.6:
2207-
version "3.0.6"
2208-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.6.tgz#5c63b2759b6781118e7439bd870ba5e9ee428b25"
2216+
coveralls@3.1.1:
2217+
version "3.1.1"
2218+
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.1.1.tgz#f5d4431d8b5ae69c5079c8f8ca00d64ac77cf081"
2219+
integrity sha512-+dxnG2NHncSD1NrqbSM3dn/lE57O6Qf/koe9+I7c+wzkqRmEvcp0kgJdxKInzYzkICKkFMZsX3Vct3++tsF9ww==
22092220
dependencies:
2210-
growl "~> 1.10.0"
22112221
js-yaml "^3.13.1"
2212-
lcov-parse "^0.0.10"
2222+
lcov-parse "^1.0.0"
22132223
log-driver "^1.2.7"
2214-
minimist "^1.2.0"
2215-
request "^2.86.0"
2224+
minimist "^1.2.5"
2225+
request "^2.88.2"
22162226

22172227
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
22182228
version "6.0.5"
@@ -2822,6 +2832,11 @@ fast-deep-equal@^2.0.1:
28222832
version "2.0.1"
28232833
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
28242834

2835+
fast-deep-equal@^3.1.1:
2836+
version "3.1.3"
2837+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
2838+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
2839+
28252840
fast-json-stable-stringify@^2.0.0:
28262841
version "2.0.0"
28272842
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
@@ -3213,10 +3228,6 @@ graceful-fs@^4.1.11:
32133228
version "1.0.1"
32143229
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
32153230

3216-
"growl@~> 1.10.0":
3217-
version "1.10.5"
3218-
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
3219-
32203231
growly@^1.2.0:
32213232
version "1.3.0"
32223233
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -3244,11 +3255,12 @@ har-validator@~2.0.6:
32443255
is-my-json-valid "^2.12.4"
32453256
pinkie-promise "^2.0.0"
32463257

3247-
har-validator@~5.1.0:
3248-
version "5.1.3"
3249-
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
3258+
har-validator@~5.1.3:
3259+
version "5.1.5"
3260+
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
3261+
integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
32503262
dependencies:
3251-
ajv "^6.5.5"
3263+
ajv "^6.12.3"
32523264
har-schema "^2.0.0"
32533265

32543266
has-ansi@^2.0.0:
@@ -4231,9 +4243,10 @@ lcid@^2.0.0:
42314243
dependencies:
42324244
invert-kv "^2.0.0"
42334245

4234-
lcov-parse@^0.0.10:
4235-
version "0.0.10"
4236-
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
4246+
lcov-parse@^1.0.0:
4247+
version "1.0.0"
4248+
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz#eb0d46b54111ebc561acb4c408ef9363bdc8f7e0"
4249+
integrity sha1-6w1GtUER68VhrLTECO+TY73I9+A=
42374250

42384251
lead@^1.0.0:
42394252
version "1.0.0"
@@ -4590,6 +4603,11 @@ minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0:
45904603
version "1.2.0"
45914604
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
45924605

4606+
minimist@^1.2.5:
4607+
version "1.2.5"
4608+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
4609+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
4610+
45934611
minimist@~0.0.1:
45944612
version "0.0.10"
45954613
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
@@ -5230,9 +5248,10 @@ prr@~0.0.0:
52305248
version "0.0.0"
52315249
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
52325250

5233-
psl@^1.1.24:
5234-
version "1.3.0"
5235-
resolved "https://registry.yarnpkg.com/psl/-/psl-1.3.0.tgz#e1ebf6a3b5564fa8376f3da2275da76d875ca1bd"
5251+
psl@^1.1.28:
5252+
version "1.8.0"
5253+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
5254+
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
52365255

52375256
pump@^2.0.0:
52385257
version "2.0.1"
@@ -5260,9 +5279,10 @@ punycode@^1.4.1:
52605279
version "1.4.1"
52615280
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
52625281

5263-
punycode@^2.1.0:
5282+
punycode@^2.1.0, punycode@^2.1.1:
52645283
version "2.1.1"
52655284
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
5285+
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
52665286

52675287
qs@^6.0.2, qs@~6.3.0:
52685288
version "6.3.0"
@@ -5636,9 +5656,10 @@ request@^2.55.0, request@^2.74.0, request@^2.79.0:
56365656
tunnel-agent "~0.4.1"
56375657
uuid "^3.0.0"
56385658

5639-
request@^2.86.0:
5640-
version "2.88.0"
5641-
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
5659+
request@^2.88.2:
5660+
version "2.88.2"
5661+
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
5662+
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
56425663
dependencies:
56435664
aws-sign2 "~0.7.0"
56445665
aws4 "^1.8.0"
@@ -5647,7 +5668,7 @@ request@^2.86.0:
56475668
extend "~3.0.2"
56485669
forever-agent "~0.6.1"
56495670
form-data "~2.3.2"
5650-
har-validator "~5.1.0"
5671+
har-validator "~5.1.3"
56515672
http-signature "~1.2.0"
56525673
is-typedarray "~1.0.0"
56535674
isstream "~0.1.2"
@@ -5657,7 +5678,7 @@ request@^2.86.0:
56575678
performance-now "^2.1.0"
56585679
qs "~6.5.2"
56595680
safe-buffer "^5.1.2"
5660-
tough-cookie "~2.4.3"
5681+
tough-cookie "~2.5.0"
56615682
tunnel-agent "^0.6.0"
56625683
uuid "^3.3.2"
56635684

@@ -6285,12 +6306,13 @@ tough-cookie@^2.3.1, tough-cookie@~2.3.0:
62856306
dependencies:
62866307
punycode "^1.4.1"
62876308

6288-
tough-cookie@~2.4.3:
6289-
version "2.4.3"
6290-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
6309+
tough-cookie@~2.5.0:
6310+
version "2.5.0"
6311+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
6312+
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
62916313
dependencies:
6292-
psl "^1.1.24"
6293-
punycode "^1.4.1"
6314+
psl "^1.1.28"
6315+
punycode "^2.1.1"
62946316

62956317
tr46@~0.0.3:
62966318
version "0.0.3"

0 commit comments

Comments
 (0)