From b479cdbf14c020b19cac033a74c30061426ca443 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 May 2020 21:58:53 +0000 Subject: [PATCH] Update dependency markdown-it to v11 --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a6e96712..aa85876e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "highlight.js": "^10.0.0", "jsesc": "^3.0.0", "loader-utils": "^2.0.0", - "markdown-it": "^10.0.0", + "markdown-it": "^11.0.0", "sha.js": "^2.4.5" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e73a51d5..93e102a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6038,9 +6038,9 @@ lines-and-columns@^1.1.6: version "1.1.6" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" -linkify-it@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.0.3.tgz#d94a4648f9b1c179d64fa97291268bdb6ce9434f" +linkify-it@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.1.tgz#49c0f20adcd08b9a7e427225f2ed5f2fb7d1b033" dependencies: uc.micro "^1.0.1" @@ -6338,13 +6338,13 @@ markdown-it-table-of-contents@0.4.4: version "0.4.4" resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz#3dc7ce8b8fc17e5981c77cc398d1782319f37fbc" -markdown-it@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc" +markdown-it@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876" dependencies: argparse "^1.0.7" entities "~2.0.0" - linkify-it "^2.0.0" + linkify-it "^3.0.1" mdurl "^1.0.1" uc.micro "^1.0.5"