Skip to content

Commit 8229721

Browse files
fix: upgrade @astrojs/starlight from 0.15.2 to 0.20.1 (#411)
Snyk has created this PR to upgrade @astrojs/starlight from 0.15.2 to 0.20.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/data-team-dt/project/ee034aa7-b6ce-4de5-8d0b-dfccab2c739c?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <[email protected]>
1 parent a970e68 commit 8229721

File tree

2 files changed

+105
-70
lines changed

2 files changed

+105
-70
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"astro": "^3.5.5",
15-
"@astrojs/starlight": "^0.15.0",
15+
"@astrojs/starlight": "^0.20.1",
1616
"sharp": "^0.32.5"
1717
}
1818
}

docs/yarn.lock

Lines changed: 104 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@
4040
unist-util-visit "^4.1.2"
4141
vfile "^5.3.7"
4242

43-
"@astrojs/markdown-remark@4.0.1":
44-
version "4.0.1"
45-
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-4.0.1.tgz#e7654e89a7da5e2b8ec557d940c87725a62fd09c"
46-
integrity sha512-RU4ESnqvyLpj8WZs0n5elS6idaDdtIIm7mIpMaRNPCebpxMjfcfdwcmBwz83ktAj5d2eO5bC3z92TcGdli+lRw==
43+
"@astrojs/markdown-remark@4.3.0":
44+
version "4.3.0"
45+
resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-4.3.0.tgz#040ae4d651eda32f8910e2caa2ad414b976d3abc"
46+
integrity sha512-iZOgYj/yNDvBRfKqkGuAvjeONhjQPq8Uk3HjyIgcTK5valq03NiUgSc5Ovq00yUVBeYJ/5EDx23c8xqtkkBlPw==
4747
dependencies:
4848
"@astrojs/prism" "^3.0.0"
4949
github-slugger "^2.0.0"
50+
hast-util-from-html "^2.0.0"
51+
hast-util-to-text "^4.0.0"
5052
import-meta-resolve "^4.0.0"
5153
mdast-util-definitions "^6.0.0"
5254
rehype-raw "^7.0.0"
@@ -55,17 +57,19 @@
5557
remark-parse "^11.0.0"
5658
remark-rehype "^11.0.0"
5759
remark-smartypants "^2.0.0"
58-
shikiji "^0.6.13"
60+
shiki "^1.1.2"
5961
unified "^11.0.4"
62+
unist-util-remove-position "^5.0.0"
6063
unist-util-visit "^5.0.0"
64+
unist-util-visit-parents "^6.0.0"
6165
vfile "^6.0.1"
6266

63-
"@astrojs/mdx@^2.0.0":
64-
version "2.0.3"
65-
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-2.0.3.tgz#4d091d6e00274c84464d2b547af4ad591435c8c4"
66-
integrity sha512-wFjQX5CihU5B4UAQNwc2R48ph0flpc6/yvDCFANE0agtgI2+BaVcAjuW0EhGOQCZ65dQDqnFKE0lvGs7EADYpg==
67+
"@astrojs/mdx@^2.1.1":
68+
version "2.2.0"
69+
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-2.2.0.tgz#1b3046d1777fab8e5e54b81997efc3e4087cf4ab"
70+
integrity sha512-EkcCniYdGwsh9k5LknqRrz/UyOnMNXdRk7fgDAw/zUDKnm7zgQAG8hIx0FxG1L2IINxLfu7IcjgZb3f5TFpxKw==
6771
dependencies:
68-
"@astrojs/markdown-remark" "4.0.1"
72+
"@astrojs/markdown-remark" "4.3.0"
6973
"@mdx-js/mdx" "^3.0.0"
7074
acorn "^8.11.2"
7175
es-module-lexer "^1.4.1"
@@ -88,30 +92,30 @@
8892
dependencies:
8993
prismjs "^1.29.0"
9094

91-
"@astrojs/sitemap@^3.0.3":
92-
version "3.0.4"
93-
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.0.4.tgz#15183ae76b7fb4a91bca9dfbc3d1b1345c2dc16a"
94-
integrity sha512-RSqiqs0oD8zTGaClHM0YB8n7e5En+Ihi+6qKthWf47pRkzHpENwlPGvKuEL0kUFXq+GzYot9e2JYH58gtr2q0w==
95+
"@astrojs/sitemap@^3.0.5":
96+
version "3.1.1"
97+
resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.1.1.tgz#2d0eb72d59f167f91067ff493f9b8cdf2be1cf20"
98+
integrity sha512-qPgdBIcDUaea98mTtLfi5z9oXZpzSjEn/kes70/Ex8FOZZ+DIHVKRYOLOtvy8p+FTXr/9oc7BjmIbTYmYLLJVg==
9599
dependencies:
96100
sitemap "^7.1.1"
97101
zod "^3.22.4"
98102

