From de211e1421bad5f38e3d8d6013bf63c3eb29144f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:54:37 +0000 Subject: [PATCH] Bump remark-lint-no-blockquote-without-marker in /.config/remark Bumps [remark-lint-no-blockquote-without-marker](https://github.com/remarkjs/remark-lint) from 5.1.2 to 6.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/commits/6.0.0) --- updated-dependencies: - dependency-name: remark-lint-no-blockquote-without-marker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .config/remark/package.json | 2 +- .config/remark/yarn.lock | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.config/remark/package.json b/.config/remark/package.json index b761f17dd3..0c0d6d38f2 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -30,7 +30,7 @@ "remark-lint-maximum-heading-length": "^3.1.2", "remark-lint-maximum-line-length": "^4.0.1", "remark-lint-no-auto-link-without-protocol": "^3.1.2", - "remark-lint-no-blockquote-without-marker": "^5.1.2", + "remark-lint-no-blockquote-without-marker": "^6.0.0", "remark-lint-no-consecutive-blank-lines": "^4.1.3", "remark-lint-no-duplicate-definitions": "^4.0.0", "remark-lint-no-duplicate-headings-in-section": "^3.1.2", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index 3b316c79da..d4fdf1499c 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -2487,19 +2487,6 @@ remark-lint-no-auto-link-without-protocol@^3.1.2: unist-util-position "^4.0.0" unist-util-visit "^4.0.0" -remark-lint-no-blockquote-without-marker@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-5.1.2.tgz#647de3297d8bca29e6591a2ba24ba50a8d711a9c" - integrity sha512-QPbqsrt7EfpSWqTkZJ9tepabPIhBDlNqZkuxxMQYD0OQ2N+tHDUq3zE1JxI5ts1V9o/mWApgySocqGd3jlcKmQ== - dependencies: - "@types/mdast" "^3.0.0" - unified "^10.0.0" - unified-lint-rule "^2.0.0" - unist-util-generated "^2.0.0" - unist-util-position "^4.0.0" - unist-util-visit "^4.0.0" - vfile-location "^4.0.0" - remark-lint-no-blockquote-without-marker@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/remark-lint-no-blockquote-without-marker/-/remark-lint-no-blockquote-without-marker-6.0.0.tgz#cc243d86f6548492150b5a7871f99afad9653973"