From 367dcef691064718dc376bffa7054442f139457f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:20:28 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.26.0 to 0.32.2 in /dependencies Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.26.0 to 0.32.2. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.26.0...v0.32.2) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/package.json b/dependencies/package.json index cb9b902..a9e2978 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -2,7 +2,7 @@ "name": "demo-action", "dependencies": { "jsonlint": "^1.6.3", - "markdownlint-cli": "^0.26.0", + "markdownlint-cli": "^0.32.2", "prettyjson": "^1.2.1" } }