Skip to content

Commit

Permalink
chore(deps): update dependency rehype to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 4efbf72 commit 8a7737d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-rewrite-img-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint": "8.57.1",
"hast-util-to-html": "9.0.3",
"jest": "29.7.0",
"rehype": "11.0.0"
"rehype": "13.0.2"
}
}
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-wrap-tables-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint": "8.57.1",
"hast-util-to-html": "9.0.3",
"jest": "29.7.0",
"rehype": "11.0.0"
"rehype": "13.0.2"
}
}
43 changes: 40 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,7 @@ __metadata:
eslint: "npm:8.57.1"
hast-util-to-html: "npm:9.0.3"
jest: "npm:29.7.0"
rehype: "npm:11.0.0"
rehype: "npm:13.0.2"
unist-util-visit: "npm:^5.0.0"
languageName: unknown
linkType: soft
Expand All @@ -3745,7 +3745,7 @@ __metadata:
eslint: "npm:8.57.1"
hast-util-to-html: "npm:9.0.3"
jest: "npm:29.7.0"
rehype: "npm:11.0.0"
rehype: "npm:13.0.2"
unist-util-visit-parents: "npm:^6.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12387,6 +12387,20 @@ __metadata:
languageName: node
linkType: hard

"hast-util-from-html@npm:^2.0.0":
version: 2.0.3
resolution: "hast-util-from-html@npm:2.0.3"
dependencies:
"@types/hast": "npm:^3.0.0"
devlop: "npm:^1.1.0"
hast-util-from-parse5: "npm:^8.0.0"
parse5: "npm:^7.0.0"
vfile: "npm:^6.0.0"
vfile-message: "npm:^4.0.0"
checksum: 10c0/993ef707c1a12474c8d4094fc9706a72826c660a7e308ea54c50ad893353d32e139b7cbc67510c2e82feac572b320e3b05aeb13d0f9c6302d61261f337b46764
languageName: node
linkType: hard

"hast-util-from-parse5@npm:^6.0.0":
version: 6.0.1
resolution: "hast-util-from-parse5@npm:6.0.1"
Expand Down Expand Up @@ -19236,6 +19250,17 @@ __metadata:
languageName: node
linkType: hard

"rehype-parse@npm:^9.0.0":
version: 9.0.1
resolution: "rehype-parse@npm:9.0.1"
dependencies:
"@types/hast": "npm:^3.0.0"
hast-util-from-html: "npm:^2.0.0"
unified: "npm:^11.0.0"
checksum: 10c0/efa9ca17673fe70e2d322a1d262796bbed5f6a89382f8f8393352bbd6f6bbf1d4d1d050984b86ff9cb6c0fa2535175ab0829e53c94b1e38fc3c158e6c0ad90bc
languageName: node
linkType: hard

"rehype-stringify@npm:^10.0.0":
version: 10.0.0
resolution: "rehype-stringify@npm:10.0.0"
Expand All @@ -19256,7 +19281,19 @@ __metadata:
languageName: node
linkType: hard

"rehype@npm:11.0.0, rehype@npm:^11.0.0":
"rehype@npm:13.0.2":
version: 13.0.2
resolution: "rehype@npm:13.0.2"
dependencies:
"@types/hast": "npm:^3.0.0"
rehype-parse: "npm:^9.0.0"
rehype-stringify: "npm:^10.0.0"
unified: "npm:^11.0.0"
checksum: 10c0/13d82086b673b3ce1fddb54cc8d30be16bde83fb62f1507f0af06070c94b85d07c3780fa994357bad2c9d51b84e4108ff661677b71d187e4f2167cab22d84363
languageName: node
linkType: hard

"rehype@npm:^11.0.0":
version: 11.0.0
resolution: "rehype@npm:11.0.0"
dependencies:
Expand Down

0 comments on commit 8a7737d

Please sign in to comment.