|
329 | 329 | json5 "^2.2.3"
|
330 | 330 | semver "^6.3.1"
|
331 | 331 |
|
332 |
| -"@babel/generator@^7.24.7": |
333 |
| - version "7.24.7" |
334 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d" |
335 |
| - integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA== |
336 |
| - dependencies: |
337 |
| - "@babel/types" "^7.24.7" |
338 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
339 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
340 |
| - jsesc "^2.5.1" |
341 |
| - |
342 |
| -"@babel/generator@^7.24.8": |
| 332 | +"@babel/generator@^7.24.7", "@babel/generator@^7.24.8": |
343 | 333 | version "7.24.8"
|
344 | 334 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a"
|
345 | 335 | integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==
|
|
482 | 472 | dependencies:
|
483 | 473 | "@babel/types" "^7.24.7"
|
484 | 474 |
|
485 |
| -"@babel/helper-string-parser@^7.24.7": |
486 |
| - version "7.24.7" |
487 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2" |
488 |
| - integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg== |
489 |
| - |
490 | 475 | "@babel/helper-string-parser@^7.24.8":
|
491 | 476 | version "7.24.8"
|
492 | 477 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
|
534 | 519 | js-tokens "^4.0.0"
|
535 | 520 | picocolors "^1.0.0"
|
536 | 521 |
|
537 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7": |
538 |
| - version "7.24.7" |
539 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85" |
540 |
| - integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw== |
541 |
| - |
542 |
| -"@babel/parser@^7.24.8": |
| 522 | +"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8": |
543 | 523 | version "7.24.8"
|
544 | 524 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
|
545 | 525 | integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
|
|
625 | 605 | "@babel/parser" "^7.24.7"
|
626 | 606 | "@babel/types" "^7.24.7"
|
627 | 607 |
|
628 |
| -"@babel/traverse@^7.23.9", "@babel/traverse@^7.24.7": |
629 |
| - version "7.24.7" |
630 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5" |
631 |
| - integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA== |
632 |
| - dependencies: |
633 |
| - "@babel/code-frame" "^7.24.7" |
634 |
| - "@babel/generator" "^7.24.7" |
635 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
636 |
| - "@babel/helper-function-name" "^7.24.7" |
637 |
| - "@babel/helper-hoist-variables" "^7.24.7" |
638 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
639 |
| - "@babel/parser" "^7.24.7" |
640 |
| - "@babel/types" "^7.24.7" |
641 |
| - debug "^4.3.1" |
642 |
| - globals "^11.1.0" |
643 |
| - |
644 |
| -"@babel/traverse@^7.24.8": |
| 608 | +"@babel/traverse@^7.23.9", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8": |
645 | 609 | version "7.24.8"
|
646 | 610 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
|
647 | 611 | integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
|
|
657 | 621 | debug "^4.3.1"
|
658 | 622 | globals "^11.1.0"
|
659 | 623 |
|
660 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.23.9", "@babel/types@^7.24.7": |
661 |
| - version "7.24.7" |
662 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2" |
663 |
| - integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q== |
664 |
| - dependencies: |
665 |
| - "@babel/helper-string-parser" "^7.24.7" |
666 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
667 |
| - to-fast-properties "^2.0.0" |
668 |
| - |
669 |
| -"@babel/types@^7.24.8": |
| 624 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.23.9", "@babel/types@^7.24.7", "@babel/types@^7.24.8": |
670 | 625 | version "7.24.8"
|
671 | 626 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
|
672 | 627 | integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
|
|
1191 | 1146 | resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.0.tgz#5d694d345ce36b6ecf657349e03eb87297e68da4"
|
1192 | 1147 | integrity sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==
|
1193 | 1148 |
|
1194 |
| -"@shikijs/core@1.10.0": |
1195 |
| - version "1.10.0" |
1196 |
| - resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.10.0.tgz#ec3356ace7cb8b41f6baee0116f036fca85054cc" |
1197 |
| - integrity sha512-BZcr6FCmPfP6TXaekvujZcnkFmJHZ/Yglu97r/9VjzVndQA56/F4WjUKtJRQUnK59Wi7p/UTAOekMfCJv7jnYg== |
| 1149 | +"@shikijs/core@1.10.3": |
| 1150 | + version "1.10.3" |
| 1151 | + resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.10.3.tgz#f01763b36f08ad3d2ef46cea7e61858d9d9947d6" |
| 1152 | + integrity sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg== |
| 1153 | + dependencies: |
| 1154 | + "@types/hast" "^3.0.4" |
1198 | 1155 |
|
1199 | 1156 | "@types/babel__core@^7.20.5":
|
1200 | 1157 | version "7.20.5"
|
|
1246 | 1203 | resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz"
|
1247 | 1204 | integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
1248 | 1205 |
|
1249 |
| -"@types/hast@^3.0.0": |
| 1206 | +"@types/hast@^3.0.0", "@types/hast@^3.0.4": |
1250 | 1207 | version "3.0.4"
|
1251 | 1208 | resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
|
1252 | 1209 | integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
|
@@ -1557,10 +1514,10 @@ array-iterate@^2.0.0:
|
1557 | 1514 | resolved "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz"
|
1558 | 1515 | integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==
|
1559 | 1516 |
|
1560 |
| -astro@^4.11.3: |
1561 |
| - version "4.11.3" |
1562 |
| - resolved "https://registry.yarnpkg.com/astro/-/astro-4.11.3.tgz#654d6e1f54f2ff35a1f45a309b14f377d4dc7d41" |
1563 |
| - integrity sha512-SuZbB/71XVn+WqWNCe7XOfHuqhS+k4gj8+A3wluTZQrORGaHUFRn/f8F9Tu5yESQZB1q8UKhahvHwkTV3AdVsg== |
| 1517 | +astro@^4.11.5: |
| 1518 | + version "4.11.5" |
| 1519 | + resolved "https://registry.yarnpkg.com/astro/-/astro-4.11.5.tgz#8ab0a359936a11b1169f25f1b7b559189f75e63f" |
| 1520 | + integrity sha512-TCRhuaLwrxwMhS8S1GG+ZTdrAXigX9C8E/YUTs/r2t+owHxDgwl86IV9xH1IHrCPoqhK6civyAQNOT+GKmkb0A== |
1564 | 1521 | dependencies:
|
1565 | 1522 | "@astrojs/compiler" "^2.8.1"
|
1566 | 1523 | "@astrojs/internal-helpers" "0.4.1"
|
@@ -1612,13 +1569,13 @@ astro@^4.11.3:
|
1612 | 1569 | prompts "^2.4.2"
|
1613 | 1570 | rehype "^13.0.1"
|
1614 | 1571 | semver "^7.6.2"
|
1615 |
| - shiki "^1.9.0" |
1616 |
| - string-width "^7.1.0" |
| 1572 | + shiki "^1.10.0" |
| 1573 | + string-width "^7.2.0" |
1617 | 1574 | strip-ansi "^7.1.0"
|
1618 |
| - tsconfck "^3.1.0" |
| 1575 | + tsconfck "^3.1.1" |
1619 | 1576 | unist-util-visit "^5.0.0"
|
1620 | 1577 | vfile "^6.0.1"
|
1621 |
| - vite "^5.3.1" |
| 1578 | + vite "^5.3.2" |
1622 | 1579 | vitefu "^0.2.5"
|
1623 | 1580 | which-pm "^2.2.0"
|
1624 | 1581 | yargs-parser "^21.1.1"
|
@@ -3606,6 +3563,15 @@ postcss@^8.4.38:
|
3606 | 3563 | picocolors "^1.0.0"
|
3607 | 3564 | source-map-js "^1.2.0"
|
3608 | 3565 |
|
| 3566 | +postcss@^8.4.39: |
| 3567 | + version "8.4.39" |
| 3568 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3" |
| 3569 | + integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw== |
| 3570 | + dependencies: |
| 3571 | + nanoid "^3.3.7" |
| 3572 | + picocolors "^1.0.1" |
| 3573 | + source-map-js "^1.2.0" |
| 3574 | + |
3609 | 3575 | preact-render-to-string@~6.3.1:
|
3610 | 3576 | version "6.3.1"
|
3611 | 3577 | resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-6.3.1.tgz#2479ebca8e6721cacfcecaa79bd861005a3d9b8f"
|
@@ -3955,12 +3921,13 @@ shebang-regex@^3.0.0:
|
3955 | 3921 | resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
|
3956 | 3922 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
3957 | 3923 |
|
3958 |
| -shiki@^1.9.0: |
3959 |
| - version "1.10.0" |
3960 |
| - resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.10.0.tgz#304ab080a12458abc78eb0cb83eb0f7ace546215" |
3961 |
| - integrity sha512-YD2sXQ+TMD/F9BimV9Jn0wj35pqOvywvOG/3PB6hGHyGKlM7TJ9tyJ02jOb2kF8F0HfJwKNYrh3sW7jEcuRlXA== |
| 3924 | +shiki@^1.10.0, shiki@^1.9.0: |
| 3925 | + version "1.10.3" |
| 3926 | + resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.10.3.tgz#2276fb21a07043b28c5b16001e6a04fef99dbb8f" |
| 3927 | + integrity sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ== |
3962 | 3928 | dependencies:
|
3963 |
| - "@shikijs/core" "1.10.0" |
| 3929 | + "@shikijs/core" "1.10.3" |
| 3930 | + "@types/hast" "^3.0.4" |
3964 | 3931 |
|
3965 | 3932 | signal-exit@^3.0.2:
|
3966 | 3933 | version "3.0.7"
|
@@ -4055,7 +4022,7 @@ string-width@^5.0.1, string-width@^5.1.2:
|
4055 | 4022 | emoji-regex "^9.2.2"
|
4056 | 4023 | strip-ansi "^7.0.1"
|
4057 | 4024 |
|
4058 |
| -string-width@^7.0.0, string-width@^7.1.0: |
| 4025 | +string-width@^7.0.0, string-width@^7.2.0: |
4059 | 4026 | version "7.2.0"
|
4060 | 4027 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
|
4061 | 4028 | integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
@@ -4219,7 +4186,7 @@ ts-interface-checker@^0.1.9:
|
4219 | 4186 | resolved "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz"
|
4220 | 4187 | integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
|
4221 | 4188 |
|
4222 |
| -tsconfck@^3.1.0: |
| 4189 | +tsconfck@^3.1.1: |
4223 | 4190 | version "3.1.1"
|
4224 | 4191 | resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.1.tgz#c7284913262c293b43b905b8b034f524de4a3162"
|
4225 | 4192 | integrity sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==
|
@@ -4415,13 +4382,13 @@ vite-plugin-vue-inspector@^5.1.2:
|
4415 | 4382 | kolorist "^1.8.0"
|
4416 | 4383 | magic-string "^0.30.4"
|
4417 | 4384 |
|
4418 |
| -vite@^5.3.1: |
4419 |
| - version "5.3.2" |
4420 |
| - resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.2.tgz#2f0a8531c71060467ed3e0a205a203f269b6d9c8" |
4421 |
| - integrity sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA== |
| 4385 | +vite@^5.3.2: |
| 4386 | + version "5.3.3" |
| 4387 | + resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.3.tgz#5265b1f0a825b3b6564c2d07524777c83e3c04c2" |
| 4388 | + integrity sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A== |
4422 | 4389 | dependencies:
|
4423 | 4390 | esbuild "^0.21.3"
|
4424 |
| - postcss "^8.4.38" |
| 4391 | + postcss "^8.4.39" |
4425 | 4392 | rollup "^4.13.0"
|
4426 | 4393 | optionalDependencies:
|
4427 | 4394 | fsevents "~2.3.3"
|
|
0 commit comments