From 8e15630b6306377a80255bafe09e3bae560a4666 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 07:44:07 +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 08cbfdd010..f77bd1a1bc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "cheerio": "^1.0.0-rc.5", "highlight.js": "^10.6.0", "markdown-it": "^12.0.4", - "yargs": "^12.0.5" + "yargs": "^15.0.1" }, "devDependencies": { "@hyperjump/json-schema": "^0.17.0",