From b57c7ced1482f0f521869975a4cae4509483ebe4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Nov 2020 04:03:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94b1833..519be34 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "dependencies": { "anybar": "^1.0.0", "ping-lite": "^1.0.1", - "yargs": "^3.30.0" + "yargs": "^16.0.0" } }