From 4808f58d7cc9580bdaa8d103c5f3cf2108f26f1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:31:38 +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 85910de..65e6c80 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Railsware, Alex Chaplinsky", "license": "MIT", "dependencies": { - "chalk": "^1.1.3", + "chalk": "^2.0.0", "commander": "^2.9.0", "del": "^2.2.0", "ejs": "^2.4.2",