From 658dbd77cfa6db585740f813d0a98551a5a3b925 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 05:31:54 +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 32ade24..33c456c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "body-parser": "^1.15.2", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "cookie-parser": "^1.4.3", "express": "^4.14.0", "figlet": "^1.2.0",