Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 556c1a1

Browse files
renovate-botKnisterPeter
authored andcommitted
chore(deps): update dependency coveralls to v3.0.2
1 parent ccd94a4 commit 556c1a1

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"babel-register": "6.26.0",
5252
"chokidar-cli": "1.2.0",
5353
"conventional-changelog-cli": "2.0.1",
54-
"coveralls": "3.0.1",
54+
"coveralls": "3.0.2",
5555
"cz-conventional-changelog": "2.1.0",
5656
"diff": "3.5.0",
5757
"execa": "0.10.0",

Diff for: yarn.lock

+21-9
Original file line numberDiff line numberDiff line change
@@ -1690,15 +1690,16 @@ [email protected], core-util-is@~1.0.0:
16901690
version "1.0.2"
16911691
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
16921692

1693-
1694-
version "3.0.1"
1695-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.1.tgz#12e15914eaa29204e56869a5ece7b9e1492d2ae2"
1693+
1694+
version "3.0.2"
1695+
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.2.tgz#f5a0bcd90ca4e64e088b710fa8dda640aea4884f"
16961696
dependencies:
1697-
js-yaml "^3.6.1"
1697+
growl "~> 1.10.0"
1698+
js-yaml "^3.11.0"
16981699
lcov-parse "^0.0.10"
1699-
log-driver "^1.2.5"
1700+
log-driver "^1.2.7"
17001701
minimist "^1.2.0"
1701-
request "^2.79.0"
1702+
request "^2.85.0"
17021703

17031704
create-error-class@^3.0.0:
17041705
version "3.0.2"
@@ -2475,6 +2476,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
24752476
version "4.1.11"
24762477
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
24772478

2479+
"growl@~> 1.10.0":
2480+
version "1.10.5"
2481+
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
2482+
24782483
handlebars@^4.0.2, handlebars@^4.0.3:
24792484
version "4.0.11"
24802485
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.11.tgz#630a35dfe0294bc281edae6ffc5d329fc7982dcc"
@@ -2986,13 +2991,20 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
29862991
version "3.0.2"
29872992
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
29882993

2989-
js-yaml@^3.10.0, js-yaml@^3.6.1, js-yaml@^3.7.0:
2994+
js-yaml@^3.10.0, js-yaml@^3.7.0:
29902995
version "3.11.0"
29912996
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
29922997
dependencies:
29932998
argparse "^1.0.7"
29942999
esprima "^4.0.0"
29953000

3001+
js-yaml@^3.11.0:
3002+
version "3.12.0"
3003+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
3004+
dependencies:
3005+
argparse "^1.0.7"
3006+
esprima "^4.0.0"
3007+
29963008
jsbn@~0.1.0:
29973009
version "0.1.1"
29983010
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
@@ -3195,7 +3207,7 @@ lodash@^3.7.0:
31953207
version "3.10.1"
31963208
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
31973209

3198-
log-driver@^1.2.5:
3210+
log-driver@^1.2.7:
31993211
version "1.2.7"
32003212
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
32013213

@@ -4210,7 +4222,7 @@ repeating@^2.0.0:
42104222
dependencies:
42114223
is-finite "^1.0.0"
42124224

4213-
request@^2.79.0:
4225+
request@^2.85.0:
42144226
version "2.87.0"
42154227
resolved "https://registry.yarnpkg.com/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
42164228
dependencies:

0 commit comments

Comments
 (0)