From 3bc85e0ae921dcfaaab84d07631ac104d16f7ad0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 16:05:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac85186..2bb6e0c 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.11.0", "chalk": "^1.1.3", "cheerio": "^0.22.0", "cli-table2": "^0.2.0",