1
0
mirror of synced 2026-01-07 18:01:41 -05:00

Bump rehype-autolink-headings from 6.1.0 to 6.1.1 (#24585)

Bumps [rehype-autolink-headings](https://github.com/rehypejs/rehype-autolink-headings) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/rehypejs/rehype-autolink-headings/releases)
- [Commits](https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.0...6.1.1)

---
updated-dependencies:
- dependency-name: rehype-autolink-headings
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-26 16:36:25 +00:00
committed by GitHub
parent b32df3dfb9
commit 4458fe1868
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -66,7 +66,7 @@
"react-markdown": "^7.1.1",
"react-syntax-highlighter": "^15.4.4",
"redis": "^3.1.2",
"rehype-autolink-headings": "^6.1.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^5.0.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
@@ -19000,9 +19000,9 @@
}
},
"node_modules/rehype-autolink-headings": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.0.tgz",
"integrity": "sha512-v8xnvhDtxc2jTgnhVlR2sG168TyNTK93Myx+uTzQNpNxzkRnQKz3hZQKoh7fxuOzJhCGa/z6qqZSPB2BOi/HRw==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz",
"integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==",
"dependencies": {
"@types/hast": "^2.0.0",
"extend": "^3.0.0",
@@ -37792,9 +37792,9 @@
}
},
"rehype-autolink-headings": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.0.tgz",
"integrity": "sha512-v8xnvhDtxc2jTgnhVlR2sG168TyNTK93Myx+uTzQNpNxzkRnQKz3hZQKoh7fxuOzJhCGa/z6qqZSPB2BOi/HRw==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz",
"integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==",
"requires": {
"@types/hast": "^2.0.0",
"extend": "^3.0.0",

View File

@@ -68,7 +68,7 @@
"react-markdown": "^7.1.1",
"react-syntax-highlighter": "^15.4.4",
"redis": "^3.1.2",
"rehype-autolink-headings": "^6.1.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^5.0.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",