From 7503969d79c769a6e1de93cc455fa382bae48dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:34:48 +0000 Subject: [PATCH] Bump markdown-it-deflist from 3.0.1 to 4.0.0 Bumps [markdown-it-deflist](https://github.com/markdown-it/markdown-it-deflist) from 3.0.1 to 4.0.0. - [Changelog](https://github.com/markdown-it/markdown-it-deflist/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it-deflist/compare/3.0.1...4.0.0) --- updated-dependencies: - dependency-name: markdown-it-deflist dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbcc254..80aad9e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "markdown-it-abbr": "^2.0.0", "markdown-it-anchor": "^9.0.1", "markdown-it-attrs": "^5.0.0", - "markdown-it-deflist": "^3.0.0", + "markdown-it-deflist": "^4.0.0", "markdown-it-emoji": "^3.0.0", "markdown-it-footnote": "^4.0.0", "markdown-it-highlightjs": "^4.1.0",