From 3af7d846acd19a3c1236cbbae2fb5b63eb906e98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 03:26:48 +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 719b8561..cc539924 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/alexcanessa/github-release-notes#readme", "dependencies": { - "chalk": "^1.1.3", + "chalk": "^2.0.0", "es6-promise": "^3.2.1", "github-api": "^2.1.0", "is-online": "^5.1.1",