From 51853f2c9ba6df2090265d4536256ffe47cb233a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:42:59 +0000 Subject: [PATCH] chore(deps): bump markdownlint in the dependencies group Bumps the dependencies group with 1 update: [markdownlint](https://github.com/DavidAnson/markdownlint). Updates `markdownlint` from 0.41.0 to 0.41.1 - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.41.0...v0.41.1) --- updated-dependencies: - dependency-name: markdownlint dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0049e9d7..02265b7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@github/markdownlint-github": "^0.8.3", "js-yaml": "^5.2.1", "markdown-it": "^14.3.0", - "markdownlint": "^0.41.0" + "markdownlint": "^0.41.1" }, "devDependencies": { "vitest": "^4.1.10" @@ -1131,9 +1131,9 @@ } }, "node_modules/markdownlint": { - "version": "0.41.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.41.0.tgz", - "integrity": "sha512-xMUI3ChBuRuxuLF4ENvCZyS8z/+Jly1coUcZwErKLIB3sDj7ojpaTBa1e9YVPhSN4jGEIjYGQCldbTJS/hqS+A==", + "version": "0.41.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.41.1.tgz", + "integrity": "sha512-qHKeU2E1bdyNAT077go2FVTNXvYcktN5IHtF6XyeD1l0PClxzSp2tUApAV14ORI8DGX4H9bNKZEzelZp4qn8IA==", "dependencies": { "micromark": "4.0.2", "micromark-core-commonmark": "2.0.3", @@ -2717,9 +2717,9 @@ } }, "markdownlint": { - "version": "0.41.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.41.0.tgz", - "integrity": "sha512-xMUI3ChBuRuxuLF4ENvCZyS8z/+Jly1coUcZwErKLIB3sDj7ojpaTBa1e9YVPhSN4jGEIjYGQCldbTJS/hqS+A==", + "version": "0.41.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.41.1.tgz", + "integrity": "sha512-qHKeU2E1bdyNAT077go2FVTNXvYcktN5IHtF6XyeD1l0PClxzSp2tUApAV14ORI8DGX4H9bNKZEzelZp4qn8IA==", "requires": { "micromark": "4.0.2", "micromark-core-commonmark": "2.0.3", diff --git a/package.json b/package.json index 433d04d6..04906730 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@github/markdownlint-github": "^0.8.3", "js-yaml": "^5.2.1", "markdown-it": "^14.3.0", - "markdownlint": "^0.41.0" + "markdownlint": "^0.41.1" }, "devDependencies": { "vitest": "^4.1.10"