From 90404fae05e6153e8fbbfdc3b4feaf6cff5d4ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 09:28:38 +0000 Subject: [PATCH] npm: bump remark-validate-links from 10.0.4 to 12.1.0 Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 10.0.4 to 12.1.0. - [Release notes](https://github.com/remarkjs/remark-validate-links/releases) - [Commits](https://github.com/remarkjs/remark-validate-links/compare/10.0.4...12.1.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..55d45d4b3d 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.1.0", "repo-link-check": "^0.7.1", "textlint": "^12.0.2", "textlint-rule-alex": "^3.0.0",