From 06d3f344197bca0efeb84961f88b24753fd96bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 09:15:19 +0000 Subject: [PATCH] Bump markdownlint-cli2 from 0.5.1 to 0.6.0 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:production 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 2fa6e34..a256256 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@actions/core": "1.10.0", - "markdownlint-cli2": "0.5.1" + "markdownlint-cli2": "0.6.0" }, "devDependencies": { "@vercel/ncc": "0.36.0",