From fcb1b47551fa3bea50addd0408f48258b736c138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 16:20:58 +0200 Subject: [PATCH] Bump remark-validate-links from 11 to 12 (#100) Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 11.0.2 to 12.1.0. - [Release notes](https://github.com/remarkjs/remark-validate-links/releases) - [Commits](https://github.com/remarkjs/remark-validate-links/compare/11.0.2...12.1.0) --- updated-dependencies: - dependency-name: remark-validate-links dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a10b898..9b6ba89 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "remark-lint-table-pipes": "^4.1.0", "remark-lint-unordered-list-marker-style": "^3.1.0", "remark-toc": "^8.0.1", - "remark-validate-links": "^11.0.2", + "remark-validate-links": "^12.1.0", "subarg": "^1.0.0", "supports-color": "^9.0.2", "unified-engine": "^10.0.1",