From 83351e38ba3c96dd5cbe066abe14298a71fff32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:53:18 +0000 Subject: [PATCH] build(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 d90a399c46b0..285ab97369ea 100644 --- a/extensions/matrix/package.json +++ b/extensions/matrix/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0", - "markdown-it": "14.1.0", + "markdown-it": "14.1.1", "@vector-im/matrix-bot-sdk": "0.8.0-element.3", "music-metadata": "^11.10.6", "zod": "^4.3.6"