From 5f9bc6da1ee6d819b1b45faf8366429cbed855ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 20:37:54 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd94fa07..ad3849f6 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "dependencies": { "cachedir": "^1.1.0", - "chalk": "1.1.3", + "chalk": "2.0.0", "cz-conventional-changelog": "2.0.0", "dedent": "0.6.0", "detect-indent": "4.0.0", @@ -81,7 +81,7 @@ "find-root": "1.0.0", "fs-extra": "^1.0.0", "glob": "7.1.1", - "inquirer": "1.2.3", + "inquirer": "6.5.1", "lodash": "4.17.2", "minimist": "1.2.0", "path-exists": "2.1.0",