From a956c0eebab2b173c60ed486a8ea147340295456 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:42:10 +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 f2745f1..d9fb209 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "aliasify": "^2.1.0", "browserify": "^14.1.0", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "chokidar": "^3.4.0", "cp": "^0.2.0", "dotenv": "^4.0.0",