From c492a8fed41e2526b131a005c32197b8098c7bc9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 03:46:43 +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 6641609..419fdb5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "child-process-promise": "^2.0.2", "commander": "^2.9.0", - "inquirer": "^0.12.0", + "inquirer": "^7.0.5", "q": "^1.4.1" } }