From f6e9f8c5a059e4c0925f1e36751e35d99fe97ab4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 07:55:31 +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-ANSIREGEX-1583908 --- 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..4f01cc9 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": "^15.0.1" } }