From de02503154ae1808ecb0832610a3b9b90cd0a940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:45:10 +0000 Subject: [PATCH] Bump markdownlint-micromark from 0.1.4 to 0.1.5 Bumps [markdownlint-micromark](https://github.com/DavidAnson/markdownlint) from 0.1.4 to 0.1.5. - [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 f8341192..fbbb4b9d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "markdown-it": "13.0.1", - "markdownlint-micromark": "0.1.4" + "markdownlint-micromark": "0.1.5" }, "devDependencies": { "@babel/core": "7.22.1",