From 1706e0828f1e63a5e95c545540b35c6244b20d90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 01:21:29 +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 85910de..292006b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "del": "^2.2.0", "ejs": "^2.4.2", "gulp-json-editor": "^2.2.1", - "inquirer": "^3.0.1", + "inquirer": "^7.0.5", "merge-config": "^2.0.0", "underscore.string": "^3.3.4" },