From 731c769ababa1ebeba17db9e072b020bd00864ea Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 12 Jul 2019 07:06:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-451540 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac85186..52f36a6 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "JSONStream": "^1.2.1", "async": "^2.0.1", "blessed": "^0.1.81", - "blessed-contrib": "^3.5.5", + "blessed-contrib": "^4.8.6", "chalk": "^1.1.3", "cheerio": "^0.22.0", "cli-table2": "^0.2.0",