From 147fc6909bbafcb5dbf3ceb39d481a094d635c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:44:47 +0000 Subject: [PATCH] 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 9590dd7a..138c8b96 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "remark-cli": "^12.0.0", - "remark-lint": "^9.1.0", + "remark-lint": "^10.0.0", "remark-preset-lint-recommended": "^6.1.1" }, "devDependencies": {},