Skip to content

Commit

Permalink
fix(deps): update dependency hast-util-to-string to v3 (#1835)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent e785f1f commit 72279d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"hast-util-has-property": "3.0.0",
"hast-util-heading": "3.0.0",
"hast-util-heading-rank": "3.0.0",
"hast-util-to-string": "2.0.0",
"hast-util-to-string": "3.0.0",
"intersection-observer": "0.12.2",
"lodash.throttle": "4.1.1",
"md5": "2.3.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,7 @@ __metadata:
hast-util-has-property: 3.0.0
hast-util-heading: 3.0.0
hast-util-heading-rank: 3.0.0
hast-util-to-string: 2.0.0
hast-util-to-string: 3.0.0
intersection-observer: 0.12.2
lodash.throttle: 4.1.1
md5: 2.3.0
Expand Down Expand Up @@ -18678,7 +18678,16 @@ __metadata:
languageName: node
linkType: hard

"hast-util-to-string@npm:2.0.0, hast-util-to-string@npm:^2.0.0":
"hast-util-to-string@npm:3.0.0":
version: 3.0.0
resolution: "hast-util-to-string@npm:3.0.0"
dependencies:
"@types/hast": ^3.0.0
checksum: 64f7f4f2b7a69b2ebddd1c87a29eae5f718d593d2154a46de2fa21f6ca8bfbda50ad71a5794f5952ae450f4da23a8bc811db348098b09916b9553cd933aefe9a
languageName: node
linkType: hard

"hast-util-to-string@npm:^2.0.0":
version: 2.0.0
resolution: "hast-util-to-string@npm:2.0.0"
dependencies:
Expand Down

0 comments on commit 72279d8

Please sign in to comment.