From 2768abdb0ae769e6ba402f9944dcad2735b554ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 12:36:51 -0700 Subject: [PATCH] Bump markdownlint-cli2 from 0.4.0 to 0.5.1 (#16) 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d63d3b..250a8b0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@actions/core": "1.9.1", - "markdownlint-cli2": "0.4.0" + "markdownlint-cli2": "0.5.1" }, "devDependencies": { "@vercel/ncc": "0.34.0",