From 612337f53c38c05fc8e10a6ae071a74d5c3214de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 02:44:53 +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..6ea302e9da 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": "^13.2.4" }, "devDependencies": { "@hyperjump/json-schema": "^0.17.0",