From 638f95a4b3926e9c9d424dea749d18fd9a3cbc45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 02:18: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 f99dd19..718de33 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "uuid": "^3.3.2", "winston": "^3.2.1", "winston-daily-rotate-file": "^3.10.0", - "yargs": "^13.3.0" + "yargs": "^15.0.1" }, "engines": { "node": ">= 6.0"