From 09c6e3ee8aefca4e4c9b238bb74c57b62e236290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 12:38:28 +0000 Subject: [PATCH] Bump markdown-it from 12.0.3 to 12.0.4 (#1198) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc36cf1..d94634d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "^7.16.0", "husky": "^4.3.6", "lint-staged": "^10.5.3", - "markdown-it": "^12.0.3", + "markdown-it": "^12.0.4", "npm-run-all": "^4.1.5", "postcss": "^8.2.1", "postcss-cli": "^8.3.1", diff --git a/yarn.lock b/yarn.lock index 844b4bd..cfd9762 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1541,10 +1541,10 @@ log-update@^4.0.0: slice-ansi "^4.0.0" wrap-ansi "^6.2.0" -markdown-it@^12.0.3: - version "12.0.3" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.3.tgz#8d1e47daf1d716d63610495eb93f6665573e4abe" - integrity sha512-M57RsMv+QQmJHz1yCu0gTJRMx/LlxRPtrrw+2kb/CpDVK/graCmWO0qfNnz/SE1FCNdyq3pkMMZ+itTnyT/YGA== +markdown-it@^12.0.4: + version "12.0.4" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.4.tgz#eec8247d296327eac3ba9746bdeec9cfcc751e33" + integrity sha512-34RwOXZT8kyuOJy25oJNJoulO8L0bTHYWXcdZBYZqFnjIy3NgjeoM3FmPXIOFQ26/lSHYMr8oc62B6adxXcb3Q== dependencies: argparse "^2.0.1" entities "~2.1.0"