From e6d82d12bcc615f1ec543e5cc9c85e4a68456ff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 02:32:44 +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 d6c8d488cb5dfa..5f073cf6a3908c 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -70,7 +70,7 @@ "globals": "^9.14.0", "ignore": "^3.2.0", "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", @@ -87,7 +87,7 @@ "shelljs": "^0.7.5", "strip-bom": "^3.0.0", "strip-json-comments": "~2.0.1", - "table": "^3.7.8", + "table": "^5.4.2", "text-table": "~0.2.0", "user-home": "^2.0.0" },