From 4f3ed88a54616ac8c2e686c2d48f9a17ade5d2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 01:28:01 +0000 Subject: [PATCH] Bump markdown-link-check from 3.9.0 to 3.9.2 Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.9.0 to 3.9.2. - [Release notes](https://github.com/tcort/markdown-link-check/releases) - [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/tcort/markdown-link-check/compare/v3.9.0...v3.9.2) --- updated-dependencies: - dependency-name: markdown-link-check dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index a26078b1a3..ae0c93d54e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vuepress/plugin-back-to-top": "^1.8.3", "husky": "^7.0.4", "markdown-it-multimd-table": "^4.1.1", - "markdown-link-check": "^3.9.0", + "markdown-link-check": "^3.9.2", "markdownlint-cli": "^0.30.0", "run-script-os": "^1.1.6", "spellchecker-cli": "^4.8.1", diff --git a/yarn.lock b/yarn.lock index 8767fdad8f..f7fc7e0986 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1862,9 +1862,9 @@ async@^2.6.2: dependencies: lodash "^4.17.14" -async@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" +async@^3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" asynckit@^0.4.0: version "0.4.0" @@ -5001,9 +5001,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" -link-check@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/link-check/-/link-check-5.0.1.tgz#f6c779f2b771bfe9229fdb5f847d54e0d376421f" +link-check@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/link-check/-/link-check-5.0.2.tgz#f9d79a27e6298e5ed133399d1770b2086b8a7883" dependencies: is-relative-url "^3.0.0" isemail "^3.2.0" @@ -5267,24 +5267,24 @@ markdown-it@^8.4.1: mdurl "^1.0.1" uc.micro "^1.0.5" -markdown-link-check@^3.9.0: - version "3.9.0" - resolved "https://registry.yarnpkg.com/markdown-link-check/-/markdown-link-check-3.9.0.tgz#aea9083f0c2383665e8d8f37dfba722bd96eb94e" +markdown-link-check@^3.9.2: + version "3.9.2" + resolved "https://registry.yarnpkg.com/markdown-link-check/-/markdown-link-check-3.9.2.tgz#ac76d0f7dc4f9acd1967d8640e8c801332a98892" dependencies: - async "^3.2.2" + async "^3.2.3" chalk "^4.1.2" commander "^6.2.0" - link-check "^5.0.1" + link-check "^5.0.2" lodash "^4.17.21" - markdown-link-extractor "^1.3.0" + markdown-link-extractor "^1.3.1" needle "^3.0.0" progress "^2.0.3" -markdown-link-extractor@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/markdown-link-extractor/-/markdown-link-extractor-1.3.0.tgz#a11954f683134f23edecd74ba35ae7bf7ad3d874" +markdown-link-extractor@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/markdown-link-extractor/-/markdown-link-extractor-1.3.1.tgz#b21e797baa9247ab107a32439287afbc64eae24a" dependencies: - marked "^2.0.5" + marked "^4.0.10" markdownlint-cli@^0.30.0: version "0.30.0" @@ -5315,9 +5315,9 @@ markdownlint@~0.24.0: dependencies: markdown-it "12.2.0" -marked@^2.0.5: - version "2.1.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753" +marked@^4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" md5.js@^1.3.4: version "1.3.5"