From 35a08c950392f53c4b92d006a98e243ab5281ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:31:12 +0000 Subject: [PATCH] Bump markdown-link-check from 3.11.0 to 3.11.2 Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.11.0 to 3.11.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.11.0...v3.11.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b22cb9c5..79fd30f7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "ISC", "devDependencies": { "@snowdog/vuepress-plugin-pdf-export": "^1.1.0", - "markdown-link-check": "^3.10.2", + "markdown-link-check": "^3.11.2", "textlint": "^13.3.2", "textlint-rule-preset-jtf-style": "^2.3.13", "vuepress": "^1.9.9" diff --git a/yarn.lock b/yarn.lock index 4df9cb78..20f41c02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2948,10 +2948,10 @@ commander@2.17.x: resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg== -commander@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.0.tgz#71797971162cd3cf65f0b9d24eb28f8d303acdf1" - integrity sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA== +commander@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" + integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== commander@^2.20.0: version "2.20.3" @@ -6140,14 +6140,14 @@ markdown-it@^8.4.1: mdurl "^1.0.1" uc.micro "^1.0.5" -markdown-link-check@^3.10.2: - version "3.11.0" - resolved "https://registry.yarnpkg.com/markdown-link-check/-/markdown-link-check-3.11.0.tgz#83078646eed5914f9cca42f90d54cd529aa6781c" - integrity sha512-2STxiQ/Np7tE4m1YPHNh/1D22SaH312k7YiGTWna1XdQrh81+42DAw8tRdXIMpJUAcdFbwT9vG8hRyyPzHiKsw== +markdown-link-check@^3.11.2: + version "3.11.2" + resolved "https://registry.yarnpkg.com/markdown-link-check/-/markdown-link-check-3.11.2.tgz#303a8a03d4a34c42ef3158e0b245bced26b5d904" + integrity sha512-zave+vI4AMeLp0FlUllAwGbNytSKsS3R2Zgtf3ufVT892Z/L6Ro9osZwE9PNA7s0IkJ4onnuHqatpsaCiAShJw== dependencies: async "^3.2.4" chalk "^5.2.0" - commander "^10.0.0" + commander "^10.0.1" link-check "^5.2.0" lodash "^4.17.21" markdown-link-extractor "^3.1.0"