Skip to content

Commit

Permalink
chore(deps-dev): bump mdast-util-heading-range from 2.1.5 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [mdast-util-heading-range](https://github.com/syntax-tree/mdast-util-heading-range) from 2.1.5 to 3.1.0.
- [Release notes](https://github.com/syntax-tree/mdast-util-heading-range/releases)
- [Commits](syntax-tree/mdast-util-heading-range@2.1.5...3.1.0)

---
updated-dependencies:
- dependency-name: mdast-util-heading-range
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Nov 11, 2021
1 parent 3959b67 commit 053472f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"mdast-normalize-headings": "^2.0.0",
"mdast-util-compact": "^3.0.0",
"mdast-util-from-markdown": "^0.8.1",
"mdast-util-heading-range": "^2.1.5",
"mdast-util-heading-range": "^3.1.0",
"mdast-util-to-markdown": "^0.5.3",
"mdast-zone": "^4.0.1",
"meow": "5.0.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12050,12 +12050,14 @@ mdast-util-frontmatter@^0.2.0:
dependencies:
micromark-extension-frontmatter "^0.2.0"

mdast-util-heading-range@^2.1.5:
version "2.1.5"
resolved "https://registry.yarnpkg.com/mdast-util-heading-range/-/mdast-util-heading-range-2.1.5.tgz#9a8e07bd46d07d40ad1596b0b6ab8535337725c3"
integrity sha512-jXbFD0C+MfRkwsaze+btzG9CmVrxnc5kpcJLtx3SvSlPWnNdGMlDRHKDB9/TIPEq9nRHnkixppT8yvaUJ5agJg==
mdast-util-heading-range@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/mdast-util-heading-range/-/mdast-util-heading-range-3.1.0.tgz#911dc32df69878024161bcf4c82a3efc2e221dd8"
integrity sha512-utI/jMJR/d2/ImBxG/ko0BIyVA5B9lg9rIgHFVc9HdanBNpfEJqqqtKXYeFzkSFhPs7rogne8a8DNxJKCNIzYw==
dependencies:
mdast-util-to-string "^1.0.0"
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
mdast-util-to-string "^3.0.0"

mdast-util-heading-style@^1.0.2:
version "1.0.6"
Expand Down Expand Up @@ -12098,6 +12100,11 @@ mdast-util-to-string@^2.0.0:
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b"
integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==

mdast-util-to-string@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz#56c506d065fbf769515235e577b5a261552d56e9"
integrity sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==

mdast-zone@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/mdast-zone/-/mdast-zone-4.0.1.tgz#314b954c6c87ee2864818f886d805b884ab4eb83"
Expand Down

0 comments on commit 053472f

Please sign in to comment.