From 49314150ae24cd18f3e311e20636ddd7bca2674d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 05:05:49 +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..d2e96c3252 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": "^18.0.0" }, "devDependencies": { "@hyperjump/json-schema": "^0.17.0",