From f759937600a0be9cc3a73e72aeec2a2b64d14911 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 07:15:57 +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 915e7e3..663204d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "cardinal": "^1.0.0", "commander": "^2.9.0", - "inquirer": "^3.0.6", + "inquirer": "^7.0.5", "lodash": "^4.17.2", "snyk": "^1.319.0" },