@eventcatalog/core 2.18.6 → 2.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/analytics/analytics.cjs +1 -1
  2. package/dist/analytics/analytics.js +2 -2
  3. package/dist/analytics/log-build.cjs +1 -1
  4. package/dist/analytics/log-build.js +3 -3
  5. package/dist/{chunk-H23OJDR7.js → chunk-BKJCPC3B.js} +1 -1
  6. package/dist/{chunk-PMKIIHTY.js → chunk-C5RXW75W.js} +1 -1
  7. package/dist/{chunk-A6WKKOVK.js → chunk-UEGAODIF.js} +1 -1
  8. package/dist/constants.cjs +1 -1
  9. package/dist/constants.js +1 -1
  10. package/dist/eventcatalog.cjs +1 -1
  11. package/dist/eventcatalog.js +3 -3
  12. package/eventcatalog/package-lock.json +1074 -142
  13. package/eventcatalog/package.json +5 -4
  14. package/eventcatalog/src/components/MDX/Tabs/Tabs.astro +7 -3
  15. package/eventcatalog/src/components/SideBars/ChannelSideBar.astro +3 -2
  16. package/eventcatalog/src/components/SideBars/DomainSideBar.astro +4 -2
  17. package/eventcatalog/src/components/SideBars/MessageSideBar.astro +4 -2
  18. package/eventcatalog/src/components/SideBars/ServiceSideBar.astro +4 -2
  19. package/eventcatalog/src/content/config.ts +15 -1
  20. package/eventcatalog/src/layouts/VerticalSideBarLayout.astro +3 -1
  21. package/eventcatalog/src/pages/docs/[type]/[id]/[version]/changelog/index.astro +2 -2
  22. package/eventcatalog/src/pages/docs/[type]/[id]/[version]/index.astro +2 -2
  23. package/eventcatalog/src/pages/docs/[type]/[id]/language/[dictionaryId]/index.astro +227 -0
  24. package/eventcatalog/src/pages/docs/[type]/[id]/language.astro +20 -61
  25. package/eventcatalog/src/pages/visualiser/[type]/[id]/[version]/index.astro +2 -2
  26. package/eventcatalog/src/pages/visualiser/context-map/index.astro +2 -2
  27. package/eventcatalog/src/utils/collections/domains.ts +1 -2
  28. package/eventcatalog/src/utils/collections/owners.ts +43 -0
  29. package/eventcatalog/src/utils/collections/util.ts +15 -10
  30. package/package.json +6 -5
@@ -9,9 +9,9 @@
9
9
  "version": "0.1.0",
10
10
  "dependencies": {
11
11
  "@astrojs/markdown-remark": "^6.0.1",
12
- "@astrojs/mdx": "^4.0.2",
13
- "@astrojs/react": "^4.1.0",
14
- "@astrojs/tailwind": "^5.1.3",
12
+ "@astrojs/mdx": "^4.0.5",
13
+ "@astrojs/react": "^4.1.3",
14
+ "@astrojs/tailwind": "^5.1.4",
15
15
  "@asyncapi/avro-schema-parser": "^3.0.24",
16
16
  "@asyncapi/parser": "^3.4.0",
17
17
  "@asyncapi/react-component": "^2.4.3",
@@ -23,7 +23,7 @@
23
23
  "@tailwindcss/typography": "^0.5.13",
24
24
  "@tanstack/react-table": "^8.17.3",
25
25
  "@xyflow/react": "^12.3.6",
26
- "astro": "^5.0.5",
26
+ "astro": "^5.1.5",
27
27
  "astro-expressive-code": "^0.38.3",
28
28
  "astro-pagefind": "^1.7.0",
29
29
  "astro-seo": "^0.8.4",
@@ -35,6 +35,7 @@
35
35
  "lodash.debounce": "^4.0.8",
36
36
  "lodash.merge": "4.6.2",
37
37
  "lucide-react": "^0.453.0",
38
+ "marked": "^15.0.6",
38
39
  "mermaid": "^11.4.1",
39
40
  "prismjs": "^1.29.0",
40
41
  "rapidoc": "^9.3.4",
@@ -437,8 +438,9 @@
437
438
  }
438
439
  },
439
440
  "node_modules/@astrojs/mdx": {
440
- "version": "4.0.2",
441
- "license": "MIT",
441
+ "version": "4.0.5",
442
+ "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-4.0.5.tgz",
443
+ "integrity": "sha512-JhMCm4wf94PNHQDWKyez2ZVLcG5R6Cyjk8TmpqYVRrOTuU3GIWeDAoum7Q1p05SFD+nYwvXOcv42/m8pE3Ylug==",
442
444
  "dependencies": {
443
445
  "@astrojs/markdown-remark": "6.0.1",
444
446
  "@mdx-js/mdx": "^3.1.0",
@@ -711,12 +713,13 @@
711
713
  }
712
714
  },
713
715
  "node_modules/@astrojs/react": {
714
- "version": "4.1.0",
715
- "license": "MIT",
716
+ "version": "4.1.3",
717
+ "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.3.tgz",
718
+ "integrity": "sha512-LPUS7MpiY9LiiPog3SD8AXRRc1jvGfWtG4RIexeD1lYKxhaCiW4gwa0kWbTrUPetaPz4Sik2c0uEEtYZJaH5+Q==",
716
719
  "dependencies": {
717
720
  "@vitejs/plugin-react": "^4.3.4",
718
721
  "ultrahtml": "^1.5.3",
719
- "vite": "^6.0.1"
722
+ "vite": "^6.0.5"
720
723
  },
721
724
  "engines": {
722
725
  "node": "^18.17.1 || ^20.3.0 || >=22.0.0"
@@ -729,8 +732,9 @@
729
732
  }
730
733
  },
731
734
  "node_modules/@astrojs/tailwind": {
732
- "version": "5.1.3",
733
- "license": "MIT",
735
+ "version": "5.1.4",
736
+ "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz",
737
+ "integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==",
734
738
  "dependencies": {
735
739
  "autoprefixer": "^10.4.20",
736
740
  "postcss": "^8.4.49",
@@ -841,6 +845,17 @@
841
845
  "react-dom": ">=18.0.0"
842
846
  }
843
847
  },
848
+ "node_modules/@asyncapi/react-component/node_modules/marked": {
849
+ "version": "4.3.0",
850
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
851
+ "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
852
+ "bin": {
853
+ "marked": "bin/marked.js"
854
+ },
855
+ "engines": {
856
+ "node": ">= 12"
857
+ }
858
+ },
844
859
  "node_modules/@asyncapi/specs": {
845
860
  "version": "6.8.0",
846
861
  "license": "Apache-2.0",
@@ -1188,6 +1203,66 @@
1188
1203
  "version": "0.1.0",
1189
1204
  "license": "MIT"
1190
1205
  },
