From da85b1af8ff42dd1d379e4b7e3214216ba47938c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:46:18 +0000 Subject: [PATCH] npm: bump markdownlint-cli from 0.37.0 to 0.39.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.37.0 to 0.39.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.37.0...v0.39.0) --- updated-dependencies: - dependency-name: markdownlint-cli 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 f3a752d..9c0e626 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "jest-spec-reporter": "1.0.19", "lint-staged": "15.0.2", "markdownlint": "0.31.1", - "markdownlint-cli": "0.37.0", + "markdownlint-cli": "0.39.0", "prettier": "3.0.3", "remark-cli": "12.0.0", "remark-frontmatter": "5.0.0",