From b58a1e927b5e594ff9b102a99ec81f60d9af45fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Mar 2020 08:12:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5123edc..84a3d91 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "license": "GPL-3.0", "dependencies": { "jsonfile": "^2.3.1", - "yargs": "^5.0.0" + "yargs": "^13.1.0" } }