From db00d3b5b25ed78b6e2f008bac31d907f08a010f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 03:30:20 +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 a56e722..4b5288b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "strip-ansi": "^3.0.0", "through2-map": "^2.0.0", "update-notifier": "^0.5.0", - "yargs": "^3.14.0" + "yargs": "^15.0.1" }, "devDependencies": { "angular": "^1.3.15",