1206
+ "node_modules/@esbuild/aix-ppc64": {
1207
+ "version": "0.24.2",
1208
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz",
1209
+ "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==",
1210
+ "cpu": [
1211
+ "ppc64"
1212
+ ],
1213
+ "optional": true,
1214
+ "os": [
1215
+ "aix"
1216
+ ],
1217
+ "engines": {
1218
+ "node": ">=18"
1219
+ }
1220
+ },
1221
+ "node_modules/@esbuild/android-arm": {
1222
+ "version": "0.24.2",
1223
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz",
1224
+ "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==",
1225
+ "cpu": [
1226
+ "arm"
1227
+ ],
1228
+ "optional": true,
1229
+ "os": [
1230
+ "android"
1231
+ ],
1232
+ "engines": {
1233
+ "node": ">=18"
1234
+ }
1235
+ },
1236
+ "node_modules/@esbuild/android-arm64": {
1237
+ "version": "0.24.2",
1238
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz",
1239
+ "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==",
1240
+ "cpu": [
1241
+ "arm64"
1242
+ ],
1243
+ "optional": true,
1244
+ "os": [
1245
+ "android"
1246
+ ],
1247
+ "engines": {
1248
+ "node": ">=18"
1249
+ }
1250
+ },
1251
+ "node_modules/@esbuild/android-x64": {
1252
+ "version": "0.24.2",
1253
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz",
1254
+ "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==",
1255
+ "cpu": [
1256
+ "x64"
1257
+ ],
1258
+ "optional": true,
1259
+ "os": [
1260
+ "android"
1261
+ ],
1262
+ "engines": {
1263
+ "node": ">=18"
1264
+ }
1265
+ },
1191
1266
  "node_modules/@esbuild/darwin-arm64": {
1192
1267
  "version": "0.21.5",
1193
1268
  "cpu": [
@@ -1202,6 +1277,306 @@
1202
1277
  "node": ">=12"
1203
1278
  }
1204
1279
  },
1280
+ "node_modules/@esbuild/darwin-x64": {
1281
+ "version": "0.24.2",
1282
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz",
1283
+ "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==",
1284
+ "cpu": [
1285
+ "x64"
1286
+ ],
1287
+ "optional": true,
1288
+ "os": [
1289
+ "darwin"
1290
+ ],
1291
+ "engines": {
1292
+ "node": ">=18"
1293
+ }
1294
+ },
1295
+ "node_modules/@esbuild/freebsd-arm64": {
1296
+ "version": "0.24.2",
1297
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz",
1298
+ "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==",
1299
+ "cpu": [
1300
+ "arm64"
1301
+ ],
1302
+ "optional": true,
1303
+ "os": [
1304
+ "freebsd"
1305
+ ],
1306
+ "engines": {
1307
+ "node": ">=18"
1308
+ }
1309
+ },
1310
+ "node_modules/@esbuild/freebsd-x64": {
1311
+ "version": "0.24.2",
1312
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz",
1313
+ "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==",
1314
+ "cpu": [
1315
+ "x64"
1316
+ ],
1317
+ "optional": true,
1318
+ "os": [
1319
+ "freebsd"
1320
+ ],
1321
+ "engines": {
1322
+ "node": ">=18"
1323
+ }
1324
+ },
1325
+ "node_modules/@esbuild/linux-arm": {
1326
+ "version": "0.24.2",
1327
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz",
1328
+ "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==",
1329
+ "cpu": [
1330
+ "arm"
1331
+ ],
1332
+ "optional": true,
1333
+ "os": [
1334
+ "linux"
1335
+ ],
1336
+ "engines": {
1337
+ "node": ">=18"
1338
+ }
1339
+ },
1340
+ "node_modules/@esbuild/linux-arm64": {
1341
+ "version": "0.24.2",
1342
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz",
1343
+ "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==",
1344
+ "cpu": [
1345
+ "arm64"
1346
+ ],
1347
+ "optional": true,
1348
+ "os": [
1349
+ "linux"
1350
+ ],
1351
+ "engines": {
1352
+ "node": ">=18"
1353
+ }
1354
+ },
1355
+ "node_modules/@esbuild/linux-ia32": {
1356
+ "version": "0.24.2",
1357
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz",
1358
+ "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==",
1359
+ "cpu": [
1360
+ "ia32"
1361
+ ],
1362
+ "optional": true,
1363
+ "os": [
1364
+ "linux"
1365
+ ],
1366
+ "engines": {
1367
+ "node": ">=18"
1368
+ }
1369
+ },
1370
+ "node_modules/@esbuild/linux-loong64": {
1371
+ "version": "0.24.2",
1372
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz",
1373
+ "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==",
1374
+ "cpu": [
1375
+ "loong64"
1376
+ ],
1377
+ "optional": true,
1378
+ "os": [
1379
+ "linux"
1380
+ ],
1381
+ "engines": {
1382
+ "node": ">=18"
1383
+ }
1384
+ },
1385
+ "node_modules/@esbuild/linux-mips64el": {
1386
+ "version": "0.24.2",
1387
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz",
1388
+ "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==",
1389
+ "cpu": [
1390
+ "mips64el"
1391
+ ],
1392
+ "optional": true,
1393
+ "os": [
1394
+ "linux"
1395
+ ],
1396
+ "engines": {
1397
+ "node": ">=18"
1398
+ }
1399
+ },
1400
+ "node_modules/@esbuild/linux-ppc64": {
1401
+ "version": "0.24.2",
1402
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz",
1403
+ "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==",
1404
+ "cpu": [
1405
+ "ppc64"
1406
+ ],
1407
+ "optional": true,
1408
+ "os": [
1409
+ "linux"
1410
+ ],
1411
+ "engines": {
1412
+ "node": ">=18"
1413
+ }
1414
+ },
1415
+ "node_modules/@esbuild/linux-riscv64": {
1416
+ "version": "0.24.2",
1417
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz",
1418
+ "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==",
1419
+ "cpu": [
1420
+ "riscv64"
1421
+ ],
1422
+ "optional": true,
1423
+ "os": [
1424
+ "linux"
1425
+ ],
1426
+ "engines": {
1427
+ "node": ">=18"
1428
+ }
1429
+ },
1430
+ "node_modules/@esbuild/linux-s390x": {
1431
+ "version": "0.24.2",
1432
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz",
1433
+ "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==",
1434
+ "cpu": [
1435
+ "s390x"
1436
+ ],
1437
+ "optional": true,
1438
+ "os": [
1439
+ "linux"
1440
+ ],
1441
+ "engines": {
1442
+ "node": ">=18"
1443
+ }
1444
+ },
1445
+ "node_modules/@esbuild/linux-x64": {
1446
+ "version": "0.24.2",
1447
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz",
1448
+ "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==",
1449
+ "cpu": [
1450
+ "x64"
1451
+ ],
1452
+ "optional": true,
1453
+ "os": [
1454
+ "linux"
1455
+ ],
1456
+ "engines": {
1457
+ "node": ">=18"
1458
+ }
1459
+ },
1460
+ "node_modules/@esbuild/netbsd-arm64": {
1461
+ "version": "0.24.2",
1462
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz",
1463
+ "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==",
1464
+ "cpu": [
1465
+ "arm64"
1466
+ ],
1467
+ "optional": true,
1468
+ "os": [
1469
+ "netbsd"
1470
+ ],
1471
+ "engines": {
1472
+ "node": ">=18"
1473
+ }
1474
+ },
1475
+ "node_modules/@esbuild/netbsd-x64": {
1476
+ "version": "0.24.2",
1477
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz",
1478
+ "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==",
1479
+ "cpu": [
1480
+ "x64"
1481
+ ],
1482
+ "optional": true,
1483
+ "os": [
1484
+ "netbsd"
1485
+ ],
1486
+ "engines": {
1487
+ "node": ">=18"
1488
+ }
1489
+ },
1490
+ "node_modules/@esbuild/openbsd-arm64": {
1491
+ "version": "0.24.2",
1492
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz",
1493
+ "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==",
1494
+ "cpu": [
1495
+ "arm64"
1496
+ ],
1497
+ "optional": true,
1498
+ "os": [
1499
+ "openbsd"
1500
+ ],
1501
+ "engines": {
1502
+ "node": ">=18"
1503
+ }
1504
+ },
1505
+ "node_modules/@esbuild/openbsd-x64": {
1506
+ "version": "0.24.2",
1507
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz",
1508
+ "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==",
1509
+ "cpu": [
1510
+ "x64"
1511
+ ],
1512
+ "optional": true,
1513
+ "os": [
1514
+ "openbsd"
1515
+ ],
1516
+ "engines": {
1517
+ "node": ">=18"
1518
+ }
1519
+ },
1520
+ "node_modules/@esbuild/sunos-x64": {
1521
+ "version": "0.24.2",
1522
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz",
1523
+ "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==",
1524
+ "cpu": [
1525
+ "x64"
1526
+ ],
1527
+ "optional": true,
1528
+ "os": [
1529
+ "sunos"
1530
+ ],
1531
+ "engines": {
1532
+ "node": ">=18"
1533
+ }
1534
+ },
1535
+ "node_modules/@esbuild/win32-arm64": {
1536
+ "version": "0.24.2",
1537
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz",
1538
+ "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==",
1539
+ "cpu": [
1540
+ "arm64"
1541
+ ],
1542
+ "optional": true,
1543
+ "os": [
1544
+ "win32"
1545
+ ],
1546
+ "engines": {
1547
+ "node": ">=18"
1548
+ }
1549
+ },
1550
+ "node_modules/@esbuild/win32-ia32": {
1551
+ "version": "0.24.2",
1552
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz",
1553
+ "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==",
1554
+ "cpu": [
1555
+ "ia32"
1556
+ ],
1557
+ "optional": true,
1558
+ "os": [
1559
+ "win32"
1560
+ ],
1561
+ "engines": {
1562
+ "node": ">=18"
1563
+ }
1564
+ },
1565
+ "node_modules/@esbuild/win32-x64": {
1566
+ "version": "0.24.2",
1567
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz",
1568
+ "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==",
1569
+ "cpu": [
1570
+ "x64"
1571
+ ],
1572
+ "optional": true,
1573
+ "os": [
1574
+ "win32"
1575
+ ],
1576
+ "engines": {
1577
+ "node": ">=18"
1578
+ }
1579
+ },
1205
1580
  "node_modules/@expressive-code/core": {
1206
1581
  "version": "0.38.3",
1207
1582
  "license": "MIT",
@@ -4834,8 +5209,9 @@
4834
5209
  }
