From 10ec105ba50b8426ebc8b77b788983edd542cb08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 00:35:22 +0000 Subject: [PATCH] fix: packages/ubibot-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- packages/ubibot-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ubibot-cli/package.json b/packages/ubibot-cli/package.json index 726cb8c..39be216 100644 --- a/packages/ubibot-cli/package.json +++ b/packages/ubibot-cli/package.json @@ -19,6 +19,6 @@ "memorystream": "0.3.1", "prettier": "^1.17.0", "tape": "^4.10.1", - "yargs": "^13.2.4" + "yargs": "^16.0.0" } }