From 0fdcd21e1338346e625818cdb244194b37311439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:11:59 +0000 Subject: [PATCH 1/2] chore(deps): Bump remark-validate-links from 12.1.1 to 13.0.0 Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 12.1.1 to 13.0.0. - [Release notes](https://github.com/remarkjs/remark-validate-links/releases) - [Commits](https://github.com/remarkjs/remark-validate-links/compare/12.1.1...13.0.0) --- updated-dependencies: - dependency-name: remark-validate-links dependency-type: direct:production 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 c4d65b1..e8ba7c7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "remark-preset-lint-consistent": "^5.1.1", "remark-preset-lint-markdown-style-guide": "^5.1.2", "remark-preset-lint-recommended": "^6.1.2", - "remark-validate-links": "^12.1.0", + "remark-validate-links": "^13.0.0", "stac-node-validator": "^1.0.0" } } From aaf597cc8a1bf2c15c3da7938ba41595205d2fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 03:30:51 +0000 Subject: [PATCH 2/2] chore(deps): Bump remark-lint from 9.1.2 to 10.0.0 Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 9.1.2 to 10.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/9.1.2...10.0.0) --- updated-dependencies: - dependency-name: remark-lint dependency-type: direct:production 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 e8ba7c7..28a8654 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "remark-cli": "^11.0.0", "remark-gfm": "^3.0.1", - "remark-lint": "^9.1.2", + "remark-lint": "^10.0.0", "remark-lint-no-html": "^3.1.2", "remark-preset-lint-consistent": "^5.1.1", "remark-preset-lint-markdown-style-guide": "^5.1.2",