1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Bump rehype-slug from 5.0.0 to 5.0.1 (#24007)

Bumps [rehype-slug](https://github.com/rehypejs/rehype-slug) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/rehypejs/rehype-slug/releases)
- [Commits](https://github.com/rehypejs/rehype-slug/compare/5.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: rehype-slug
  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-07 23:57:22 +00:00
committed by GitHub
parent 6307acd017
commit 70da2620e5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -70,7 +70,7 @@
"rehype-autolink-headings": "^6.1.0",
"rehype-highlight": "^5.0.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.0",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.2",
"remark-code-extra": "^1.0.1",
"remark-gemoji-to-emoji": "^1.1.0",
@@ -18980,9 +18980,9 @@
}
},
"node_modules/rehype-slug": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.0.tgz",
"integrity": "sha512-jnYsFKxRh+/tQa1L+SU/ykAPGOSVCqd0BwaOBPUANcvCu8d0/SZB4IalJkdJ+n6d1eAAS2YkvjUPi+2EGYtfCQ==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.1.tgz",
"integrity": "sha512-X5v3wV/meuOX9NFcGhJvUpEjIvQl2gDvjg3z40RVprYFt7q3th4qMmYLULiu3gXvbNX1ppx+oaa6JyY1W67pTA==",
"dependencies": {
"@types/hast": "^2.0.0",
"github-slugger": "^1.1.1",
@@ -37576,9 +37576,9 @@
}
},
"rehype-slug": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.0.tgz",
"integrity": "sha512-jnYsFKxRh+/tQa1L+SU/ykAPGOSVCqd0BwaOBPUANcvCu8d0/SZB4IalJkdJ+n6d1eAAS2YkvjUPi+2EGYtfCQ==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/rehype-slug/-/rehype-slug-5.0.1.tgz",
"integrity": "sha512-X5v3wV/meuOX9NFcGhJvUpEjIvQl2gDvjg3z40RVprYFt7q3th4qMmYLULiu3gXvbNX1ppx+oaa6JyY1W67pTA==",
"requires": {
"@types/hast": "^2.0.0",
"github-slugger": "^1.1.1",

View File

@@ -72,7 +72,7 @@
"rehype-autolink-headings": "^6.1.0",
"rehype-highlight": "^5.0.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.0",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.2",
"remark-code-extra": "^1.0.1",
"remark-gemoji-to-emoji": "^1.1.0",