diff --git a/tools/eslint/package.json b/tools/eslint/package.json index eba9c474f3f485..f03f833c95785b 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -57,7 +57,7 @@ "url": "https://github.com/eslint/eslint/issues/" }, "dependencies": { - "chalk": "^1.1.3", + "chalk": "^2.0.0", "concat-stream": "^1.4.6", "debug": "^2.1.1", "doctrine": "^1.2.2", @@ -70,7 +70,7 @@ "globals": "^9.2.0", "ignore": "^3.1.5", "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", + "inquirer": "^6.5.1", "is-my-json-valid": "^2.10.0", "is-resolvable": "^1.0.0", "js-yaml": "^3.5.1", @@ -87,7 +87,7 @@ "shelljs": "^0.6.0", "strip-bom": "^3.0.0", "strip-json-comments": "~1.0.1", - "table": "^3.7.8", + "table": "^5.0.0", "text-table": "~0.2.0", "user-home": "^2.0.0" },