4835
5210
  },
4836
5211
  "node_modules/astro": {
4837
- "version": "5.0.5",
4838
- "license": "MIT",
5212
+ "version": "5.1.5",
5213
+ "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.5.tgz",
5214
+ "integrity": "sha512-Q9TE4aNlczxVoPDoXR3UcjLezL+70z0KbTRXovE4ybpx0mgNL1jsmSWtF3UFXB5+GTf9JK7om5fbIaaMReKcUg==",
4839
5215
  "dependencies": {
4840
5216
  "@astrojs/compiler": "^2.10.3",
4841
5217
  "@astrojs/internal-helpers": "0.4.2",
@@ -4885,8 +5261,9 @@
4885
5261
  "tsconfck": "^3.1.4",
4886
5262
  "ultrahtml": "^1.5.3",
4887
5263
  "unist-util-visit": "^5.0.0",
5264
+ "unstorage": "^1.14.0",
4888
5265
  "vfile": "^6.0.3",
4889
- "vite": "^6.0.1",
5266
+ "vite": "^6.0.5",
4890
5267
  "vitefu": "^1.0.4",
4891
5268
  "which-pm": "^3.0.0",
4892
5269
  "xxhash-wasm": "^1.1.0",
@@ -4904,6 +5281,10 @@
4904
5281
  "npm": ">=9.6.5",
4905
5282
  "pnpm": ">=7.1.0"
4906
5283
  },
5284
+ "funding": {
5285
+ "type": "opencollective",
5286
+ "url": "https://opencollective.com/astrodotbuild"
5287
+ },
4907
5288
  "optionalDependencies": {
4908
5289
  "sharp": "^0.33.3"
4909
5290
  }
@@ -5540,6 +5921,14 @@
5540
5921
  "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
5541
5922
  "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w=="
5542
5923
  },
5924
+ "node_modules/consola": {
5925
+ "version": "3.3.3",
5926
+ "resolved": "https://registry.npmjs.org/consola/-/consola-3.3.3.tgz",
5927
+ "integrity": "sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==",
5928
+ "engines": {
5929
+ "node": "^14.18.0 || >=16.10.0"
5930
+ }
5931
+ },
5543
5932
  "node_modules/convert-source-map": {
5544
5933
  "version": "2.0.0",
5545
5934
  "license": "MIT"
@@ -5551,6 +5940,11 @@
5551
5940
  "node": ">= 0.6"
5552
5941
  }
5553
5942
  },
5943
+ "node_modules/cookie-es": {
5944
+ "version": "1.2.2",
5945
+ "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
5946
+ "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg=="
5947
+ },
5554
5948
  "node_modules/copy-to-clipboard": {
5555
5949
  "version": "3.3.3",
5556
5950
  "license": "MIT",
@@ -5587,6 +5981,14 @@
5587
5981
  "node": ">= 8"
5588
5982
  }
5589
5983
  },
5984
+ "node_modules/crossws": {
5985
+ "version": "0.3.1",
5986
+ "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.1.tgz",
5987
+ "integrity": "sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==",
5988
+ "dependencies": {
5989
+ "uncrypto": "^0.1.3"
5990
+ }
5991
+ },
5590
5992
  "node_modules/css-in-js-utils": {
5591
5993
  "version": "3.1.0",
5592
5994
  "license": "MIT",
@@ -6234,6 +6636,11 @@
6234
6636
  "url": "https://github.com/sponsors/ljharb"
6235
6637
  }
6236
6638
  },
