From 21f5385096d0655dee498910cd22aadd14ee2a3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Sep 2021 22:32:01 +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 94b1833..6c3fa28 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "dependencies": { "anybar": "^1.0.0", "ping-lite": "^1.0.1", - "yargs": "^3.30.0" + "yargs": "^15.0.1" } }