From c93e1d477cbc0b56e2c8afcb527877fed8320181 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 21:38:10 +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 5e6304e..9d6d7e2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "moment": "^2.22.1", "utf-8-validate": "^4.0.1", "ws": "^5.1.1", - "yargs": "^11.0.0" + "yargs": "^16.0.0" }, "devDependencies": { "dotenv": "^5.0.1",