From a2df159371b86e6126a1210dab471e1aed5ccca7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 23:48:04 +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",