99-
"@astrojs/starlight@^0.15.0":
100-
version "0.15.2"
101-
resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.15.2.tgz#51ca8bdd168b236813aac3f8e5d4c37d2f5381a1"
102-
integrity sha512-HGs8IWAVsJI2wc8eIotXNavM3LDi6RVeGHI0PqsP4jdK0qB3mXC8VIBMaeSYP9ySUbX2JwNTdJgp3jDfrXtopA==
103+
"@astrojs/starlight@^0.20.1":
104+
version "0.20.1"
105+
resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.20.1.tgz#3e4bf9974944eadf3bf640c8a19a3eabf65226ab"
106+
integrity sha512-MRkX937Q50H6Ly2QnYn+VmG2O+RjsdZl4gAXpfknWpDcxhB8pdUdddgTVAKfrc0czlhm9kzd/sF05CRB9nakqQ==
103107
dependencies:
104-
"@astrojs/mdx" "^2.0.0"
105-
"@astrojs/sitemap" "^3.0.3"
108+
"@astrojs/mdx" "^2.1.1"
109+
"@astrojs/sitemap" "^3.0.5"
106110
"@pagefind/default-ui" "^1.0.3"
107111
"@types/hast" "^3.0.3"
108112
"@types/mdast" "^4.0.3"
109-
astro-expressive-code "^0.30.1"
113+
astro-expressive-code "^0.33.4"
110114
bcp-47 "^2.1.0"
111-
execa "^8.0.1"
112115
hast-util-select "^6.0.2"
113116
hastscript "^8.0.0"
114117
mdast-util-directive "^3.0.0"
118+
mdast-util-to-markdown "^2.1.0"
115119
pagefind "^1.0.3"
116120
rehype "^13.0.1"
117121
remark-directive "^3.0.0"
@@ -567,39 +571,39 @@
567571
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.3.tgz#e5036be529f757e58d9a7771f2f1b14782986a74"
568572
integrity sha512-FbUN+0ZRXsypPyWE2IwIkVjDkDnJoMJARWOcFZn4KPPli+QnKqF0z1anvfaYe3ev5HFCpRDLLBDHyOALLppWHw==
569573

570-
"@expressive-code/core@^0.30.2":
571-
version "0.30.2"
572-
resolved "https://registry.yarnpkg.com/@expressive-code/core/-/core-0.30.2.tgz#1019c66c0656918100ea36b1c5aee4acfd0ebe07"
573-
integrity sha512-haWKg3hb1Pc9nwfE+ceolRRhU/dM4pBJtWvc08vXvmZh4fEZyvBS0B3qdbNncUif/1YEfxi73PMSk1HtctHmBg==
574+
"@expressive-code/core@^0.33.5":
575+
version "0.33.5"
576+
resolved "https://registry.yarnpkg.com/@expressive-code/core/-/core-0.33.5.tgz#46b0e77cebee3469a38b541e69d8e491fec88da0"
577+
integrity sha512-KL0EkKAvd7SSIQL3ZIP19xqe4xNjBaQYNvcJC6RmoBUnQpvxaJNFwRxCBEF/X0ftJEMaSG7WTrabZ9c/zFeqmA==
574578
dependencies:
575579
"@ctrl/tinycolor" "^3.6.0"
576580
hast-util-to-html "^8.0.4"
577581
hastscript "^7.2.0"
578582
postcss "^8.4.21"
579583
postcss-nested "^6.0.1"
580584

581-
"@expressive-code/plugin-frames@^0.30.2":
582-
version "0.30.2"
583-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-frames/-/plugin-frames-0.30.2.tgz#aef1ac4e2db70db1edef6509d13f52bf26d47d14"
584-
integrity sha512-vsY275FmVMPXz2n6lCirFArqUTogl2tVqWldhRaLUwz92Zm6y90nZrEKLQlZfdD0D86jrlW350SPRofVm/ISnw==
585+
"@expressive-code/plugin-frames@^0.33.5":
586+
version "0.33.5"
587+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-frames/-/plugin-frames-0.33.5.tgz#9a811c6b5fef3073b87aca6684dee2918b61d83c"
588+
integrity sha512-lFt/gbnZscBSxHovg4XiWohp5nrxk4McS6RGABdj6+0gJcX8/YrFTM23GKBIkaDePxdDidVY0jQYGYDL/RrQHw==
585589
dependencies:
586-
"@expressive-code/core" "^0.30.2"
590+
"@expressive-code/core" "^0.33.5"
587591
hastscript "^7.2.0"
588592

