From 775535abc3e77e3596dc5670a6cc80c64be8685e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:04:14 +0000 Subject: [PATCH] Bump markdown-it from 12.2.0 to 12.3.0 (#1428) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.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.2.0...12.3.0) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:development update-type: version-update:semver-minor ... 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 26a898b..e12f9e5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "^7.32.0", "husky": "^7.0.4", "lint-staged": "^11.2.6", - "markdown-it": "^12.2.0", + "markdown-it": "^12.3.0", "npm-run-all": "^4.1.5", "postcss": "^8.3.11", "postcss-cli": "^8.3.1", diff --git a/yarn.lock b/yarn.lock index 52698a3..d6d0327 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1417,10 +1417,10 @@ log-update@^4.0.0: slice-ansi "^4.0.0" wrap-ansi "^6.2.0" -markdown-it@^12.2.0: - version "12.2.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.2.0.tgz#091f720fd5db206f80de7a8d1f1a7035fd0d38db" - integrity sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg== +markdown-it@^12.3.0: + version "12.3.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.0.tgz#11490c61b412b8f41530319c005ecdcd4367171f" + integrity sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ== dependencies: argparse "^2.0.1" entities "~2.1.0"