From 5fc0c5c61da047b53bb0ab036f57f607a4bec262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:08: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.38.0 to 0.39.0 - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: markdownlint dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor 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 12c43704..17400569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@github/markdownlint-github": "^0.8.0", "js-yaml": "^4.1.0", "markdown-it": "14.1.0", - "markdownlint": "^0.38.0" + "markdownlint": "^0.39.0" }, "devDependencies": { "jest": "^30.2.0" @@ -3235,9 +3235,9 @@ } }, "node_modules/markdownlint": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.38.0.tgz", - "integrity": "sha512-xaSxkaU7wY/0852zGApM8LdlIfGCW8ETZ0Rr62IQtAnUMlMuifsg09vWJcNYeL4f0anvr8Vo4ZQar8jGpV0btQ==", + "version": "0.39.0", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.39.0.tgz", + "integrity": "sha512-Xt/oY7bAiHwukL1iru2np5LIkhwD19Y7frlsiDILK62v3jucXCD6JXlZlwMG12HZOR+roHIVuJZrfCkOhp6k3g==", "dependencies": { "micromark": "4.0.2", "micromark-core-commonmark": "2.0.3", @@ -7212,9 +7212,9 @@ } }, "markdownlint": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.38.0.tgz", - "integrity": "sha512-xaSxkaU7wY/0852zGApM8LdlIfGCW8ETZ0Rr62IQtAnUMlMuifsg09vWJcNYeL4f0anvr8Vo4ZQar8jGpV0btQ==", + "version": "0.39.0", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.39.0.tgz", + "integrity": "sha512-Xt/oY7bAiHwukL1iru2np5LIkhwD19Y7frlsiDILK62v3jucXCD6JXlZlwMG12HZOR+roHIVuJZrfCkOhp6k3g==", "requires": { "micromark": "4.0.2", "micromark-core-commonmark": "2.0.3", diff --git a/package.json b/package.json index 3afd43d0..9a7b4669 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "@github/markdownlint-github": "^0.8.0", "js-yaml": "^4.1.0", "markdown-it": "14.1.0", - "markdownlint": "^0.38.0" + "markdownlint": "^0.39.0" } }