From 4e51b31a0700ae4078eaec599fc8f856e36a2a71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Sep 2021 04:57:13 +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 14d3c01..82fb895 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "async": "^1.5.2", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "commander": "1.0.4", "done-criteria": "0.0.3", "glob": "^7.0.0",