From 0f5e65abd4deaf0cbcdb9deb7441a7b0eda6e746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:53:28 +0000 Subject: [PATCH] Bump markdown-it from 14.0.0 to 14.1.0 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.0.0 to 14.1.0. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.0.0...14.1.0) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab9f9b3b..e23284c1 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "node": ">=18" }, "dependencies": { - "markdown-it": "14.0.0", + "markdown-it": "14.1.0", "markdownlint-micromark": "0.1.9" }, "devDependencies": {