Skip to content

Commit a830709

Browse files
Bump coveralls from 3.0.13 to 3.0.14 (#303)
1 parent af65ba3 commit a830709

2 files changed

Lines changed: 15 additions & 28 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"debug": "^4.1.1"
4242
},
4343
"devDependencies": {
44-
"coveralls": "^3.0.13",
44+
"coveralls": "^3.0.14",
4545
"eslint": "^6.8.0",
4646
"eslint-config-prettier": "^6.11.0",
4747
"eslint-plugin-prettier": "^3.1.3",

yarn.lock

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,16 +2316,16 @@ [email protected]:
23162316
path-type "^4.0.0"
23172317
yaml "^1.7.2"
23182318

2319-
coveralls@^3.0.13:
2320-
version "3.0.13"
2321-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.13.tgz#64d8c99af3b8a771a2e6e5bcdf556c3c5061d29d"
2322-
integrity sha512-Bch6FJI4ebK6Mwr+DjFCJbb/RayNwn5pscSDE4Ux6cgjNkAcjdgGZBRfQnuYTt5tY81MqGK8m2r+xc5FDF513A==
2319+
coveralls@^3.0.14:
2320+
version "3.0.14"
2321+
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.14.tgz#a13c4729308e8bd1a284d7a3974eff72ce6e40c6"
2322+
integrity sha512-nEQqCHzxiFfu1dEHYxe7xrbF5vFmx122mTWIM+BkiAOmsWbSAcucNk8stELnNk2lS1biTUjFOCIf8v8ZN225IA==
23232323
dependencies:
23242324
js-yaml "^3.13.1"
23252325
lcov-parse "^1.0.0"
23262326
log-driver "^1.2.7"
23272327
minimist "^1.2.5"
2328-
request "^2.88.0"
2328+
request "^2.88.2"
23292329

23302330
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
23312331
version "6.0.5"
@@ -3422,7 +3422,7 @@ har-schema@^2.0.0:
34223422
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
34233423
integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
34243424

3425-
har-validator@~5.1.0:
3425+
har-validator@~5.1.3:
34263426
version "5.1.3"
34273427
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
34283428
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
@@ -5517,7 +5517,7 @@ proxy-from-env@^1.0.0:
55175517
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
55185518
integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=
55195519

5520-
psl@^1.1.24, psl@^1.1.28:
5520+
psl@^1.1.28:
55215521
version "1.4.0"
55225522
resolved "https://registry.yarnpkg.com/psl/-/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2"
55235523
integrity sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==
@@ -5530,11 +5530,6 @@ pump@^3.0.0:
55305530
end-of-stream "^1.1.0"
55315531
once "^1.3.1"
55325532

5533-
punycode@^1.4.1:
5534-
version "1.4.1"
5535-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
5536-
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
5537-
55385533
punycode@^2.1.0, punycode@^2.1.1:
55395534
version "2.1.1"
55405535
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -5809,10 +5804,10 @@ request-promise-native@^1.0.7:
58095804
stealthy-require "^1.1.1"
58105805
tough-cookie "^2.3.3"
58115806

5812-
request@^2.88.0:
5813-
version "2.88.0"
5814-
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
5815-
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
5807+
request@^2.88.0, request@^2.88.2:
5808+
version "2.88.2"
5809+
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
5810+
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
58165811
dependencies:
58175812
aws-sign2 "~0.7.0"
58185813
aws4 "^1.8.0"
@@ -5821,7 +5816,7 @@ request@^2.88.0:
58215816
extend "~3.0.2"
58225817
forever-agent "~0.6.1"
58235818
form-data "~2.3.2"
5824-
har-validator "~5.1.0"
5819+
har-validator "~5.1.3"
58255820
http-signature "~1.2.0"
58265821
is-typedarray "~1.0.0"
58275822
isstream "~0.1.2"
@@ -5831,7 +5826,7 @@ request@^2.88.0:
58315826
performance-now "^2.1.0"
58325827
qs "~6.5.2"
58335828
safe-buffer "^5.1.2"
5834-
tough-cookie "~2.4.3"
5829+
tough-cookie "~2.5.0"
58355830
tunnel-agent "^0.6.0"
58365831
uuid "^3.3.2"
58375832

@@ -6604,7 +6599,7 @@ to-regex@^3.0.1, to-regex@^3.0.2:
66046599
regex-not "^1.0.2"
66056600
safe-regex "^1.1.0"
66066601

6607-
tough-cookie@^2.3.3:
6602+
tough-cookie@^2.3.3, tough-cookie@~2.5.0:
66086603
version "2.5.0"
66096604
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
66106605
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
@@ -6621,14 +6616,6 @@ tough-cookie@^3.0.1:
66216616
psl "^1.1.28"
66226617
punycode "^2.1.1"
66236618

6624-
tough-cookie@~2.4.3:
6625-
version "2.4.3"
6626-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
6627-
integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
6628-
dependencies:
6629-
psl "^1.1.24"
6630-
punycode "^1.4.1"
6631-
66326619
tr46@^1.0.1:
66336620
version "1.0.1"
66346621
resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"

0 commit comments

Comments
 (0)