From 1deaf163fd765c597f16c359e5191f61ff5c6e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:34:52 +0000 Subject: [PATCH] npm: bump remark-validate-links from 10.0.4 to 12.0.0 Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 10.0.4 to 12.0.0. - [Release notes](https://github.com/remarkjs/remark-validate-links/releases) - [Commits](https://github.com/remarkjs/remark-validate-links/compare/10.0.4...12.0.0) --- 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..45326fb7f8 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": "^12.0.0", "repo-link-check": "^0.7.1", "textlint": "^12.0.2", "textlint-rule-alex": "^3.0.0",