From adbea54c93a2374d9b74130b74f84628b519081e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:34:08 +0000 Subject: [PATCH] chore(deps-dev): Bump markdownlint-cli from 0.45.0 to 0.46.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-version: 0.46.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 7e2469c..10ea0ac 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "instant.page": "^5.2", "katex": "^0.16", "lazysizes": "^5.3", - "markdownlint-cli": "^0.45", + "markdownlint-cli": "^0.46", "mermaid": "^11.12", "node-fetch": "^3.3", "postcss": "^8.5",