1
0
Fork 0

Bump rehype-stringify from 9.0.3 to 9.0.4

Bumps [rehype-stringify](https://github.com/rehypejs/rehype) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/rehypejs/rehype/releases)
- [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md)
- [Commits](https://github.com/rehypejs/rehype/compare/rehype-stringify@9.0.3...rehype-stringify@9.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-17 04:18:55 +00:00 committed by GitHub
parent e7df363291
commit 404e51aa52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -54,7 +54,7 @@
"rehype-highlight": "6.0.0",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"rehype-stringify": "9.0.4",
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1"
},

View file

@ -57,7 +57,7 @@
"rehype-highlight": "6.0.0",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"rehype-stringify": "9.0.4",
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1",
"remark-mdx-frontmatter": "3.0.0"

View file

@ -58,7 +58,7 @@
"rehype-highlight": "6.0.0",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"rehype-stringify": "9.0.4",
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "3.0.1",
"remark-mdx-frontmatter": "3.0.0",

View file

@ -12273,10 +12273,10 @@ rehype-slug@5.1.0:
unified "^10.0.0"
unist-util-visit "^4.0.0"
rehype-stringify@9.0.3:
version "9.0.3"
resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.3.tgz#70e3bd6d4d29e7acf36b802deed350305d2c3c17"
integrity sha512-kWiZ1bgyWlgOxpqD5HnxShKAdXtb2IUljn3hQAhySeak6IOQPPt6DeGnsIh4ixm7yKJWzm8TXFuC/lPfcWHJqw==
rehype-stringify@9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.4.tgz#31dbb9de6f5034c6964760a1b1083218059c4343"
integrity sha512-Uk5xu1YKdqobe5XpSskwPvo1XeHUUucWEQSl8hTrXt5selvca1e8K1EZ37E6YoZ4BT8BCqCdVfQW7OfHfthtVQ==
dependencies:
"@types/hast" "^2.0.0"
hast-util-to-html "^8.0.0"