From cc228d6e7977ab7674d4869b28168038fe810ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:06:58 +0000 Subject: [PATCH] Bump markdownlint from 0.38.0 to 0.39.0 Bumps [markdownlint](https://github.com/DavidAnson/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:development update-type: version-update:semver-minor ... 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 c19e218..6c4c2bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-react": "^7.37.5", "globals": "^16.4.0", - "markdownlint": "^0.38.0", + "markdownlint": "^0.39.0", "npm-check-updates": "^18.3.0", "npm-run-all2": "^8.0.4", "textlint": "^15.2.2", @@ -3475,9 +3475,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==", "dev": true, "dependencies": { "micromark": "4.0.2", @@ -9153,9 +9153,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==", "dev": true, "requires": { "micromark": "4.0.2", diff --git a/package.json b/package.json index 835b6a5..ceb14a5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-react": "^7.37.5", "globals": "^16.4.0", - "markdownlint": "^0.38.0", + "markdownlint": "^0.39.0", "npm-check-updates": "^18.3.0", "npm-run-all2": "^8.0.4", "textlint": "^15.2.2",