From 3f6f47506b7d409d47b3e07a33cd403ae11514cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 05:07:59 +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 978d5dc1e..d7fc6aae7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ ], "dependencies": { "async-foreach": "^0.1.3", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "cross-spawn-async": "^2.1.9", "gaze": "^1.0.0", "get-stdin": "^4.0.1",