diff --git a/package.json b/package.json index c37bb3762..9a230f01b 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "lodash": "^4.17.21", "mailparser": "^3.6.7", "mammoth": "^1.6.0", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdown-it-container": "^3.0.0", "markdown-it-emoji": "^2.0.0", "mermaid": "9.3.0", diff --git a/yarn.lock b/yarn.lock index 9724a3c3f..65e661a68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9875,10 +9875,10 @@ markdown-it-emoji@^2.0.0: resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-2.0.0.tgz#3164ad4c009efd946e98274f7562ad611089a231" integrity "sha1-MWStTACe/ZRumCdPdWKtYRCJojE= sha512-39j7/9vP/CPCKbEI44oV8yoPJTpvfeReTn/COgRhSpNrjWF3PfP/JUxxB0hxV6ynOY8KH8Y8aX9NMDdo6z+6YQ==" -markdown-it@^13.0.1: - version "13.0.1" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-13.0.1.tgz#c6ecc431cacf1a5da531423fc6a42807814af430" - integrity "sha1-xuzEMcrPGl2lMUI/xqQoB4FK9DA= 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"