Bump mdast-util-heading-range from 2.1.4 to 2.1.5 (#6313)

Bumps [mdast-util-heading-range](https://github.com/syntax-tree/mdast-util-heading-range) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/syntax-tree/mdast-util-heading-range/releases)
- [Commits](https://github.com/syntax-tree/mdast-util-heading-range/compare/2.1.4...2.1.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-11-05 09:09:55 +00:00
committed by GitHub
parent ce0ffae806
commit 33caecad2e
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -15960,9 +15960,9 @@
}
},
"mdast-util-heading-range": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/mdast-util-heading-range/-/mdast-util-heading-range-2.1.4.tgz",
"integrity": "sha512-ea+YwoFQZiwSf5TLlk9qtKb0AUKsn1oCzdskn2SXsHylA/vW9ZxmMzuCNsFi9siWW1WS1/JSOipX2brUwisIHA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/mdast-util-heading-range/-/mdast-util-heading-range-2.1.5.tgz",
"integrity": "sha512-jXbFD0C+MfRkwsaze+btzG9CmVrxnc5kpcJLtx3SvSlPWnNdGMlDRHKDB9/TIPEq9nRHnkixppT8yvaUJ5agJg==",
"dev": true,
"requires": {
"mdast-util-to-string": "^1.0.0"
+1 -1
View File
@@ -150,7 +150,7 @@
"markdownlint-cli": "^0.23.2",
"mdast": "^3.0.0",
"mdast-util-compact": "^3.0.0",
"mdast-util-heading-range": "^2.1.0",
"mdast-util-heading-range": "^2.1.5",
"mdast-util-toc": "^5.0.3",
"mdast-zone": "^4.0.1",
"mini-css-extract-plugin": "^0.11.2",