From e0e281083e4c55bb0f1daaa90614c77d8b55665d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 01:17:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcf8633..780b02a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "npmlog": "^1.2.0", "object-assign": "^2.0.0", "onetime": "^1.0.0", - "yargs": "^3.5.4" + "yargs": "^16.0.0" }, "devDependencies": { "coveralls": "^2.11.2",