Skip to content

Commit 256a19b

Browse files
committed
chore(package): update karma-mocha-reporter to version 2.2.5
1 parent 66769cc commit 256a19b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"karma-es6-shim": "^1.0.0",
8383
"karma-jasmine": "^1.1.0",
8484
"karma-mocha": "^1.3.0",
85-
"karma-mocha-reporter": "^2.2.4",
85+
"karma-mocha-reporter": "^2.2.5",
8686
"karma-phantomjs-launcher": "^1.0.4",
8787
"karma-remap-istanbul": "^0.6.0",
8888
"karma-sinon": "^1.0.5",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -705,15 +705,15 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
705705
strip-ansi "^3.0.0"
706706
supports-color "^2.0.0"
707707

708-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
708+
chalk@^2.0.0:
709709
version "2.1.0"
710710
resolved "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e"
711711
dependencies:
712712
ansi-styles "^3.1.0"
713713
escape-string-regexp "^1.0.5"
714714
supports-color "^4.0.0"
715715

716-
chalk@^2.3.0:
716+
chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
717717
version "2.3.0"
718718
resolved "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
719719
dependencies:
@@ -2951,12 +2951,12 @@ karma-jasmine@^1.1.0:
29512951
version "1.1.0"
29522952
resolved "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-1.1.0.tgz#22e4c06bf9a182e5294d1f705e3733811b810acf"
29532953

2954-
karma-mocha-reporter@^2.2.4:
2955-
version "2.2.4"
2956-
resolved "https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.4.tgz#0c9cb22c27d864d0f6694df0cf01caabce9064d4"
2954+
karma-mocha-reporter@^2.2.5:
2955+
version "2.2.5"
2956+
resolved "https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz#15120095e8ed819186e47a0b012f3cd741895560"
29572957
dependencies:
29582958
chalk "^2.1.0"
2959-
log-symbols "^2.0.0"
2959+
log-symbols "^2.1.0"
29602960
strip-ansi "^4.0.0"
29612961

29622962
karma-mocha@^1.3.0:
@@ -3236,7 +3236,7 @@ lodash@^4.0.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.3.0, lo
32363236
version "4.17.4"
32373237
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
32383238

3239-
log-symbols@^2.0.0:
3239+
log-symbols@^2.1.0:
32403240
version "2.1.0"
32413241
resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-2.1.0.tgz#f35fa60e278832b538dc4dddcbb478a45d3e3be6"
32423242
dependencies:

0 commit comments

Comments
 (0)