From f369c837c48ca1709d5e21b55957330f1e71cb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:17:06 +0000 Subject: [PATCH] Bump markdown-it from 12.0.6 to 12.3.2 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.6 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.0.6...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production ... 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 7d9318363a5..424b10d90ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "clipboard": "^2.0.8", "codemirror": "^5.61.1", "dropzone": "^5.9.2", - "markdown-it": "^12.0.6", + "markdown-it": "^12.3.2", "markdown-it-task-lists": "^2.1.1", "sortablejs": "^1.13.0" }, @@ -675,9 +675,9 @@ "dev": true }, "node_modules/markdown-it": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz", - "integrity": "sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "dependencies": { "argparse": "^2.0.1", "entities": "~2.1.0", @@ -1798,9 +1798,9 @@ "dev": true }, "markdown-it": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz", - "integrity": "sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==", + "version": "12.3.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz", + "integrity": "sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", diff --git a/package.json b/package.json index f4b7bf5dc6f..f945581a136 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "clipboard": "^2.0.8", "codemirror": "^5.61.1", "dropzone": "^5.9.2", - "markdown-it": "^12.0.6", + "markdown-it": "^12.3.2", "markdown-it-task-lists": "^2.1.1", "sortablejs": "^1.13.0" }