Skip to content

Commit

Permalink
fix(deps): update dependency remark-github to v12 (#1161)
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] committed Sep 25, 2023
1 parent a1d6a90 commit 46cbaf0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"remark-directive": "^2.0.1",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"remark-github": "^12.0.0",
"remark-math": "^5.1.1",
"remark-mdx-code-meta": "^2.0.0",
"typed.js": "^2.0.132",
Expand Down
39 changes: 29 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@ __metadata:
remark-directive: ^2.0.1
remark-gemoji: ^8.0.0
remark-gfm: ^3.0.1
remark-github: ^11.2.4
remark-github: ^12.0.0
remark-math: ^5.1.1
remark-mdx-code-meta: ^2.0.0
start-server-and-test: ^2.0.1
Expand Down Expand Up @@ -10573,6 +10573,15 @@ __metadata:
languageName: node
linkType: hard

"mdast-util-to-string@npm:^4.0.0":
version: 4.0.0
resolution: "mdast-util-to-string@npm:4.0.0"
dependencies:
"@types/mdast": ^4.0.0
checksum: 35489fb5710d58cbc2d6c8b6547df161a3f81e0f28f320dfb3548a9393555daf07c310c0c497708e67ed4dfea4a06e5655799e7d631ca91420c288b4525d6c29
languageName: node
linkType: hard

"mdn-data@npm:2.0.14":
version: 2.0.14
resolution: "mdn-data@npm:2.0.14"
Expand Down Expand Up @@ -13920,16 +13929,17 @@ __metadata:
languageName: node
linkType: hard

"remark-github@npm:^11.2.4":
version: 11.2.4
resolution: "remark-github@npm:11.2.4"
"remark-github@npm:^12.0.0":
version: 12.0.0
resolution: "remark-github@npm:12.0.0"
dependencies:
"@types/mdast": ^3.0.0
mdast-util-find-and-replace: ^2.0.0
mdast-util-to-string: ^3.0.0
unified: ^10.0.0
unist-util-visit: ^4.0.0
checksum: 580f56ab9113d40e99b3cc31f869f4a0a006b66f806ab99ef2293b004e24c20f4b5c08e6f3f8677022a491d86b7fb4e3908cfb1c30c66c5fa1a04a83c03b46c8
"@types/mdast": ^4.0.0
mdast-util-find-and-replace: ^3.0.0
mdast-util-to-string: ^4.0.0
to-vfile: ^8.0.0
unist-util-visit: ^5.0.0
vfile: ^6.0.0
checksum: 0da878b3fcbdeffd42e7d55701afe5595bad1a175d9123fe36dfc8174c5afd01c9e7b2cf0fc4ecea6d2aff93caac6479a25059891c23b938bb9fd001aee382a4
languageName: node
linkType: hard

Expand Down Expand Up @@ -15599,6 +15609,15 @@ __metadata:
languageName: node
linkType: hard

"to-vfile@npm:^8.0.0":
version: 8.0.0
resolution: "to-vfile@npm:8.0.0"
dependencies:
vfile: ^6.0.0
checksum: 5d06278de55659ef16e933d8179a23b84f260f2d1bdbd049486f0f9408c06ed7d4e3950e518ee5892b04957877b6680154c930b1e711371a0db43fda85d62d2c
languageName: node
linkType: hard

"toggle-selection@npm:^1.0.6":
version: 1.0.6
resolution: "toggle-selection@npm:1.0.6"
Expand Down

1 comment on commit 46cbaf0

@vercel
Copy link

@vercel vercel bot commented on 46cbaf0 Sep 25, 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-git-main-sabertaz.vercel.app
blog.tazimi.dev
blog-sabertaz.vercel.app

Please sign in to comment.