From 14d9ce55b18d84308cf31451ad4aa9b8e6982dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:00:44 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 a3557ef8ff..5ca85c0c8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.3.1", "jasmine": "^4.0.0", - "markdown-it": "12.3.0", + "markdown-it": "12.3.2", "node-fetch": "^3.1.0", "rollup": "^2.62.0", "rollup-plugin-license": "^2.6.1", @@ -5299,9 +5299,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.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", @@ -14459,9 +14459,9 @@ "dev": true }, "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.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 992557cdad..2d8a81445a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.3.1", "jasmine": "^4.0.0", - "markdown-it": "12.3.0", + "markdown-it": "12.3.2", "node-fetch": "^3.1.0", "rollup": "^2.62.0", "rollup-plugin-license": "^2.6.1",