From fd74775f5c67f343ea57f69005c6504d5b167deb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 03:45:53 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index d6c8d488cb5dfa..57fdc0e565bcda 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "babel-code-frame": "^6.16.0", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "concat-stream": "^1.4.6", "debug": "^2.1.1", "doctrine": "^1.2.2", @@ -70,7 +70,7 @@ "globals": "^9.14.0", "ignore": "^3.2.0", "imurmurhash": "^0.1.4", - "inquirer": "^0.12.0", + "inquirer": "^6.5.1", "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.0.0", "text-table": "~0.2.0", "user-home": "^2.0.0" },