From 6f434c8dfa0bc1443d868df8c1c0fa0b20b1d8a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Sep 2021 07:47:39 +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 8e6e528..8cf2681 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "moment": "^2.10.6", "stack-trace": "^0.0.9", "url-extractor": "^1.0.1", - "yargs": "^3.26.0" + "yargs": "^15.0.1" }, "engines": { "node": ">=4"