From 9df5fe9c8adb727dfed46449a2aa582268e0a1cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jul 2020 07:10:59 +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-AJV-584908 --- tools/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index d6c8d488cb5dfa..6a1c72cb1bf0e7 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -87,7 +87,7 @@ "shelljs": "^0.7.5", "strip-bom": "^3.0.0", "strip-json-comments": "~2.0.1", - "table": "^3.7.8", + "table": "^4.0.3", "text-table": "~0.2.0", "user-home": "^2.0.0" },