From 26f72a470bfbfcf789fff2a001adc0681867507c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 00:10:18 +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 f944b068..54b14be0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "connect": "^3.3.5", "debug": "^2.1.3", "fs-extra": "^1.0.0", - "inquirer": "^1.2.3", + "inquirer": "^3.2.0", "js-yaml": "^3.3.0", "lodash": "^4.17.2", "mocha": "^3.2.0",