From fef6d26b4b88bf9ebc6dcdd3ce446c8ff40f7192 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 18:11:47 +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 bf36c933c3..f645c52147 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ }, "dependencies": { "async": "^2.0.0-rc.2", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.9.0", "consolidate": "^0.14.0", "download-git-repo": "^0.2.1", "handlebars": "^4.0.5", - "inquirer": "^0.12.0", + "inquirer": "^6.5.1", "metalsmith": "^2.1.0", "minimatch": "^3.0.0", "ora": "^0.2.1",