Skip to content

Commit

Permalink
Bump markdown-link-check from 3.11.0 to 3.11.2
Browse files Browse the repository at this point in the history
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](tcort/markdown-link-check@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 4c6584d commit 5b491e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "^12.2.1",
"textlint-rule-preset-jtf-style": "^2.3.13",
"vuepress": "^1.9.9"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2953,10 +2953,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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5b491e2

Please sign in to comment.