From 18647ae01c74cd06ea882cdceba0df54912219e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:39:45 +0000 Subject: [PATCH] chore: bump markdownlint-cli from 0.34.0 to 0.39.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.34.0 to 0.39.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.34.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 79b7cc6..c73b475 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@typescript-eslint/parser": "^5.32.0", "faucet": "0.0.4", "license-checker": "^25.0.1", - "markdownlint-cli": "^0.34.0", + "markdownlint-cli": "^0.39.0", "pre-commit": "^1.2.2", "release-it": "^15.2.0", "snazzy": "^9.0.0",