Skip to content

Commit

Permalink
Bump remark-validate-links from 13.0.0 to 13.0.1 (#192)
Browse files Browse the repository at this point in the history
Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/remarkjs/remark-validate-links/releases)
- [Commits](remarkjs/remark-validate-links@13.0.0...13.0.1)

---
updated-dependencies:
- dependency-name: remark-validate-links
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 0d7832b commit 5ef368e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^18.2.0",
"remark-cli": "^12.0.0",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-validate-links": "^13.0.0"
"remark-validate-links": "^13.0.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1"
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2366,6 +2366,11 @@
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==

"@types/hosted-git-info@^3.0.0":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.5.tgz#658e80083026a0574fbfd256abb5cbfb6ecd2218"
integrity sha512-Dmngh7U003cOHPhKGyA7LWqrnvcTyILNgNPmNCxlx7j8MIi54iBliiT8XqVLIQ3GchoOjVAyBzNJVyuaJjqokg==

"@types/html-minifier-terser@^6.0.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35"
Expand Down Expand Up @@ -8634,11 +8639,12 @@ remark-stringify@^11.0.0:
mdast-util-to-markdown "^2.0.0"
unified "^11.0.0"

remark-validate-links@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/remark-validate-links/-/remark-validate-links-13.0.0.tgz#25174801f67a11b8cb82263b90596d59c16c3f22"
integrity sha512-21/LrPvAhUxJnAXLbMvgBrjTvsKki4txEnwe58V/iKP5ptKLvYzWLnMueT7VZI7yVhsH8l8ZaoQ5WmKkm8ws/w==
remark-validate-links@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/remark-validate-links/-/remark-validate-links-13.0.1.tgz#13f09b26cec8491e4973479c9d8faa35f50b5cc7"
integrity sha512-GWDZWJAQU0+Fsm1GCLNeJoVcE9L3XTVrWCgQZOYREfXqRFIYaSoIBbARZizLm/vBESq+a3GwEBnIflSCNw26tw==
dependencies:
"@types/hosted-git-info" "^3.0.0"
"@types/mdast" "^4.0.0"
github-slugger "^2.0.0"
hosted-git-info "^7.0.0"
Expand Down

0 comments on commit 5ef368e

Please sign in to comment.