From abd8d693ba0266209b7f8bf61af9ba2919874b8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 03:47:19 +0000 Subject: [PATCH] fix: tools/eslint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- tools/eslint/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",