From 64a6d754c8bf4a41e8173eed1c779e2321373dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 10:03:04 +0000 Subject: [PATCH] npm: bump remark-validate-links from 10.0.4 to 12.1.1 Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 10.0.4 to 12.1.1. - [Release notes](https://github.com/remarkjs/remark-validate-links/releases) - [Commits](https://github.com/remarkjs/remark-validate-links/compare/10.0.4...12.1.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..5b06ffb301 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.1", "repo-link-check": "^0.7.1", "textlint": "^12.0.2", "textlint-rule-alex": "^3.0.0",