From 0875507935f77738f2d1570ac9446e9fbfe9408a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:04:53 +0000 Subject: [PATCH] fix(deps): update dependency markdown-it to v15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aec5de389ef..6c91e24ac19 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "katex": "^0.18.4", "lib0": "^0.2.117", "lowlight": "^3.3.0", - "markdown-it": "^14.3.0", + "markdown-it": "^15.0.1", "markdown-it-container": "^4.0.0", "markdown-it-footnote": "^4.0.0", "markdown-it-front-matter": "^0.2.4",