From 1209fffc5ff634a6b0af236c2a3f99930b49acea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Mar 2024 17:57:56 +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 9c82cfc4..8e9e9e32 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "loader-builder": "^2.6.0", "loader-koa": "^2.0.1", "lodash": "^4.17.5", - "markdown-it": "^8.4.1", + "markdown-it": "^13.0.2", "nodemailer": "^4.6.2", "nodemailer-smtp-transport": "^2.7.4", "qiniu": "^7.1.3",