From f3fe250dc0a6f24bd0fb8b7e73758b5ba866e690 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 10:39:38 +0000 Subject: [PATCH] chore(deps): bump markdown-it from 9.0.1 to 9.1.0 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 9.0.1 to 9.1.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/9.0.1...9.1.0) 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 54477b559..fc67da218 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "koa-router": "7.4.0", "lru-cache": "5.1.1", "lz-string": "1.4.4", - "markdown-it": "9.0.1", + "markdown-it": "9.1.0", "module-alias": "2.2.1", "node-fetch": "2.6.0", "path-to-regexp": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 04621b416..28154f7aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6674,10 +6674,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@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47" - integrity sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw== +markdown-it@9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.1.0.tgz#df9601c168568704d554b1fff9af0c5b561168d9" + integrity sha512-xHKG4C8iPriyfu/jc2hsCC045fKrMQ0VexX2F1FGYiRxDxqMB2aAhF8WauJ3fltn2kb90moGBkiiEdooGIg55w== dependencies: argparse "^1.0.7" entities "~1.1.1"