diff --git a/package-lock.json b/package-lock.json index 3ee8ea4f..f1fc2718 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "js-yaml": "^4.1.0", "jsonc-parser": "~3.1.0", "markdownlint": "~0.26.0", - "markdownlint-rule-helpers": "~0.17.0", + "markdownlint-rule-helpers": "~0.17.1", "minimatch": "~5.1.0", "run-con": "~1.2.11" }, @@ -3988,9 +3988,9 @@ } }, "node_modules/markdownlint-rule-helpers": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.0.tgz", - "integrity": "sha512-9rCC9hEKHic9h1jEYbRWsvxh+ldPPDX2Rdh6Fq1q3Tkt619HDkAk1yv1CMVMncuMHAxX9oMhhjpscITTHyjVoQ==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.1.tgz", + "integrity": "sha512-Djc5IjJt7VA5sZRisISsJC/rQXR7hr8JS9u6Q9/ce3mjPZdzw535cFGG0U6Mag+ldRTRmRwCcTfivOh57KUP4w==", "engines": { "node": ">=12" } @@ -10170,9 +10170,9 @@ } }, "markdownlint-rule-helpers": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.0.tgz", - "integrity": "sha512-9rCC9hEKHic9h1jEYbRWsvxh+ldPPDX2Rdh6Fq1q3Tkt619HDkAk1yv1CMVMncuMHAxX9oMhhjpscITTHyjVoQ==" + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.1.tgz", + "integrity": "sha512-Djc5IjJt7VA5sZRisISsJC/rQXR7hr8JS9u6Q9/ce3mjPZdzw535cFGG0U6Mag+ldRTRmRwCcTfivOh57KUP4w==" }, "matcher": { "version": "5.0.0", diff --git a/package.json b/package.json index 506f9233..170124d0 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "js-yaml": "^4.1.0", "jsonc-parser": "~3.1.0", "markdownlint": "~0.26.0", - "markdownlint-rule-helpers": "~0.17.0", + "markdownlint-rule-helpers": "~0.17.1", "minimatch": "~5.1.0", "run-con": "~1.2.11" },