From 161791b260df027a11a5ff8d2dbabfc4e3cac793 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Mar 2021 13:33:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67ed7620..ec2d9ceb 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": "10.0.0" }, "scripts": { "cover": "nyc mocha --exit",