From 9575e1f29b43331a4dfd52ee1eb564ef26198b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:13:52 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint to ^0.39.0 --- package-lock.json | 32 +++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb230c89b..1e48c9de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "eslint": "^9.32.0", "eslint-plugin-react": "^7.37.5", "globals": "^16.0.0", - "markdownlint": "^0.38.0", + "markdownlint": "^0.39.0", "markdownlint-cli": "^0.45.0", "patch-package": "^8.0.0", "path-browserify": "^1.0.1", @@ -63,7 +63,7 @@ }, "apify-docs-theme": { "name": "@apify/docs-theme", - "version": "1.0.214", + "version": "1.0.216", "license": "ISC", "dependencies": { "@apify/docs-search-modal": "^1.3.3", @@ -16675,9 +16675,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", @@ -16762,6 +16762,28 @@ "node": ">= 4" } }, + "node_modules/markdownlint-cli/node_modules/markdownlint": { + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.38.0.tgz", + "integrity": "sha512-xaSxkaU7wY/0852zGApM8LdlIfGCW8ETZ0Rr62IQtAnUMlMuifsg09vWJcNYeL4f0anvr8Vo4ZQar8jGpV0btQ==", + "dev": true, + "dependencies": { + "micromark": "4.0.2", + "micromark-core-commonmark": "2.0.3", + "micromark-extension-directive": "4.0.0", + "micromark-extension-gfm-autolink-literal": "2.1.0", + "micromark-extension-gfm-footnote": "2.1.0", + "micromark-extension-gfm-table": "2.1.1", + "micromark-extension-math": "3.1.0", + "micromark-util-types": "2.0.2" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/DavidAnson" + } + }, "node_modules/markdownlint-cli/node_modules/minimatch": { "version": "10.0.3", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", diff --git a/package.json b/package.json index 24ce7f370..122e47890 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint": "^9.32.0", "eslint-plugin-react": "^7.37.5", "globals": "^16.0.0", - "markdownlint": "^0.38.0", + "markdownlint": "^0.39.0", "markdownlint-cli": "^0.45.0", "patch-package": "^8.0.0", "path-browserify": "^1.0.1",