From 5c25351c4fdd58abbd4cdd1a78f92f11a45024d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 19:50:26 +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 93d1366e2..143be9f06 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "escape-string-regexp": "^1.0.3", "get-parameter-names": "^0.3.0", "glob": "^6.0.1", - "inquirer": "^0.11.0", + "inquirer": "^7.0.5", "mkdirp": "^0.5.1", "mocha": "^3.1.2", "requireg": "^0.1.5"