44
44
unist-util-visit-parents "^6.0.1"
45
45
vfile "^6.0.2"
46
46
47
+ " @astrojs/markdown-remark@5.3.0 " :
48
+ version "5.3.0"
49
+ resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-5.3.0.tgz#fd1f8874f2bd1e2c33a7447d069fc75005b677f2"
50
+ integrity sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==
51
+ dependencies :
52
+ " @astrojs/prism" " 3.1.0"
53
+ github-slugger "^2.0.0"
54
+ hast-util-from-html "^2.0.3"
55
+ hast-util-to-text "^4.0.2"
56
+ import-meta-resolve "^4.1.0"
57
+ mdast-util-definitions "^6.0.0"
58
+ rehype-raw "^7.0.0"
59
+ rehype-stringify "^10.0.1"
60
+ remark-gfm "^4.0.0"
61
+ remark-parse "^11.0.0"
62
+ remark-rehype "^11.1.1"
63
+ remark-smartypants "^3.0.2"
64
+ shiki "^1.22.0"
65
+ unified "^11.0.5"
66
+ unist-util-remove-position "^5.0.0"
67
+ unist-util-visit "^5.0.0"
68
+ unist-util-visit-parents "^6.0.1"
69
+ vfile "^6.0.3"
70
+
47
71
" @astrojs/mdx@^3.1.3 " :
48
72
version "3.1.3"
49
73
resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-3.1.3.tgz#583445541e92a8da3059ccb011526de3dfb580a2"
135
159
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
136
160
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
137
161
138
- " @babel/core@^7.25.7 " :
139
- version "7.25.7 "
140
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7 .tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece "
141
- integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow ==
162
+ " @babel/core@^7.25.8 " :
163
+ version "7.25.8 "
164
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.8 .tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6 "
165
+ integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg ==
142
166
dependencies :
143
167
" @ampproject/remapping" " ^2.2.0"
144
168
" @babel/code-frame" " ^7.25.7"
145
169
" @babel/generator" " ^7.25.7"
146
170
" @babel/helper-compilation-targets" " ^7.25.7"
147
171
" @babel/helper-module-transforms" " ^7.25.7"
148
172
" @babel/helpers" " ^7.25.7"
149
- " @babel/parser" " ^7.25.7 "
173
+ " @babel/parser" " ^7.25.8 "
150
174
" @babel/template" " ^7.25.7"
151
175
" @babel/traverse" " ^7.25.7"
152
- " @babel/types" " ^7.25.7 "
176
+ " @babel/types" " ^7.25.8 "
153
177
convert-source-map "^2.0.0"
154
178
debug "^4.1.0"
155
179
gensync "^1.0.0-beta.2"
287
311
dependencies :
288
312
" @babel/types" " ^7.25.7"
289
313
314
+ " @babel/parser@^7.25.8 " :
315
+ version "7.25.8"
316
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
317
+ integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
318
+ dependencies :
319
+ " @babel/types" " ^7.25.8"
320
+
290
321
" @babel/plugin-syntax-jsx@^7.25.7 " :
291
322
version "7.25.7"
292
323
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz#5352d398d11ea5e7ef330c854dea1dae0bf18165"
361
392
" @babel/helper-validator-identifier" " ^7.25.7"
362
393
to-fast-properties "^2.0.0"
363
394
395
+ " @babel/types@^7.25.8 " :
396
+ version "7.25.8"
397
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
398
+ integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
399
+ dependencies :
400
+ " @babel/helper-string-parser" " ^7.25.7"
401
+ " @babel/helper-validator-identifier" " ^7.25.7"
402
+ to-fast-properties "^2.0.0"
403
+
364
404
" @ctrl/tinycolor@^4.0.4 " :
365
405
version "4.1.0"
366
406
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-4.1.0.tgz#91a8f8120ffc9da2feb2a38f7862b300d5e9691a"
@@ -1202,18 +1242,18 @@ astro-expressive-code@^0.35.6:
1202
1242
dependencies :
1203
1243
rehype-expressive-code "^0.35.6"
1204
1244
1205
- astro@^4.15.12 :
1206
- version "4.15.12 "
1207
- resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.12 .tgz#2757efd36b913294368c8e05e45db2fe8e0d6537 "
1208
- integrity sha512-PojmALAzwafLUD//hqKD4/+1Fj03Aa2VQY/rztCg6DUMgHLpo3TFV3ob1++kay91z/MdNWR+IGITcXhxAXhiTg ==
1245
+ astro@^4.16.1 :
1246
+ version "4.16.5 "
1247
+ resolved "https://registry.yarnpkg.com/astro/-/astro-4.16.5 .tgz#074c1418c123b39d5235a88f513ce5c5b891eb7f "
1248
+ integrity sha512-v8mKWcEPN7hkfyVsMFWV0F8UgL4GUJKT172KTB7dePO3yJb64HBwCckC0QnA60QQh3jK6+2xwyWEc5QvCeqjtg ==
1209
1249
dependencies :
1210
1250
" @astrojs/compiler" " ^2.10.3"
1211
1251
" @astrojs/internal-helpers" " 0.4.1"
1212
- " @astrojs/markdown-remark" " 5.2 .0"
1252
+ " @astrojs/markdown-remark" " 5.3 .0"
1213
1253
" @astrojs/telemetry" " 3.1.0"
1214
- " @babel/core" " ^7.25.7 "
1254
+ " @babel/core" " ^7.25.8 "
1215
1255
" @babel/plugin-transform-react-jsx" " ^7.25.7"
1216
- " @babel/types" " ^7.25.7 "
1256
+ " @babel/types" " ^7.25.8 "
1217
1257
" @oslojs/encoding" " ^1.1.0"
1218
1258
" @rollup/pluginutils" " ^5.1.2"
1219
1259
" @types/babel__core" " ^7.20.5"
@@ -1237,15 +1277,14 @@ astro@^4.15.12:
1237
1277
esbuild "^0.21.5"
1238
1278
estree-walker "^3.0.3"
1239
1279
fast-glob "^3.3.2"
1240
- fastq "^1.17.1"
1241
1280
flattie "^1.1.1"
1242
1281
github-slugger "^2.0.0"
1243
1282
gray-matter "^4.0.3"
1244
1283
html-escaper "^3.0.3"
1245
1284
http-cache-semantics "^4.1.1"
1246
1285
js-yaml "^4.1.0"
1247
1286
kleur "^4.1.5"
1248
- magic-string "^0.30.11 "
1287
+ magic-string "^0.30.12 "
1249
1288
magicast "^0.3.5"
1250
1289
micromatch "^4.0.8"
1251
1290
mrmime "^2.0.0"
@@ -1258,13 +1297,12 @@ astro@^4.15.12:
1258
1297
rehype "^13.0.2"
1259
1298
semver "^7.6.3"
1260
1299
shiki "^1.22.0"
1261
- string-width "^7.2.0"
1262
1300
tinyexec "^0.3.0"
1263
- tsconfck "^3.1.3 "
1301
+ tsconfck "^3.1.4 "
1264
1302
unist-util-visit "^5.0.0"
1265
1303
vfile "^6.0.3"
1266
- vite "^5.4.8 "
1267
- vitefu "^1.0.2 "
1304
+ vite "^5.4.9 "
1305
+ vitefu "^1.0.3 "
1268
1306
which-pm "^3.0.0"
1269
1307
xxhash-wasm "^1.0.2"
1270
1308
yargs-parser "^21.1.1"
@@ -1723,7 +1761,7 @@ fast-glob@^3.3.2:
1723
1761
merge2 "^1.3.0"
1724
1762
micromatch "^4.0.4"
1725
1763
1726
- fastq@^1.17.1, fastq@^1. 6.0 :
1764
+ fastq@^1.6.0 :
1727
1765
version "1.17.1"
1728
1766
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
1729
1767
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
@@ -1835,6 +1873,18 @@ hast-util-from-html@^2.0.0, hast-util-from-html@^2.0.1:
1835
1873
vfile "^6.0.0"
1836
1874
vfile-message "^4.0.0"
1837
1875
1876
+ hast-util-from-html@^2.0.3 :
1877
+ version "2.0.3"
1878
+ resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz#485c74785358beb80c4ba6346299311ac4c49c82"
1879
+ integrity sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==
1880
+ dependencies :
1881
+ " @types/hast" " ^3.0.0"
1882
+ devlop "^1.1.0"
1883
+ hast-util-from-parse5 "^8.0.0"
1884
+ parse5 "^7.0.0"
1885
+ vfile "^6.0.0"
1886
+ vfile-message "^4.0.0"
1887
+
1838
1888
hast-util-from-parse5@^8.0.0 :
1839
1889
version "8.0.1"
1840
1890
resolved "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz"
@@ -2298,10 +2348,10 @@ lru-cache@^6.0.0:
2298
2348
dependencies :
2299
2349
yallist "^4.0.0"
2300
2350
2301
- magic-string@^0.30.11 :
2302
- version "0.30.11 "
2303
- resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11 .tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954 "
2304
- integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A ==
2351
+ magic-string@^0.30.12 :
2352
+ version "0.30.12 "
2353
+ resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.12 .tgz#9eb11c9d072b9bcb4940a5b2c2e1a217e4ee1a60 "
2354
+ integrity sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw ==
2305
2355
dependencies :
2306
2356
" @jridgewell/sourcemap-codec" " ^1.5.0"
2307
2357
@@ -3272,6 +3322,15 @@ rehype-stringify@^10.0.0:
3272
3322
hast-util-to-html "^9.0.0"
3273
3323
unified "^11.0.0"
3274
3324
3325
+ rehype-stringify@^10.0.1 :
3326
+ version "10.0.1"
3327
+ resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz#2ec1ebc56c6aba07905d3b4470bdf0f684f30b75"
3328
+ integrity sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==
3329
+ dependencies :
3330
+ " @types/hast" " ^3.0.0"
3331
+ hast-util-to-html "^9.0.0"
3332
+ unified "^11.0.0"
3333
+
3275
3334
rehype@^13.0.1 :
3276
3335
version "13.0.1"
3277
3336
resolved "https://registry.npmjs.org/rehype/-/rehype-13.0.1.tgz"
@@ -3343,6 +3402,17 @@ remark-rehype@^11.0.0, remark-rehype@^11.1.0:
3343
3402
unified "^11.0.0"
3344
3403
vfile "^6.0.0"
3345
3404
3405
+ remark-rehype@^11.1.1 :
3406
+ version "11.1.1"
3407
+ resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.1.tgz#f864dd2947889a11997c0a2667cd6b38f685bca7"
3408
+ integrity sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==
3409
+ dependencies :
3410
+ " @types/hast" " ^3.0.0"
3411
+ " @types/mdast" " ^4.0.0"
3412
+ mdast-util-to-hast "^13.0.0"
3413
+ unified "^11.0.0"
3414
+ vfile "^6.0.0"
3415
+
3346
3416
remark-smartypants@^3.0.2 :
3347
3417
version "3.0.2"
3348
3418
resolved "https://registry.yarnpkg.com/remark-smartypants/-/remark-smartypants-3.0.2.tgz#cbaf2b39624c78fcbd6efa224678c1d2e9bc1dfb"
@@ -3714,10 +3784,10 @@ trough@^2.0.0:
3714
3784
resolved "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz"
3715
3785
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
3716
3786
3717
- tsconfck@^3.1.3 :
3718
- version "3.1.3 "
3719
- resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.3 .tgz#a8202f51dab684c426314796cdb0bbd0fe0cdf80 "
3720
- integrity sha512-ulNZP1SVpRDesxeMLON/LtWM8HIgAJEIVpVVhBM6gsmvQ8+Rh+ZG7FWGvHh7Ah3pRABwVJWklWCr/BTZSv0xnQ ==
3787
+ tsconfck@^3.1.4 :
3788
+ version "3.1.4 "
3789
+ resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.4 .tgz#de01a15334962e2feb526824339b51be26712229 "
3790
+ integrity sha512-kdqWFGVJqe+KGYvlSO9NIaWn9jT1Ny4oKVzAJsKii5eoE9snzTJzL4+MMVOMn+fikWGFmKEylcXL710V/kIPJQ ==
3721
3791
3722
3792
tslib@^2.4.0 :
3723
3793
version "2.6.2"
@@ -3896,21 +3966,21 @@ vfile@^6.0.3:
3896
3966
" @types/unist" " ^3.0.0"
3897
3967
vfile-message "^4.0.0"
3898
3968
3899
- vite@^5.4.8 :
3900
- version "5.4.8 "
3901
- resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8 .tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8 "
3902
- integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ ==
3969
+ vite@^5.4.9 :
3970
+ version "5.4.9 "
3971
+ resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.9 .tgz#215c80cbebfd09ccbb9ceb8c0621391c9abdc19c "
3972
+ integrity sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg ==
3903
3973
dependencies :
3904
3974
esbuild "^0.21.3"
3905
3975
postcss "^8.4.43"
3906
3976
rollup "^4.20.0"
3907
3977
optionalDependencies :
3908
3978
fsevents "~2.3.3"
3909
3979
3910
- vitefu@^1.0.2 :
3911
- version "1.0.2 "
3912
- resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-1.0.2 .tgz#fbe9f7c7478be51678214bf468d7296ce29bf8ff "
3913
- integrity sha512-0/iAvbXyM3RiPPJ4lyD4w6Mjgtf4ejTK6TPvTNG3H32PLwuT0N/ZjJLiXug7ETE/LWtTeHw9WRv7uX/tIKYyKg ==
3980
+ vitefu@^1.0.3 :
3981
+ version "1.0.3 "
3982
+ resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-1.0.3 .tgz#0467c75ee2be951c35246605b7fdbdbfd03b65d1 "
3983
+ integrity sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ ==
3914
3984
3915
3985
web-namespaces@^2.0.0 :
3916
3986
version "2.0.1"
0 commit comments