Skip to content

Commit

Permalink
Bump remark-lint-no-consecutive-blank-lines in /.config/remark (#1212)
Browse files Browse the repository at this point in the history
Bumps [remark-lint-no-consecutive-blank-lines](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-no-consecutive-blank-lines) from 4.1.2 to 4.1.3.
- [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-consecutive-blank-lines)

---
updated-dependencies:
- dependency-name: remark-lint-no-consecutive-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] committed Jul 3, 2023
1 parent 70d6e1a commit 8239e36
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 @@ -31,7 +31,7 @@
"remark-lint-maximum-line-length": "^3.1.3",
"remark-lint-no-auto-link-without-protocol": "^3.1.2",
"remark-lint-no-blockquote-without-marker": "^5.1.2",
"remark-lint-no-consecutive-blank-lines": "^4.1.2",
"remark-lint-no-consecutive-blank-lines": "^4.1.3",
"remark-lint-no-duplicate-definitions": "^3.1.1",
"remark-lint-no-duplicate-headings-in-section": "^3.1.2",
"remark-lint-no-emphasis-as-heading": "^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 @@ -1628,10 +1628,10 @@ remark-lint-no-blockquote-without-marker@^5.0.0, remark-lint-no-blockquote-witho
unist-util-visit "^4.0.0"
vfile-location "^4.0.0"

remark-lint-no-consecutive-blank-lines@^4.0.0, remark-lint-no-consecutive-blank-lines@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-4.1.2.tgz#77d5c433830c306898deefbab370c0c5732ff99a"
integrity sha512-wRsR3kFgHaZ4mO3KASU43oXGLGezNZ64yNs1ChPUacKh0Bm7cwGnxN9GHGAbOXspwrYrN2eCDxzCbdPEZi2qKw==
remark-lint-no-consecutive-blank-lines@^4.0.0, remark-lint-no-consecutive-blank-lines@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/remark-lint-no-consecutive-blank-lines/-/remark-lint-no-consecutive-blank-lines-4.1.3.tgz#929979b682c173472e23c94150e7c096cac83677"
integrity sha512-yU3jH6UMHvaxX3DPBen+7CoPiCcqJ4BeteyOKeKX+tKWCWKILpiz+TVToRbeLnWO4IvFNnSRFMSXmcWSDdbY4w==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
Expand Down

0 comments on commit 8239e36

Please sign in to comment.