From 0c3b7c302c882bd7f5647e6d4427b6a5ac175c2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 22:19:17 +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 71cdb935..22d23b16 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.4", "gulp-template": "^3.0.0", - "inquirer": "^0.12.0", + "inquirer": "^7.0.5", "node-uuid": "^1.4.3", "q": "^1.0.0", "readable-stream": "^2.0.2",