From c0ad7e61ba91d2c86a4f20cd80473f5938389965 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 14:01:53 +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 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:request:20160119 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ac85186..216cea9 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.19", "chalk": "^1.1.3", "cheerio": "^0.22.0", "cli-table2": "^0.2.0", @@ -77,7 +77,7 @@ "lodash": "^4.16.3", "mkdirp": "^0.5.1", "moment": "^2.15.1", - "ora": "^0.3.0", + "ora": "^1.4.0", "qs": "^6.2.1", "request": "^2.75.0", "striptags": "^2.1.1",