From 0bed5943ec640503ce5ce32f9c645db374015ce2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Mar 2020 21:10:44 +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 1e310ef..6439205 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "q": "^1.4.1", "untildify": "^3.0.2", "uuid-js": "^0.7.5", - "yargs": "^4.7.1" + "yargs": "^13.1.0" }, "devDependencies": { "babel-eslint": "^6.0.4",