From dd73e1fe8552c7fb3585e738afa2aa6dc02d847c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Apr 2021 08:12:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5123edc..15f680c 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": "^10.0.0" } }