From aebc0178800f4357c45c8e06cbd6a66f880c9666 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 07:56:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac85186..4d8d8b8 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "blessed": "^0.1.81", "blessed-contrib": "^3.5.5", "chalk": "^1.1.3", - "cheerio": "^0.22.0", + "cheerio": "^1.0.0", "cli-table2": "^0.2.0", "commander": "^2.9.0", "crypto-js": "^3.1.7",