From 2e3f3265b0131865fe2b2e467cfe1e2b0257d53f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 08:18:43 +0000 Subject: [PATCH] Bump markdown-it from 12.3.2 to 13.0.1 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.2 to 13.0.1. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/12.3.2...13.0.1) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 491494c4..0fb07c7f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "esm": "^3.2.25", "highlight.js": "^11.3.1", "js-yaml": "^4.1.0", - "markdown-it": "^12.2.0", + "markdown-it": "^13.0.1", "markdown-it-external-anchor": "^1.0.0", "markdown-it-front-matter": "^0.2.3", "markdown-it-toc-and-anchor": "^4.2.0",