From ed1af37fd562e26e8eaf6b729948e49cf606a453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:59:50 -0400 Subject: [PATCH] Bump remark-lint-no-missing-blank-lines in /.config/remark (#1243) Bumps [remark-lint-no-missing-blank-lines](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-no-missing-blank-lines) from 3.1.1 to 3.1.2. - [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/HEAD/packages/remark-lint-no-missing-blank-lines) --- updated-dependencies: - dependency-name: remark-lint-no-missing-blank-lines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/remark/package.json | 2 +- .config/remark/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/remark/package.json b/.config/remark/package.json index 554faf6798..4e94f083e7 100644 --- a/.config/remark/package.json +++ b/.config/remark/package.json @@ -47,7 +47,7 @@ "remark-lint-no-html": "^3.1.2", "remark-lint-no-inline-padding": "^4.1.2", "remark-lint-no-literal-urls": "^3.1.1", - "remark-lint-no-missing-blank-lines": "^3.1.1", + "remark-lint-no-missing-blank-lines": "^3.1.2", "remark-lint-no-multiple-toplevel-headings": "^3.1.2", "remark-lint-no-shell-dollars": "^3.1.2", "remark-lint-no-shortcut-reference-image": "^3.1.1", diff --git a/.config/remark/yarn.lock b/.config/remark/yarn.lock index ac1a79a138..e3ed7bcfbb 100644 --- a/.config/remark/yarn.lock +++ b/.config/remark/yarn.lock @@ -1825,10 +1825,10 @@ remark-lint-no-literal-urls@^3.0.0, remark-lint-no-literal-urls@^3.1.1: unist-util-position "^4.0.0" unist-util-visit "^4.0.0" -remark-lint-no-missing-blank-lines@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/remark-lint-no-missing-blank-lines/-/remark-lint-no-missing-blank-lines-3.1.1.tgz#dfb30cea5bc3613f2439387e57a2bfe53224eceb" - integrity sha512-QF1gXD/jhC7NsQuRK3Ho8KAxak01s6eJRruYkNjYeqdtAzZrRu2dR1ySKFGGyDKpmfY56kb0fqIKB6V1dSAqNA== +remark-lint-no-missing-blank-lines@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/remark-lint-no-missing-blank-lines/-/remark-lint-no-missing-blank-lines-3.1.2.tgz#f01899364fbf0eb7f041a601cdb2c34d7f4ff6a8" + integrity sha512-lgCfePH7MVCW6KAKUag8HFYC2oPbeLwZmNUzbAZLN263lerWcAMjsHkNnf26v8MkH8+IoJsTqwdqpel7I+dxtQ== dependencies: "@types/mdast" "^3.0.0" unified "^10.0.0"