From 8093fc6e33854e9e6d7e72edd038999b4f9bdd0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 19:44:33 +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 4686444..02ea1ca 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.0.3", "description": "check npm package update", "dependencies": { - "chalk": "^1.1.3", + "chalk": "^2.0.0", "co": "^4.6.0", "configstore": "^3.0.0", "debug": "^2.6.3",