From b7f9a81bdb64ca8c2a7425527b992c41c8f2e3a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:39:12 +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 dd94fa07..1496ddc8 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "find-root": "1.0.0", "fs-extra": "^1.0.0", "glob": "7.1.1", - "inquirer": "1.2.3", + "inquirer": "7.0.5", "lodash": "4.17.2", "minimist": "1.2.0", "path-exists": "2.1.0",