From 125caacc7a2d583605f8e4f3767903b8f33b402f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Nov 2020 08:12:19 +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 5123edc..9b2767f 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "license": "GPL-3.0", "dependencies": { "jsonfile": "^2.3.1", - "yargs": "^5.0.0" + "yargs": "^16.0.0" } }