From 2940bfdd7be8b0552c5d5cd583faf5dcc4baccb5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 17:23:05 +0000 Subject: [PATCH] chore(deps): bump markdown-it from 12.0.1 to 12.0.2 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.1 to 12.0.2. - [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.1...12.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1fdc87d57..c74948a8c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "lru-cache": "6.0.0", "lz-string": "1.4.4", "mailparser": "3.0.0", - "markdown-it": "12.0.1", + "markdown-it": "12.0.2", "module-alias": "2.2.2", "opencc": "1.1.1", "parse-torrent": "7.1.3", diff --git a/yarn.lock b/yarn.lock index 0cbdd94f5..cf1f3033d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8202,10 +8202,10 @@ markdown-it-table-of-contents@^0.4.0: resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz#3dc7ce8b8fc17e5981c77cc398d1782319f37fbc" integrity sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw== -markdown-it@12.0.1: - version "12.0.1" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.1.tgz#29e617276869614d6b0b45a90df39b8e7f58c53c" - integrity sha512-+y+88n2za9jayLU9ELoGdTKucnW4qIIg6JRWmkesrw8LBnp/Eb2Vurg2P1epf+iNvpRc7IzDjbYcgreOuuOZzw== +markdown-it@12.0.2: + version "12.0.2" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.2.tgz#4401beae8df8aa2221fc6565a7188e60a06ef0ed" + integrity sha512-4Lkvjbv2kK+moL9TbeV+6/NHx+1Q+R/NIdUlFlkqkkzUcTod4uiyTJRiBidKR9qXSdkNFkgv+AELY8KN9vSgVA== dependencies: argparse "^2.0.1" entities "~2.0.0"