diff --git a/package-lock.json b/package-lock.json index 3b56ac2db..cd5f0d2bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "ignore": "~5.2.4", "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", - "markdownlint": "~0.31.0", + "markdownlint": "~0.31.1", "minimatch": "~9.0.3", "run-con": "~1.3.2" }, @@ -4621,9 +4621,9 @@ } }, "node_modules/markdownlint": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.0.tgz", - "integrity": "sha512-e+jZGRGZrz1s0T4wiPDFtyQafq7sKgdbf2sdL46gRT8zLEvDDihQmGeSCV6VXp9BsfkuZ0dPTAg9hf4j6NFgjg==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz", + "integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==", "dependencies": { "markdown-it": "13.0.1", "markdownlint-micromark": "0.1.7" @@ -10654,9 +10654,9 @@ } }, "markdownlint": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.0.tgz", - "integrity": "sha512-e+jZGRGZrz1s0T4wiPDFtyQafq7sKgdbf2sdL46gRT8zLEvDDihQmGeSCV6VXp9BsfkuZ0dPTAg9hf4j6NFgjg==", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz", + "integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==", "requires": { "markdown-it": "13.0.1", "markdownlint-micromark": "0.1.7" diff --git a/package.json b/package.json index 49991189a..bd73be3c3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ignore": "~5.2.4", "js-yaml": "^4.1.0", "jsonc-parser": "~3.2.0", - "markdownlint": "~0.31.0", + "markdownlint": "~0.31.1", "minimatch": "~9.0.3", "run-con": "~1.3.2" },