From 3f8dc5ee21fb17a9209f42611a42195748458d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 16:31:07 +0000 Subject: [PATCH] build(deps-dev): bump markdownlint-cli2 from 0.4.0 to 0.5.1 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.4.0 to 0.5.1. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5073f2e11a0..58d035d9e9f 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "json-schema-to-ts": "^2.5.3", "JSONStream": "^1.3.5", "license-checker": "^25.0.1", - "markdownlint-cli2": "^0.4.0", + "markdownlint-cli2": "^0.5.1", "proxyquire": "^2.1.3", "pump": "^3.0.0", "self-cert": "^2.0.0",