From 6a9dadc8b590a149f71a1e9980424facf5fd781c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 06:30:04 +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 2c1b6ef04..376540cc4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "node": ">= 0.10.0" }, "dependencies": { - "chalk": "~1.1.0", + "chalk": "~2.0.0", "cli-table": "~0.3.1", "commander": "~2.9.0", "cst": "^0.4.3",