diff --git a/tools/eslint/package.json b/tools/eslint/package.json index 5d9698e6c35477..b31153053e403c 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -37,7 +37,7 @@ "dependencies": { "ajv": "^5.2.0", "babel-code-frame": "^6.22.0", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "concat-stream": "^1.6.0", "debug": "^2.6.8", "doctrine": "^2.0.0", @@ -67,7 +67,7 @@ "progress": "^2.0.0", "require-uncached": "^1.0.3", "strip-json-comments": "~2.0.1", - "table": "^4.0.1", + "table": "^5.0.0", "text-table": "~0.2.0" }, "deprecated": false,