From abe715af634129129941c6bcb3f7bd8a1b115f05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 00:48:15 +0000 Subject: [PATCH] fix: script/vsts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- script/vsts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vsts/package.json b/script/vsts/package.json index 12f5d1449f8..376ca20d1d7 100644 --- a/script/vsts/package.json +++ b/script/vsts/package.json @@ -11,6 +11,6 @@ "request": "^2.87.0", "request-promise-native": "^1.0.5", "semver": "5.3.0", - "yargs": "4.8.1" + "yargs": "16.0.0" } }