From dc85757d1bcd89d1e8062a2fab659aeacab66a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jul 2021 01:01:56 +0000 Subject: [PATCH] Bump markdown-it from 12.0.6 to 12.1.0 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.6 to 12.1.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.0.6...12.1.0) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index efe42d72a..6411a3b21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "blueimp-md5": "^2.18.0", "dompurify": "^2.2.9", "lodash": "^4.17.21", - "markdown-it": "^12.0.6", + "markdown-it": "^12.1.0", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0", @@ -13037,8 +13037,9 @@ } }, "node_modules/markdown-it": { - "version": "12.0.6", - "license": "MIT", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.1.0.tgz", + "integrity": "sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==", "dependencies": { "argparse": "^2.0.1", "entities": "~2.1.0", @@ -29182,7 +29183,9 @@ "version": "1.0.4" }, "markdown-it": { - "version": "12.0.6", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.1.0.tgz", + "integrity": "sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", diff --git a/package.json b/package.json index 7259bf135..a0fdd46ef 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "blueimp-md5": "^2.18.0", "dompurify": "^2.2.9", "lodash": "^4.17.21", - "markdown-it": "^12.0.6", + "markdown-it": "^12.1.0", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0",