From d3fd605dfdcbb5dc19dbfaf976944745db17534e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 10:26:22 +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 f0155d89330b9c..e50fc32973baa2 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -69,7 +69,7 @@ "globals": "^9.2.0", "ignore": "^3.1.5", "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", + "inquirer": "^7.0.5", "is-my-json-valid": "^2.10.0", "is-resolvable": "^1.0.0", "js-yaml": "^3.5.1", @@ -86,7 +86,7 @@ "shelljs": "^0.6.0", "strip-bom": "^3.0.0", "strip-json-comments": "~1.0.1", - "table": "^3.7.8", + "table": "^5.4.2", "text-table": "~0.2.0", "user-home": "^2.0.0" },