From 1b14491c072bf68e11b6b1ad3d368c6e7043bf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:52:42 +0000 Subject: [PATCH] Bump markdownlint-cli2 from 0.9.2 to 0.10.0 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.9.2 to 0.10.0. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.9.2...v0.10.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 ccb114e..8d3b4e2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@actions/core": "1.10.1", - "markdownlint-cli2": "0.9.2" + "markdownlint-cli2": "0.10.0" }, "devDependencies": { "@vercel/ncc": "0.38.0",