From c8a342a120bb7456dfb9c5bb706d89e32eefbc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:22:35 +0000 Subject: [PATCH] Bump markdown-it from 13.0.1 to 13.0.2 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.1 to 13.0.2. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9da0c4b53b266..247791256d6fcf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "fs-extra": "^11.1.1", "husky": "8.0.3", "lint-staged": "14.0.1", - "markdown-it": "^13.0.1", + "markdown-it": "^13.0.2", "markdownlint-cli2": "0.10.0", "markdownlint-rule-search-replace": "1.2.0", "mdast-util-from-markdown": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index d1725869c5ffac..f164502dbf32a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -554,7 +554,7 @@ log-update@^5.0.1: strip-ansi "^7.0.1" wrap-ansi "^8.0.1" -markdown-it@13.0.1, markdown-it@^13.0.1: +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== @@ -565,6 +565,17 @@ markdown-it@13.0.1, markdown-it@^13.0.1: mdurl "^1.0.1" uc.micro "^1.0.5" +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" + linkify-it "^4.0.1" + mdurl "^1.0.1" + uc.micro "^1.0.5" + markdownlint-cli2-formatter-default@0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.4.tgz#81e26b0a50409c0357c6f0d38d8246946b236fab"