Skip to content

Commit 461e100

Browse files
Bump coveralls from 3.0.6 to 3.1.0
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.0.6 to 3.1.0. - [Release notes](https://github.com/nickmerwin/node-coveralls/releases) - [Commits](nickmerwin/node-coveralls@v3.0.6...v3.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 04d38b6 commit 461e100

File tree

2 files changed

+14
-67
lines changed

2 files changed

+14
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"broccoli-test-helper": "^2.0.0",
55-
"coveralls": "^3.0.6",
55+
"coveralls": "^3.1.0",
5656
"eslint": "^6.4.0",
5757
"eslint-config-prettier": "^6.3.0",
5858
"eslint-plugin-node": "^11.1.0",

yarn.lock

Lines changed: 13 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ aggregate-error@^3.0.0:
16011601
clean-stack "^2.0.0"
16021602
indent-string "^4.0.0"
16031603

1604-
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
1604+
ajv@^6.10.0, ajv@^6.10.2:
16051605
version "6.10.2"
16061606
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
16071607
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
@@ -2482,17 +2482,16 @@ [email protected]:
24822482
path-type "^4.0.0"
24832483
yaml "^1.10.0"
24842484

2485-
coveralls@^3.0.6:
2486-
version "3.0.6"
2487-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.6.tgz#5c63b2759b6781118e7439bd870ba5e9ee428b25"
2488-
integrity sha512-Pgh4v3gCI4T/9VijVrm8Ym5v0OgjvGLKj3zTUwkvsCiwqae/p6VLzpsFNjQS2i6ewV7ef+DjFJ5TSKxYt/mCrA==
2485+
coveralls@^3.1.0:
2486+
version "3.1.0"
2487+
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.1.0.tgz#13c754d5e7a2dd8b44fe5269e21ca394fb4d615b"
2488+
integrity sha512-sHxOu2ELzW8/NC1UP5XVLbZDzO4S3VxfFye3XYCznopHy02YjNkHcj5bKaVw2O7hVaBdBjEdQGpie4II1mWhuQ==
24892489
dependencies:
2490-
growl "~> 1.10.0"
24912490
js-yaml "^3.13.1"
2492-
lcov-parse "^0.0.10"
2491+
lcov-parse "^1.0.0"
24932492
log-driver "^1.2.7"
2494-
minimist "^1.2.0"
2495-
request "^2.86.0"
2493+
minimist "^1.2.5"
2494+
request "^2.88.2"
24962495

24972496
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
24982497
version "6.0.5"
@@ -3680,11 +3679,6 @@ graceful-fs@^4.2.2, graceful-fs@^4.2.4:
36803679
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
36813680
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
36823681

3683-
"growl@~> 1.10.0":
3684-
version "1.10.5"
3685-
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
3686-
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
3687-
36883682
growly@^1.3.0:
36893683
version "1.3.0"
36903684
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -3707,14 +3701,6 @@ har-schema@^2.0.0:
37073701
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
37083702
integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
37093703

3710-
har-validator@~5.1.0:
3711-
version "5.1.3"
3712-
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
3713-
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
3714-
dependencies:
3715-
ajv "^6.5.5"
3716-
har-schema "^2.0.0"
3717-
37183704
har-validator@~5.1.3:
37193705
version "5.1.5"
37203706
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
@@ -4993,10 +4979,10 @@ latest-version@^5.0.0, latest-version@^5.1.0:
49934979
dependencies:
49944980
package-json "^6.3.0"
49954981

4996-
lcov-parse@^0.0.10:
4997-
version "0.0.10"
4998-
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
4999-
integrity sha1-GwuP+ayceIklBYK3C3ExXZ2m2aM=
4982+
lcov-parse@^1.0.0:
4983+
version "1.0.0"
4984+
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz#eb0d46b54111ebc561acb4c408ef9363bdc8f7e0"
4985+
integrity sha1-6w1GtUER68VhrLTECO+TY73I9+A=
50004986

50014987
lerna-changelog@^1.0.1:
50024988
version "1.0.1"
@@ -6066,7 +6052,7 @@ protocols@^1.1.0, protocols@^1.4.0:
60666052
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32"
60676053
integrity sha512-Fx65lf9/YDn3hUX08XUc0J8rSux36rEsyiv21ZGUC1mOyeM3lTRpZLcrm8aAolzS4itwVfm7TAPyxC2E5zd6xg==
60686054

6069-
psl@^1.1.24, psl@^1.1.28:
6055+
psl@^1.1.28:
60706056
version "1.4.0"
60716057
resolved "https://registry.yarnpkg.com/psl/-/psl-1.4.0.tgz#5dd26156cdb69fa1fdb8ab1991667d3f80ced7c2"
60726058
integrity sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw==
@@ -6079,11 +6065,6 @@ pump@^3.0.0:
60796065
end-of-stream "^1.1.0"
60806066
once "^1.3.1"
60816067

6082-
punycode@^1.4.1:
6083-
version "1.4.1"
6084-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
6085-
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
6086-
60876068
punycode@^2.1.0, punycode@^2.1.1:
60886069
version "2.1.1"
60896070
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -6406,32 +6387,6 @@ request-promise-native@^1.0.8:
64066387
stealthy-require "^1.1.1"
64076388
tough-cookie "^2.3.3"
64086389

6409-
request@^2.86.0:
6410-
version "2.88.0"
6411-
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
6412-
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
6413-
dependencies:
6414-
aws-sign2 "~0.7.0"
6415-
aws4 "^1.8.0"
6416-
caseless "~0.12.0"
6417-
combined-stream "~1.0.6"
6418-
extend "~3.0.2"
6419-
forever-agent "~0.6.1"
6420-
form-data "~2.3.2"
6421-
har-validator "~5.1.0"
6422-
http-signature "~1.2.0"
6423-
is-typedarray "~1.0.0"
6424-
isstream "~0.1.2"
6425-
json-stringify-safe "~5.0.1"
6426-
mime-types "~2.1.19"
6427-
oauth-sign "~0.9.0"
6428-
performance-now "^2.1.0"
6429-
qs "~6.5.2"
6430-
safe-buffer "^5.1.2"
6431-
tough-cookie "~2.4.3"
6432-
tunnel-agent "^0.6.0"
6433-
uuid "^3.3.2"
6434-
64356390
request@^2.88.2:
64366391
version "2.88.2"
64376392
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
@@ -7317,14 +7272,6 @@ tough-cookie@^3.0.1:
73177272
psl "^1.1.28"
73187273
punycode "^2.1.1"
73197274

7320-
tough-cookie@~2.4.3:
7321-
version "2.4.3"
7322-
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"
7323-
integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==
7324-
dependencies:
7325-
psl "^1.1.24"
7326-
punycode "^1.4.1"
7327-
73287275
tr46@^2.0.2:
73297276
version "2.0.2"
73307277
resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.0.2.tgz#03273586def1595ae08fedb38d7733cee91d2479"

0 commit comments

Comments
 (0)