From 53d0522d5275336ab60cb9d490aad7ed622b8c34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:42:04 +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 ae9b21b..43c681f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "boxen": "^0.5.0", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "configstore": "^2.0.0", "play-sound": "0.0.7", "update-notifier": "^0.6.1"