From b8f82780cda3347a781fa5ff5ea9f252ca246785 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 01:56:49 +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 72fc72ea5f0556..52e7e0de097bf2 100644 --- a/package.json +++ b/package.json @@ -235,7 +235,7 @@ "load-json-file": "^6.2.0", "lodash": "^4.17.20", "lru-cache": "^4.1.5", - "markdown-it": "^10.0.0", + "markdown-it": "^13.0.2", "md5": "^2.1.0", "mime": "^2.4.4", "mime-types": "^2.1.27",