From bf7c57fcbb395fb54aa63fc6b2899d63660a2728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:10:19 +0000 Subject: [PATCH] npm: bump remark-validate-links from 10.0.4 to 13.0.1 Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 10.0.4 to 13.0.1. - [Release notes](https://github.com/remarkjs/remark-validate-links/releases) - [Commits](https://github.com/remarkjs/remark-validate-links/compare/10.0.4...13.0.1) --- updated-dependencies: - dependency-name: remark-validate-links dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f183d54e4c..d3eb2fa272 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "remark-lint-code-block-style": "^2.0.1", "remark-lint-ordered-list-marker-value": "^2.0.1", "remark-preset-davidtheclark": "^0.12.0", - "remark-validate-links": "^10.0.4", + "remark-validate-links": "^13.0.1", "repo-link-check": "^0.7.1", "textlint": "^12.0.2", "textlint-rule-alex": "^3.0.0",