From b8e2cbb07725535ff880ffa2b7551e0efda42db2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 20:43:22 +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 - https://snyk.io/vuln/SNYK-JS-NCONF-2395478 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 32ade24..7da74b1 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ }, "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", - "nconf": "^0.8.4" + "nconf": "^0.11.4" }, "author": "SurenAt, Anna Mkrtumyan", "license": "ISC"