From 52dbb5e37875eaa153d1f881d3b6fb9f89575d92 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Dec 2020 16:06:22 +0000 Subject: [PATCH] :arrow_up: Upgrade markdown-it to v12.0.4 --- build/production/package.json | 2 +- build/production/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/production/package.json b/build/production/package.json index 5be0526..544205b 100644 --- a/build/production/package.json +++ b/build/production/package.json @@ -28,6 +28,6 @@ }, "resolutions": { "vuepress/@vuepress/core/webpack-dev-server/selfsigned/node-forge": "0.10.0", - "vuepress/@vuepress/core/@vuepress/markdown/markdown-it": "12.0.3" + "vuepress/@vuepress/core/@vuepress/markdown/markdown-it": "12.0.4" } } diff --git a/build/production/yarn.lock b/build/production/yarn.lock index 5fe52fc..1bf5337 100644 --- a/build/production/yarn.lock +++ b/build/production/yarn.lock @@ -6032,10 +6032,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.3, markdown-it@^8.4.1: - version "12.0.3" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.3.tgz#8d1e47daf1d716d63610495eb93f6665573e4abe" - integrity sha512-M57RsMv+QQmJHz1yCu0gTJRMx/LlxRPtrrw+2kb/CpDVK/graCmWO0qfNnz/SE1FCNdyq3pkMMZ+itTnyT/YGA== +markdown-it@12.0.4, markdown-it@^8.4.1: + version "12.0.4" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.4.tgz#eec8247d296327eac3ba9746bdeec9cfcc751e33" + integrity sha512-34RwOXZT8kyuOJy25oJNJoulO8L0bTHYWXcdZBYZqFnjIy3NgjeoM3FmPXIOFQ26/lSHYMr8oc62B6adxXcb3Q== dependencies: argparse "^2.0.1" entities "~2.1.0"