From 2739dd9c353ae70b33c71dfd09ca09ab38f96980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:06:04 +0000 Subject: [PATCH] Bump markdown-it from 12.2.0 to 12.3.2 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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 554c72b6..217ec6e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "glob-all": "^3.2.1", "html-minifier": "^4.0.0", "luxon": "^2.0.2", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.2", "markdown-it-attrs": "^4.0.0", "markdown-it-bracketed-spans": "^1.0.1", "markdown-it-footnote": "^3.0.3", @@ -3541,9 +3541,9 @@ } }, "node_modules/markdown-it": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz", - "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dev": true, "dependencies": { "argparse": "^2.0.1", @@ -9785,9 +9785,9 @@ "dev": true }, "markdown-it": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz", - "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dev": true, "requires": { "argparse": "^2.0.1", diff --git a/package.json b/package.json index 8b087e97..4ef486d3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "glob-all": "^3.2.1", "html-minifier": "^4.0.0", "luxon": "^2.0.2", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.2", "markdown-it-attrs": "^4.0.0", "markdown-it-bracketed-spans": "^1.0.1", "markdown-it-footnote": "^3.0.3",