589-
"@expressive-code/plugin-shiki@^0.30.2":
590-
version "0.30.2"
591-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-shiki/-/plugin-shiki-0.30.2.tgz#2e93c851e96ac2bf64df73a3e1e7c13904d1520b"
592-
integrity sha512-9tEHuJJpeln9LqyXk91YHs9DVEamde4mrXVT7XS0v3KgthAOqFyFeldVE1WJVN1sMqEP+c3W080g33+PjJOY6Q==
593+
"@expressive-code/plugin-shiki@^0.33.5":
594+
version "0.33.5"
595+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-shiki/-/plugin-shiki-0.33.5.tgz#fd195c657104def1c0075ccaf936c4c486bcef9a"
596+
integrity sha512-LWgttQTUrIPE1X+Lya1qFWiX47tH2AS2hkbj/cZoWkdiSjn6zUvtTypK/2Xn6Rgn6z6ClzpgHvkXRqFn7nAB4A==
593597
dependencies:
594-
"@expressive-code/core" "^0.30.2"
595-
shikiji "^0.8.0"
598+
"@expressive-code/core" "^0.33.5"
599+
shiki "^1.1.7"
596600

597-
"@expressive-code/plugin-text-markers@^0.30.2":
598-
version "0.30.2"
599-
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.30.2.tgz#b2a4b5997c703bda1c199b90575b567eb207f4a1"
600-
integrity sha512-SUz6f2je7zgG6elcYmBdZczO4JfF/1VVCUTwWWdwuYHDSfyfpS9ySQBbERzH8zGGfT6FU62V0MwXzVxrNujeKA==
601+
"@expressive-code/plugin-text-markers@^0.33.5":
602+
version "0.33.5"
603+
resolved "https://registry.yarnpkg.com/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.33.5.tgz#fe82ee016a65f94767258c799572ac5eac9b509b"
604+
integrity sha512-JxSHL1MGrJAPNaUMjFXex3K+9NJDbfew9H6PmX8LQ+fm9VNQdtBYTAz/x7nqOk7bkTrtAZK5RfDqUfb8U5M+2A==
601605
dependencies:
602-
"@expressive-code/core" "^0.30.2"
606+
"@expressive-code/core" "^0.33.5"
603607
hastscript "^7.2.0"
604608
unist-util-visit-parents "^5.1.3"
605609

@@ -715,6 +719,11 @@
715719
resolved "https://registry.yarnpkg.com/@pagefind/windows-x64/-/windows-x64-1.0.3.tgz#686c46cb274e087362d0a8d6ff03e89a10ee508e"
716720
integrity sha512-S+Yq4FyvXJm4F+iN/wRiLvEEF8Xs9lTKGtQGaRHXJslQyl65dytDDPIULXJXIadrDbnMrnTt4C2YHmEUIyUIHg==
717721

722+
"@shikijs/[email protected]":
723+
version "1.2.0"
724+
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.2.0.tgz#c19d1a4d4807d31aa02e9d822aa13da873e6f2e7"
725+
integrity sha512-OlFvx+nyr5C8zpcMBnSGir0YPD6K11uYhouqhNmm1qLiis4GA7SsGtu07r9gKS9omks8RtQqHrJL4S+lqWK01A==
726+
718727
"@types/acorn@^4.0.0":
719728
version "4.0.6"
720729
resolved "https://registry.yarnpkg.com/@types/acorn/-/acorn-4.0.6.tgz#d61ca5480300ac41a7d973dd5b84d0a591154a22"
@@ -942,12 +951,13 @@ astring@^1.8.0:
942951
resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.6.tgz#2c9c157cf1739d67561c56ba896e6948f6b93731"
943952
integrity sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==
944953

