From 5ee6dcf0e586aa3d91bff0d01474b3ae99815db3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 05:00:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c56ee06a2775f..1ddc427f7f59b 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "less-loader": "4.0.5", "lodash": "3.10.1", "lru-cache": "4.1.1", - "markdown-it": "8.3.2", + "markdown-it": "13.0.2", "mathjs": "3.16.2", "minimatch": "2.0.10", "mkdirp": "0.5.1",