diff --git a/tools/eslint/package.json b/tools/eslint/package.json index cdab83759aebb8..88165301ad25f7 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -39,7 +39,7 @@ "url": "https://github.com/eslint/eslint/issues/" }, "dependencies": { - "chalk": "^1.0.0", + "chalk": "^2.0.0", "concat-stream": "^1.4.6", "debug": "^2.1.1", "doctrine": "^0.6.2", @@ -49,7 +49,7 @@ "estraverse": "^4.1.0", "estraverse-fb": "^1.3.1", "globals": "^8.0.0", - "inquirer": "^0.8.2", + "inquirer": "^3.2.0", "is-my-json-valid": "^2.10.0", "js-yaml": "^3.2.5", "minimatch": "^2.0.1",