From 93bb3eeb7602dd16e71141b9baf0319426bec6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 16:17:38 +0900 Subject: [PATCH] Bump markdown-it from 12.0.0 to 12.0.4 (#618) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.0 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.0...12.0.4) 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, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e383d1..46589f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2542,13 +2542,13 @@ "dev": true }, "markdown-it": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.0.tgz", - "integrity": "sha512-zPq5nGY5L8FXVwffjbXwPqzh9TgkrZ4NDTWuiX5wUP0l/wvmlnJR+6ebbNlLqYzB7erhlAwxQusgXa1VqojTQg==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.4.tgz", + "integrity": "sha512-34RwOXZT8kyuOJy25oJNJoulO8L0bTHYWXcdZBYZqFnjIy3NgjeoM3FmPXIOFQ26/lSHYMr8oc62B6adxXcb3Q==", "dev": true, "requires": { "argparse": "^2.0.1", - "entities": "~2.0.0", + "entities": "~2.1.0", "linkify-it": "^3.0.1", "mdurl": "^1.0.1", "uc.micro": "^1.0.5" @@ -2560,6 +2560,12 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, + "entities": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", + "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==", + "dev": true + }, "linkify-it": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz", diff --git a/package.json b/package.json index 7b6d67b..eaffe4e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "clean-css": "^4.2.3", "html-minifier": "^4.0.0", "luxon": "^1.25.0", - "markdown-it": "^12.0.0", + "markdown-it": "^12.0.4", "markdown-it-anchor": "^6.0.1", "uglify-es": "^3.3.9" },