Skip to content

Commit f1c5f29

Browse files
authoredAug 6, 2024··
fix(deps): update dependency @theguild/components to v6.6.3 (#10065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d09bd1 commit f1c5f29

File tree

2 files changed

+110
-106
lines changed

2 files changed

+110
-106
lines changed
 

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@graphql-codegen/urql-introspection": "2.2.1",
6868
"@mizdra/graphql-codegen-typescript-fabbrica": "^0.3.0",
6969
"@monaco-editor/react": "4.5.2",
70-
"@theguild/components": "6.6.0",
70+
"@theguild/components": "6.6.3",
7171
"classnames": "2.3.2",
7272
"date-fns": "2.30.0",
7373
"dedent": "1.5.1",

‎yarn.lock

+109-105
Original file line numberDiff line numberDiff line change
@@ -4051,18 +4051,18 @@
40514051
"@tanstack/query-core" "4.33.0"
40524052
use-sync-external-store "^1.2.0"
40534053

4054-
"@theguild/components@6.6.0":
4055-
version "6.6.0"
4056-
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-6.6.0.tgz#e10a3bdf41b89e7c33ac8f1e62b4be38a6306cc5"
4057-
integrity sha512-8FsuzzsiunwNfnnaNdqPXt/IBUCN1sFxDAS03FWMjJToqnj690qiSY6ZJYFUfOqbvCcuUZBW4boKfxaeuxS/Aw==
4054+
"@theguild/components@6.6.3":
4055+
version "6.6.3"
4056+
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-6.6.3.tgz#b27250f53599474140938e8ab0acf76bb992446e"
4057+
integrity sha512-o6VPgD7cL6JTwwvjaI84DpqFMM/HLqiN/ErVZn+D2xruV9p55F9r22xK3nsnnXSmz95LndXMzof6sJN8PSwKHw==
40584058
dependencies:
40594059
"@giscus/react" "3.0.0"
40604060
"@next/bundle-analyzer" "14.2.5"
40614061
clsx "2.1.1"
40624062
fuzzy "0.1.3"
40634063
next-videos "1.5.0"
4064-
nextra "3.0.0-alpha.25"
4065-
nextra-theme-docs "3.0.0-alpha.25"
4064+
nextra "3.0.0-alpha.28"
4065+
nextra-theme-docs "3.0.0-alpha.28"
40664066
react-paginate "8.2.0"
40674067
react-player "2.16.0"
40684068
remark-mdx-disable-explicit-jsx "0.1.0"
@@ -4097,10 +4097,10 @@
40974097
dependencies:
40984098
prettier-plugin-sh "^0.12.8"
40994099

4100-
"@theguild/remark-mermaid@^0.0.5":
4101-
version "0.0.5"
4102-
resolved "https://registry.yarnpkg.com/@theguild/remark-mermaid/-/remark-mermaid-0.0.5.tgz#0f95671d247381f416e528e937be08bb7a695224"
4103-
integrity sha512-e+ZIyJkEv9jabI4m7q29wZtZv+2iwPGsXJ2d46Zi7e+QcFudiyuqhLhHG/3gX3ZEB+hxTch+fpItyMS8jwbIcw==
4100+
"@theguild/remark-mermaid@^0.0.7":
4101+
version "0.0.7"
4102+
resolved "https://registry.yarnpkg.com/@theguild/remark-mermaid/-/remark-mermaid-0.0.7.tgz#a3502f83af2f6a6ce4b5ed18bcb915af79e3443e"
4103+
integrity sha512-sh2xlwOllU6Abh+MPWdJDlNwirDcjdlH1wrDWxNLFNVbEzyVb1BTwhecc6ot5hxBUe38z1Ecja8xor9Wkb61gg==
41044104
dependencies:
41054105
mermaid "^10.2.2"
41064106
unist-util-visit "^5.0.0"
@@ -4394,12 +4394,12 @@
43944394
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
43954395
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
43964396

4397-
"@types/nlcst@^1.0.0":
4398-
version "1.0.4"
4399-
resolved "https://registry.yarnpkg.com/@types/nlcst/-/nlcst-1.0.4.tgz#3b8a9c279a2367602512588a0ba6a0e93634ee3e"
4400-
integrity sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==
4397+
"@types/nlcst@^2.0.0":
4398+
version "2.0.3"
4399+
resolved "https://registry.yarnpkg.com/@types/nlcst/-/nlcst-2.0.3.tgz#31cad346eaab48a9a8a58465d3d05e2530dda762"
4400+
integrity sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==
44014401
dependencies:
4402-
"@types/unist" "^2"
4402+
"@types/unist" "*"
44034403

44044404
"@types/node@*", "@types/node@18.19.39", "@types/node@^18.11.18":
44054405
version "18.19.39"
@@ -4509,7 +4509,7 @@
45094509
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
45104510
integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
45114511

4512-
"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
4512+
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
45134513
version "2.0.10"
45144514
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
45154515
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
@@ -12249,10 +12249,10 @@ next@14.2.3:
1224912249
"@next/swc-win32-ia32-msvc" "14.2.3"
1225012250
"@next/swc-win32-x64-msvc" "14.2.3"
1225112251

12252-
nextra-theme-docs@3.0.0-alpha.25:
12253-
version "3.0.0-alpha.25"
12254-
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-3.0.0-alpha.25.tgz#ae46cd693efd0a20aca805ac55f3f42af91bb676"
12255-
integrity sha512-1B9CyQW0Cs+H7En9ZN+qoFP4wHrmdMolzLX3LUdBzypHevu2YjN5p6f5JzvORdf92yUBEmCEaUD69C0N/Rmx6g==
12252+
nextra-theme-docs@3.0.0-alpha.28:
12253+
version "3.0.0-alpha.28"
12254+
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-3.0.0-alpha.28.tgz#8db6869118ff5ba2e1b223b6341c7d85764d7d94"
12255+
integrity sha512-6n200ue1EKv/Eo7chkoKDLJ2gQ01R+hfdwp5xhzpSaqdiudqtsbUlDPEuwBBW0mQbLCUN80yNQanV4GjUg6/oA==
1225612256
dependencies:
1225712257
"@headlessui/react" "^1.7.17"
1225812258
"@popperjs/core" "^2.11.8"
@@ -12265,17 +12265,17 @@ nextra-theme-docs@3.0.0-alpha.25:
1226512265
scroll-into-view-if-needed "^3.1.0"
1226612266
zod "^3.22.3"
1226712267

12268-
nextra@3.0.0-alpha.25:
12269-
version "3.0.0-alpha.25"
12270-
resolved "https://registry.yarnpkg.com/nextra/-/nextra-3.0.0-alpha.25.tgz#211eca706cae38510c82fb5e5bbc3e8b7437cac8"
12271-
integrity sha512-vikr4bJm75j9V5kMWxmUMphDDaoTxRUvdImmKPhIFd+Fg0LYJJJnpuuV4mf7w0I8uPlfob8ETRK1j776GKAMRw==
12268+
nextra@3.0.0-alpha.28:
12269+
version "3.0.0-alpha.28"
12270+
resolved "https://registry.yarnpkg.com/nextra/-/nextra-3.0.0-alpha.28.tgz#6c09b7c863a9723d10cafd4f91fcfd1db08c3001"
12271+
integrity sha512-sw/Jdp/c1jS1Hpk2aPs7Y2G3c5lU3ijyXTATr9zUfn35zpneNf+70No8XKxXFo+nWO0CRHwVB15Ya+DNsvaYtQ==
1227212272
dependencies:
1227312273
"@headlessui/react" "^1.7.17"
1227412274
"@mdx-js/mdx" "^3.0.0"
1227512275
"@mdx-js/react" "^3.0.0"
1227612276
"@napi-rs/simple-git" "^0.1.9"
1227712277
"@shikijs/twoslash" "^1.0.0"
12278-
"@theguild/remark-mermaid" "^0.0.5"
12278+
"@theguild/remark-mermaid" "^0.0.7"
1227912279
"@theguild/remark-npm2yarn" "0.3.0"
1228012280
better-react-mathjax "^2.0.3"
1228112281
clsx "^2.0.0"
@@ -12286,30 +12286,30 @@ nextra@3.0.0-alpha.25:
1228612286
gray-matter "^4.0.3"
1228712287
hast-util-to-estree "^3.1.0"
1228812288
katex "^0.16.9"
12289-
p-limit "^4.0.0"
12289+
p-limit "^6.0.0"
1229012290
rehype-katex "^7.0.0"
12291-
rehype-pretty-code "0.13.0"
12291+
rehype-pretty-code "0.13.2"
1229212292
rehype-raw "^7.0.0"
1229312293
remark-frontmatter "^5.0.0"
1229412294
remark-gfm "^4.0.0"
1229512295
remark-math "^6.0.0"
1229612296
remark-reading-time "^2.0.1"
12297-
remark-smartypants "^2.1.0"
12297+
remark-smartypants "^3.0.0"
1229812298
shiki "^1.0.0"
1229912299
slash "^5.1.0"
1230012300
title "^3.5.3"
1230112301
unist-util-remove "^4.0.0"
1230212302
unist-util-visit "^5.0.0"
1230312303
yaml "^2.3.2"
1230412304
zod "^3.22.3"
12305-
zod-validation-error "^1.5.0"
12305+
zod-validation-error "^3.0.0"
1230612306

12307-
nlcst-to-string@^3.0.0:
12308-
version "3.1.1"
12309-
resolved "https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz#83b90f2e1ee2081e14701317efc26d3bbadc806e"
12310-
integrity sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==
12307+
nlcst-to-string@^4.0.0:
12308+
version "4.0.0"
12309+
resolved "https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz#05511e8461ebfb415952eb0b7e9a1a7d40471bd4"
12310+
integrity sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==
1231112311
dependencies:
12312-
"@types/nlcst" "^1.0.0"
12312+
"@types/nlcst" "^2.0.0"
1231312313

1231412314
no-case@^3.0.4:
1231512315
version "3.0.4"
@@ -12652,6 +12652,13 @@ p-limit@^4.0.0:
1265212652
dependencies:
1265312653
yocto-queue "^1.0.0"
1265412654

12655+
p-limit@^6.0.0:
12656+
version "6.1.0"
12657+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-6.1.0.tgz#d91f9364d3fdff89b0a45c70d04ad4e0df30a0e8"
12658+
integrity sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg==
12659+
dependencies:
12660+
yocto-queue "^1.1.1"
12661+
1265512662
p-locate@^4.1.0:
1265612663
version "4.1.0"
1265712664
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -12759,14 +12766,17 @@ parse-json@^7.0.0:
1275912766
lines-and-columns "^2.0.3"
1276012767
type-fest "^3.8.0"
1276112768

12762-
parse-latin@^5.0.0:
12763-
version "5.0.1"
12764-
resolved "https://registry.yarnpkg.com/parse-latin/-/parse-latin-5.0.1.tgz#f3b4fac54d06f6a0501cf8b8ecfafa4cbb4f2f47"
12765-
integrity sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==
12769+
parse-latin@^7.0.0:
12770+
version "7.0.0"
12771+
resolved "https://registry.yarnpkg.com/parse-latin/-/parse-latin-7.0.0.tgz#8dfacac26fa603f76417f36233fc45602a323e1d"
12772+
integrity sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==
1276612773
dependencies:
12767-
nlcst-to-string "^3.0.0"
12768-
unist-util-modify-children "^3.0.0"
12769-
unist-util-visit-children "^2.0.0"
12774+
"@types/nlcst" "^2.0.0"
12775+
"@types/unist" "^3.0.0"
12776+
nlcst-to-string "^4.0.0"
12777+
unist-util-modify-children "^4.0.0"
12778+
unist-util-visit-children "^3.0.0"
12779+
vfile "^6.0.0"
1277012780

1277112781
parse-numeric-range@^1.3.0:
1277212782
version "1.3.0"
@@ -13758,10 +13768,10 @@ rehype-parse@^9.0.0:
1375813768
hast-util-from-html "^2.0.0"
1375913769
unified "^11.0.0"
1376013770

13761-
rehype-pretty-code@0.13.0:
13762-
version "0.13.0"
13763-
resolved "https://registry.yarnpkg.com/rehype-pretty-code/-/rehype-pretty-code-0.13.0.tgz#e7de5217af907b2ff32ea441827c0b7ccdfc079b"
13764-
integrity sha512-+22dz1StXlF7dlMyOySNaVxgcGhMI4BCxq0JxJJPWYGiKsI6cu5jyuIKGHXHvH18D8sv1rdKtvsY9UEfN3++SQ==
13771+
rehype-pretty-code@0.13.2:
13772+
version "0.13.2"
13773+
resolved "https://registry.yarnpkg.com/rehype-pretty-code/-/rehype-pretty-code-0.13.2.tgz#4c5a43bcaa060453c137490b8bbe5a06d9b8ee82"
13774+
integrity sha512-F+PaFMscfJOcSHcR2b//+hk/0jT56hmGDqXcVD6VC9j0CUSGiqv8YxaWUyhR7qEIRRSbzAVxx+0uxzk+akXs+w==
1376513775
dependencies:
1376613776
"@types/hast" "^3.0.4"
1376713777
hast-util-to-string "^3.0.0"
@@ -13895,13 +13905,14 @@ remark-rehype@^11.0.0:
1389513905
unified "^11.0.0"
1389613906
vfile "^6.0.0"
1389713907

13898-
remark-smartypants@^2.1.0:
13899-
version "2.1.0"
13900-
resolved "https://registry.yarnpkg.com/remark-smartypants/-/remark-smartypants-2.1.0.tgz#afd26d8ff40def346c6516e38b46994449fb2efe"
13901-
integrity sha512-qoF6Vz3BjU2tP6OfZqHOvCU0ACmu/6jhGaINSQRI9mM7wCxNQTKB3JUAN4SVoN2ybElEDTxBIABRep7e569iJw==
13908+
remark-smartypants@^3.0.0:
13909+
version "3.0.2"
13910+
resolved "https://registry.yarnpkg.com/remark-smartypants/-/remark-smartypants-3.0.2.tgz#cbaf2b39624c78fcbd6efa224678c1d2e9bc1dfb"
13911+
integrity sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==
1390213912
dependencies:
13903-
retext "^8.1.0"
13904-
retext-smartypants "^5.2.0"
13913+
retext "^9.0.0"
13914+
retext-smartypants "^6.0.0"
13915+
unified "^11.0.4"
1390513916
unist-util-visit "^5.0.0"
1390613917

1390713918
remark-stringify@^11.0.0:
@@ -14018,44 +14029,42 @@ restore-cursor@^3.1.0:
1401814029
onetime "^5.1.0"
1401914030
signal-exit "^3.0.2"
1402014031

14021-
retext-latin@^3.0.0:
14022-
version "3.1.0"
14023-
resolved "https://registry.yarnpkg.com/retext-latin/-/retext-latin-3.1.0.tgz#72b0176af2c69a373fd0d37eadd3924418bb3a89"
14024-
integrity sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==
14032+
retext-latin@^4.0.0:
14033+
version "4.0.0"
14034+
resolved "https://registry.yarnpkg.com/retext-latin/-/retext-latin-4.0.0.tgz#d02498aa1fd39f1bf00e2ff59b1384c05d0c7ce3"
14035+
integrity sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==
1402514036
dependencies:
14026-
"@types/nlcst" "^1.0.0"
14027-
parse-latin "^5.0.0"
14028-
unherit "^3.0.0"
14029-
unified "^10.0.0"
14037+
"@types/nlcst" "^2.0.0"
14038+
parse-latin "^7.0.0"
14039+
unified "^11.0.0"
1403014040

14031-
retext-smartypants@^5.2.0:
14032-
version "5.2.0"
14033-
resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-5.2.0.tgz#da9cb79cc60f36aa33a20a462dfc663bec0068b4"
14034-
integrity sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==
14041+
retext-smartypants@^6.0.0:
14042+
version "6.1.0"
14043+
resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-6.1.0.tgz#59a005113c3e63a0045ebc8b3edbb31d0a1d2a55"
14044+
integrity sha512-LDPXg95346bqFZnDMHo0S7Rq5p64+B+N8Vz733+wPMDtwb9rCOs9LIdIEhrUOU+TAywX9St+ocQWJt8wrzivcQ==
1403514045
dependencies:
14036-
"@types/nlcst" "^1.0.0"
14037-
nlcst-to-string "^3.0.0"
14038-
unified "^10.0.0"
14039-
unist-util-visit "^4.0.0"
14046+
"@types/nlcst" "^2.0.0"
14047+
nlcst-to-string "^4.0.0"
14048+
unist-util-visit "^5.0.0"
1404014049

14041-
retext-stringify@^3.0.0:
14042-
version "3.1.0"
14043-
resolved "https://registry.yarnpkg.com/retext-stringify/-/retext-stringify-3.1.0.tgz#46ed45e077bfc4a8334977f6c2d6611e1d36263a"
14044-
integrity sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==
14050+
retext-stringify@^4.0.0:
14051+
version "4.0.0"
14052+
resolved "https://registry.yarnpkg.com/retext-stringify/-/retext-stringify-4.0.0.tgz#501d5440bd4d121e351c7c509f8507de9611e159"
14053+
integrity sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==
1404514054
dependencies:
14046-
"@types/nlcst" "^1.0.0"
14047-
nlcst-to-string "^3.0.0"
14048-
unified "^10.0.0"
14055+
"@types/nlcst" "^2.0.0"
14056+
nlcst-to-string "^4.0.0"
14057+
unified "^11.0.0"
1404914058

14050-
retext@^8.1.0:
14051-
version "8.1.0"
14052-
resolved "https://registry.yarnpkg.com/retext/-/retext-8.1.0.tgz#c43437fb84cd46285ad240a9279142e239bada8d"
14053-
integrity sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==
14059+
retext@^9.0.0:
14060+
version "9.0.0"
14061+
resolved "https://registry.yarnpkg.com/retext/-/retext-9.0.0.tgz#ab5cd72836894167b0ca6ae70fdcfaa166267f7a"
14062+
integrity sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==
1405414063
dependencies:
14055-
"@types/nlcst" "^1.0.0"
14056-
retext-latin "^3.0.0"
14057-
retext-stringify "^3.0.0"
14058-
unified "^10.0.0"
14064+
"@types/nlcst" "^2.0.0"
14065+
retext-latin "^4.0.0"
14066+
retext-stringify "^4.0.0"
14067+
unified "^11.0.0"
1405914068

1406014069
reusify@^1.0.4:
1406114070
version "1.0.4"
@@ -15460,11 +15469,6 @@ undici-types@~5.26.4:
1546015469
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1546115470
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1546215471

15463-
unherit@^3.0.0:
15464-
version "3.0.1"
15465-
resolved "https://registry.yarnpkg.com/unherit/-/unherit-3.0.1.tgz#65b98bb7cb58cee755d7ec699a49e9e8ff172e23"
15466-
integrity sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==
15467-
1546815472
unicode-canonical-property-names-ecmascript@^2.0.0:
1546915473
version "2.0.0"
1547015474
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
@@ -15573,12 +15577,12 @@ unist-util-is@^6.0.0:
1557315577
dependencies:
1557415578
"@types/unist" "^3.0.0"
1557515579

15576-
unist-util-modify-children@^3.0.0:
15577-
version "3.1.1"
15578-
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz#c4018b86441aa3b54b3edff1151d0aa062384c82"
15579-
integrity sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==
15580+
unist-util-modify-children@^4.0.0:
15581+
version "4.0.0"
15582+
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9"
15583+
integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
1558015584
dependencies:
15581-
"@types/unist" "^2.0.0"
15585+
"@types/unist" "^3.0.0"
1558215586
array-iterate "^2.0.0"
1558315587

1558415588
unist-util-position-from-estree@^1.0.0, unist-util-position-from-estree@^1.1.0:
@@ -15655,12 +15659,12 @@ unist-util-stringify-position@^4.0.0:
1565515659
dependencies:
1565615660
"@types/unist" "^3.0.0"
1565715661

15658-
unist-util-visit-children@^2.0.0:
15659-
version "2.0.2"
15660-
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz#0f00a5caff567074568da2d89c54b5ee4a8c5440"
15661-
integrity sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==
15662+
unist-util-visit-children@^3.0.0:
15663+
version "3.0.0"
15664+
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz#4bced199b71d7f3c397543ea6cc39e7a7f37dc7e"
15665+
integrity sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==
1566215666
dependencies:
15663-
"@types/unist" "^2.0.0"
15667+
"@types/unist" "^3.0.0"
1566415668

1566515669
unist-util-visit-parents@^4.0.0:
1566615670
version "4.1.1"
@@ -16394,10 +16398,10 @@ yocto-queue@^0.1.0:
1639416398
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1639516399
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1639616400

16397-
yocto-queue@^1.0.0:
16398-
version "1.0.0"
16399-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
16400-
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
16401+
yocto-queue@^1.0.0, yocto-queue@^1.1.1:
16402+
version "1.1.1"
16403+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110"
16404+
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
1640116405

1640216406
zen-observable-ts@^1.2.5:
1640316407
version "1.2.5"
@@ -16411,10 +16415,10 @@ zen-observable@0.8.15:
1641116415
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15"
1641216416
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==
1641316417

16414-
zod-validation-error@^1.5.0:
16415-
version "1.5.0"
16416-
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-1.5.0.tgz#2b355007a1c3b7fb04fa476bfad4e7b3fd5491e3"
16417-
integrity sha512-/7eFkAI4qV0tcxMBB/3+d2c1P6jzzZYdYSlBuAklzMuCrJu5bzJfHS0yVAS87dRHVlhftd6RFJDIvv03JgkSbw==
16418+
zod-validation-error@^3.0.0:
16419+
version "3.3.1"
16420+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-3.3.1.tgz#86adc781129d1a7fed3c3e567e8dbe7c4a15eaa4"
16421+
integrity sha512-uFzCZz7FQis256dqw4AhPQgD6f3pzNca/Zh62RNELavlumQB3nDIUFbF5JQfFLcMbO1s02Q7Xg/gpcOBlEnYZA==
1641816422

1641916423
zod@^3.20.2, zod@^3.22.3:
1642016424
version "3.22.4"

0 commit comments

Comments
 (0)
Please sign in to comment.