From 87f80b77e0724e8263c540690257f0a3c50ec33a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 04:06:23 +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 f0c3ac6eb8..e5f23e60a8 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "temp": "~0.8.3", "through2": "^2.0.3", "update-notifier": "^2.3.0", - "yargs": "^10.0.3" + "yargs": "^13.1.0" }, "optionalDependencies": { "prom-client": "^10.2.2",