From e0e34500706b39ae0da2d12de23c1411d26bfb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:23:07 +0000 Subject: [PATCH] build(deps-dev): bump markdownlint-cli2 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2). Updates `markdownlint-cli2` from 0.22.1 to 0.23.0 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.22.1...v0.23.0) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-version: 0.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e914ac..56f6e1f 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "lint:md:fix": "markdownlint-cli2 --fix '**/*.md' '#node_modules' '#vendor'" }, "devDependencies": { - "markdownlint-cli2": "^0.22.0" + "markdownlint-cli2": "^0.23.0" } }