From 3359039df28e41b1008064b1eccdae2c10b48387 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 07:58:19 +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 bc7debdf..09673239 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "handlebars": "^4.0.3", "lodash.debounce": "^4.0.0", "lunr": "^0.6.0", - "markdown-it": "^5.0.0", + "markdown-it": "^13.0.2", "mkdirp": "^0.5.1", "mozilla-tabzilla": "^0.5.1", "node-fetch": "^1.3.3",