From b4b793619613520117ca07c426e11d7a6c1c5c5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 19:06:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e6304e..87aaa4d 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": "^13.2.4" }, "devDependencies": { "dotenv": "^5.0.1",