From f0bad56375ed39836b5ad92a3951407a6d0915d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 10:00:38 +0000 Subject: [PATCH] Bump markdown-it from 11.0.0 to 12.0.2 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 11.0.0 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/11.0.0...12.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f040e9f..21ac5f6 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": "^12.0.2", "markdown-it-highlightjs": "^3.2.0", "mongodb": "^3.6.0", "nuxt": "^2.14.3", diff --git a/yarn.lock b/yarn.lock index 4423e63..bbf6291 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2226,6 +2226,10 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + aria-query@^0.7.1: version "0.7.1" resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.1.tgz#26cbb5aff64144b0a825be1846e0b16cfa00b11e" @@ -6808,11 +6812,11 @@ 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@^12.0.2: + version "12.0.2" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.2.tgz#4401beae8df8aa2221fc6565a7188e60a06ef0ed" dependencies: - argparse "^1.0.7" + argparse "^2.0.1" entities "~2.0.0" linkify-it "^3.0.1" mdurl "^1.0.1"