From 43b702222a770cabd09360c63cf1e97c1383d7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 21:44:36 -0500 Subject: [PATCH] Bump markdown-it from 12.2.0 to 12.3.2 (#702) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2. - [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.2.0...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 710d01f..9d75730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "clean-css": "^5.2.0", "html-minifier": "^4.0.0", "luxon": "^2.1.1", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.2", "markdown-it-anchor": "^8.4.1", "uglify-es": "^3.3.9" } diff --git a/package.json b/package.json index cc506c4..2485c7c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "clean-css": "^5.2.0", "html-minifier": "^4.0.0", "luxon": "^2.1.1", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.2", "markdown-it-anchor": "^8.4.1", "uglify-es": "^3.3.9" },