6639
+ "node_modules/defu": {
6640
+ "version": "6.1.4",
6641
+ "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz",
6642
+ "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg=="
6643
+ },
6237
6644
  "node_modules/delaunator": {
6238
6645
  "version": "5.0.1",
6239
6646
  "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz",
@@ -6263,6 +6670,11 @@
6263
6670
  "node": ">=6"
6264
6671
  }
6265
6672
  },
6673
+ "node_modules/destr": {
6674
+ "version": "2.0.3",
6675
+ "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.3.tgz",
6676
+ "integrity": "sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ=="
6677
+ },
6266
6678
  "node_modules/detect-libc": {
6267
6679
  "version": "2.0.3",
6268
6680
  "license": "Apache-2.0",
@@ -6516,123 +6928,453 @@
6516
6928
  "url": "https://github.com/sponsors/ljharb"
6517
6929
  }
6518
6930
  },
6519
- "node_modules/es-define-property": {
6520
- "version": "1.0.1",
6521
- "license": "MIT",
6931
+ "node_modules/es-define-property": {
6932
+ "version": "1.0.1",
6933
+ "license": "MIT",
6934
+ "engines": {
6935
+ "node": ">= 0.4"
6936
+ }
6937
+ },
6938
+ "node_modules/es-errors": {
6939
+ "version": "1.3.0",
6940
+ "license": "MIT",
6941
+ "engines": {
6942
+ "node": ">= 0.4"
6943
+ }
6944
+ },
6945
+ "node_modules/es-module-lexer": {
6946
+ "version": "1.5.4",
6947
+ "license": "MIT"
6948
+ },
6949
+ "node_modules/es-object-atoms": {
6950
+ "version": "1.0.0",
6951
+ "license": "MIT",
6952
+ "dependencies": {
6953
+ "es-errors": "^1.3.0"
6954
+ },
6955
+ "engines": {
6956
+ "node": ">= 0.4"
6957
+ }
6958
+ },
6959
+ "node_modules/es-set-tostringtag": {
6960
+ "version": "2.0.3",
6961
+ "license": "MIT",
6962
+ "dependencies": {
6963
+ "get-intrinsic": "^1.2.4",
6964
+ "has-tostringtag": "^1.0.2",
6965
+ "hasown": "^2.0.1"
6966
+ },
6967
+ "engines": {
6968
+ "node": ">= 0.4"
6969
+ }
6970
+ },
6971
+ "node_modules/es-to-primitive": {
6972
+ "version": "1.3.0",
6973
+ "license": "MIT",
6974
+ "dependencies": {
6975
+ "is-callable": "^1.2.7",
6976
+ "is-date-object": "^1.0.5",
6977
+ "is-symbol": "^1.0.4"
6978
+ },
6979
+ "engines": {
6980
+ "node": ">= 0.4"
6981
+ },
6982
+ "funding": {
6983
+ "url": "https://github.com/sponsors/ljharb"
6984
+ }
6985
+ },
6986
+ "node_modules/esast-util-from-estree": {
6987
+ "version": "2.0.0",
6988
+ "license": "MIT",
6989
+ "dependencies": {
6990
+ "@types/estree-jsx": "^1.0.0",
6991
+ "devlop": "^1.0.0",
6992
+ "estree-util-visit": "^2.0.0",
6993
+ "unist-util-position-from-estree": "^2.0.0"
6994
+ },
6995
+ "funding": {
6996
+ "type": "opencollective",
6997
+ "url": "https://opencollective.com/unified"
6998
+ }
6999
+ },
7000
+ "node_modules/esast-util-from-js": {
7001
+ "version": "2.0.1",
7002
+ "license": "MIT",
7003
+ "dependencies": {
7004
+ "@types/estree-jsx": "^1.0.0",
7005
+ "acorn": "^8.0.0",
7006
+ "esast-util-from-estree": "^2.0.0",
7007
+ "vfile-message": "^4.0.0"
7008
+ },
7009
+ "funding": {
7010
+ "type": "opencollective",
7011
+ "url": "https://opencollective.com/unified"
7012
+ }
7013
+ },
7014
+ "node_modules/esbuild": {
7015
+ "version": "0.21.5",
7016
+ "hasInstallScript": true,
7017
+ "license": "MIT",
7018
+ "bin": {
7019
+ "esbuild": "bin/esbuild"
7020
+ },
7021
+ "engines": {
7022
+ "node": ">=12"
7023
+ },
7024
+ "optionalDependencies": {
7025
+ "@esbuild/aix-ppc64": "0.21.5",
7026
+ "@esbuild/android-arm": "0.21.5",
7027
+ "@esbuild/android-arm64": "0.21.5",
7028
+ "@esbuild/android-x64": "0.21.5",
7029
+ "@esbuild/darwin-arm64": "0.21.5",
7030
+ "@esbuild/darwin-x64": "0.21.5",
7031
+ "@esbuild/freebsd-arm64": "0.21.5",
7032
+ "@esbuild/freebsd-x64": "0.21.5",
7033
+ "@esbuild/linux-arm": "0.21.5",
7034
+ "@esbuild/linux-arm64": "0.21.5",
7035
+ "@esbuild/linux-ia32": "0.21.5",
7036
+ "@esbuild/linux-loong64": "0.21.5",
7037
+ "@esbuild/linux-mips64el": "0.21.5",
7038
+ "@esbuild/linux-ppc64": "0.21.5",
7039
+ "@esbuild/linux-riscv64": "0.21.5",
7040
+ "@esbuild/linux-s390x": "0.21.5",
7041
+ "@esbuild/linux-x64": "0.21.5",
7042
+ "@esbuild/netbsd-x64": "0.21.5",
7043
+ "@esbuild/openbsd-x64": "0.21.5",
7044
+ "@esbuild/sunos-x64": "0.21.5",
7045
+ "@esbuild/win32-arm64": "0.21.5",
7046
+ "@esbuild/win32-ia32": "0.21.5",
7047
+ "@esbuild/win32-x64": "0.21.5"
7048
+ }
7049
+ },
7050
+ "node_modules/esbuild/node_modules/@esbuild/aix-ppc64": {
7051
+ "version": "0.21.5",
7052
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
7053
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
7054
+ "cpu": [
7055
+ "ppc64"
7056
+ ],
7057
+ "optional": true,
7058
+ "os": [
7059
+ "aix"
7060
+ ],
7061
+ "engines": {
7062
+ "node": ">=12"
7063
+ }
7064
+ },
7065
+ "node_modules/esbuild/node_modules/@esbuild/android-arm": {
7066
+ "version": "0.21.5",
7067
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
7068
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
7069
+ "cpu": [
7070
+ "arm"
7071
+ ],
7072
+ "optional": true,
7073
+ "os": [
7074
+ "android"
7075
+ ],
7076
+ "engines": {
7077
+ "node": ">=12"
7078
+ }
7079
+ },
7080
+ "node_modules/esbuild/node_modules/@esbuild/android-arm64": {
7081
+ "version": "0.21.5",
7082
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
7083
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
7084
+ "cpu": [
7085
+ "arm64"
7086
+ ],
7087
+ "optional": true,
7088
+ "os": [
7089
+ "android"
7090
+ ],
7091
+ "engines": {
7092
+ "node": ">=12"
7093
+ }
7094
+ },
7095
+ "node_modules/esbuild/node_modules/@esbuild/android-x64": {
7096
+ "version": "0.21.5",
7097
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
7098
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
7099
+ "cpu": [
7100
+ "x64"
7101
+ ],
7102
+ "optional": true,
7103
+ "os": [
7104
+ "android"
7105
+ ],
7106
+ "engines": {
7107
+ "node": ">=12"
7108
+ }
7109
+ },
7110
+ "node_modules/esbuild/node_modules/@esbuild/darwin-x64": {
7111
+ "version": "0.21.5",
7112
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
7113
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
7114
+ "cpu": [
7115
+ "x64"
7116
+ ],
7117
+ "optional": true,
7118
+ "os": [
7119
+ "darwin"
7120
+ ],
7121
+ "engines": {
7122
+ "node": ">=12"
7123
+ }
7124
+ },
7125
+ "node_modules/esbuild/node_modules/@esbuild/freebsd-arm64": {
7126
+ "version": "0.21.5",
7127
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
7128
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
7129
+ "cpu": [
7130
+ "arm64"
7131
+ ],
7132
+ "optional": true,
7133
+ "os": [
7134
+ "freebsd"
7135
+ ],
7136
+ "engines": {
7137
+ "node": ">=12"
7138
+ }
7139
+ },
7140
+ "node_modules/esbuild/node_modules/@esbuild/freebsd-x64": {
7141
+ "version": "0.21.5",
7142
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
7143
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
7144
+ "cpu": [
7145
+ "x64"
7146
+ ],
7147
+ "optional": true,
7148
+ "os": [
7149
+ "freebsd"
7150
+ ],
7151
+ "engines": {
7152
+ "node": ">=12"
7153
+ }
7154
+ },
7155
+ "node_modules/esbuild/node_modules/@esbuild/linux-arm": {
7156
+ "version": "0.21.5",
7157
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
7158
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
7159
+ "cpu": [
7160
+ "arm"
7161
+ ],
7162
+ "optional": true,
7163
+ "os": [
7164
+ "linux"
7165
+ ],
7166
+ "engines": {
7167
+ "node": ">=12"
7168
+ }
7169
+ },
7170
+ "node_modules/esbuild/node_modules/@esbuild/linux-arm64": {
7171
+ "version": "0.21.5",
7172
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
7173
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
7174
+ "cpu": [
7175
+ "arm64"
7176
+ ],
7177
+ "optional": true,
7178
+ "os": [
7179
+ "linux"
7180
+ ],
7181
+ "engines": {
7182
+ "node": ">=12"
7183
+ }
7184
+ },
7185
+ "node_modules/esbuild/node_modules/@esbuild/linux-ia32": {
7186
+ "version": "0.21.5",
7187
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
7188
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
7189
+ "cpu": [
7190
+ "ia32"
7191
+ ],
7192
+ "optional": true,
7193
+ "os": [
7194
+ "linux"
7195
+ ],
7196
+ "engines": {
7197
+ "node": ">=12"
7198
+ }
7199
+ },
7200
+ "node_modules/esbuild/node_modules/@esbuild/linux-loong64": {
7201
+ "version": "0.21.5",
7202
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
7203
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
7204
+ "cpu": [
7205
+ "loong64"
7206
+ ],
7207
+ "optional": true,
7208
+ "os": [
7209
+ "linux"
7210
+ ],
7211
+ "engines": {
7212
+ "node": ">=12"
7213
+ }
7214
+ },
7215
+ "node_modules/esbuild/node_modules/@esbuild/linux-mips64el": {
7216
+ "version": "0.21.5",
7217
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
7218
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
7219
+ "cpu": [
7220
+ "mips64el"
7221
+ ],
7222
+ "optional": true,
7223
+ "os": [
7224
+ "linux"
7225
+ ],
7226
+ "engines": {
7227
+ "node": ">=12"
7228
+ }
7229
+ },
7230
+ "node_modules/esbuild/node_modules/@esbuild/linux-ppc64": {
7231
+ "version": "0.21.5",
7232
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
7233
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
7234
+ "cpu": [
7235
+ "ppc64"
7236
+ ],
7237
+ "optional": true,
7238
+ "os": [
7239
+ "linux"
7240
+ ],
7241
+ "engines": {
7242
+ "node": ">=12"
7243
+ }
7244
+ },
7245
+ "node_modules/esbuild/node_modules/@esbuild/linux-riscv64": {
7246
+ "version": "0.21.5",
7247
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
7248
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
7249
+ "cpu": [
7250
+ "riscv64"
7251
+ ],
7252
+ "optional": true,
7253
+ "os": [
7254
+ "linux"
7255
+ ],
6522
7256
  "engines": {
6523
- "node": ">= 0.4"
7257
+ "node": ">=12"
6524
7258
  }
6525
7259
  },
6526
- "node_modules/es-errors": {
6527
- "version": "1.3.0",
6528
- "license": "MIT",
7260
+ "node_modules/esbuild/node_modules/@esbuild/linux-s390x": {
7261
+ "version": "0.21.5",
7262
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
7263
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
7264
+ "cpu": [
7265
+ "s390x"
7266
+ ],
7267
+ "optional": true,
7268
+ "os": [
7269
+ "linux"
7270
+ ],
6529
7271
  "engines": {
6530
- "node": ">= 0.4"
7272
+ "node": ">=12"
6531
7273
  }
6532
7274
  },
6533
- "node_modules/es-module-lexer": {
6534
- "version": "1.5.4",
6535
- "license": "MIT"
7275
+ "node_modules/esbuild/node_modules/@esbuild/linux-x64": {
7276
+ "version": "0.21.5",
7277
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
7278
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
7279
+ "cpu": [
7280
+ "x64"
7281
+ ],
7282
+ "optional": true,
7283
+ "os": [
7284
+ "linux"
7285
+ ],
7286
+ "engines": {
7287
+ "node": ">=12"
7288
+ }
6536
7289
  },
6537
- "node_modules/es-object-atoms": {
6538
- "version": "1.0.0",
6539
- "license": "MIT",
6540
- "dependencies": {
6541
- "es-errors": "^1.3.0"
6542
- },
7290
+ "node_modules/esbuild/node_modules/@esbuild/netbsd-x64": {
7291
+ "version": "0.21.5",
7292
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
7293
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
7294
+ "cpu": [
7295
+ "x64"
7296
+ ],
7297
+ "optional": true,
7298
+ "os": [
7299
+ "netbsd"
7300
+ ],
6543
7301
  "engines": {
6544
- "node": ">= 0.4"
7302
+ "node": ">=12"
6545
7303
  }
6546
7304
  },
6547
- "node_modules/es-set-tostringtag": {
6548
- "version": "2.0.3",
6549
- "license": "MIT",
6550
- "dependencies": {
6551
- "get-intrinsic": "^1.2.4",
6552
- "has-tostringtag": "^1.0.2",
6553
- "hasown": "^2.0.1"
6554
- },
7305
+ "node_modules/esbuild/node_modules/@esbuild/openbsd-x64": {
7306
+ "version": "0.21.5",
7307
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
7308
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
7309
+ "cpu": [
7310
+ "x64"
7311
+ ],
7312
+ "optional": true,
7313
+ "os": [
7314
+ "openbsd"
7315
+ ],
6555
7316
  "engines": {
6556
- "node": ">= 0.4"
7317
+ "node": ">=12"
6557
7318
  }
6558
7319
  },
6559
- "node_modules/es-to-primitive": {
6560
- "version": "1.3.0",
6561
- "license": "MIT",
6562
- "dependencies": {
6563
- "is-callable": "^1.2.7",
6564
- "is-date-object": "^1.0.5",
6565
- "is-symbol": "^1.0.4"
6566
- },
7320
+ "node_modules/esbuild/node_modules/@esbuild/sunos-x64": {
7321
+ "version": "0.21.5",
7322
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
7323
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
7324
+ "cpu": [
7325
+ "x64"
7326
+ ],
7327
+ "optional": true,
7328
+ "os": [
7329
+ "sunos"
7330
+ ],
6567
7331
  "engines": {
6568
- "node": ">= 0.4"
6569
- },
6570
- "funding": {
6571
- "url": "https://github.com/sponsors/ljharb"
7332
+ "node": ">=12"
6572
7333
  }
6573
7334
  },
6574
- "node_modules/esast-util-from-estree": {
6575
- "version": "2.0.0",
6576
- "license": "MIT",
6577
- "dependencies": {
6578
- "@types/estree-jsx": "^1.0.0",
6579
- "devlop": "^1.0.0",
6580
- "estree-util-visit": "^2.0.0",
6581
- "unist-util-position-from-estree": "^2.0.0"
6582
- },
6583
- "funding": {
6584
- "type": "opencollective",
6585
- "url": "https://opencollective.com/unified"
7335
+ "node_modules/esbuild/node_modules/@esbuild/win32-arm64": {
7336
+ "version": "0.21.5",
7337
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
7338
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
7339
+ "cpu": [
7340
+ "arm64"
7341
+ ],
7342
+ "optional": true,
7343
+ "os": [
7344
+ "win32"
7345
+ ],
7346
+ "engines": {
7347
+ "node": ">=12"
6586
7348
  }
6587
7349
  },
6588
- "node_modules/esast-util-from-js": {
6589
- "version": "2.0.1",
6590
- "license": "MIT",
6591
- "dependencies": {
6592
- "@types/estree-jsx": "^1.0.0",
6593
- "acorn": "^8.0.0",
6594
- "esast-util-from-estree": "^2.0.0",
6595
- "vfile-message": "^4.0.0"
6596
- },
6597
- "funding": {
6598
- "type": "opencollective",
6599
- "url": "https://opencollective.com/unified"
7350
+ "node_modules/esbuild/node_modules/@esbuild/win32-ia32": {
7351
+ "version": "0.21.5",
7352
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
7353
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
7354
+ "cpu": [
7355
+ "ia32"
7356
+ ],
7357
+ "optional": true,
7358
+ "os": [
7359
+ "win32"
7360
+ ],
7361
+ "engines": {
7362
+ "node": ">=12"
6600
7363
  }
6601
7364
  },
6602
- "node_modules/esbuild": {
7365
+ "node_modules/esbuild/node_modules/@esbuild/win32-x64": {
6603
7366
  "version": "0.21.5",
6604
- "hasInstallScript": true,
6605
- "license": "MIT",
6606
- "bin": {
6607
- "esbuild": "bin/esbuild"
6608
- },
7367
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
7368
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
7369
+ "cpu": [
7370
+ "x64"
7371
+ ],
7372
+ "optional": true,
7373
+ "os": [
7374
+ "win32"
7375
+ ],
6609
7376
  "engines": {
6610
7377
  "node": ">=12"
6611
- },
6612
- "optionalDependencies": {
6613
- "@esbuild/aix-ppc64": "0.21.5",
6614
- "@esbuild/android-arm": "0.21.5",
6615
- "@esbuild/android-arm64": "0.21.5",
6616
- "@esbuild/android-x64": "0.21.5",
6617
- "@esbuild/darwin-arm64": "0.21.5",
6618
- "@esbuild/darwin-x64": "0.21.5",
6619
- "@esbuild/freebsd-arm64": "0.21.5",
6620
- "@esbuild/freebsd-x64": "0.21.5",
6621
- "@esbuild/linux-arm": "0.21.5",
6622
- "@esbuild/linux-arm64": "0.21.5",
6623
- "@esbuild/linux-ia32": "0.21.5",
6624
- "@esbuild/linux-loong64": "0.21.5",
6625
- "@esbuild/linux-mips64el": "0.21.5",
6626
- "@esbuild/linux-ppc64": "0.21.5",
6627
- "@esbuild/linux-riscv64": "0.21.5",
6628
- "@esbuild/linux-s390x": "0.21.5",
6629
- "@esbuild/linux-x64": "0.21.5",
6630
- "@esbuild/netbsd-x64": "0.21.5",
6631
- "@esbuild/openbsd-x64": "0.21.5",
6632
- "@esbuild/sunos-x64": "0.21.5",
6633
- "@esbuild/win32-arm64": "0.21.5",
6634
- "@esbuild/win32-ia32": "0.21.5",
6635
- "@esbuild/win32-x64": "0.21.5"
6636
7378
  }
6637
7379
  },
6638
7380
  "node_modules/escalade": {
@@ -7158,6 +7900,23 @@
7158
7900
  "lodash": "^4.17.15"
7159
7901
  }
7160
7902
  },
7903
+ "node_modules/h3": {
7904
+ "version": "1.13.0",
7905
+ "resolved": "https://registry.npmjs.org/h3/-/h3-1.13.0.tgz",
7906
+ "integrity": "sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==",
7907
+ "dependencies": {
7908
+ "cookie-es": "^1.2.2",
7909
+ "crossws": ">=0.2.0 <0.4.0",
7910
+ "defu": "^6.1.4",
7911
+ "destr": "^2.0.3",
7912
+ "iron-webcrypto": "^1.2.1",
7913
+ "ohash": "^1.1.4",
7914
+ "radix3": "^1.1.2",
7915
+ "ufo": "^1.5.4",
7916
+ "uncrypto": "^0.1.3",
7917
+ "unenv": "^1.10.0"
7918
+ }
7919
+ },
7161
7920
  "node_modules/hachure-fill": {
7162
7921
  "version": "0.5.2",
7163
7922
  "resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz",
@@ -8083,6 +8842,14 @@
8083
8842
  "node": ">=12"
8084
8843
  }
8085
8844
  },
8845
+ "node_modules/iron-webcrypto": {
8846
+ "version": "1.2.1",
8847
+ "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz",
8848
+ "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==",
8849
+ "funding": {
8850
+ "url": "https://github.com/sponsors/brc-dd"
8851
+ }
8852
+ },
8086
8853
  "node_modules/is-alphabetical": {
8087
8854
  "version": "2.0.1",
8088
8855
  "license": "MIT",
@@ -9023,13 +9790,14 @@
9023
9790
  }
9024
9791
  },
9025
9792
  "node_modules/marked": {
9026
- "version": "4.3.0",
9027
- "license": "MIT",
9793
+ "version": "15.0.6",
9794
+ "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.6.tgz",
9795
+ "integrity": "sha512-Y07CUOE+HQXbVDCGl3LXggqJDbXDP2pArc2C1N1RRMN0ONiShoSsIInMd5Gsxupe7fKLpgimTV+HOJ9r7bA+pg==",
9028
9796
  "bin": {
9029
9797
  "marked": "bin/marked.js"
9030
9798
  },
9031
9799
  "engines": {
9032
- "node": ">= 12"
9800
+ "node": ">= 18"
9033
9801
  }
9034
9802
  },
9035
9803
  "node_modules/mdast-util-definitions": {
@@ -12452,6 +13220,17 @@
12452
13220
  "url": "https://github.com/sponsors/jonschlinkert"
12453
13221
  }
12454
13222
  },
13223
+ "node_modules/mime": {
13224
+ "version": "3.0.0",
13225
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
13226
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
13227
+ "bin": {
13228
+ "mime": "cli.js"
13229
+ },
13230
+ "engines": {
13231
+ "node": ">=10.0.0"
13232
+ }
13233
+ },
12455
13234
  "node_modules/mime-db": {
12456
13235
  "version": "1.52.0",
12457
13236
  "license": "MIT",
@@ -12662,6 +13441,11 @@
12662
13441
  "url": "https://opencollective.com/node-fetch"
12663
13442
  }
12664
13443
  },
13444
+ "node_modules/node-fetch-native": {
13445
+ "version": "1.6.4",
13446
+ "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz",
13447
+ "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ=="
13448
+ },
12665
13449
  "node_modules/node-fetch/node_modules/tr46": {
12666
13450
  "version": "0.0.3",
12667
13451
  "license": "MIT"
@@ -12777,6 +13561,21 @@
12777
13561
  "url": "https://github.com/sponsors/ljharb"
12778
13562
  }
12779
13563
  },
13564
+ "node_modules/ofetch": {
13565
+ "version": "1.4.1",
13566
+ "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.4.1.tgz",
13567
+ "integrity": "sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==",
13568
+ "dependencies": {
13569
+ "destr": "^2.0.3",
13570
+ "node-fetch-native": "^1.6.4",
13571
+ "ufo": "^1.5.4"
13572
+ }
13573
+ },
13574
+ "node_modules/ohash": {
13575
+ "version": "1.1.4",
13576
+ "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.4.tgz",
13577
+ "integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
13578
+ },
12780
13579
  "node_modules/oniguruma-to-es": {
12781
13580
  "version": "0.7.0",
12782
13581
  "license": "MIT",
@@ -13364,6 +14163,11 @@
13364
14163
  ],
13365
14164
  "license": "MIT"
13366
14165
  },
14166
+ "node_modules/radix3": {
14167
+ "version": "1.1.2",
14168
+ "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
14169
+ "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
14170
+ },
13367
14171
  "node_modules/ramda": {
13368
14172
  "version": "0.30.1",
13369
14173
  "license": "MIT",
@@ -13414,6 +14218,17 @@
13414
14218
  "node": ">=18.16.0"
13415
14219
  }
13416
14220
  },
14221
+ "node_modules/rapidoc/node_modules/marked": {
14222
+ "version": "4.3.0",
14223
+ "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
14224
+ "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
14225
+ "bin": {
14226
+ "marked": "bin/marked.js"
14227
+ },
14228
+ "engines": {
14229
+ "node": ">= 12"
14230
+ }
14231
+ },
13417
14232
  "node_modules/react": {
13418
14233
  "version": "18.3.1",
13419
14234
  "license": "MIT",
@@ -15336,10 +16151,27 @@
15336
16151
  "url": "https://github.com/sponsors/ljharb"
15337
16152
  }
15338
16153
  },
16154
+ "node_modules/uncrypto": {
16155
+ "version": "0.1.3",
16156
+ "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
16157
+ "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q=="
16158
+ },
15339
16159
  "node_modules/undici-types": {
15340
16160
  "version": "6.19.8",
15341
16161
  "license": "MIT"
15342
16162
  },
16163
+ "node_modules/unenv": {
16164
+ "version": "1.10.0",
16165
+ "resolved": "https://registry.npmjs.org/unenv/-/unenv-1.10.0.tgz",
16166
+ "integrity": "sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==",
16167
+ "dependencies": {
16168
+ "consola": "^3.2.3",
16169
+ "defu": "^6.1.4",
16170
+ "mime": "^3.0.0",
16171
+ "node-fetch-native": "^1.6.4",
16172
+ "pathe": "^1.1.2"
16173
+ }
16174
+ },
15343
16175
  "node_modules/unified": {
15344
16176
  "version": "11.0.5",
15345
16177
  "license": "MIT",
@@ -15534,6 +16366,102 @@
15534
16366
  "version": "3.0.0",
15535
16367
  "license": "MIT"
15536
16368
  },
16369
+ "node_modules/unstorage": {
16370
+ "version": "1.14.4",
16371
+ "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.14.4.tgz",
16372
+ "integrity": "sha512-1SYeamwuYeQJtJ/USE1x4l17LkmQBzg7deBJ+U9qOBoHo15d1cDxG4jM31zKRgF7pG0kirZy4wVMX6WL6Zoscg==",
16373
+ "dependencies": {
16374
+ "anymatch": "^3.1.3",
16375
+ "chokidar": "^3.6.0",
16376
+ "destr": "^2.0.3",
16377
+ "h3": "^1.13.0",
16378
+ "lru-cache": "^10.4.3",
16379
+ "node-fetch-native": "^1.6.4",
16380
+ "ofetch": "^1.4.1",
16381
+ "ufo": "^1.5.4"
16382
+ },
16383
+ "peerDependencies": {
16384
+ "@azure/app-configuration": "^1.8.0",
16385
+ "@azure/cosmos": "^4.2.0",
16386
+ "@azure/data-tables": "^13.3.0",
16387
+ "@azure/identity": "^4.5.0",
16388
+ "@azure/keyvault-secrets": "^4.9.0",
16389
+ "@azure/storage-blob": "^12.26.0",
16390
+ "@capacitor/preferences": "^6.0.3",
16391
+ "@deno/kv": ">=0.8.4",
16392
+ "@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0",
16393
+ "@planetscale/database": "^1.19.0",
16394
+ "@upstash/redis": "^1.34.3",
16395
+ "@vercel/blob": ">=0.27.0",
16396
+ "@vercel/kv": "^1.0.1",
16397
+ "aws4fetch": "^1.0.20",
16398
+ "db0": ">=0.2.1",
16399
+ "idb-keyval": "^6.2.1",
16400
+ "ioredis": "^5.4.2",
16401
+ "uploadthing": "^7.4.1"
16402
+ },
16403
+ "peerDependenciesMeta": {
16404
+ "@azure/app-configuration": {
16405
+ "optional": true
16406
+ },
16407
+ "@azure/cosmos": {
16408
+ "optional": true
16409
+ },
16410
+ "@azure/data-tables": {
16411
+ "optional": true
16412
+ },
16413
+ "@azure/identity": {
16414
+ "optional": true
16415
+ },
16416
+ "@azure/keyvault-secrets": {
16417
+ "optional": true
16418
+ },
16419
+ "@azure/storage-blob": {
16420
+ "optional": true
16421
+ },
16422
+ "@capacitor/preferences": {
16423
+ "optional": true
16424
+ },
16425
+ "@deno/kv": {
16426
+ "optional": true
16427
+ },
16428
+ "@netlify/blobs": {
16429
+ "optional": true
16430
+ },
16431
+ "@planetscale/database": {
16432
+ "optional": true
16433
+ },
16434
+ "@upstash/redis": {
16435
+ "optional": true
16436
+ },
16437
+ "@vercel/blob": {
16438
+ "optional": true
16439
+ },
16440
+ "@vercel/kv": {
16441
+ "optional": true
16442
+ },
16443
+ "aws4fetch": {
16444
+ "optional": true
16445
+ },
16446
+ "db0": {
16447
+ "optional": true
16448
+ },
16449
+ "idb-keyval": {
16450
+ "optional": true
16451
+ },
16452
+ "ioredis": {
16453
+ "optional": true
16454
+ },
16455
+ "uploadthing": {
16456
+ "optional": true
16457
+ }
16458
+ }
16459
+ },
16460
+ "node_modules/unstorage/node_modules/lru-cache": {
16461
+ "version": "10.4.3",
16462
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
16463
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
16464
+ },
15537
16465
  "node_modules/update-browserslist-db": {
15538
16466
  "version": "1.1.1",
15539
16467
  "funding": [
@@ -15690,10 +16618,11 @@
15690
16618
  }
15691
16619
  },
15692
16620
  "node_modules/vite": {
15693
- "version": "6.0.3",
15694
- "license": "MIT",
16621
+ "version": "6.0.7",
16622
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.7.tgz",
16623
+ "integrity": "sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==",
15695
16624
  "dependencies": {
15696
- "esbuild": "^0.24.0",
16625
+ "esbuild": "^0.24.2",
15697
16626
  "postcss": "^8.4.49",
15698
16627
  "rollup": "^4.23.0"
15699
16628
  },
@@ -15759,11 +16688,12 @@
15759
16688
  }
15760
16689
  },
15761
16690
  "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
15762
- "version": "0.24.0",
16691
+ "version": "0.24.2",
16692
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz",
16693
+ "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==",
15763
16694
  "cpu": [
15764
16695
  "arm64"
15765
16696
  ],
15766
- "license": "MIT",
15767
16697
  "optional": true,
15768
16698
  "os": [
15769
16699
  "darwin"
@@ -15773,9 +16703,10 @@
15773
16703
  }
15774
16704
  },
