From 1dd49791e0922203490a59f910765614755c529e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 01:09:51 +0000 Subject: [PATCH] Bump markdownlint-micromark from 0.1.3 to 0.1.4 Bumps [markdownlint-micromark](https://github.com/DavidAnson/markdownlint) from 0.1.3 to 0.1.4. - [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 3a4e4657..870e78d3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "markdown-it": "13.0.1", - "markdownlint-micromark": "0.1.3" + "markdownlint-micromark": "0.1.4" }, "devDependencies": { "@babel/core": "7.21.8",