diff --git a/package.json b/package.json index 9dfb2bb..cc3329a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lodash.isequal": "^4.5.0", "lodash.mergewith": "^4.6.2", "luxon": "^3.0.4", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "matrix-bot-sdk": "^0.6.2", "node-fetch": "^3.2.10", "tsafe": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 1c7e87c..dd23317 100644 --- a/yarn.lock +++ b/yarn.lock @@ -995,10 +995,10 @@ luxon@^3.0.4: resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.3.0.tgz#d73ab5b5d2b49a461c47cedbc7e73309b4805b48" integrity sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg== -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== +markdown-it@^13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.2.tgz#1bc22e23379a6952e5d56217fbed881e0c94d536" + integrity sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w== dependencies: argparse "^2.0.1" entities "~3.0.1"