From e4941c3dc66e2e905124e60d0e125facd03913cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 06:43:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3cf1f263fbda..331e2517780d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "bugs": "https://github.com/eslint/eslint/issues/", "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", @@ -48,7 +48,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", @@ -65,7 +65,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" },