From 1580e8a97107a2e3df6a5076d4d84a5b0caad021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:45:40 +0000 Subject: [PATCH] chore(deps): bump markdown-it in /extensions/matrix Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.0 to 14.1.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extensions/matrix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/matrix/package.json b/extensions/matrix/package.json index e9051bc4ca09..e536cfe20d8c 100644 --- a/extensions/matrix/package.json +++ b/extensions/matrix/package.json @@ -6,7 +6,7 @@ "dependencies": { "@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0", "@vector-im/matrix-bot-sdk": "0.8.0-element.3", - "markdown-it": "14.1.0", + "markdown-it": "14.1.1", "music-metadata": "^11.11.1", "zod": "^4.3.6" },