From 26e7b3a868f7a2c34489ea59d00abeee9ede0fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Aug 2021 03:44:01 +0000 Subject: [PATCH] Bump markdown-it from 12.1.0 to 12.2.0 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:production update-type: version-update:semver-minor ... 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 69de6a1bc..ae7c6fd75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "blueimp-md5": "^2.18.0", "dompurify": "^2.3.0", "lodash": "^4.17.21", - "markdown-it": "^12.1.0", + "markdown-it": "^12.2.0", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0", @@ -13228,9 +13228,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==", "dependencies": { "argparse": "^2.0.1", "entities": "~2.1.0", @@ -29622,9 +29622,9 @@ "version": "1.0.4" }, "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==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", diff --git a/package.json b/package.json index 5a62adb87..e42e7ae1e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "blueimp-md5": "^2.18.0", "dompurify": "^2.3.0", "lodash": "^4.17.21", - "markdown-it": "^12.1.0", + "markdown-it": "^12.2.0", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0",