|
143 | 143 | fast-xml-parser "^4.2.7"
|
144 | 144 | kleur "^4.1.5"
|
145 | 145 |
|
| 146 | +"@astrojs/sitemap@^3.2.1": |
| 147 | + version "3.2.1" |
| 148 | + resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.2.1.tgz#ed3874861fbca83f9ca3e66ac24a0f7ae3f9cf49" |
| 149 | + integrity sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA== |
| 150 | + dependencies: |
| 151 | + sitemap "^8.0.0" |
| 152 | + stream-replace-string "^2.0.0" |
| 153 | + zod "^3.23.8" |
| 154 | + |
146 | 155 | "@astrojs/telemetry@3.0.3":
|
147 | 156 | version "3.0.3"
|
148 | 157 | resolved "https://registry.yarnpkg.com/@astrojs/telemetry/-/telemetry-3.0.3.tgz#a7a87a40de74bfeaae78fc4cbec1f6ec1cbf1c36"
|
|
790 | 799 | picocolors "^1.0.0"
|
791 | 800 | tslib "^2.6.0"
|
792 | 801 |
|
793 |
| -"@preact/compat@npm:@preact/compat", "react-dom@npm:@preact/compat", "react@npm:@preact/compat": |
| 802 | +"@preact/compat@npm:@preact/compat": |
794 | 803 | version "17.1.2"
|
795 | 804 | resolved "https://registry.yarnpkg.com/@preact/compat/-/compat-17.1.2.tgz#928756713b07af6faf7812f6a56840d8ce6fed37"
|
796 | 805 | integrity sha512-7pOZN9lMDDRQ+6aWvjwTp483KR8/zOpfS83wmOo3zfuLKdngS8/5RLbsFWzFZMGdYlotAhX980hJ75bjOHTwWg==
|
|
1016 | 1025 | dependencies:
|
1017 | 1026 | undici-types "~5.25.1"
|
1018 | 1027 |
|
| 1028 | +"@types/node@^17.0.5": |
| 1029 | + version "17.0.45" |
| 1030 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190" |
| 1031 | + integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw== |
| 1032 | + |
1019 | 1033 | "@types/node@^18.16.3":
|
1020 | 1034 | version "18.18.6"
|
1021 | 1035 | resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
|
|
1031 | 1045 | resolved "https://registry.yarnpkg.com/@types/ps-tree/-/ps-tree-1.1.4.tgz#762883fb62e03080ced3fc15e702321968bf0009"
|
1032 | 1046 | integrity sha512-CJyu2BqU/aZN/s8Ili3jiMctqXfTjCaWXirEcjRD8y1lUQZJ8eNohnal8+LXeWFs1VbdAOrCIdgATFsv+lnQ5Q==
|
1033 | 1047 |
|
| 1048 | +"@types/sax@^1.2.1": |
| 1049 | + version "1.2.7" |
| 1050 | + resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.7.tgz#ba5fe7df9aa9c89b6dff7688a19023dd2963091d" |
| 1051 | + integrity sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A== |
| 1052 | + dependencies: |
| 1053 | + "@types/node" "*" |
| 1054 | + |
1034 | 1055 | "@types/semver@^7.5.0":
|
1035 | 1056 | version "7.5.4"
|
1036 | 1057 | resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
|
@@ -1317,7 +1338,7 @@ anymatch@~3.1.2:
|
1317 | 1338 | normalize-path "^3.0.0"
|
1318 | 1339 | picomatch "^2.0.4"
|
1319 | 1340 |
|
1320 |
| -arg@^5.0.2: |
| 1341 | +arg@^5.0.0, arg@^5.0.2: |
1321 | 1342 | version "5.0.2"
|
1322 | 1343 | resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
|
1323 | 1344 | integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
|
@@ -5142,11 +5163,21 @@ rc@^1.2.7:
|
5142 | 5163 | minimist "^1.2.0"
|
5143 | 5164 | strip-json-comments "~2.0.1"
|
5144 | 5165 |
|
| 5166 | +"react-dom@npm:@preact/compat": |
| 5167 | + version "17.1.2" |
| 5168 | + resolved "https://registry.yarnpkg.com/@preact/compat/-/compat-17.1.2.tgz#928756713b07af6faf7812f6a56840d8ce6fed37" |
| 5169 | + integrity sha512-7pOZN9lMDDRQ+6aWvjwTp483KR8/zOpfS83wmOo3zfuLKdngS8/5RLbsFWzFZMGdYlotAhX980hJ75bjOHTwWg== |
| 5170 | + |
5145 | 5171 | react-hook-form@^7.43.1:
|
5146 | 5172 | version "7.51.1"
|
5147 | 5173 | resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.1.tgz#3ce5f8b5ef41903b4054a641cef8c0dc8bf8ae85"
|
5148 | 5174 | integrity sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w==
|
5149 | 5175 |
|
| 5176 | +"react@npm:@preact/compat": |
| 5177 | + version "17.1.2" |
| 5178 | + resolved "https://registry.yarnpkg.com/@preact/compat/-/compat-17.1.2.tgz#928756713b07af6faf7812f6a56840d8ce6fed37" |
| 5179 | + integrity sha512-7pOZN9lMDDRQ+6aWvjwTp483KR8/zOpfS83wmOo3zfuLKdngS8/5RLbsFWzFZMGdYlotAhX980hJ75bjOHTwWg== |
| 5180 | + |
5150 | 5181 | read-cache@^1.0.0:
|
5151 | 5182 | version "1.0.0"
|
5152 | 5183 | resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
|
@@ -5612,6 +5643,16 @@ sisteransi@^1.0.5:
|
5612 | 5643 | resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
|
5613 | 5644 | integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
|
5614 | 5645 |
|
| 5646 | +sitemap@^8.0.0: |
| 5647 | + version "8.0.0" |
| 5648 | + resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-8.0.0.tgz#eb6ea48f95787cd680b83683c555d6f6b5a903fd" |
| 5649 | + integrity sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A== |
| 5650 | + dependencies: |
| 5651 | + "@types/node" "^17.0.5" |
| 5652 | + "@types/sax" "^1.2.1" |
| 5653 | + arg "^5.0.0" |
| 5654 | + sax "^1.2.4" |
| 5655 | + |
5615 | 5656 | slash@^3.0.0:
|
5616 | 5657 | version "3.0.0"
|
5617 | 5658 | resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
@@ -5683,6 +5724,11 @@ stream-parser@~0.3.1:
|
5683 | 5724 | dependencies:
|
5684 | 5725 | debug "2"
|
5685 | 5726 |
|
| 5727 | +stream-replace-string@^2.0.0: |
| 5728 | + version "2.0.0" |
| 5729 | + resolved "https://registry.yarnpkg.com/stream-replace-string/-/stream-replace-string-2.0.0.tgz#e49fd584bd1c633613e010bc73b9db49cb5024ad" |
| 5730 | + integrity sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w== |
| 5731 | + |
5686 | 5732 | streamx@^2.15.0:
|
5687 | 5733 | version "2.15.1"
|
5688 | 5734 | resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.15.1.tgz#396ad286d8bc3eeef8f5cea3f029e81237c024c6"
|
@@ -6680,6 +6726,11 @@ zod@3.21.1:
|
6680 | 6726 | resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.1.tgz#ac5bb7cf68876281ebd02f95ac4bb9a080370282"
|
6681 | 6727 | integrity sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA==
|
6682 | 6728 |
|
| 6729 | +zod@^3.23.8: |
| 6730 | + version "3.24.2" |
| 6731 | + resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3" |
| 6732 | + integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ== |
| 6733 | + |
6683 | 6734 | zwitch@^2.0.0, zwitch@^2.0.4:
|
6684 | 6735 | version "2.0.4"
|
6685 | 6736 | resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"
|
|
0 commit comments