From 99e01d19722eb22fa5934cfef4396ffc99aab591 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 01:27:26 +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 28358c7..baa3daf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "url-toolkit": "^2.1.2", "uuid": "^3.1.0", "write-file-atomic": "^2.3.0", - "yargs": "^10.0.3" + "yargs": "^16.0.0" }, "devDependencies": { "coveralls": "^3.0.1",