From 6b2c3e311ba9c6726dcfc8f286c96a78117b4cc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 04:53:52 +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 4c30312..6316ee0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Git sub command to show travis status", "version": "3.1.0", "dependencies": { - "chalk": "^1.0.0", + "chalk": "^2.0.0", "prompt": "^1.0.0", "travis-ci": "^2.1.1", "which": "^1.0.8"