Skip to content

Commit

Permalink
Bump remark-lint-no-missing-blank-lines in /.config/remark (#1243)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 2ba66aa commit ed1af37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions .config/remark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed1af37

Please sign in to comment.