From efa8d55e91c403c7810394e1fe8dbc61bdca973f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:12:40 +0000 Subject: [PATCH] chore(deps-dev): bump markdownlint-cli from 0.47.0 to 0.48.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.47.0 to 0.48.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.48.0 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 f08c436..25760c5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "devDependencies": { "cspell": "9.7.0", - "markdownlint-cli": "0.47.0" + "markdownlint-cli": "0.48.0" }, "scripts": { "format-cspell-config": "node ./internal/scripts/format-cspell-config.js"