From 3db07f963c01f98fe8cecd83d5ec106087a1827f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 22:21:06 +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 4b9d676..adab5cf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "chalk": "^2.4.1", "clipboardy": "^1.2.3", - "inquirer": "^6.2.0", + "inquirer": "^7.0.5", "log-symbols": "^2.2.0", "opn": "^5.3.0" },