From 186fff4bd846d8432779176efbbdbe946a6f23e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 01:18:58 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ac85186..52e6340 100644 --- a/package.json +++ b/package.json @@ -65,14 +65,14 @@ "async": "^2.0.1", "blessed": "^0.1.81", "blessed-contrib": "^3.5.5", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "cheerio": "^0.22.0", "cli-table2": "^0.2.0", "commander": "^2.9.0", "crypto-js": "^3.1.7", "figlet": "^1.2.0", "has": "^1.0.1", - "inquirer": "^1.2.1", + "inquirer": "^6.5.1", "jsonfile": "^2.4.0", "lodash": "^4.16.3", "mkdirp": "^0.5.1",