From bd469816e2cc3b2322676abb941fefac58a44091 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 23:15:55 +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 dd0ecff..538a888 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "async": "^1.4.2", "bluebird": "^3.4.6", "body-parser": "^1.13.1", - "chalk": "^1.1.0", + "chalk": "^2.0.0", "client-sessions": "^0.7.0", "commander": "^2.8.1", "debug": "^2.2.0",