From c02b328472f9ec03b6e6da930cba767dbcdc0d3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:10:09 +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 984ba49..174a6d8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "async": "^0.9.0", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "^2.8.1", "escape-html": "^1.0.3", "extend": "^3.0.2",