From a33fa0e3b08db61716fd4f9be544aca1b2872df6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 17:39:28 +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 9f990fd3..b7dd3108 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "emojipacks": "./bin/emojipacks" }, "dependencies": { - "chalk": "^1.1.0", + "chalk": "^2.0.0", "cheerio": "^0.19.0", "co": "^4.6.0", "co-prompt": "^1.0.0",