From 0aa57bd43c067de83b078270c9238ac1e2da3f06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:12:08 +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 67ed7620..a493b08e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "stampit": "1.2.0", "strip-json-comments": "2.0.1", "user-home": "2.0.0", - "yargs": "4.7.1" + "yargs": "15.0.1" }, "scripts": { "cover": "nyc mocha --exit",