From f989f674e2c481d1487c61ed068ef5beaa7b3b9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:01:18 +0000 Subject: [PATCH] fix(deps): update dependency remark-validate-links to ^13.0.2 (#278) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/remark-preset/package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/packages/remark-preset/package.json b/packages/remark-preset/package.json index a0392073..29b6ac0d 100644 --- a/packages/remark-preset/package.json +++ b/packages/remark-preset/package.json @@ -21,7 +21,7 @@ "remark-preset-lint-markdown-style-guide": "^5.1.3", "remark-preset-lint-recommended": "^6.1.3", "remark-preset-prettier": "^2.0.1", - "remark-validate-links": "^13.0.0" + "remark-validate-links": "^13.0.2" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index f887dc3a..b59ab785 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3047,6 +3047,11 @@ dependencies: "@types/unist" "*" +"@types/hosted-git-info@^3.0.0": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.5.tgz#658e80083026a0574fbfd256abb5cbfb6ecd2218" + integrity sha512-Dmngh7U003cOHPhKGyA7LWqrnvcTyILNgNPmNCxlx7j8MIi54iBliiT8XqVLIQ3GchoOjVAyBzNJVyuaJjqokg== + "@types/is-empty@^1.0.0": version "1.2.3" resolved "https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.3.tgz#a2d55ea8a5ec57bf61e411ba2a9e5132fe4f0899" @@ -12359,11 +12364,12 @@ remark-stringify@^10.0.3: mdast-util-to-markdown "^1.0.0" unified "^10.0.0" -remark-validate-links@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/remark-validate-links/-/remark-validate-links-13.0.0.tgz#25174801f67a11b8cb82263b90596d59c16c3f22" - integrity sha512-21/LrPvAhUxJnAXLbMvgBrjTvsKki4txEnwe58V/iKP5ptKLvYzWLnMueT7VZI7yVhsH8l8ZaoQ5WmKkm8ws/w== +remark-validate-links@^13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/remark-validate-links/-/remark-validate-links-13.0.2.tgz#78d49610093c4abaf21d73166836e27cd50d73a5" + integrity sha512-YZPiB6eWT6sjVYD+TXisCGzNZwbWmtnqeA6rr7zlYz7LrtKENaT+fPIRjG16tW4dv85su2VsWdw7e3cqS+2Tog== dependencies: + "@types/hosted-git-info" "^3.0.0" "@types/mdast" "^4.0.0" github-slugger "^2.0.0" hosted-git-info "^7.0.0"