From d221f94d8af01f9c980c4710377c7b612939ab7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 03:08:39 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fec1f2..d407991 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "cli-table2": "^0.2.0", "colors": "^1.1.2", - "inquirer": "^1.0.3", + "inquirer": "^7.0.5", "inquiry-traverser": "^0.3.0", "object-assign": "^4.0.1" },