diff --git a/package.json b/package.json index 6fb7c5c1308b..8ae42aa30ff5 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "jest": "^28.1.3", "lint-staged": "^13.0.3", "lodash": "^4.17.21", - "markdownlint": "^0.26.0", + "markdownlint": "^0.26.1", "markdownlint-cli": "^0.32.0", "mdast-util-to-string": "^3.1.0", "mini-css-extract-plugin": "^2.6.1", diff --git a/yarn.lock b/yarn.lock index 039aa7c98b3f..81a0625f3b8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8020,10 +8020,10 @@ markdownlint-rule-helpers@~0.17.0: resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.0.tgz#eca5d0c1c132608cbe287cd924969a9e6c9821ed" integrity sha512-9rCC9hEKHic9h1jEYbRWsvxh+ldPPDX2Rdh6Fq1q3Tkt619HDkAk1yv1CMVMncuMHAxX9oMhhjpscITTHyjVoQ== -markdownlint@^0.26.0, markdownlint@~0.26.0: - version "0.26.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.0.tgz#1e800ecc709ed4061c18ab03f1cba23f58511421" - integrity sha512-I7nfRVwKVs/AJi4BlBkUCNj/S4HJjZSSM1wbzdy7vZerFkSGpbs7wX9Rk8rvopvZjTTKFPQWItqdbl2Hh6YXQQ== +markdownlint@^0.26.1, markdownlint@~0.26.0: + version "0.26.1" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.1.tgz#0f6ea2d0fc08c4f41c6e001b467736405327a392" + integrity sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg== dependencies: markdown-it "13.0.1"