From c1e6f22fa1d672f4c8165d030dd9c426bdb8e47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:54:44 +0000 Subject: [PATCH] Bump markdown-it from 12.3.0 to 12.3.2 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.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.3.0...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-patch ... 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 47c5821f4..7dfcb9ef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "blueimp-md5": "^2.19.0", "dompurify": "^2.3.4", "lodash": "^4.17.21", - "markdown-it": "^12.3.1", + "markdown-it": "^12.3.2", "markdown-it-link-attributes": "^4.0.0", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.1", @@ -12916,9 +12916,9 @@ } }, "node_modules/markdown-it": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.1.tgz", - "integrity": "sha512-xu6ZyQc/W1mWRwBOZT5ePVVn77MhHYkWwiAMgy/oBwUwSD2fS5xND3oIN44RCqVMgpNbhKtzZs9B75mC7FHwTQ==", + "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", @@ -28696,9 +28696,9 @@ "version": "1.0.4" }, "markdown-it": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.1.tgz", - "integrity": "sha512-xu6ZyQc/W1mWRwBOZT5ePVVn77MhHYkWwiAMgy/oBwUwSD2fS5xND3oIN44RCqVMgpNbhKtzZs9B75mC7FHwTQ==", + "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 c9cb68699..45cf6bb73 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "blueimp-md5": "^2.19.0", "dompurify": "^2.3.4", "lodash": "^4.17.21", - "markdown-it": "^12.3.1", + "markdown-it": "^12.3.2", "markdown-it-task-lists": "^2.1.1", "markdown-it-link-attributes": "^4.0.0", "moment": "^2.29.1",