Skip to content

Commit b169b65

Browse files
committedDec 16, 2018
Update dependencies.
1 parent 4b12c69 commit b169b65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎lib/reporters/console.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ internals.color = function (name, code, enabled) {
431431
internals.colors = function (enabled) {
432432

433433
if (enabled === null) {
434-
enabled = require('supports-color');
434+
enabled = require('supports-color').stdout;
435435
}
436436

437437
const codes = {

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"dependencies": {
1111
"bossy": "4.x.x",
1212
"diff": "3.5.x",
13-
"eslint": "5.9.x",
13+
"eslint": "5.10.x",
1414
"eslint-config-hapi": "12.x.x",
1515
"eslint-plugin-hapi": "4.x.x",
16-
"espree": "4.1.x",
16+
"espree": "5.0.x",
1717
"find-rc": "3.0.x",
1818
"handlebars": "4.x.x",
19-
"hoek": "^6.0.4",
19+
"hoek": "6.1.x",
2020
"json-stable-stringify": "1.x.x",
2121
"json-stringify-safe": "5.x.x",
2222
"mkdirp": "0.5.x",
2323
"seedrandom": "2.4.x",
2424
"source-map": "0.7.x",
2525
"source-map-support": "0.5.x",
26-
"supports-color": "4.4.x",
26+
"supports-color": "5.5.x",
2727
"will-call": "1.x.x"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.