From fc8c1cf1a74ea1f014342187013b6fd30429f9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Aug 2021 22:04:16 -0500 Subject: [PATCH] chore(deps-dev): Bump markdown-it from 12.1.0 to 12.2.0 (#2170) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.1.0 to 12.2.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.1.0...12.2.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 8657944548..d70db3ba1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.2.0", "jasmine": "^3.8.0", - "markdown-it": "12.1.0", + "markdown-it": "12.2.0", "node-fetch": "^2.6.1", "rollup": "^2.55.1", "rollup-plugin-license": "^2.5.0", @@ -5204,9 +5204,9 @@ } }, "node_modules/markdown-it": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.1.0.tgz", - "integrity": "sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz", + "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==", "dev": true, "dependencies": { "argparse": "^2.0.1", @@ -15048,9 +15048,9 @@ "dev": true }, "markdown-it": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.1.0.tgz", - "integrity": "sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz", + "integrity": "sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg==", "dev": true, "requires": { "argparse": "^2.0.1", diff --git a/package.json b/package.json index 944251734d..4168e9d039 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "front-matter": "^4.0.2", "highlight.js": "^11.2.0", "jasmine": "^3.8.0", - "markdown-it": "12.1.0", + "markdown-it": "12.2.0", "node-fetch": "^2.6.1", "rollup": "^2.55.1", "rollup-plugin-license": "^2.5.0",