From 64ad01e8cd9e41f69594cc368b954555056d4e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:45:50 +0100 Subject: [PATCH] Bump markdown-it from 12.0.4 to 12.0.6 (#1268) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.4 to 12.0.6. - [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.4...12.0.6) 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 0307a0a..0513f8e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "^7.22.0", "husky": "^4.3.8", "lint-staged": "^10.5.4", - "markdown-it": "^12.0.4", + "markdown-it": "^12.0.6", "npm-run-all": "^4.1.5", "postcss": "^8.2.9", "postcss-cli": "^8.3.1", diff --git a/yarn.lock b/yarn.lock index 81416cc..d9a7483 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1547,10 +1547,10 @@ log-update@^4.0.0: slice-ansi "^4.0.0" wrap-ansi "^6.2.0" -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== +markdown-it@^12.0.6: + version "12.0.6" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.6.tgz#adcc8e5fe020af292ccbdf161fe84f1961516138" + integrity sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w== dependencies: argparse "^2.0.1" entities "~2.1.0"