From 70963dc6da1392c83fb6381c5e5964fe7b72364d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 04:42:16 +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..f8d4563 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": "^6.5.1", "inquiry-traverser": "^0.3.0", "object-assign": "^4.0.1" },