Skip to content

Commit 8b6b490

Browse files
Bump mdast-util-to-hast from 12.2.6 to 12.3.0 (#63)
2 parents b6717ac + e17bdca commit 8b6b490

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"hast-util-sanitize": "^4.1.0",
3939
"lodash": "^4.17.21",
4040
"mdast-util-from-markdown": "^1.3.0",
41-
"mdast-util-to-hast": "^12.2.6",
41+
"mdast-util-to-hast": "^12.3.0",
4242
"micromark-core-commonmark": "^1.0.6",
4343
"micromark-factory-space": "^1.0.0",
4444
"micromark-util-character": "^1.1.0",

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,17 +3552,16 @@ mdast-util-gfm@^2.0.0:
35523552
mdast-util-gfm-task-list-item "^1.0.0"
35533553
mdast-util-to-markdown "^1.0.0"
35543554

3555-
mdast-util-to-hast@^12.1.0, mdast-util-to-hast@^12.2.6:
3556-
version "12.2.6"
3557-
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-12.2.6.tgz#fb90830f427de8d2a7518753e560435531b97ee6"
3558-
integrity sha512-Kfo1JNUsi6r6CI7ZOJ6yt/IEKMjMK4nNjQ8C+yc8YBbIlDSp9dmj0zY90ryiu6Vy4CVGv0zi1H4ZoIaYVV8cwA==
3555+
mdast-util-to-hast@^12.1.0, mdast-util-to-hast@^12.3.0:
3556+
version "12.3.0"
3557+
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz#045d2825fb04374e59970f5b3f279b5700f6fb49"
3558+
integrity sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==
35593559
dependencies:
35603560
"@types/hast" "^2.0.0"
35613561
"@types/mdast" "^3.0.0"
35623562
mdast-util-definitions "^5.0.0"
35633563
micromark-util-sanitize-uri "^1.1.0"
35643564
trim-lines "^3.0.0"
3565-
unist-builder "^3.0.0"
35663565
unist-util-generated "^2.0.0"
35673566
unist-util-position "^4.0.0"
35683567
unist-util-visit "^4.0.0"
@@ -5023,13 +5022,6 @@ unified@^10.0.0, unified@^10.1.2:
50235022
trough "^2.0.0"
50245023
vfile "^5.0.0"
50255024

5026-
unist-builder@^3.0.0:
5027-
version "3.0.0"
5028-
resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-3.0.0.tgz#728baca4767c0e784e1e64bb44b5a5a753021a04"
5029-
integrity sha512-GFxmfEAa0vi9i5sd0R2kcrI9ks0r82NasRq5QHh2ysGngrc6GiqD5CDf1FjPenY4vApmFASBIIlk/jj5J5YbmQ==
5030-
dependencies:
5031-
"@types/unist" "^2.0.0"
5032-
50335025
unist-util-generated@^2.0.0:
50345026
version "2.0.0"
50355027
resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-2.0.0.tgz#86fafb77eb6ce9bfa6b663c3f5ad4f8e56a60113"

0 commit comments

Comments
 (0)