From 1d9bd4725d90702c4371dd4a7e87eb93c88a9c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 03:21:38 +0000 Subject: [PATCH] Bump markdownlint-micromark from 0.1.11 to 0.1.12 Bumps [markdownlint-micromark](https://github.com/DavidAnson/markdownlint) from 0.1.11 to 0.1.12. - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/commits) --- updated-dependencies: - dependency-name: markdownlint-micromark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b010d8e0..f62c5026 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "markdown-it": "14.1.0", - "markdownlint-micromark": "0.1.11" + "markdownlint-micromark": "0.1.12" }, "devDependencies": { "@eslint/js": "9.13.0",