From 132b46629d2753fc510af1d73ba0cb9ffc4bd288 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:13:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08cbfdd010..dfb0a68af9 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.3.0" }, "devDependencies": { "@hyperjump/json-schema": "^0.17.0",