From fbc08fb18d1b1109a25abe92f5934f3ffe89f147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:19:00 -0600 Subject: [PATCH] chore(deps-dev): Bump markdown-it from 12.2.0 to 12.3.0 (#2325) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.0. - [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.0) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03290c279a..b9ffddaf8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.3.1", "jasmine": "^3.10.0", - "markdown-it": "12.2.0", + "markdown-it": "12.3.0", "node-fetch": "^3.1.0", "rollup": "^2.61.1", "rollup-plugin-license": "^2.6.0", @@ -5284,9 +5284,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.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", + "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", "dev": true, "dependencies": { "argparse": "^2.0.1", @@ -14444,9 +14444,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.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.0.tgz", + "integrity": "sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==", "dev": true, "requires": { "argparse": "^2.0.1", diff --git a/package.json b/package.json index 452882f564..205eb7c0a4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.3.1", "jasmine": "^3.10.0", - "markdown-it": "12.2.0", + "markdown-it": "12.3.0", "node-fetch": "^3.1.0", "rollup": "^2.61.1", "rollup-plugin-license": "^2.6.0",