945-
astro-expressive-code@^0.30.1:
946-
version "0.30.2"
947-
resolved "https://registry.yarnpkg.com/astro-expressive-code/-/astro-expressive-code-0.30.2.tgz#2908833a99975124e1ac0b512ec87e2361d090e9"
948-
integrity sha512-W35TZcsYT5WTcLh+HeSZGK9zvkRvzE0PM1dVWX1EwKfgdGyUMb7W8L3XWkzsnaA9VxdkbCNr4y8PJ7KMRLEf6g==
954+
astro-expressive-code@^0.33.4:
955+
version "0.33.5"
956+
resolved "https://registry.yarnpkg.com/astro-expressive-code/-/astro-expressive-code-0.33.5.tgz#31ce649a8b8838ee0a6f6506406d9453ecd1a955"
957+
integrity sha512-9JAyllueMUN8JTl/h/yTdbKinNmfalEWcV11s3lSf/UJQbAZfWJuy+IlGcArZDI/CmD21GXhFHLqYthpdY33ug==
949958
dependencies:
950-
remark-expressive-code "^0.30.2"
959+
hast-util-to-html "^8.0.4"
960+
remark-expressive-code "^0.33.5"
951961

952962
astro@^3.5.5:
953963
version "3.6.4"
@@ -1580,15 +1590,15 @@ expand-template@^2.0.3:
15801590
resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c"
15811591
integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==
15821592

1583-
expressive-code@^0.30.2:
1584-
version "0.30.2"
1585-
resolved "https://registry.yarnpkg.com/expressive-code/-/expressive-code-0.30.2.tgz#e7943931596dbb3294396e482c7f6fa877dfe256"
1586-
integrity sha512-xnQIUxFduqomZLP7oJEzA4+yi9Yy3lH3ahvbpjVFA7kn9sxHsv5ZamJC0JCctnkAerwomKu9S7rnhqhLT73T2g==
1593+
expressive-code@^0.33.5:
1594+
version "0.33.5"
1595+
resolved "https://registry.yarnpkg.com/expressive-code/-/expressive-code-0.33.5.tgz#01d334608ad20118e5739980b04ca269784f4dc3"
1596+
integrity sha512-UPg2jSvZEfXPiCa4MKtMoMQ5Hwiv7In5/LSCa/ukhjzZqPO48iVsCcEBgXWEUmEAQ02P0z00/xFfBmVnUKH+Zw==
15871597
dependencies:
1588-
"@expressive-code/core" "^0.30.2"
1589-
"@expressive-code/plugin-frames" "^0.30.2"
1590-
"@expressive-code/plugin-shiki" "^0.30.2"
1591-
"@expressive-code/plugin-text-markers" "^0.30.2"
1598+
"@expressive-code/core" "^0.33.5"
1599+
"@expressive-code/plugin-frames" "^0.33.5"
1600+
"@expressive-code/plugin-shiki" "^0.33.5"
1601+
"@expressive-code/plugin-text-markers" "^0.33.5"
15921602

15931603
extend-shallow@^2.0.1:
15941604
version "2.0.1"
@@ -1776,6 +1786,13 @@ hast-util-has-property@^3.0.0:
17761786
dependencies:
17771787
"@types/hast" "^3.0.0"
17781788

1789+
hast-util-is-element@^3.0.0:
1790+
version "3.0.0"
1791+
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz#6e31a6532c217e5b533848c7e52c9d9369ca0932"
1792+
integrity sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==
1793+
dependencies:
1794+
"@types/hast" "^3.0.0"
1795+
17791796
hast-util-parse-selector@^3.0.0:
17801797
version "3.1.1"
17811798
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz#25ab00ae9e75cbc62cf7a901f68a247eade659e2"
@@ -1958,6 +1975,16 @@ hast-util-to-string@^3.0.0:
19581975
dependencies:
19591976
"@types/hast" "^3.0.0"
19601977

1978+
hast-util-to-text@^4.0.0:
1979+
version "4.0.0"
1980+
resolved "https://registry.yarnpkg.com/hast-util-to-text/-/hast-util-to-text-4.0.0.tgz#7f33a45d0bf7981ead44e82d9d8d75f511b3642f"
1981+
integrity sha512-EWiE1FSArNBPUo1cKWtzqgnuRQwEeQbQtnFJRYV1hb1BWDgrAlBU0ExptvZMM/KSA82cDpm2sFGf3Dmc5Mza3w==
1982+
dependencies:
1983+
"@types/hast" "^3.0.0"
1984+
"@types/unist" "^3.0.0"
1985+
hast-util-is-element "^3.0.0"
1986+
unist-util-find-after "^5.0.0"
1987+
19611988
hast-util-whitespace@^2.0.0:
19621989
version "2.0.1"
19631990
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz#0ec64e257e6fc216c7d14c8a1b74d27d650b4557"
@@ -2625,7 +2652,7 @@ mdast-util-to-markdown@^1.0.0, mdast-util-to-markdown@^1.3.0:
26252652
unist-util-visit "^4.0.0"
26262653
zwitch "^2.0.0"
26272654

