Skip to content

Commit

Permalink
fix(deps): update dependency rehype-slug to v6 (#1142)
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 Sep 2, 2023
1 parent d859e0c commit d94bb06
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-katex": "^6.0.3",
"rehype-slug": "^5.1.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^2.0.1",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
Expand Down
47 changes: 36 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3047,7 +3047,7 @@ __metadata:
rehype-autolink-headings: ^6.1.1
rehype-external-links: ^2.1.0
rehype-katex: ^6.0.3
rehype-slug: ^5.1.0
rehype-slug: ^6.0.0
remark-directive: ^2.0.1
remark-gemoji: ^7.0.1
remark-gfm: ^3.0.1
Expand Down Expand Up @@ -3359,6 +3359,15 @@ __metadata:
languageName: node
linkType: hard

"@types/hast@npm:^3.0.0":
version: 3.0.0
resolution: "@types/hast@npm:3.0.0"
dependencies:
"@types/unist": "*"
checksum: ac4c74bdc910101ece1b3cbce98ad559dc333f8d537756c2f1f136a03396e9d25e506fcd5db85663780a9a2683f5401bf42fa0935dc092171e622bfba1497172
languageName: node
linkType: hard

"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0, @types/istanbul-lib-coverage@npm:^2.0.1":
version: 2.0.3
resolution: "@types/istanbul-lib-coverage@npm:2.0.3"
Expand Down Expand Up @@ -7900,6 +7909,15 @@ __metadata:
languageName: node
linkType: hard

"hast-util-heading-rank@npm:^3.0.0":
version: 3.0.0
resolution: "hast-util-heading-rank@npm:3.0.0"
dependencies:
"@types/hast": ^3.0.0
checksum: e5ce4ec9e8017b24ab72702fa0dd401ec6eaf32574120d71c2aa4e8e0f43829dba2e291f49d305a47e8d65b82a9c5adad7985385dc5bc8370f8cec7c8f9313d3
languageName: node
linkType: hard

"hast-util-is-element@npm:^2.0.0":
version: 2.1.2
resolution: "hast-util-is-element@npm:2.1.2"
Expand Down Expand Up @@ -7951,6 +7969,15 @@ __metadata:
languageName: node
linkType: hard

"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-text@npm:^3.1.0":
version: 3.1.1
resolution: "hast-util-to-text@npm:3.1.1"
Expand Down Expand Up @@ -13543,18 +13570,16 @@ __metadata:
languageName: node
linkType: hard

"rehype-slug@npm:^5.1.0":
version: 5.1.0
resolution: "rehype-slug@npm:5.1.0"
"rehype-slug@npm:^6.0.0":
version: 6.0.0
resolution: "rehype-slug@npm:6.0.0"
dependencies:
"@types/hast": ^2.0.0
"@types/hast": ^3.0.0
github-slugger: ^2.0.0
hast-util-has-property: ^2.0.0
hast-util-heading-rank: ^2.0.0
hast-util-to-string: ^2.0.0
unified: ^10.0.0
unist-util-visit: ^4.0.0
checksum: 2a7c17fd74d83040e2f2ed2085b0a3274c19feb2c29eba6553fe007ff887c31f21b8aa6e07eaf59f4de610a5293c6339c59fafa8e231c43949a2f136e6ab6187
hast-util-heading-rank: ^3.0.0
hast-util-to-string: ^3.0.0
unist-util-visit: ^5.0.0
checksum: 0e13ec558eb142d14a6daeab21bbef7c9230bfabec45987e15a24283650226eae3898ad162b8cb29ee39a8bce536bcc013eeab7dc6faa0295b0e91612a8c9f6e
languageName: node
linkType: hard

Expand Down

1 comment on commit d94bb06

@vercel
Copy link

@vercel vercel bot commented on d94bb06 Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-sabertaz.vercel.app
blog-git-main-sabertaz.vercel.app
blog.tazimi.dev

Please sign in to comment.