diff --git a/package.json b/package.json index 8ae42aa30ff5..cca58eee2ea8 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "lint-staged": "^13.0.3", "lodash": "^4.17.21", "markdownlint": "^0.26.1", - "markdownlint-cli": "^0.32.0", + "markdownlint-cli": "^0.32.1", "mdast-util-to-string": "^3.1.0", "mini-css-extract-plugin": "^2.6.1", "mkdirp": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index 81a0625f3b8e..37b9039fc2bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4031,12 +4031,7 @@ commander@^8.1.0: resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== -commander@^9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b" - integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== - -commander@~9.4.0: +commander@^9.3.0, commander@~9.4.0: version "9.4.0" resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== @@ -7999,10 +7994,10 @@ markdown-table@^2.0.0: dependencies: repeat-string "^1.0.0" -markdownlint-cli@^0.32.0: - version "0.32.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.32.0.tgz#bd2263f16fe214b6e3acf762921671aeb772915e" - integrity sha512-Bu7ZOhTNR5RH10L/fcBjwp1qVy27IkExY5YQvkU9wTPXLD3EtxSZiDDc0HslQ4h9F5LEkPs/V+cBHSBDPoDLzQ== +markdownlint-cli@^0.32.1: + version "0.32.1" + resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.32.1.tgz#09925582833b73a578eab71bc7c5a467ae84aaa3" + integrity sha512-hVLQ+72b5esQd7I+IqzBEB4x/4C+wJaxS2M6nqaGoDwrtNY6gydGf5CIUJtQcXtqsM615++a8TZPsvEtH6H4gw== dependencies: commander "~9.4.0" get-stdin "~9.0.0" @@ -8010,17 +8005,17 @@ markdownlint-cli@^0.32.0: ignore "~5.2.0" js-yaml "^4.1.0" jsonc-parser "~3.1.0" - markdownlint "~0.26.0" - markdownlint-rule-helpers "~0.17.0" + markdownlint "~0.26.1" + markdownlint-rule-helpers "~0.17.1" minimatch "~5.1.0" run-con "~1.2.11" -markdownlint-rule-helpers@~0.17.0: - version "0.17.0" - resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.0.tgz#eca5d0c1c132608cbe287cd924969a9e6c9821ed" - integrity sha512-9rCC9hEKHic9h1jEYbRWsvxh+ldPPDX2Rdh6Fq1q3Tkt619HDkAk1yv1CMVMncuMHAxX9oMhhjpscITTHyjVoQ== +markdownlint-rule-helpers@~0.17.1: + version "0.17.1" + resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.1.tgz#c7305a5f3b01b2f9e3a4d98e911f1d067abbda53" + integrity sha512-Djc5IjJt7VA5sZRisISsJC/rQXR7hr8JS9u6Q9/ce3mjPZdzw535cFGG0U6Mag+ldRTRmRwCcTfivOh57KUP4w== -markdownlint@^0.26.1, markdownlint@~0.26.0: +markdownlint@^0.26.1, markdownlint@~0.26.1: version "0.26.1" resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.1.tgz#0f6ea2d0fc08c4f41c6e001b467736405327a392" integrity sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg== @@ -8849,14 +8844,7 @@ minimatch@^3.0.4, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" - integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g== - dependencies: - brace-expansion "^2.0.1" - -minimatch@~5.1.0: +minimatch@^5.0.1, minimatch@~5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==