From cf27492bc6f0b33e0cf2227a76b3456be24f1433 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jul 2020 22:32:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cf1f263fbda..3b8ca787f340 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,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" },