Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump hast-util-to-html from 9.0.1 to 9.0.2 #80

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"globals": "15.9.0",
"growl": "1.10.5",
"hast-util-from-html": "2.0.2",
"hast-util-to-html": "9.0.1",
"hast-util-to-html": "9.0.2",
"husky": "9.1.5",
"is-ci": "3.0.1",
"jsonc-eslint-parser": "2.4.0",
Expand Down
47 changes: 5 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ __metadata:
globals: "npm:15.9.0"
growl: "npm:1.10.5"
hast-util-from-html: "npm:2.0.2"
hast-util-to-html: "npm:9.0.1"
hast-util-to-html: "npm:9.0.2"
husky: "npm:9.1.5"
is-ci: "npm:3.0.1"
jsonc-eslint-parser: "npm:2.4.0"
Expand Down Expand Up @@ -5972,59 +5972,22 @@ __metadata:
languageName: node
linkType: hard

"hast-util-raw@npm:^9.0.0":
version: 9.0.4
resolution: "hast-util-raw@npm:9.0.4"
dependencies:
"@types/hast": "npm:^3.0.0"
"@types/unist": "npm:^3.0.0"
"@ungap/structured-clone": "npm:^1.0.0"
hast-util-from-parse5: "npm:^8.0.0"
hast-util-to-parse5: "npm:^8.0.0"
html-void-elements: "npm:^3.0.0"
mdast-util-to-hast: "npm:^13.0.0"
parse5: "npm:^7.0.0"
unist-util-position: "npm:^5.0.0"
unist-util-visit: "npm:^5.0.0"
vfile: "npm:^6.0.0"
web-namespaces: "npm:^2.0.0"
zwitch: "npm:^2.0.0"
checksum: 10/390ca63420009e2638001ee85c9dc8553da0b70dc9dfb520824d13459f6d3e71d81b275b45a2c145c0418af71e5ee532a1148e61cf6f8a74155453244e4cd925
languageName: node
linkType: hard

"hast-util-to-html@npm:9.0.1":
version: 9.0.1
resolution: "hast-util-to-html@npm:9.0.1"
"hast-util-to-html@npm:9.0.2":
version: 9.0.2
resolution: "hast-util-to-html@npm:9.0.2"
dependencies:
"@types/hast": "npm:^3.0.0"
"@types/unist": "npm:^3.0.0"
ccount: "npm:^2.0.0"
comma-separated-tokens: "npm:^2.0.0"
hast-util-raw: "npm:^9.0.0"
hast-util-whitespace: "npm:^3.0.0"
html-void-elements: "npm:^3.0.0"
mdast-util-to-hast: "npm:^13.0.0"
property-information: "npm:^6.0.0"
space-separated-tokens: "npm:^2.0.0"
stringify-entities: "npm:^4.0.0"
zwitch: "npm:^2.0.4"
checksum: 10/e847e38a89792509081bd3919cc65faaab0f3be19659ae53aea45386dfb586d91653428f660a44a2c7161230f24d04cbe17a46a9edeb9842dddf77a8fc0236c0
languageName: node
linkType: hard

"hast-util-to-parse5@npm:^8.0.0":
version: 8.0.0
resolution: "hast-util-to-parse5@npm:8.0.0"
dependencies:
"@types/hast": "npm:^3.0.0"
comma-separated-tokens: "npm:^2.0.0"
devlop: "npm:^1.0.0"
property-information: "npm:^6.0.0"
space-separated-tokens: "npm:^2.0.0"
web-namespaces: "npm:^2.0.0"
zwitch: "npm:^2.0.0"
checksum: 10/ba59d0913ba7e914d8b0a50955c06806a6868445c56796ac9129d58185e86d7ff24037246767aba2ea904d9dee8c09b8ff303630bcd854431fdc1bbee2164c36
checksum: 10/b14a94d4f675136ba2df89246553b64af785324a6b4deb9b7b7f308e86021a9a3aa5cf16fea18124b92dfb1005277e0f76bb26548d9eb0617dc19c72c32366f4
languageName: node
linkType: hard

Expand Down
Loading