From 7b90bf1c0b0ddf5fddc98c9acb902c72ffc165e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 05:17:41 +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 e2560d59e80caf..ee440e9a55794c 100644 --- a/package.json +++ b/package.json @@ -210,7 +210,7 @@ "ws": "^1.1.0", "xcode": "^0.8.9", "xmldoc": "^0.4.0", - "yargs": "^6.4.0", + "yargs": "^13.1.0", "yeoman-environment": "1.5.3", "yeoman-generator": "0.21.2" },