From 21ac30b978b1709910693c27872f82ff23960854 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 00:45:11 +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 5d9698e6c35477..54bc70f3526b6e 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -52,7 +52,7 @@ "globals": "^9.17.0", "ignore": "^3.3.3", "imurmurhash": "^0.1.4", - "inquirer": "^3.0.6", + "inquirer": "^7.0.5", "is-resolvable": "^1.0.0", "js-yaml": "^3.8.4", "json-stable-stringify": "^1.0.1", @@ -67,7 +67,7 @@ "progress": "^2.0.0", "require-uncached": "^1.0.3", "strip-json-comments": "~2.0.1", - "table": "^4.0.1", + "table": "^5.4.2", "text-table": "~0.2.0" }, "deprecated": false,