From 3e6ade718f27743ff6a7b358cda229e81f0dbab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 02:04:19 +0000 Subject: [PATCH] Bump markdown-it from 12.3.0 to 12.3.1 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.0 to 12.3.1. - [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.1) --- 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 b4bb9e215..9d0ae49fd 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.0", + "markdown-it": "^12.3.1", "markdown-it-link-attributes": "^4.0.0", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.1", @@ -12637,9 +12637,9 @@ } }, "node_modules/markdown-it": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", - "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.1.tgz", + "integrity": "sha512-xu6ZyQc/W1mWRwBOZT5ePVVn77MhHYkWwiAMgy/oBwUwSD2fS5xND3oIN44RCqVMgpNbhKtzZs9B75mC7FHwTQ==", "dependencies": { "argparse": "^2.0.1", "entities": "~2.1.0", @@ -27958,9 +27958,9 @@ "version": "1.0.4" }, "markdown-it": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", - "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.1.tgz", + "integrity": "sha512-xu6ZyQc/W1mWRwBOZT5ePVVn77MhHYkWwiAMgy/oBwUwSD2fS5xND3oIN44RCqVMgpNbhKtzZs9B75mC7FHwTQ==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", diff --git a/package.json b/package.json index 807ac86e9..958d754e7 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.0", + "markdown-it": "^12.3.1", "markdown-it-task-lists": "^2.1.1", "markdown-it-link-attributes": "^4.0.0", "moment": "^2.29.1",