Skip to content

Commit

Permalink
chore(deps): bump rehype-format from 5.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [rehype-format](https://github.com/rehypejs/rehype-format) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/rehypejs/rehype-format/releases)
- [Commits](rehypejs/rehype-format@5.0.0...5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2024
1 parent 1b3a718 commit 972e4d5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"read-chunk": "^5.0.0",
"rehype-format": "^5.0.0",
"rehype-format": "^5.0.1",
"rehype-parse": "^9.0.0",
"rehype-raw": "^7.0.0",
"rehype-remark": "^10.0.0",
Expand Down
40 changes: 29 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7785,6 +7785,19 @@ hast-util-embedded@^3.0.0:
"@types/hast" "^3.0.0"
hast-util-is-element "^3.0.0"

hast-util-format@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/hast-util-format/-/hast-util-format-1.1.0.tgz#373e77382e07deb04f6676f1b4437e7d8549d985"
integrity sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==
dependencies:
"@types/hast" "^3.0.0"
hast-util-embedded "^3.0.0"
hast-util-minify-whitespace "^1.0.0"
hast-util-phrasing "^3.0.0"
hast-util-whitespace "^3.0.0"
html-whitespace-sensitive-tag-names "^3.0.0"
unist-util-visit-parents "^6.0.0"

hast-util-from-html@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.2.tgz#e185911de8811b17bfd3d080ee9ee7466c1d63c4"
Expand Down Expand Up @@ -7832,6 +7845,17 @@ hast-util-is-element@^3.0.0:
dependencies:
"@types/hast" "^3.0.0"

hast-util-minify-whitespace@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.0.tgz#e3170d521beea2a4e7fc4b35987c8aa6c49a0925"
integrity sha512-gD1m4YJSIk62ij32TlhFNqsC3dOQvpA4QAhyZOZFAT4u8LfEfB6N+F0V9oXQGBWXoqrs0h9wQRKa8RCeo8j61g==
dependencies:
"@types/hast" "^3.0.0"
hast-util-embedded "^3.0.0"
hast-util-is-element "^3.0.0"
hast-util-whitespace "^3.0.0"
unist-util-is "^6.0.0"

hast-util-parse-selector@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz#352879fa86e25616036037dd8931fb5f34cb4a27"
Expand Down Expand Up @@ -12707,19 +12731,13 @@ regjsparser@^0.9.1:
dependencies:
jsesc "~0.5.0"

rehype-format@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-5.0.0.tgz#e51cc8edece2aee0e88e1efdd0625bc0cbef387b"
integrity sha512-kM4II8krCHmUhxrlvzFSptvaWh280Fr7UGNJU5DCMuvmAwGCNmGfi9CvFAQK6JDjsNoRMWQStglK3zKJH685Wg==
rehype-format@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-5.0.1.tgz#e255e59bed0c062156aaf51c16fad5a521a1f5c8"
integrity sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==
dependencies:
"@types/hast" "^3.0.0"
hast-util-embedded "^3.0.0"
hast-util-is-element "^3.0.0"
hast-util-phrasing "^3.0.0"
hast-util-whitespace "^3.0.0"
html-whitespace-sensitive-tag-names "^3.0.0"
rehype-minify-whitespace "^6.0.0"
unist-util-visit-parents "^6.0.0"
hast-util-format "^1.0.0"

rehype-minify-whitespace@^6.0.0:
version "6.0.0"
Expand Down

0 comments on commit 972e4d5

Please sign in to comment.