From 6e850be3b258801a15b6e80c7dcbd398a7d3bc52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 21:55:13 +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 3562aa2..dc35ac0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express": "^4.13.3", "lodash": "^3.10.1", "mongodb": "^2.0.43", - "yargs": "^3.26.0" + "yargs": "^15.0.1" }, "devDependencies": { "babel": "^5.8.23",