From 29d6a007acc5c1282c38981d6e5044608a1fef63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 19:35: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 8c4c542..26fb5f0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "dependencies": { "chalk": "^3.0.0", - "inquirer": "^7.0.1", + "inquirer": "^7.0.5", "commander": "^4.0.1", "js-yaml": "^3.13.1", "file-send": "^4.0.3"