diff --git a/package.json b/package.json index e9731b231..dfd1c120b 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "lru-cache": "7.9.0", "lz-string": "1.4.4", "mailparser": "3.5.0", - "markdown-it": "13.0.0", + "markdown-it": "13.0.1", "module-alias": "2.2.2", "parse-torrent": "9.1.5", "pidusage": "3.0.0", diff --git a/yarn.lock b/yarn.lock index bd5ea4e36..75536a6a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8794,7 +8794,7 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" -linkify-it@^4.0.0: +linkify-it@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec" integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw== @@ -9155,14 +9155,14 @@ markdown-it-table-of-contents@^0.4.0: resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz#3dc7ce8b8fc17e5981c77cc398d1782319f37fbc" integrity sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw== -markdown-it@13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.0.tgz#f0803ded286980dc9f35972dad159cc4e64848f6" - integrity sha512-WArlIpVFvVwb8t3wgJuOsbMLhNWlzuQM7H2qXmuUEnBtXRqKjLjwFUMbZOyJgHygVZSjvcLR4EcXcRilqMavrA== +markdown-it@13.0.1: + version "13.0.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430" + integrity sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q== dependencies: argparse "^2.0.1" entities "~3.0.1" - linkify-it "^4.0.0" + linkify-it "^4.0.1" mdurl "^1.0.1" uc.micro "^1.0.5"