From 039a470a6a92b64d26ed2ac4efb3a3dbe1cea47e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Oct 2025 13:28:28 +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 e8bd291..5984729 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "markdown-it-anchor": "^8.6.4", "markdown-it-attrs": "^4.1.4", "markdown-it-container": "^3.0.0", - "markdown-it-html5-media": "^0.7.1", + "markdown-it-html5-media": "^0.8.0", "markdown-it-link-attributes": "^4.0.1", "micromatch": "^4.0.5", "mustache": "^4.2.0",