2628-
mdast-util-to-markdown@^2.0.0:
2655+
mdast-util-to-markdown@^2.0.0, mdast-util-to-markdown@^2.1.0:
26292656
version "2.1.0"
26302657
resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz#9813f1d6e0cdaac7c244ec8c6dabfdb2102ea2b4"
26312658
integrity sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==
@@ -3854,12 +3881,12 @@ remark-directive@^3.0.0:
38543881
micromark-extension-directive "^3.0.0"
38553882
unified "^11.0.0"
38563883

3857-
remark-expressive-code@^0.30.2:
3858-
version "0.30.2"
3859-
resolved "https://registry.yarnpkg.com/remark-expressive-code/-/remark-expressive-code-0.30.2.tgz#beb0618603a8dbeb62a35e7217cd1830b694cd93"
3860-
integrity sha512-b6JnytW+CChkp2f29DtQsoFo80SKAJibvalm0SvmuReqQvN6OndPAvF7q5M9NCIYH/WB5H75G/kzSaeas+9Dyg==
3884+
remark-expressive-code@^0.33.5:
3885+
version "0.33.5"
3886+
resolved "https://registry.yarnpkg.com/remark-expressive-code/-/remark-expressive-code-0.33.5.tgz#8ac2a19f362dc77be0fe03a2c3d761952d831fc9"
3887+
integrity sha512-E4CZq3AuUXLu6or0AaDKkgsHYqmnm4ZL8/+1/8YgwtKcogHwTMRJfQtxkZpth90QQoNUpsapvm5x5n3Np2OC9w==
38613888
dependencies:
3862-
expressive-code "^0.30.2"
3889+
expressive-code "^0.33.5"
38633890
hast-util-to-html "^8.0.4"
38643891
unist-util-visit "^4.1.2"
38653892

@@ -4099,20 +4126,20 @@ shebang-regex@^3.0.0:
40994126
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
41004127
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
41014128

4102-
shikiji@^0.6.13, shikiji@^0.6.8:
4129+
shiki@^1.1.2, shiki@^1.1.7:
4130+
version "1.2.0"
4131+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.2.0.tgz#7f1b6917cbb10daa1ac3ae62fa29b40c494e2812"
4132+
integrity sha512-xLhiTMOIUXCv5DqJ4I70GgQCtdlzsTqFLZWcMHHG3TAieBUbvEGthdrlPDlX4mL/Wszx9C6rEcxU6kMlg4YlxA==
4133+
dependencies:
4134+
"@shikijs/core" "1.2.0"
4135+
4136+
shikiji@^0.6.8:
41034137
version "0.6.13"
41044138
resolved "https://registry.yarnpkg.com/shikiji/-/shikiji-0.6.13.tgz#c021bb8c2fabbc452bcf7e7030474cbe8fe3aadb"
41054139
integrity sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==
41064140
dependencies:
41074141
hast-util-to-html "^9.0.0"
41084142

4109-
shikiji@^0.8.0:
4110-
version "0.8.7"
4111-
resolved "https://registry.yarnpkg.com/shikiji/-/shikiji-0.8.7.tgz#556647c49546ba14ca6fe32904045ebcc3ae58e2"
4112-
integrity sha512-j5usxwI0yHkDTHOuhuSJl9+wT5CNYeYO82dJMSJBlJ/NYT5SIebGcPoL6y9QOyH15wGrJC4LOP2nz5k8mUDGRQ==
4113-
dependencies:
4114-
hast-util-to-html "^9.0.0"
4115-
41164143
signal-exit@^3.0.2:
41174144
version "3.0.7"
41184145
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
@@ -4412,6 +4439,14 @@ unified@^11.0.0, unified@^11.0.4:
44124439
trough "^2.0.0"
44134440
vfile "^6.0.0"
44144441

4442+
unist-util-find-after@^5.0.0:
4443+
version "5.0.0"
4444+
resolved "https://registry.yarnpkg.com/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz#3fccc1b086b56f34c8b798e1ff90b5c54468e896"
4445+
integrity sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==
4446+
dependencies:
4447+
"@types/unist" "^3.0.0"
4448+
unist-util-is "^6.0.0"
4449+
44154450
unist-util-generated@^2.0.0:
44164451
version "2.0.1"
44174452
resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-2.0.1.tgz#e37c50af35d3ed185ac6ceacb6ca0afb28a85cae"

0 commit comments

Comments
 (0)