From f9ca97a5275d54ceb391c96fcf142c6371f1d543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 22:32:12 +0000 Subject: [PATCH] Bump markdownlint-micromark from 0.1.2 to 0.1.3 Bumps [markdownlint-micromark](https://github.com/DavidAnson/markdownlint) from 0.1.2 to 0.1.3. - [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 d1ff5d4c..85125df3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "markdown-it": "13.0.1", - "markdownlint-micromark": "0.1.2" + "markdownlint-micromark": "0.1.3" }, "devDependencies": { "ava": "5.2.0",