From c05df86d6d9f064e456909eef9ede089fe9eec36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:20:15 +0000 Subject: [PATCH] Bump micromark from 4.0.1 to 4.0.2 Bumps [micromark](https://github.com/micromark/micromark) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/micromark/micromark/releases) - [Commits](https://github.com/micromark/micromark/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: 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 09cd357a..bbc4aad5 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "node": ">=18" }, "dependencies": { - "micromark": "4.0.1", + "micromark": "4.0.2", "micromark-core-commonmark": "2.0.3", "micromark-extension-directive": "4.0.0", "micromark-extension-gfm-autolink-literal": "2.1.0",