From 9ea5fc55b873bdc2feb41b8c4a24581393d53046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 03:25:28 +0000 Subject: [PATCH] Bump markdown-it-multimd-table from 4.1.1 to 4.1.3 Bumps [markdown-it-multimd-table](https://github.com/redbug312/markdown-it-multimd-table) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/redbug312/markdown-it-multimd-table/releases) - [Commits](https://github.com/redbug312/markdown-it-multimd-table/compare/v4.1.1...v4.1.3) --- updated-dependencies: - dependency-name: markdown-it-multimd-table dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 +++------------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index aca0431cae..f7a3133d30 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@mr-hope/vuepress-plugin-sitemap": "^1.21.0", "@vuepress/plugin-back-to-top": "^1.9.7", "husky": "^7.0.4", - "markdown-it-multimd-table": "^4.1.1", + "markdown-it-multimd-table": "^4.1.3", "markdown-link-check": "^3.9.0", "markdownlint-cli": "^0.30.0", "run-script-os": "^1.1.6", diff --git a/yarn.lock b/yarn.lock index 2654a10212..6ff5d2cd1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3366,10 +3366,6 @@ entities@~1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" -entities@~2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" - entities@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" @@ -5236,11 +5232,9 @@ markdown-it-emoji@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#9bee0e9a990a963ba96df6980c4fddb05dfb4dcc" -markdown-it-multimd-table@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/markdown-it-multimd-table/-/markdown-it-multimd-table-4.1.1.tgz#255b7f93b17f09d33eeabc6fc5f8175552bd8107" - dependencies: - markdown-it "^11.0.0" +markdown-it-multimd-table@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/markdown-it-multimd-table/-/markdown-it-multimd-table-4.1.3.tgz#acbd2061aa5a0eb8a41c76a6049b21caea6b0efd" markdown-it-table-of-contents@^0.4.0: version "0.4.4" @@ -5256,16 +5250,6 @@ markdown-it@12.2.0: mdurl "^1.0.1" uc.micro "^1.0.5" -markdown-it@^11.0.0: - 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" - linkify-it "^3.0.1" - mdurl "^1.0.1" - uc.micro "^1.0.5" - markdown-it@^8.4.1: version "8.4.2" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"