From 815d6292182e4eca855b7353a06a7022f451d861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 08:14:04 +0000 Subject: [PATCH] Bump markdown-it from 12.3.2 to 13.0.0 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.2 to 13.0.0. - [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.0) --- 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..cac9374d 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.0", "markdown-it-external-anchor": "^1.0.0", "markdown-it-front-matter": "^0.2.3", "markdown-it-toc-and-anchor": "^4.2.0",