From 4f1cc9197ceb51fb693fa7048bb2490341eb468f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Dec 2020 02:07:56 +0000 Subject: [PATCH] Bump markdown-it from 12.0.3 to 12.0.4 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.3 to 12.0.4. - [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.3...12.0.4) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7607c9fc3..7ab7344a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14924,9 +14924,9 @@ "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" }, "markdown-it": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.3.tgz", - "integrity": "sha512-M57RsMv+QQmJHz1yCu0gTJRMx/LlxRPtrrw+2kb/CpDVK/graCmWO0qfNnz/SE1FCNdyq3pkMMZ+itTnyT/YGA==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.4.tgz", + "integrity": "sha512-34RwOXZT8kyuOJy25oJNJoulO8L0bTHYWXcdZBYZqFnjIy3NgjeoM3FmPXIOFQ26/lSHYMr8oc62B6adxXcb3Q==", "requires": { "argparse": "^2.0.1", "entities": "~2.1.0", diff --git a/package.json b/package.json index 69f0b554a..41265ae21 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "blueimp-md5": "^2.18.0", "dompurify": "^2.2.6", "lodash": "^4.17.20", - "markdown-it": "^12.0.3", + "markdown-it": "^12.0.4", "markdown-it-task-lists": "^2.1.1", "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0",