15775
16705
  "node_modules/vite/node_modules/esbuild": {
15776
- "version": "0.24.0",
16706
+ "version": "0.24.2",
16707
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz",
16708
+ "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==",
15777
16709
  "hasInstallScript": true,
15778
- "license": "MIT",
15779
16710
  "bin": {
15780
16711
  "esbuild": "bin/esbuild"
15781
16712
  },
@@ -15783,30 +16714,31 @@
15783
16714
  "node": ">=18"
15784
16715
  },
15785
16716
  "optionalDependencies": {
15786
- "@esbuild/aix-ppc64": "0.24.0",
15787
- "@esbuild/android-arm": "0.24.0",
15788
- "@esbuild/android-arm64": "0.24.0",
15789
- "@esbuild/android-x64": "0.24.0",
15790
- "@esbuild/darwin-arm64": "0.24.0",
15791
- "@esbuild/darwin-x64": "0.24.0",
15792
- "@esbuild/freebsd-arm64": "0.24.0",
15793
- "@esbuild/freebsd-x64": "0.24.0",
15794
- "@esbuild/linux-arm": "0.24.0",
15795
- "@esbuild/linux-arm64": "0.24.0",
15796
- "@esbuild/linux-ia32": "0.24.0",
15797
- "@esbuild/linux-loong64": "0.24.0",
15798
- "@esbuild/linux-mips64el": "0.24.0",
15799
- "@esbuild/linux-ppc64": "0.24.0",
15800
- "@esbuild/linux-riscv64": "0.24.0",
15801
- "@esbuild/linux-s390x": "0.24.0",
15802
- "@esbuild/linux-x64": "0.24.0",
15803
- "@esbuild/netbsd-x64": "0.24.0",
15804
- "@esbuild/openbsd-arm64": "0.24.0",
15805
- "@esbuild/openbsd-x64": "0.24.0",
15806
- "@esbuild/sunos-x64": "0.24.0",
15807
- "@esbuild/win32-arm64": "0.24.0",
15808
- "@esbuild/win32-ia32": "0.24.0",
15809
- "@esbuild/win32-x64": "0.24.0"
16717
+ "@esbuild/aix-ppc64": "0.24.2",
16718
+ "@esbuild/android-arm": "0.24.2",
16719
+ "@esbuild/android-arm64": "0.24.2",
16720
+ "@esbuild/android-x64": "0.24.2",
16721
+ "@esbuild/darwin-arm64": "0.24.2",
16722
+ "@esbuild/darwin-x64": "0.24.2",
16723
+ "@esbuild/freebsd-arm64": "0.24.2",
16724
+ "@esbuild/freebsd-x64": "0.24.2",
16725
+ "@esbuild/linux-arm": "0.24.2",
16726
+ "@esbuild/linux-arm64": "0.24.2",
16727
+ "@esbuild/linux-ia32": "0.24.2",
16728
+ "@esbuild/linux-loong64": "0.24.2",
16729
+ "@esbuild/linux-mips64el": "0.24.2",
16730
+ "@esbuild/linux-ppc64": "0.24.2",
16731
+ "@esbuild/linux-riscv64": "0.24.2",
16732
+ "@esbuild/linux-s390x": "0.24.2",
16733
+ "@esbuild/linux-x64": "0.24.2",
16734
+ "@esbuild/netbsd-arm64": "0.24.2",
16735
+ "@esbuild/netbsd-x64": "0.24.2",
16736
+ "@esbuild/openbsd-arm64": "0.24.2",
16737
+ "@esbuild/openbsd-x64": "0.24.2",
16738
+ "@esbuild/sunos-x64": "0.24.2",
16739
+ "@esbuild/win32-arm64": "0.24.2",
16740
+ "@esbuild/win32-ia32": "0.24.2",
16741
+ "@esbuild/win32-x64": "0.24.2"
15810
16742
  }
15811
16743
  },
15812
16744
  "node_modules/vitefu": {