From a04cf143157eb6d4b8dd37ee18414622b9e9e5f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 03:46:59 +0000 Subject: [PATCH] Bump markdown-it from 11.0.0 to 11.0.1 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 11.0.0 to 11.0.1. - [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/11.0.0...11.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ae6731..d47b18a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dotenv": "^8.2.0", "express": "^4.16.4", "express-fingerprint": "^1.2.2", - "markdown-it": "^11.0.0", + "markdown-it": "^11.0.1", "markdown-it-highlightjs": "^3.2.0", "mongodb": "^3.6.0", "nuxt": "^2.14.3", diff --git a/yarn.lock b/yarn.lock index 6c23cb1..ff04772 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6791,9 +6791,9 @@ markdown-it-highlightjs@^3.2.0: highlight.js "^9.18.1" lodash.flow "^3.5.0" -markdown-it@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876" +markdown-it@^11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6" dependencies: argparse "^1.0.7" entities "~2.0.0"