From 81ae47c02b31c3685fd99a46b2279370ac3e497a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 10:30:36 +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 ab36db6..7113234 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "commander": "^2.9.0", "cwd": "^0.10.0", "fs-extra": "^0.28.0", - "inquirer": "^1.0.2", + "inquirer": "^7.0.5", "is-windows": "^0.2.0", "mkdirp": "^0.5.1" },