From 375a8c3d9d50064efaa901a946ab7106dffe59bf Mon Sep 17 00:00:00 2001 From: CritasWang Date: Wed, 27 May 2026 14:40:02 +0800 Subject: [PATCH] chore: upgrade vuepress to rc.30 and theme-hope to rc.107 (rolldown) Switch @vuepress/bundler-vite to the rolldown-driven build path and align the @vuepress/* plugins / helper to rc.130. theme-hope rc.107 also removes temp pages, which is the bulk of the time/memory win. Version changes: - vuepress / @vuepress/bundler-vite: rc.26 -> rc.30 - vuepress-theme-hope: rc.99 -> rc.107 - @vuepress/plugin-docsearch / plugin-links-check / helper / plugin-back-to-top: rc.120 -> rc.130 - sass-embedded: 1.93.3 -> 1.100.0 (required for theme-hope rc.107's new `if(sass(...): ...; else: ...)` SCSS syntax) Local build benchmark (pnpm run build, /usr/bin/time -l): - Before (rc.26): 112.30s build, peak RSS 6731 MB - After (rc.30): 58.67s build, peak RSS 5254 MB - Wins: -47.8% build time, -21.9% peak RSS Removes the CI build OOM risk on the 8 GB node heap without needing to raise --max_old_space_size, and roughly halves the build wall time. No source changes; only dependency versions and lockfile. --- package.json | 16 +- pnpm-lock.yaml | 3569 ++++++++++++++++++++++++++---------------------- 2 files changed, 1929 insertions(+), 1656 deletions(-) diff --git a/package.json b/package.json index 9a97c78c6..fc4b5595e 100644 --- a/package.json +++ b/package.json @@ -22,20 +22,20 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", - "@vuepress/bundler-vite": "2.0.0-rc.26", - "@vuepress/plugin-docsearch": "2.0.0-rc.120", - "@vuepress/plugin-links-check": "2.0.0-rc.120", + "@vuepress/bundler-vite": "2.0.0-rc.30", + "@vuepress/plugin-docsearch": "2.0.0-rc.130", + "@vuepress/plugin-links-check": "2.0.0-rc.130", "element-plus": "^2.12.0", - "sass-embedded": "1.93.3", + "sass-embedded": "1.100.0", "vue": "^3.5.25", "vue3-carousel": "0.17.0", - "vuepress": "2.0.0-rc.26", - "vuepress-theme-hope": "2.0.0-rc.99" + "vuepress": "2.0.0-rc.30", + "vuepress-theme-hope": "2.0.0-rc.107" }, "devDependencies": { "@eslint/js": "9.39.1", - "@vuepress/helper": "2.0.0-rc.120", - "@vuepress/plugin-back-to-top": "2.0.0-rc.120", + "@vuepress/helper": "2.0.0-rc.130", + "@vuepress/plugin-back-to-top": "2.0.0-rc.130", "eslint": "9.39.1", "eslint-plugin-vue": "10.6.2", "gh-pages": "6.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d05f2422f..0ca3bc28d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,20 +12,20 @@ importers: specifier: ^2.3.2 version: 2.3.2(vue@3.5.25(typescript@5.9.3)) '@vuepress/bundler-vite': - specifier: 2.0.0-rc.26 - version: 2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3) + specifier: 2.0.0-rc.30 + version: 2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0) '@vuepress/plugin-docsearch': - specifier: 2.0.0-rc.120 - version: 2.0.0-rc.120(@algolia/client-search@5.46.0)(react@19.2.1)(search-insights@2.17.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + specifier: 2.0.0-rc.130 + version: 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) '@vuepress/plugin-links-check': - specifier: 2.0.0-rc.120 - version: 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + specifier: 2.0.0-rc.130 + version: 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) element-plus: specifier: ^2.12.0 version: 2.12.0(vue@3.5.25(typescript@5.9.3)) sass-embedded: - specifier: 1.93.3 - version: 1.93.3 + specifier: 1.100.0 + version: 1.100.0 vue: specifier: ^3.5.25 version: 3.5.25(typescript@5.9.3) @@ -33,21 +33,21 @@ importers: specifier: 0.17.0 version: 0.17.0(vue@3.5.25(typescript@5.9.3)) vuepress: - specifier: 2.0.0-rc.26 - version: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + specifier: 2.0.0-rc.30 + version: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) vuepress-theme-hope: - specifier: 2.0.0-rc.99 - version: 2.0.0-rc.99(@vue/repl@4.3.1)(@vuepress/plugin-docsearch@2.0.0-rc.120(@algolia/client-search@5.46.0)(react@19.2.1)(search-insights@2.17.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))))(katex@0.16.25)(markdown-it@14.1.0)(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + specifier: 2.0.0-rc.107 + version: 2.0.0-rc.107(073c432d6062876580c0e2331af65867) devDependencies: '@eslint/js': specifier: 9.39.1 version: 9.39.1 '@vuepress/helper': - specifier: 2.0.0-rc.120 - version: 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + specifier: 2.0.0-rc.130 + version: 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) '@vuepress/plugin-back-to-top': - specifier: 2.0.0-rc.120 - version: 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + specifier: 2.0.0-rc.130 + version: 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) eslint: specifier: 9.39.1 version: 9.39.1 @@ -72,119 +72,61 @@ importers: packages: - '@ai-sdk/gateway@2.0.18': - resolution: {integrity: sha512-sDQcW+6ck2m0pTIHW6BPHD7S125WD3qNkx/B8sEzJp/hurocmJ5Cni0ybExg6sQMGo+fr/GWOwpHF1cmCdg5rQ==} - engines: {node: '>=18'} - peerDependencies: - zod: ^3.25.76 || ^4.1.8 - - '@ai-sdk/provider-utils@3.0.18': - resolution: {integrity: sha512-ypv1xXMsgGcNKUP+hglKqtdDuMg68nWHucPPAhIENrbFAI+xCHiqPVN8Zllxyv1TNZwGWUghPxJXU+Mqps0YRQ==} - engines: {node: '>=18'} - peerDependencies: - zod: ^3.25.76 || ^4.1.8 - - '@ai-sdk/provider@2.0.0': - resolution: {integrity: sha512-6o7Y2SeO9vFKB8lArHXehNuusnpddKPk7xqL7T2/b+OvXMRIXUO1rR4wcv1hAFUAT9avGZshty3Wlua/XA7TvA==} - engines: {node: '>=18'} - - '@ai-sdk/react@2.0.106': - resolution: {integrity: sha512-TU8ONNhm64GI7O60UDCcOz9CdyCp3emQwSYrSnq+QWBNgS8vDlRQ3ZwXyPNAJQdXyBTafVS2iyS0kvV+KXaPAQ==} - engines: {node: '>=18'} - peerDependencies: - react: ^18 || ^19 || ^19.0.0-rc - zod: ^3.25.76 || ^4.1.8 - peerDependenciesMeta: - zod: - optional: true - - '@algolia/abtesting@1.12.0': - resolution: {integrity: sha512-EfW0bfxjPs+C7ANkJDw2TATntfBKsFiy7APh+KO0pQ8A6HYa5I0NjFuCGCXWfzzzLXNZta3QUl3n5Kmm6aJo9Q==} - engines: {node: '>= 14.0.0'} - - '@algolia/autocomplete-core@1.19.2': - resolution: {integrity: sha512-mKv7RyuAzXvwmq+0XRK8HqZXt9iZ5Kkm2huLjgn5JoCPtDy+oh9yxUMfDDaVCw0oyzZ1isdJBc7l9nuCyyR7Nw==} - - '@algolia/autocomplete-plugin-algolia-insights@1.19.2': - resolution: {integrity: sha512-TjxbcC/r4vwmnZaPwrHtkXNeqvlpdyR+oR9Wi2XyfORkiGkLTVhX2j+O9SaCCINbKoDfc+c2PB8NjfOnz7+oKg==} - peerDependencies: - search-insights: '>= 1 < 3' - - '@algolia/autocomplete-shared@1.19.2': - resolution: {integrity: sha512-jEazxZTVD2nLrC+wYlVHQgpBoBB5KPStrJxLzsIFl6Kqd1AlG9sIAGl39V5tECLpIQzB3Qa2T6ZPJ1ChkwMK/w==} - peerDependencies: - '@algolia/client-search': '>= 4.9.1 < 6' - algoliasearch: '>= 4.9.1 < 6' - - '@algolia/client-abtesting@5.46.0': - resolution: {integrity: sha512-eG5xV8rujK4ZIHXrRshvv9O13NmU/k42Rnd3w43iKH5RaQ2zWuZO6Q7XjaoJjAFVCsJWqRbXzbYyPGrbF3wGNg==} - engines: {node: '>= 14.0.0'} - - '@algolia/client-analytics@5.46.0': - resolution: {integrity: sha512-AYh2uL8IUW9eZrbbT+wZElyb7QkkeV3US2NEKY7doqMlyPWE8lErNfkVN1NvZdVcY4/SVic5GDbeDz2ft8YIiQ==} - engines: {node: '>= 14.0.0'} - - '@algolia/client-common@5.46.0': - resolution: {integrity: sha512-0emZTaYOeI9WzJi0TcNd2k3SxiN6DZfdWc2x2gHt855Jl9jPUOzfVTL6gTvCCrOlT4McvpDGg5nGO+9doEjjig==} - engines: {node: '>= 14.0.0'} - - '@algolia/client-insights@5.46.0': - resolution: {integrity: sha512-wrBJ8fE+M0TDG1As4DDmwPn2TXajrvmvAN72Qwpuv8e2JOKNohF7+JxBoF70ZLlvP1A1EiH8DBu+JpfhBbNphQ==} - engines: {node: '>= 14.0.0'} - - '@algolia/client-personalization@5.46.0': - resolution: {integrity: sha512-LnkeX4p0ENt0DoftDJJDzQQJig/sFQmD1eQifl/iSjhUOGUIKC/7VTeXRcKtQB78naS8njUAwpzFvxy1CDDXDQ==} - engines: {node: '>= 14.0.0'} - - '@algolia/client-query-suggestions@5.46.0': - resolution: {integrity: sha512-aF9tc4ex/smypXw+W3lBPB1jjKoaGHpZezTqofvDOI/oK1dR2sdTpFpK2Ru+7IRzYgwtRqHF3znmTlyoNs9dpA==} - engines: {node: '>= 14.0.0'} - - '@algolia/client-search@5.46.0': - resolution: {integrity: sha512-22SHEEVNjZfFWkFks3P6HilkR3rS7a6GjnCIqR22Zz4HNxdfT0FG+RE7efTcFVfLUkTTMQQybvaUcwMrHXYa7Q==} - engines: {node: '>= 14.0.0'} - - '@algolia/ingestion@1.46.0': - resolution: {integrity: sha512-2LT0/Z+/sFwEpZLH6V17WSZ81JX2uPjgvv5eNlxgU7rPyup4NXXfuMbtCJ+6uc4RO/LQpEJd3Li59ke3wtyAsA==} - engines: {node: '>= 14.0.0'} - - '@algolia/monitoring@1.46.0': - resolution: {integrity: sha512-uivZ9wSWZ8mz2ZU0dgDvQwvVZV8XBv6lYBXf8UtkQF3u7WeTqBPeU8ZoeTyLpf0jAXCYOvc1mAVmK0xPLuEwOQ==} - engines: {node: '>= 14.0.0'} - - '@algolia/recommend@5.46.0': - resolution: {integrity: sha512-O2BB8DuySuddgOAbhyH4jsGbL+KyDGpzJRtkDZkv091OMomqIA78emhhMhX9d/nIRrzS1wNLWB/ix7Hb2eV5rg==} - engines: {node: '>= 14.0.0'} - - '@algolia/requester-browser-xhr@5.46.0': - resolution: {integrity: sha512-eW6xyHCyYrJD0Kjk9Mz33gQ40LfWiEA51JJTVfJy3yeoRSw/NXhAL81Pljpa0qslTs6+LO/5DYPZddct6HvISQ==} - engines: {node: '>= 14.0.0'} - - '@algolia/requester-fetch@5.46.0': - resolution: {integrity: sha512-Vn2+TukMGHy4PIxmdvP667tN/MhS7MPT8EEvEhS6JyFLPx3weLcxSa1F9gVvrfHWCUJhLWoMVJVB2PT8YfRGcw==} - engines: {node: '>= 14.0.0'} - - '@algolia/requester-node-http@5.46.0': - resolution: {integrity: sha512-xaqXyna5yBZ+r1SJ9my/DM6vfTqJg9FJgVydRJ0lnO+D5NhqGW/qaRG/iBGKr/d4fho34el6WakV7BqJvrl/HQ==} - engines: {node: '>= 14.0.0'} + '@babel/generator@8.0.0-rc.6': + resolution: {integrity: sha512-6mIzgVK8DgEzvIapoQwhXTMnnkuE4STQmVv9H03i/tZ2ml8oev3TRvZJgTenK2Bsq0YWNtzOrFdTyNzCMFtjJQ==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/helper-string-parser@7.27.1': resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.29.7': + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@8.0.0-rc.6': + resolution: {integrity: sha512-BCkFy+zN6kXQed3YOT7aJl93NfDSzQc3pBfsvTVPs9gU9X3V0aefEF5kwBT0E+mDWH9QgKaZstYUQN9VdQZT4g==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-validator-identifier@7.28.5': resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@8.0.0-rc.6': + resolution: {integrity: sha512-nVJ+1JcCgntv8d78rRo++o2wuODT0Irknx2BF8Np4Ft2CRgjLqIs4qzSZ8b66yGbBdMWGmZBO9WEZv1hhNiSpg==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/parser@7.28.5': resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.29.7': + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/parser@8.0.0-rc.6': + resolution: {integrity: sha512-rOS8IpdO7mQELkTPlCsTgPejO0bFuZdEDCGQJouYbYf9e1FLTym7Fei2pEjq8q7MWbX0ravcd7QQYKs1TxOuog==} + engines: {node: ^22.18.0 || >=24.11.0} + hasBin: true + '@babel/types@7.28.5': resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} engines: {node: '>=6.9.0'} + '@babel/types@7.29.7': + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} + engines: {node: '>=6.9.0'} + + '@babel/types@8.0.0-rc.6': + resolution: {integrity: sha512-p7/ABylAYlexb31wtRdIfH9L9A0Z2T/9H6zAqzqndkY2PLkvNNc580wGhp/gGKN4Sp9sQvSkhc6Oga8/O+wTyw==} + engines: {node: ^22.18.0 || >=24.11.0} + '@bufbuild/protobuf@2.10.1': resolution: {integrity: sha512-ckS3+vyJb5qGpEYv/s1OebUHDi/xSNtfgw1wqKZo7MR9F2z+qXr0q5XagafAG/9O0QPVIUfST0smluYSTpYFkg==} @@ -192,200 +134,178 @@ packages: resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==} engines: {node: '>=10'} - '@docsearch/core@4.3.1': - resolution: {integrity: sha512-ktVbkePE+2h9RwqCUMbWXOoebFyDOxHqImAqfs+lC8yOU+XwEW4jgvHGJK079deTeHtdhUNj0PXHSnhJINvHzQ==} - peerDependencies: - '@types/react': '>= 16.8.0 < 20.0.0' - react: '>= 16.8.0 < 20.0.0' - react-dom: '>= 16.8.0 < 20.0.0' - peerDependenciesMeta: - '@types/react': - optional: true - react: - optional: true - react-dom: - optional: true - - '@docsearch/css@4.3.2': - resolution: {integrity: sha512-K3Yhay9MgkBjJJ0WEL5MxnACModX9xuNt3UlQQkDEDZJZ0+aeWKtOkxHNndMRkMBnHdYvQjxkm6mdlneOtU1IQ==} + '@docsearch/css@4.6.3': + resolution: {integrity: sha512-nlOwcXcsNAptQl4vlL4MA78qNJKO0Qlds5GuBjCoePgkebTXLSf8Qt1oyZ3YBshYupKXG9VRGEsk1zr23d+bzQ==} - '@docsearch/js@4.3.2': - resolution: {integrity: sha512-xdfpPXMgKRY9EW7U1vtY7gLKbLZFa9ed+t0Dacquq8zXBqAlH9HlUf0h4Mhxm0xatsVeMaIR2wr/u6g0GsZyQw==} - - '@docsearch/react@4.3.2': - resolution: {integrity: sha512-74SFD6WluwvgsOPqifYOviEEVwDxslxfhakTlra+JviaNcs7KK/rjsPj89kVEoQc9FUxRkAofaJnHIR7pb4TSQ==} - peerDependencies: - '@types/react': '>= 16.8.0 < 20.0.0' - react: '>= 16.8.0 < 20.0.0' - react-dom: '>= 16.8.0 < 20.0.0' - search-insights: '>= 1 < 3' - peerDependenciesMeta: - '@types/react': - optional: true - react: - optional: true - react-dom: - optional: true - search-insights: - optional: true + '@docsearch/js@4.6.3': + resolution: {integrity: sha512-qUIX2b4Apew3tv4F0qhmgShsl/Lfw4m6mqv/5/5dWNxwTcDdLMp2s3YwZ+NMGh3IKCg0pBaXm7Q5VdyU5Rj+cQ==} '@element-plus/icons-vue@2.3.2': resolution: {integrity: sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==} peerDependencies: vue: ^3.2.0 - '@esbuild/aix-ppc64@0.25.12': - resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} + '@emnapi/core@1.10.0': + resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} + + '@emnapi/runtime@1.10.0': + resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} + + '@emnapi/wasi-threads@1.2.1': + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} + + '@esbuild/aix-ppc64@0.28.0': + resolution: {integrity: sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.25.12': - resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} + '@esbuild/android-arm64@0.28.0': + resolution: {integrity: sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==} engines: {node: '>=18'} cpu: [arm64] os: [android] - '@esbuild/android-arm@0.25.12': - resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} + '@esbuild/android-arm@0.28.0': + resolution: {integrity: sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==} engines: {node: '>=18'} cpu: [arm] os: [android] - '@esbuild/android-x64@0.25.12': - resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} + '@esbuild/android-x64@0.28.0': + resolution: {integrity: sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==} engines: {node: '>=18'} cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.25.12': - resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} + '@esbuild/darwin-arm64@0.28.0': + resolution: {integrity: sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.25.12': - resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} + '@esbuild/darwin-x64@0.28.0': + resolution: {integrity: sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.25.12': - resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} + '@esbuild/freebsd-arm64@0.28.0': + resolution: {integrity: sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.12': - resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} + '@esbuild/freebsd-x64@0.28.0': + resolution: {integrity: sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.25.12': - resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} + '@esbuild/linux-arm64@0.28.0': + resolution: {integrity: sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==} engines: {node: '>=18'} cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.25.12': - resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} + '@esbuild/linux-arm@0.28.0': + resolution: {integrity: sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==} engines: {node: '>=18'} cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.25.12': - resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} + '@esbuild/linux-ia32@0.28.0': + resolution: {integrity: sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==} engines: {node: '>=18'} cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.25.12': - resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} + '@esbuild/linux-loong64@0.28.0': + resolution: {integrity: sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==} engines: {node: '>=18'} cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.25.12': - resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} + '@esbuild/linux-mips64el@0.28.0': + resolution: {integrity: sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.25.12': - resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} + '@esbuild/linux-ppc64@0.28.0': + resolution: {integrity: sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.25.12': - resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} + '@esbuild/linux-riscv64@0.28.0': + resolution: {integrity: sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.25.12': - resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} + '@esbuild/linux-s390x@0.28.0': + resolution: {integrity: sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==} engines: {node: '>=18'} cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.25.12': - resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} + '@esbuild/linux-x64@0.28.0': + resolution: {integrity: sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.25.12': - resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} + '@esbuild/netbsd-arm64@0.28.0': + resolution: {integrity: sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.12': - resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} + '@esbuild/netbsd-x64@0.28.0': + resolution: {integrity: sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.25.12': - resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} + '@esbuild/openbsd-arm64@0.28.0': + resolution: {integrity: sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.12': - resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} + '@esbuild/openbsd-x64@0.28.0': + resolution: {integrity: sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/openharmony-arm64@0.25.12': - resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} + '@esbuild/openharmony-arm64@0.28.0': + resolution: {integrity: sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==} engines: {node: '>=18'} cpu: [arm64] os: [openharmony] - '@esbuild/sunos-x64@0.25.12': - resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} + '@esbuild/sunos-x64@0.28.0': + resolution: {integrity: sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.25.12': - resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} + '@esbuild/win32-arm64@0.28.0': + resolution: {integrity: sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==} engines: {node: '>=18'} cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.25.12': - resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} + '@esbuild/win32-ia32@0.28.0': + resolution: {integrity: sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==} engines: {node: '>=18'} cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.25.12': - resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==} + '@esbuild/win32-x64@0.28.0': + resolution: {integrity: sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -453,9 +373,22 @@ packages: resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + + '@jridgewell/remapping@2.3.5': + resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + '@jridgewell/sourcemap-codec@1.5.5': resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + '@jridgewell/trace-mapping@0.3.31': + resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} + '@lit-labs/ssr-dom-shim@1.4.0': resolution: {integrity: sha512-ficsEARKnmmW5njugNYKipTm4SFnbik7CXtoencDZzmzo/dQ+2Q0bgkzJuoJP20Aj0F+izzJjOqsnkd6F/o1bw==} @@ -494,119 +427,132 @@ packages: resolution: {integrity: sha512-00aAZ0F0NLik6I6Yba2emGbHLxv+QYrPH00qQ5dFKXlAo1Ll2RHDXwY7nN2WAfrx2pP+WrvSRFTGFCNGdzBDHw==} engines: {node: '>=20.0.0'} - '@mdit/helper@0.22.1': - resolution: {integrity: sha512-lDpajcdAk84aYCNAM/Mi3djw38DJq7ocLw5VOSMu/u2YKX3/OD37a6Qb59in8Uyp4SiAbQoSHa8px6hgHEpB5g==} - engines: {node: '>= 18'} + '@mdit/helper@0.23.2': + resolution: {integrity: sha512-w4oja7kZYnkSiodfn4Neg1gmlIkvQtmCBJTLvLFOaET7xt8KomDNPQeumpGobQ9dWkXFqBKHlxjTYgroPH+CvA==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-alert@0.22.3': - resolution: {integrity: sha512-9g99rjLCFd8upA/DXbhGmEM7GMFocy6SRk4OekxuAy9t1aDOE/r5IJgUbBIvc9kMkg39ug0yXtMkKwAt2zp5Hg==} + '@mdit/plugin-alert@0.23.2': + resolution: {integrity: sha512-pXIil0FLy9ilhvT6d324A4X+mt5i/zG8ml0VIpZwiUYh2k1Wi6VnZhFHfsnONTRu6dPL2EwQBIhQgQ+269f7LA==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-align@0.22.2': - resolution: {integrity: sha512-hy9TliRnjhjvJxb+mFnJtisTGo6e2rVM191ci1xJ3CZefJACYDJrczjQA9NA8zml4wuC9iIzeCbJH79STd8ePg==} - engines: {node: '>= 18'} + '@mdit/plugin-align@0.24.2': + resolution: {integrity: sha512-vx0I0LPirTMefIPjUHlRfM/hW7+OKZQSBgiPsxr5pIjPHiXs0ZV+0Tg7zDrnqZNI4QhaWjePRiSF7JkLg9gS/w==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-attrs@0.23.3': - resolution: {integrity: sha512-DsPY1e1WCjEt0FnKib10vuM2l2g6IB39OmGKBupJ1PgU2jwmxssKQrD02ewhecuNh1QjNgjkx0riiSoUat8ecw==} - engines: {node: '>= 18'} + '@mdit/plugin-attrs@0.25.2': + resolution: {integrity: sha512-/R1BzkCWY8OvjDek9y/0/hpxZKWlwef0Gq/jtee9+ZbX0J9ffXfJl+Isgh3Ecur01R6Bv+1XNJtaBGNgUm/w6Q==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-container@0.22.2': - resolution: {integrity: sha512-QBBti5EyQzVl/qzFAD9YAhiAB9S2zF/4MPAS4kwm7VkmeYrcj2HpZpA7snMjnWh3CtriDcaIMInhg0vDtDwyfA==} - engines: {node: '>= 18'} + '@mdit/plugin-container@0.23.2': + resolution: {integrity: sha512-rXlFg37YuQDNcVKCaPtaJ2oCbfxTIguzf0Uklt65PK6J3kqB82+IE0+p87GIObWxdm1ajfbMUSLfvfrHoiqq4Q==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-demo@0.22.3': - resolution: {integrity: sha512-pK/iJVNPqflo72ZFHbf3a+H6R+l741SPXRnaftZ3ihiT2hlaizg2097eBz2llNkHpFtb3luapux0s/o9AZvA5g==} + '@mdit/plugin-demo@0.23.2': + resolution: {integrity: sha512-GBsdFI1HF3ZsYf7oXtLinv2pgXkEw2Cj4+Au/aCAsdXZ+T/X7KPQQNA9MwKrWS8fQpVipys/SSK4R+IsbmVWiQ==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-figure@0.22.2': - resolution: {integrity: sha512-mCbrhfbP8VopTzYHw1OnUAEnhh1C24Sx8ExAJpHgnM7HnNF54a+MXbywXZZJAbRZ22l3J2wrxL+IOxKYgNlgdg==} - engines: {node: '>= 18'} + '@mdit/plugin-figure@0.23.2': + resolution: {integrity: sha512-PK4G29p29cZJiA2uQ0gv6faW65ilTxPH+MssyAj/WBobIrhVDhcAg+tVN/in3/FhQ31bzKoUtCPBjzYWmj73tA==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-footnote@0.22.3': - resolution: {integrity: sha512-4hkki9vlIsRDhb7BZLL53s/htRHcubOkjakHPa7Jkj8BZ8/C++0wF13dr73OXcLNVKe/3JWE6pEl1aKETG20Gw==} - engines: {node: '>= 18'} + '@mdit/plugin-footnote@0.23.2': + resolution: {integrity: sha512-zE2jAx1KX1ZLuF0v4t2VwgrsfSYHRr23n5viRcxyF2tnbBKLJA38Pmk7jrKfKK9akZVD32zRzZWGrRF39TPXqw==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 - '@mdit/plugin-icon@0.22.2': - resolution: {integrity: sha512-ODVJOhCz1p2zmeuwhJ6mA2z/6MyaD4EVibGmfhsKPlIVMF1PRvx8esbe+25HnL0/Wln+n9JsRUHcxrt7TPsqkA==} + '@mdit/plugin-icon@0.24.2': + resolution: {integrity: sha512-20VVIIEH9RItrIaNfTruIbrWL/qDoeEdcDxzFHFULJFjdDpdDOUdfTiC5/u6T7FmbngMLfe1M7PoVW1apet1Gw==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-img-lazyload@0.22.1': - resolution: {integrity: sha512-ombpBQqR1zYjtr4/7s8EvIVx/ymtiflWksXropYz81o0I9Bm9Os1UPuNgjwfT/DEhIit4HMaJhjpKhGkYrOKgA==} - engines: {node: '>= 18'} + '@mdit/plugin-img-lazyload@0.23.2': + resolution: {integrity: sha512-ChmBzqd9ovp6sUplb388on8NphfW0JBMmaDLf4lXd0IvMX3+dYlPAtPKxUJr3QwmEK5rAnfRFeJG5cvC+CsHSg==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-img-mark@0.22.2': - resolution: {integrity: sha512-+dfw7HBSg9/ETWguCbhudpIEIsWN81Ro23agEuU8JO1RDpkiMAFVBcUAFqUWr9+4KHQhiBtyEWn1Y7l+d17RXg==} - engines: {node: '>= 18'} + '@mdit/plugin-img-mark@0.23.2': + resolution: {integrity: sha512-1yvG+kcec8s8hXaCRnbagNJogh5yE6ioS588NcMedBjA2bZ0Q/4xexXF1phU3e3T740ACPqwN+amwj+Cf/GlIA==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-img-size@0.22.4': - resolution: {integrity: sha512-+hZqo4Ngo6300Jj/pnrcGs0Pn0Jw5qCA8oLtzJqwn+vZHCqxEiyIN/5FJp8etth0aoIyR2K32WhAf5CC2iRCrg==} - engines: {node: '>= 18'} + '@mdit/plugin-img-size@0.23.2': + resolution: {integrity: sha512-WsMBjy32leLRwTVvZj/88+QqvoKU5ZM1znx7kLnaUJUYjw6fqd82RTC3P3wmQa0/dxKk3m17oFQPlDshzXhEiA==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-include@0.22.3': - resolution: {integrity: sha512-v28gdUTUCykFE+D9XoQrmO/S+K2kpl+i1f6f+blKfOXSnwT4+l1GqJkQLy1Zs21HUfWBwPmiIrZ0nnX2SO1dbw==} + '@mdit/plugin-include@0.23.2': + resolution: {integrity: sha512-wU+b1AITt3iCb70d9GpY8/BsEkf18XPeO3vdcU6pmAOrFo1GyWAf21KTE0+g/Zh7n3DdyqdjpPCjEJbW73xzzg==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-katex-slim@0.24.0': - resolution: {integrity: sha512-Bj69Qu7AsK4UkWkFIiRyJlVJ1g5S+d6/YZrDKSc0XabElCGgOhGf+f84h/aW4xbgky8sQBDE4Iutrfggg22TaA==} - engines: {node: '>= 18'} + '@mdit/plugin-inline-rule@0.23.2': + resolution: {integrity: sha512-+w8ORGQ08zgY61Vz/9xHKwpMitCV7pdI80MOq03tlZQRUANUQRaM3mnA6/B51bzubJvnB8NPQdRAJ2Mwt6ZILg==} + engines: {node: '>= 20'} + peerDependencies: + markdown-it: ^14.1.0 + peerDependenciesMeta: + markdown-it: + optional: true + + '@mdit/plugin-katex-slim@0.26.2': + resolution: {integrity: sha512-QDkYQ8x2QpK9QTORofjlzvOBbXIMhGpCtdQbkYQUNyzDwNAOsfyVmqvXTXVSlxbO/qfGvThTcFJCZa3Ma/zw4w==} + engines: {node: '>= 20'} peerDependencies: katex: ^0.16.25 markdown-it: ^14.1.0 @@ -616,115 +562,125 @@ packages: markdown-it: optional: true - '@mdit/plugin-mark@0.22.1': - resolution: {integrity: sha512-2blMM/gGyqPARvaal44mt0pOi+8phmFpj7D4suG4qMd1j8aGDZl9R7p8inbr3BePOady1eloh0SWSCdskmutZg==} - engines: {node: '>= 18'} + '@mdit/plugin-layout@0.2.2': + resolution: {integrity: sha512-lPeJULVt1s9rEA2aU5pKRRsqGpJVmmcLE08GKeuPb7xgJuJvsPnDHNqA4eVSHUR9WARMolygfTBT1yAQd715HA==} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-mathjax-slim@0.24.1': - resolution: {integrity: sha512-jAT/iFXS4D8tSVdlkl4Uzl3JEYsAkvCWDLzNqYyRZD0TU/Wm5mAbLeTXU8hFOu5nKDRNRrF/iKE41Emy1UJUFg==} - engines: {node: '>= 18'} + '@mdit/plugin-mark@0.23.2': + resolution: {integrity: sha512-j/icOo3K55IkO2TbK26PpumNFzJ1+iSNGc4r29E1iamO8pA6iouVLdzawTAwQ4uQPrQW//JovgoUjWycnoBGKQ==} + engines: {node: '>= 20'} peerDependencies: - '@mathjax/src': ^4.0.0 markdown-it: ^14.1.0 peerDependenciesMeta: - '@mathjax/src': - optional: true markdown-it: optional: true - '@mdit/plugin-plantuml@0.22.3': - resolution: {integrity: sha512-vnMTNO8HsXGQq8DIux+4Y082M/IkT+ICEZhe0EIXgKfbCORa7jQiw1mCKX4L+okqntglOkM5ItvfSdyCbrqidQ==} + '@mdit/plugin-mathjax-slim@0.26.2': + resolution: {integrity: sha512-e/ap85PAPcl7DTOvz1nFqzBc7YL16jD1tbdB/ChzfxjdEN8SN9pMokRQOAlmegaoA/mPWcoKCPj/JGilgyOAiA==} + engines: {node: '>= 20'} peerDependencies: + '@mathjax/mathjax-newcm-font': ^4.1.0 + '@mathjax/src': ^4.0.0 markdown-it: ^14.1.0 peerDependenciesMeta: + '@mathjax/mathjax-newcm-font': + optional: true + '@mathjax/src': + optional: true markdown-it: optional: true - '@mdit/plugin-spoiler@0.22.2': - resolution: {integrity: sha512-XoL08KwYGaGeCzXuwvOcZLrRvvzvOAj96XF5iihbI1M5LSkzWLY0cWlfgF1mEM1+fAyauZxMYXOegKDqT/HRXg==} - engines: {node: '>= 18'} + '@mdit/plugin-plantuml@0.24.2': + resolution: {integrity: sha512-UKv2X2p/BHN3uHP//SF6l2Rdp91Nk/6RlaPrmvHz/RSMRI4YzuNL+IAg/kJAQmT4tWyInsR4Bwcw8R0qGHCk0A==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-stylize@0.22.3': - resolution: {integrity: sha512-DnymTaa212l0AkuwzDvaJ1V+pgiwIUuTMU+flNlt/1mKhFWuIFXq1VX+UqdqYB/3/GxuKGOuWjE0AyBo119BCA==} - engines: {node: '>= 18'} + '@mdit/plugin-spoiler@0.23.2': + resolution: {integrity: sha512-rCUGTp7WqxK40tYQYseR0RuLOS001fMOn55bgj1Evrf2oI6RydEeOtlbeh48bZK9na/swmUtwV3yYC4wZi6kNQ==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-sub@0.22.2': - resolution: {integrity: sha512-+NSz8IMYNAfQWBRBX6jf3PMIubkQSwy3v4ElW5CP4a0U4r1Youw3MOcDa6FRwW9TZ/+t8E+E3DaBeYcRi/+bGw==} - engines: {node: '>= 18'} + '@mdit/plugin-stylize@0.23.2': + resolution: {integrity: sha512-q62eRLz/41AoodZIwx5NHoSuHyX1CuFaVjG13j6kbuo5gWmLF3JcyIY9BG+BRgSM+00LvB9DCZWAf/ZdN+vOVg==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-sup@0.22.2': - resolution: {integrity: sha512-xgpCAbNgyrJW8NyvB5vGbRVlnCSnNjiJ3zyHAqqr9IqPGH1jCWidOlLLWiIOtfqvUExsLmtyt4c76SZb5MiKYw==} - engines: {node: '>= 18'} + '@mdit/plugin-sub@0.24.2': + resolution: {integrity: sha512-E4wNJ5mDIoJbjvGj9D/GTlhWhUmR94UQjEtPCEQf/oy9nZMhetA0qFjCCFnGpJQHpHcBEkxWc5hEVdMiWhQBFA==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-tab@0.22.3': - resolution: {integrity: sha512-TPMHgVEsqvsCPVwt1KZGhJsVW/6XNyp9VXy2X2nNXvaklfK2+l6DJBWLeN+lPwzXvASnE5CkEFvaY4627zDt9A==} + '@mdit/plugin-sup@0.24.2': + resolution: {integrity: sha512-tMi63tSz6we8cjfdjLmhbTr/B+wX96PtsBwTKKKWn6UWmJzv9Kljq2AOHvV8phwpXz+Jz3yPP/qyrXqvZajdzg==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-tasklist@0.22.2': - resolution: {integrity: sha512-tYxp4tDomTb9NzIphoDXWJxjQZxFuqP4PjU0H9AecUyWuSRP+HICCqe/HVNTTpB0+WDeuVtnxAW9kX08ekxUWw==} - engines: {node: '>= 18'} + '@mdit/plugin-tab@0.24.2': + resolution: {integrity: sha512-9rN23SP4beO0shBOuSGLGR+Ia7fminVSH6xl5Rb6rh6rRYQ6R3NR2KkIfLZvoMCRiN2uDwhXT/R9LyXHOdRMUQ==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-tex@0.22.2': - resolution: {integrity: sha512-iniJQ9BPZc8AGdLPRoyC+nDA0SoDSe+AETma4y2dOk/EbaSZMYgMaZO843mk5JV7eJkfRc6TWcTIE2CqY2/9Rg==} - engines: {node: '>= 18'} + '@mdit/plugin-tasklist@0.23.2': + resolution: {integrity: sha512-9vpH3ZG2JmB3SqYfXmRXk9mI5Q6U+KO30quNH1PN5lp5gQtW4kceWhfAPeQtSMemNV4KuCyns+6PRX8zD9Sajw==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-tex@0.23.0': - resolution: {integrity: sha512-oiNlqzpa4S/6rGm5Ht5IvpzvVsDmm1kF95oxKR0ZQmkeMeSXJLVrYgxmMvt8Oj0D+/F5WJ4mYCD+kXDaLxI0gg==} - engines: {node: '>= 18'} + '@mdit/plugin-tex@0.24.2': + resolution: {integrity: sha512-nVKIJHQJHvgDByKMpCgFT6gdeEZUyzZby24BjCjxP2N10bkgK8IEwZIBu7G5n5WBw2D0kmFD4Top+YA2mjeiQQ==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true - '@mdit/plugin-uml@0.22.2': - resolution: {integrity: sha512-pe1p527i66rKThIxz6yOrBILyl1E+jZtDexuUHnNKAKEgXx+f10eCENLN7+9L59K2pbARj3PtdxDC0fs+e2DqA==} - engines: {node: '>= 18'} + '@mdit/plugin-uml@0.24.2': + resolution: {integrity: sha512-GZB2x2hCb5qLCZFx5NaqugoVNF164vOYi5PWHk8vTqIsIMLVXt5b6ODFSngrjH6t3k3c7GDDcnr8QwOUSkjNQQ==} + engines: {node: '>= 20'} peerDependencies: markdown-it: ^14.1.0 peerDependenciesMeta: markdown-it: optional: true + '@napi-rs/wasm-runtime@1.1.4': + resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} + peerDependencies: + '@emnapi/core': ^1.7.1 + '@emnapi/runtime': ^1.7.1 + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -737,9 +693,8 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@opentelemetry/api@1.9.0': - resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} - engines: {node: '>=8.0.0'} + '@oxc-project/types@0.132.0': + resolution: {integrity: sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==} '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} @@ -770,42 +725,36 @@ packages: engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm-musl@2.5.1': resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - libc: [musl] '@parcel/watcher-linux-arm64-glibc@2.5.1': resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-arm64-musl@2.5.1': resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - libc: [musl] '@parcel/watcher-linux-x64-glibc@2.5.1': resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [glibc] '@parcel/watcher-linux-x64-musl@2.5.1': resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - libc: [musl] '@parcel/watcher-win32-arm64@2.5.1': resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==} @@ -833,150 +782,129 @@ packages: resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@rolldown/pluginutils@1.0.0-beta.50': - resolution: {integrity: sha512-5e76wQiQVeL1ICOZVUg4LSOVYg9jyhGCin+icYozhsUzM+fHE7kddi1bdiE0jwVqTfkjba3jUFbEkoC9WkdvyA==} - - '@rollup/rollup-android-arm-eabi@4.53.3': - resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} - cpu: [arm] - os: [android] - - '@rollup/rollup-android-arm64@4.53.3': - resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==} + '@rolldown/binding-android-arm64@1.0.2': + resolution: {integrity: sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.53.3': - resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==} + '@rolldown/binding-darwin-arm64@1.0.2': + resolution: {integrity: sha512-vdFA9+C/rekyGce7WqHs/xoT0ioZEWaOFyZLIV1mEeNFaFDUQrPIo8Vs2GvJ6eetb3rzDUtUBgzto3ExpXJB3w==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.53.3': - resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==} + '@rolldown/binding-darwin-x64@1.0.2': + resolution: {integrity: sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.53.3': - resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==} - cpu: [arm64] - os: [freebsd] - - '@rollup/rollup-freebsd-x64@4.53.3': - resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==} + '@rolldown/binding-freebsd-x64@1.0.2': + resolution: {integrity: sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': - resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==} - cpu: [arm] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-arm-musleabihf@4.53.3': - resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.2': + resolution: {integrity: sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - libc: [musl] - '@rollup/rollup-linux-arm64-gnu@4.53.3': - resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==} + '@rolldown/binding-linux-arm64-gnu@1.0.2': + resolution: {integrity: sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - libc: [glibc] - '@rollup/rollup-linux-arm64-musl@4.53.3': - resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==} + '@rolldown/binding-linux-arm64-musl@1.0.2': + resolution: {integrity: sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] - libc: [musl] - '@rollup/rollup-linux-loong64-gnu@4.53.3': - resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} - cpu: [loong64] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-ppc64-gnu@4.53.3': - resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==} + '@rolldown/binding-linux-ppc64-gnu@1.0.2': + resolution: {integrity: sha512-hgO5Abm0w5UL6FEa2iFnZqo2KlK7TQ5QhV5x09hujBf7t5KzHQ1VmfPuTpqRy/rNlSxua3eWH374xxiVrP+lcA==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-riscv64-gnu@4.53.3': - resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==} - cpu: [riscv64] - os: [linux] - libc: [glibc] - - '@rollup/rollup-linux-riscv64-musl@4.53.3': - resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} - cpu: [riscv64] - os: [linux] - libc: [musl] - '@rollup/rollup-linux-s390x-gnu@4.53.3': - resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==} + '@rolldown/binding-linux-s390x-gnu@1.0.2': + resolution: {integrity: sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] - libc: [glibc] - '@rollup/rollup-linux-x64-gnu@4.53.3': - resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==} + '@rolldown/binding-linux-x64-gnu@1.0.2': + resolution: {integrity: sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - libc: [glibc] - '@rollup/rollup-linux-x64-musl@4.53.3': - resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==} + '@rolldown/binding-linux-x64-musl@1.0.2': + resolution: {integrity: sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] - libc: [musl] - '@rollup/rollup-openharmony-arm64@4.53.3': - resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} + '@rolldown/binding-openharmony-arm64@1.0.2': + resolution: {integrity: sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rollup/rollup-win32-arm64-msvc@4.53.3': - resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==} - cpu: [arm64] - os: [win32] + '@rolldown/binding-wasm32-wasi@1.0.2': + resolution: {integrity: sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [wasm32] - '@rollup/rollup-win32-ia32-msvc@4.53.3': - resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==} - cpu: [ia32] + '@rolldown/binding-win32-arm64-msvc@1.0.2': + resolution: {integrity: sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] os: [win32] - '@rollup/rollup-win32-x64-gnu@4.53.3': - resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} + '@rolldown/binding-win32-x64-msvc@1.0.2': + resolution: {integrity: sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.53.3': - resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==} - cpu: [x64] - os: [win32] + '@rolldown/pluginutils@1.0.1': + resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==} + + '@shikijs/core@4.1.0': + resolution: {integrity: sha512-jLJtSJeuFffqX6/inRE1zqU5aFv2hrszvYgq3OjbAgFRZiWv7abKMDdQzYxuSDfmUPQozZvI/kuy6VMTvnvqTQ==} + engines: {node: '>=20'} - '@shikijs/core@3.19.0': - resolution: {integrity: sha512-L7SrRibU7ZoYi1/TrZsJOFAnnHyLTE1SwHG1yNWjZIVCqjOEmCSuK2ZO9thnRbJG6TOkPp+Z963JmpCNw5nzvA==} + '@shikijs/engine-javascript@4.1.0': + resolution: {integrity: sha512-YquhawCUgaBfhsS72e2Y/dI59gCBNPHu3fEO/tvLaXrTssxZrY5ddjtNLTwndrMgPo8b3IscE+xoICDzpTmlFQ==} + engines: {node: '>=20'} - '@shikijs/engine-javascript@3.19.0': - resolution: {integrity: sha512-ZfWJNm2VMhKkQIKT9qXbs76RRcT0SF/CAvEz0+RkpUDAoDaCx0uFdCGzSRiD9gSlhm6AHkjdieOBJMaO2eC1rQ==} + '@shikijs/engine-oniguruma@4.1.0': + resolution: {integrity: sha512-axLpjVs45YBvvINa+dJF+NPW+KtFkNXsFr4SDw2BMj9GdeMnGxVB9PQb2xXlJYovslt/nz6giedAyOANkfc7hg==} + engines: {node: '>=20'} - '@shikijs/engine-oniguruma@3.19.0': - resolution: {integrity: sha512-1hRxtYIJfJSZeM5ivbUXv9hcJP3PWRo5prG/V2sWwiubUKTa+7P62d2qxCW8jiVFX4pgRHhnHNp+qeR7Xl+6kg==} + '@shikijs/langs@4.1.0': + resolution: {integrity: sha512-nwOMruEkbgdZfQ/b8CgpNBVOpvG1k0N5tbmgiFeqsan401+x3ILqlzZJowSla4Agmq4hG2Uf2wh5jLTEhR8VSg==} + engines: {node: '>=20'} - '@shikijs/langs@3.19.0': - resolution: {integrity: sha512-dBMFzzg1QiXqCVQ5ONc0z2ebyoi5BKz+MtfByLm0o5/nbUu3Iz8uaTCa5uzGiscQKm7lVShfZHU1+OG3t5hgwg==} + '@shikijs/primitive@4.1.0': + resolution: {integrity: sha512-zx2/2Uwj2q9X3KSyYREEhXO23xBw5WUhP4orK2lE4r+t9JGITmEe0JH+wPmJhqHpOT2bRRs6lAL945+LDvOAGw==} + engines: {node: '>=20'} - '@shikijs/themes@3.19.0': - resolution: {integrity: sha512-H36qw+oh91Y0s6OlFfdSuQ0Ld+5CgB/VE6gNPK+Hk4VRbVG/XQgkjnt4KzfnnoO6tZPtKJKHPjwebOCfjd6F8A==} + '@shikijs/themes@4.1.0': + resolution: {integrity: sha512-emCcTnUM7yO2wltYbaxm+yLvcCI4+h8XBKc4KmJ7EZUXoSGjcCHifkI//R4OFit9ewpg7H2/9tjOuXrT2v/Knw==} + engines: {node: '>=20'} - '@shikijs/transformers@3.19.0': - resolution: {integrity: sha512-e6vwrsyw+wx4OkcrDbL+FVCxwx8jgKiCoXzakVur++mIWVcgpzIi8vxf4/b4dVTYrV/nUx5RjinMf4tq8YV8Fw==} + '@shikijs/transformers@4.1.0': + resolution: {integrity: sha512-YbuOcAA3kwqKDU9YSt00dtFLrY5lBXjKU3dWaMATyEyPSqBm9Jqblk/uVICxz7lcjwAHzYaEvIiMWX3mTpogkA==} + engines: {node: '>=20'} - '@shikijs/types@3.19.0': - resolution: {integrity: sha512-Z2hdeEQlzuntf/BZpFG8a+Fsw9UVXdML7w0o3TgSXV3yNESGon+bs9ITkQb3Ki7zxoXOOu5oJWqZ2uto06V9iQ==} + '@shikijs/types@4.1.0': + resolution: {integrity: sha512-3EQWX54fMpniOrDblzAhiwiJwpiTMW6+B9DWyUd9ska483tbayFYuw47UxwuPknI31bKnySfVQ/QW+jFL4rFdA==} + engines: {node: '>=20'} '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} @@ -984,14 +912,14 @@ packages: '@stackblitz/sdk@1.11.0': resolution: {integrity: sha512-DFQGANNkEZRzFk1/rDP6TcFdM82ycHE+zfl9C/M/jXlH68jiqHWHFMQURLELoD8koxvu/eW5uhg94NSAZlYrUQ==} - '@standard-schema/spec@1.0.0': - resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} - '@sxzz/popperjs-es@2.11.7': resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==} - '@types/debug@4.1.12': - resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + '@tybys/wasm-util@0.10.2': + resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} + + '@types/debug@4.1.13': + resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==} '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} @@ -1005,6 +933,9 @@ packages: '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + '@types/jsesc@2.5.1': + resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} + '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -1038,8 +969,8 @@ packages: '@types/node@24.10.1': resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} - '@types/picomatch@4.0.2': - resolution: {integrity: sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==} + '@types/picomatch@4.0.3': + resolution: {integrity: sha512-iG0T6+nYJ9FAPmx9SsUlnwcq1ZVRuCXcVEvWnntoPlrOpwtSTKNDC9uVAxTsC3PUvJ+99n4RpAcNgBbHX3JSnQ==} '@types/sax@1.2.7': resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} @@ -1117,122 +1048,162 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + deprecated: Potential CWE-502 - Update to 1.3.1 or higher - '@vercel/oidc@3.0.5': - resolution: {integrity: sha512-fnYhv671l+eTTp48gB4zEsTW/YtRgRPnkI2nT7x6qw5rkI1Lq2hTmQIpHPgyThI0znLK+vX2n9XxKdXZ7BUbbw==} - engines: {node: '>= 20'} - - '@vitejs/plugin-vue@6.0.2': - resolution: {integrity: sha512-iHmwV3QcVGGvSC1BG5bZ4z6iwa1SOpAPWmnjOErd4Ske+lZua5K9TtAVdx0gMBClJ28DViCbSmZitjWZsWO3LA==} + '@vitejs/plugin-vue@6.0.7': + resolution: {integrity: sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - vite: ^5.0.0 || ^6.0.0 || ^7.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 vue: ^3.2.25 + '@vue-macros/common@3.1.2': + resolution: {integrity: sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==} + engines: {node: '>=20.19.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + peerDependenciesMeta: + vue: + optional: true + '@vue/compiler-core@3.5.25': resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==} + '@vue/compiler-core@3.5.34': + resolution: {integrity: sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==} + '@vue/compiler-dom@3.5.25': resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==} + '@vue/compiler-dom@3.5.34': + resolution: {integrity: sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==} + '@vue/compiler-sfc@3.5.25': resolution: {integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==} + '@vue/compiler-sfc@3.5.34': + resolution: {integrity: sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==} + '@vue/compiler-ssr@3.5.25': resolution: {integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==} - '@vue/devtools-api@6.6.4': - resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} + '@vue/compiler-ssr@3.5.34': + resolution: {integrity: sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==} - '@vue/devtools-api@8.0.5': - resolution: {integrity: sha512-DgVcW8H/Nral7LgZEecYFFYXnAvGuN9C3L3DtWekAncFBedBczpNW8iHKExfaM559Zm8wQWrwtYZ9lXthEHtDw==} + '@vue/devtools-api@8.1.2': + resolution: {integrity: sha512-vA0O112YqyDuNA1s7Yb2gCgToQ/OxOWiFDO5ThLCcDy0ldHnSd1dUTaSYhOldbqoNgumE4dxtGAoAaSUKUD1Zg==} - '@vue/devtools-kit@8.0.5': - resolution: {integrity: sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==} + '@vue/devtools-kit@8.1.2': + resolution: {integrity: sha512-f75/upc+GCyjXErpgPGz4582ujS0L/adAltGy+tqXMGUJpgAcfGr6CxnnhpZY8BHuMYt6KpbF8uaFrrQG66rGQ==} - '@vue/devtools-shared@8.0.5': - resolution: {integrity: sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==} + '@vue/devtools-shared@8.1.2': + resolution: {integrity: sha512-X9RyVFYAdkBe4IUf5v48TxBF/6QPmF8CmWrDAjXzfUHrgQ/HGfTC1A6TqgXqZ03ye66l3AD51BAGD69IvKM9sw==} '@vue/reactivity@3.5.25': resolution: {integrity: sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==} + '@vue/reactivity@3.5.34': + resolution: {integrity: sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==} + '@vue/repl@4.3.1': resolution: {integrity: sha512-yzUuLhR+MqOGBDES+xbnm27SfPIEv7XKwhFWWpQhL7HUbXj77GVu+x50Q56JhCWWKTUJzk9MOvAn7bSgdvB5og==} '@vue/runtime-core@3.5.25': resolution: {integrity: sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==} + '@vue/runtime-core@3.5.34': + resolution: {integrity: sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==} + '@vue/runtime-dom@3.5.25': resolution: {integrity: sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==} + '@vue/runtime-dom@3.5.34': + resolution: {integrity: sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==} + '@vue/server-renderer@3.5.25': resolution: {integrity: sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==} peerDependencies: vue: 3.5.25 + '@vue/server-renderer@3.5.34': + resolution: {integrity: sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==} + peerDependencies: + vue: 3.5.34 + '@vue/shared@3.5.25': resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==} - '@vuepress/bundler-vite@2.0.0-rc.26': - resolution: {integrity: sha512-4+YfKs2iOxuVSMW+L2tFzu2+X2HiGAREpo1DbkkYVDa5GyyPR+YsSueXNZMroTdzWDk5kAUz2Z1Tz1lIu7TO2g==} + '@vue/shared@3.5.34': + resolution: {integrity: sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==} + + '@vuepress/bundler-vite@2.0.0-rc.30': + resolution: {integrity: sha512-Glfi6JQIbSTpQDuYR3e4VDF6iMgdZixQLHtry4tidYSeSudeZgL1yzxIxO4B5hRoflP+Xre7Fy3r0ilGZSitXg==} - '@vuepress/bundlerutils@2.0.0-rc.26': - resolution: {integrity: sha512-OnhUvzuJFEzPBjivZX7j6EhPE6sAwAIfyi3pAFmOpQDHPP7/l0q2I4bNVVGK4t9EZDu4N7Dl40/oFHhIMy5New==} + '@vuepress/bundlerutils@2.0.0-rc.30': + resolution: {integrity: sha512-pDB1mc4d6PluzDbr4jDgHBMbcTjl1U+RyMMDy/6JaV934T5iaJLOrHe/FrDXq39qM5rvQTMkTh6KesJ6qHxrLA==} - '@vuepress/cli@2.0.0-rc.26': - resolution: {integrity: sha512-63/4nIHrl9pbutUWs6SirWxmyykjvR9BWvu7bvczO1hAkWOyDQPcU18JXWy8q38CyMzPxCeedUfP3BQsZs3UgA==} + '@vuepress/cli@2.0.0-rc.30': + resolution: {integrity: sha512-AE77SLQyaebUqqLp6SAjno9jMjgjARqZlE3db4Vwrnd2g3W2LDLOdxs6MCbA5OiZmoasr2XtKGNbf0mW3EVSRg==} hasBin: true - '@vuepress/client@2.0.0-rc.26': - resolution: {integrity: sha512-+irF1HOTD6sAHdcTjp3yRcfuGlJYAW+YvDhq+7n3TPXeMH/wJbmGmAs2oRIDkx6Nlt3XkMMpFo7e9pOU22ut1w==} + '@vuepress/client@2.0.0-rc.30': + resolution: {integrity: sha512-bIAY32Z3Rx6ONBriY+8K2K5wjKxQXzA1jMao4cVTOgMfapHyzhyfNCp1FTkWw6iHoccM9xIDniuyeT8W6JDWPg==} - '@vuepress/core@2.0.0-rc.26': - resolution: {integrity: sha512-Wyiv9oRvdT0lAPGU0Pj1HetjKicbX8/gqbBVYv2MmL7Y4a3r0tyQ92IdZ8LHiAgPvzctntQr/JXIELedvU1t/w==} + '@vuepress/core@2.0.0-rc.30': + resolution: {integrity: sha512-Sxe+S0xC0Yn7eh4P4TlnzolYqDBo62ZnfbY3qaLc5nlKW4sgJY+pJDBqSOHBL5Z5I4q0V43+9WULNtHXeDHVMg==} - '@vuepress/helper@2.0.0-rc.120': - resolution: {integrity: sha512-5hLgK8+ZNAi+QK7T7vxr8TwVhMOEQ2gSDkiNiyU9e7OK0U58z8ANLm/lRGbCEoh/TK40jFE/ZMke4WQ4Hj2Oaw==} + '@vuepress/helper@2.0.0-rc.130': + resolution: {integrity: sha512-x6UG/9XJvBREeTocRWji8SRqa14S+Xa8cw9b7Jc/Yh3eRwN/hrexM7ZkFixSjyslvYUaxLkOtEUZW/EK8ArMFw==} peerDependencies: - vuepress: 2.0.0-rc.26 + '@vuepress/bundler-vite': 2.0.0-rc.30 + '@vuepress/bundler-webpack': 2.0.0-rc.30 + vuepress: 2.0.0-rc.30 + peerDependenciesMeta: + '@vuepress/bundler-vite': + optional: true + '@vuepress/bundler-webpack': + optional: true - '@vuepress/highlighter-helper@2.0.0-rc.118': - resolution: {integrity: sha512-9LH7QrMPKzFB+XIWEwd8CY6CaPOTG6FE7RJ4Uj7iSNsjvUFCoMrxspvVpURoh/e12tRuSu3HGx3j02W8Vip/9g==} + '@vuepress/highlighter-helper@2.0.0-rc.130': + resolution: {integrity: sha512-5tWF5I9gRFEcY8LIPUkPoe391LZeblMIrsJqhSSgJkoFUUe664DiEVpyBTpGGikd7q9+Wn9w8OWionBtR5POgg==} peerDependencies: - '@vueuse/core': ^14.0.0 - vuepress: 2.0.0-rc.26 + '@vuepress/helper': 2.0.0-rc.130 + '@vueuse/core': ^14.3.0 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: '@vueuse/core': optional: true - '@vuepress/markdown@2.0.0-rc.26': - resolution: {integrity: sha512-ZAXkRxqPDjxqcG4j4vN2ZL5gmuRmgGH7n0s/7pcWIGFH3BJodp/PXMYCklnne1VwARIim9rqE3FKPB/ifJX0yA==} + '@vuepress/markdown@2.0.0-rc.30': + resolution: {integrity: sha512-4wloGD4xBVm09yi48rPg9LOBXHh/aHGMxpks1GuF79yifS78n8cHSZilWaDryM5nimcUrPtK21XUAXFjyZHjBA==} - '@vuepress/plugin-active-header-links@2.0.0-rc.118': - resolution: {integrity: sha512-MtIUyzJnYR3iZFKqzax3/t+EuOQubIn3BbVYb5DZB8N0Hys+/LihzwSBF5AnVmecsLHOQ/b0V8blk/EOc5u/Kg==} + '@vuepress/plugin-active-header-links@2.0.0-rc.130': + resolution: {integrity: sha512-Qs3yiDI5hp/Xz1JoXE9iJtkuuIYpsVDs9zz2DlKxTE6iSjlChuLWoCezly4fW0HRm/epa5jnnNHXSUjvkk9DOQ==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-back-to-top@2.0.0-rc.120': - resolution: {integrity: sha512-whdN8sGCIxDL08j1YRmD8eParJOxykFSEagG8FhoDedWGtM9dwGaoQujkMVCEEFNAHr2fqH2OWIlNl5puU5uvw==} + '@vuepress/plugin-back-to-top@2.0.0-rc.130': + resolution: {integrity: sha512-0h7ghTvjMjLNJenYbe7Xr0/0TlqZj3fuoub4sy7VhXFhupeqzcnqoYpKtICgBxoxH89Cde7BY2JKuXsO9BHm9w==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-blog@2.0.0-rc.120': - resolution: {integrity: sha512-8YfAbmj6XobCNQPRpHguG3JkAPJ1N07GIG2a7Vp6mW/U+olNRQ1cwBO/3UG7Sc6liDduSHiyPNbkpk1SbvqFxg==} + '@vuepress/plugin-blog@2.0.0-rc.130': + resolution: {integrity: sha512-ukCenqqjq03o/4mp4aGPmFeC3DkeooB2igQPTauyBfJ/5QuADVDPFWhncqadlPtVRIxEr3EzxeqiNKleY+oAKQ==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-catalog@2.0.0-rc.120': - resolution: {integrity: sha512-V9HuJM1AUOe6NoKz0JbS6EM/DtISWp4FBaONXbwknLsbzebzlDMWwe6SZ/JTxWjfCm8Do0FotJ1/RCk6B+JK6Q==} + '@vuepress/plugin-catalog@2.0.0-rc.130': + resolution: {integrity: sha512-SJvDFfgT0H+1hYAcIn9EzQ1L42YlIB6yhmEekGA04IAyWbsdO2lopK6v3++uEt5sH3bXQl8DxlaFMIxmemsa0A==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-comment@2.0.0-rc.120': - resolution: {integrity: sha512-fGmokLN3c672TqBx2wJfMSEfJwpx2fDYrbGM2yNjqh3mH6VaiPsaRLEFuKHVogLMzUHDDPW3rv7rmuPGH0N9JA==} + '@vuepress/plugin-comment@2.0.0-rc.130': + resolution: {integrity: sha512-JEMPgcZ8BHAn9EFgY9jOyUsKnTpp4RK1UJzamrhdp33YKxllZOeMPKCAG1D2un7hygydcVKP4x8o0wlG6xqOCA==} peerDependencies: - '@waline/client': ^3.7.1 + '@waline/client': ^3.13.0 artalk: ^2.9.1 - twikoo: ^1.6.41 - vuepress: 2.0.0-rc.26 + twikoo: ^1.7.2 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: '@waline/client': optional: true @@ -1241,47 +1212,47 @@ packages: twikoo: optional: true - '@vuepress/plugin-copy-code@2.0.0-rc.120': - resolution: {integrity: sha512-L+QynGBx135zAtsWgRmaPic3nFCXjfYetxNOOOfpPMGlaR1PRfrORK1r1wPNp1WDuLdyGlbtNXjTm9Ue8Qam0Q==} + '@vuepress/plugin-copy-code@2.0.0-rc.130': + resolution: {integrity: sha512-LlYzqvZ3//0+YSHKbG8arxrMUQyom+fneXdbEjB1UB7GqNE1UvPRWvn+bP9/e/uFNdHvFTGrBe9XhWmy++SpSQ==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-copyright@2.0.0-rc.120': - resolution: {integrity: sha512-DkJOPFw+Oc1hayVQIXddnwLc2uMAm3Jc0+zZR1kl3kKO2WlWIPStKyMfJmL7rneEtm0vIK/owfSSTuGuAoICGA==} + '@vuepress/plugin-copyright@2.0.0-rc.130': + resolution: {integrity: sha512-Sgq8voS4qTg5Dmfq8LQL5EUyyzcnyY+OqFJegNjMMf6o7Aa3JXiXaPcTPKBe+NRTU21d4CwLO8OaojN7KjvI3A==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-docsearch@2.0.0-rc.120': - resolution: {integrity: sha512-D8YYBX8XcqIBXfgVJ6nRo68ADYpFu+sUsL2C2hk4iJXvrVNd9COXn2sW2rWLnRukvIk6iY4wj7fow+ffDT1ZpQ==} + '@vuepress/plugin-docsearch@2.0.0-rc.130': + resolution: {integrity: sha512-VwnFCURq1iFb7tiqNctSuZp1flVTn/yb5skZnhS7xFz5+c2EJ8G4kAixrUapfgZ5ptBS4UccwPihx460COhkkw==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-git@2.0.0-rc.120': - resolution: {integrity: sha512-HBes0+r5yLJKcYpwRnr7nJh597hg7XAz0dQ3x9uBYRO9uUaRZbg5HkXORnUXCzyecZKHHUcoUhxHcPt3I708Sg==} + '@vuepress/plugin-git@2.0.0-rc.130': + resolution: {integrity: sha512-0gSSiCR6Bv0b5ZB2IsO3EqlJxrblYIP0+ltadx2IkdFPsObvgaMKyu+VjRQ5NSuXTlcdJGGOatuRWckdfYtkZw==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-icon@2.0.0-rc.120': - resolution: {integrity: sha512-qsjg9p/bzX8g0Go4kjwxswdnrakXe4n22dtLE5M4zP5Su6tCPHIXTXl6/GWXlZ3GrpSd31tdC3c1ITOQ/r/muw==} + '@vuepress/plugin-icon@2.0.0-rc.130': + resolution: {integrity: sha512-F4OXB32uEPvXrEGWai2QWZAIMAsz/XsCoVSVJYF+rBYUMKQJXaKfckBhH3Oc+q9JRKNhXjf+5209A5D3UoMKeg==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-links-check@2.0.0-rc.120': - resolution: {integrity: sha512-Gn0ciao9GKcGUAIF2xPoTzQmUfQg1FiWG8niM2HHODEIUUmTXGEDNXNpbg3SPJJaPUOk9Mv9AqhpVVYl1brFDw==} + '@vuepress/plugin-links-check@2.0.0-rc.130': + resolution: {integrity: sha512-eBvUBKq2xaG1eDronovmUNtJlTc29Ve/psMYAX9XfJojz/JoBbIEKLqYLBoYBti09IQ0YY2i6NNaaE13MnCsLA==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-markdown-chart@2.0.0-rc.120': - resolution: {integrity: sha512-TEcSXwy/TOL5uG6Hv2Gf7LMJLKWlVWIByRgZEa3szw9GVYBQRwE6FYeLBW9n/fVEnisT9sbGvlhSHp6GwsRrHw==} + '@vuepress/plugin-markdown-chart@2.0.0-rc.130': + resolution: {integrity: sha512-NpKtIN7dH25HfilhG7fI6f25iizmqfqwFoQuoQ1Hh7Bcvi4G+Fzf0655cXV8aIsGxJMP7EjlqWL6Lg2/UjOGvg==} peerDependencies: - chart.js: ^4.4.7 + chart.js: ^4.5.1 echarts: ^6.0.0 flowchart.ts: ^3.0.1 - markmap-lib: ^0.18.11 - markmap-toolbar: ^0.18.10 - markmap-view: ^0.18.10 - mermaid: ^11.12.0 - vuepress: 2.0.0-rc.26 + markmap-lib: ^0.18.12 + markmap-toolbar: ^0.18.12 + markmap-view: ^0.18.12 + mermaid: ^11.14.0 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: chart.js: optional: true @@ -1298,91 +1269,91 @@ packages: mermaid: optional: true - '@vuepress/plugin-markdown-ext@2.0.0-rc.120': - resolution: {integrity: sha512-mO7wVL+2XjFTFbwREjiGCzaDHVs3pt90MxbIcKegYJCANPt6Ern2L6rZilBoj0uepLXKSYJRWYxI3v3WFuH5bg==} + '@vuepress/plugin-markdown-ext@2.0.0-rc.130': + resolution: {integrity: sha512-5ib79ykId92+sBBT+nGyqz3wfJzO/xbc+t+XYAN2gQZGAw7XCjgq7FGa8lm06ABAcnu9mz0EfGN5B1ul3I74ww==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-markdown-hint@2.0.0-rc.120': - resolution: {integrity: sha512-KkPU0jHs7V65h6Kjg8cBgbuUQCQw2GyNXcIhGaCV90QXhnaHC9Y7MpYkjB2/uAVDXy1rAY/df/znJ0zIuTST3A==} + '@vuepress/plugin-markdown-hint@2.0.0-rc.130': + resolution: {integrity: sha512-eGOnmUcBCCErdiWDJp8YgtOQtU1YsrRYuy1r3inA0euCaQbBWGotIwatS9s3NK2/eCABtwy5im4r/6ExKq7YpA==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-markdown-image@2.0.0-rc.120': - resolution: {integrity: sha512-a4mB6Xx7B5JvvCRm5WruNMZCXpmH3BSnv8VWAR6SIQo5MjHcwHwgHzeLNWG4j8rkslXAffP4RKyBHlS9PJzTSg==} + '@vuepress/plugin-markdown-image@2.0.0-rc.130': + resolution: {integrity: sha512-mtYpm7ulAsO1V+klYo+Lp6WLdZloifKIg9mlyJ9sbv+JUa9aCLTsmj9ve6vOGjVOKbtXyF63q8kkQVfcE0GLtw==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-markdown-include@2.0.0-rc.120': - resolution: {integrity: sha512-45sPFdMjgS0R4c1uZKin5Vyo2F/xgrl+s4U4dlL8Ce8Dtcjaj/g8OOVL2CsJxTpaR445fcoGZ5U67NpuPvr8AQ==} + '@vuepress/plugin-markdown-include@2.0.0-rc.130': + resolution: {integrity: sha512-SdFpwBI3sLCPxx5Ddw4mD2GxL/pwWOuLJucHj0SOzIF8jY49ErkgE71KSxYvhBGiS/0dQUmt+CDg4SKldgmmwA==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-markdown-math@2.0.0-rc.120': - resolution: {integrity: sha512-8DQ0n59FAC00n4QqS4KpkFTinrWVMS72YW2PUQFdOb4HL2Wb219jcjna2EV+4+C8sSe1g60QolLeYv0rqwtXGw==} + '@vuepress/plugin-markdown-math@2.0.0-rc.130': + resolution: {integrity: sha512-iyDvh+bMonqcaukxtHYeekdk4d57BhFqQ3zuiPz3rZRI+nmuUqdG9mC+nzN9K4NzxU2yi0z2cgPGO1cecdxIxA==} peerDependencies: - '@mathjax/src': ^4.0.0 - katex: ^0.16.21 - vuepress: 2.0.0-rc.26 + '@mathjax/src': ^4.1.1 + katex: ^0.16.38 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: '@mathjax/src': optional: true katex: optional: true - '@vuepress/plugin-markdown-preview@2.0.0-rc.120': - resolution: {integrity: sha512-erKYdT0LXHbGzZJbfgbyNssj+XtrsIXFu8ASIEIkaQ5cAAZaDfFlUwSu9xAj+y2ksfKq3RjYMf4k/JzEjLtxnA==} + '@vuepress/plugin-markdown-preview@2.0.0-rc.130': + resolution: {integrity: sha512-oLF7mD6BXvvTO4UOfMvousTAR6RCR66GBeoM7q1tRHoWN7W7wP7A+XQhgA4POXpHbvmkTRLVo07bIyceBAj0mA==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-markdown-stylize@2.0.0-rc.120': - resolution: {integrity: sha512-yFcTe4oYgEClMnTrOW2k/GQ86iWTTioytc95XbMoVz6ZVUd8llPjGkXlpPV88iYB3LCdThinl1x8XHns+bJtEQ==} + '@vuepress/plugin-markdown-stylize@2.0.0-rc.130': + resolution: {integrity: sha512-WZ/Ls51lvfZ2UlEY1N8v2MCZjCJ9/w3VA0fPhoTkd/yI9ZX3/jBjd0AkK6srSYetj/rKB+1wHQ2Gg+V2oDDuaw==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-markdown-tab@2.0.0-rc.120': - resolution: {integrity: sha512-jcJd0GkXirQL+2PGhoi1UyJ3SspwfNi/mhVrnzvEOK8YKh4BPLvsqs3Y+7K1LUNbGjyKkUh1+pn1M+mUi1CD+A==} + '@vuepress/plugin-markdown-tab@2.0.0-rc.130': + resolution: {integrity: sha512-5GAMW+ejw/LeL1zAxZxqGt/o9jbNEtBLCuOWf2oCfQ/G8VuKYw0UcKS5mfJTEzAa98k9I61a7oAhcMc3z5sQ9g==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-notice@2.0.0-rc.120': - resolution: {integrity: sha512-0OpKqRSwJUuGyEMnzL7AjdE/7eLkIoe3jZoOyO/Cxpe98+Sl6S0t6Vd/wZorP+MltWZBZLg/2+FfYZ1d4LskAQ==} + '@vuepress/plugin-notice@2.0.0-rc.130': + resolution: {integrity: sha512-rvsFxxf9TqhC7VQKVFZrlrAnaU97kgdoUWcqyfrfRcpl2MHtN6/cZXOow7eQzYqiFR0uYaMfnz8jzMlDvvl46g==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-nprogress@2.0.0-rc.120': - resolution: {integrity: sha512-T9+IUq44JADSRL9lbKX3w6jpmp1oBLEplhQzoiyZEwqqjQLp7MSPse2e4d5JrnshUqhNfQpWCbtntoHK5a1FBg==} + '@vuepress/plugin-nprogress@2.0.0-rc.130': + resolution: {integrity: sha512-mKSIbE11awTTrToRoeRcQa92T6FtRiFwwAGnBdg2szOYs9+gg206JsWiuQowerGb6YvR8An7e2Saww31LC2FjA==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-photo-swipe@2.0.0-rc.120': - resolution: {integrity: sha512-WpMBkYp3dYFBQXqJFtQ/f+Ly88geP5UaOI0DwIzs6wzmtS9lbuTW2e1dcrm6o6s8OomLSIJ8LsLQK9nXMXoz0g==} + '@vuepress/plugin-photo-swipe@2.0.0-rc.130': + resolution: {integrity: sha512-Iu+mYMobiZgOXqFX1b6DvHZWVTHdsbfL/ewSXGhSQTpDv4sP3Szmbtico7e+Syz07f47TFH4MTGuoQ+Fc/cGuQ==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-reading-time@2.0.0-rc.120': - resolution: {integrity: sha512-5Q2eCUTArtbvR/N6jod7POHMxtZOLcA5lFk83aghF5BbiWBdFX66IVtGf3f342J1yUxCGzNDlpt5sK0bwPNFfA==} + '@vuepress/plugin-reading-time@2.0.0-rc.130': + resolution: {integrity: sha512-yDf/UXu3/LrBh98WB7+Uvenrm0Od9pj4vQFjboWTChO+5y0rP/bayhFTxFlAMRhT7poWm4Yb+Xj6nrT0LugU/Q==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-redirect@2.0.0-rc.120': - resolution: {integrity: sha512-04bzmp2+1k3jrL7LEr4RSLHIBUrxbqdKziWsODhD8lUyJGrSx5XyQ/3w7ABlKeJuDD6rxa8vKMx0tbyynKOxxg==} + '@vuepress/plugin-redirect@2.0.0-rc.130': + resolution: {integrity: sha512-bqX81Pz6plOPQuEICZTDQY07BROT48Z+0DGzC7aQ+EVpss3yKbHwn8XHxF2gLs2nU+IRnPUP113mlWlxHJBheg==} hasBin: true peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-rtl@2.0.0-rc.120': - resolution: {integrity: sha512-RlFLx/4QjsrfCMGH0sbHXwayr5MY1Za6qOE9t399eUmjLjkoaleRxR+MKvDBkQnsqKvq8VI2OEgIbm1S0u+ALQ==} + '@vuepress/plugin-rtl@2.0.0-rc.130': + resolution: {integrity: sha512-5Pb2tpaa9vPwr5UVmcVwatBVkfnIA1LDeialk7IxUw5ppJ3c/onxrs2KvEzAQUSdtN2YCj4n2yK8a2ClhClL4g==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-sass-palette@2.0.0-rc.120': - resolution: {integrity: sha512-r+KigW8VlJbxMlA2hC5N/IabmEmeFXQ1WHyIqXCFG/W8w6V6qichf3gs1ZjHNvsVW4NnLqnyNEJTgY8fmxkH8Q==} + '@vuepress/plugin-sass-palette@2.0.0-rc.130': + resolution: {integrity: sha512-30VTzIBLrzoJYoWdSz4K/1yC71e/OiGL6us0sJ71fDRVbTXXVQIQ0lyEMWJS5BrN6K22z4H6ujbYFQREjAWRwQ==} peerDependencies: - sass: ^1.94.2 - sass-embedded: ^1.93.3 - sass-loader: ^16.0.6 - vuepress: 2.0.0-rc.26 + sass: ^1.97.3 + sass-embedded: ^1.97.3 + sass-loader: ^16.0.8 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: sass: optional: true @@ -1391,52 +1362,52 @@ packages: sass-loader: optional: true - '@vuepress/plugin-seo@2.0.0-rc.120': - resolution: {integrity: sha512-hoMMHLg3gC5mbIrky+6mzveKoLoG2F28ALj8VTY8b8zIFnolW837jgrDa8G5Db7/gl8gl5hpRqQotY0N1RN3Fg==} + '@vuepress/plugin-seo@2.0.0-rc.130': + resolution: {integrity: sha512-L+7B+kA4EsEaKixygFkhi9CwHW+SxQgcMYEBD4QICWht/fshEKZrxksbAaYM1c0o+hL3qgTFZVURp3Zc4kq2Ww==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-shiki@2.0.0-rc.120': - resolution: {integrity: sha512-516X3jvXyPiEJzqHsVcSM2oN79Z9jfjOclYtGRSdRSuRngE3trJmScO+benxtbQRs0mtfnUIbwD8k6aHl9LpjA==} + '@vuepress/plugin-shiki@2.0.0-rc.130': + resolution: {integrity: sha512-OkkRrXgr/Im6NFcYZhGzeV5yQRDqeE6GvzvwOvysMO2s0PRqb1D+Cd1Vj7Q+OYFg5Wb/IeiVSj2BH82LaXr29Q==} peerDependencies: - '@vuepress/shiki-twoslash': 2.0.0-rc.120 - vuepress: 2.0.0-rc.26 + '@vuepress/shiki-twoslash': 2.0.0-rc.130 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: '@vuepress/shiki-twoslash': optional: true - '@vuepress/plugin-sitemap@2.0.0-rc.120': - resolution: {integrity: sha512-tdHxrXYQvbo3QJQFoE4s9MAzjElM6EDx9z20DkuDDHWKO1mvrCo2uARDOPYgbIaSuWc34vAqv9a1CPZ38e1dqg==} + '@vuepress/plugin-sitemap@2.0.0-rc.130': + resolution: {integrity: sha512-jeecCdcxap25+iguIOyNQtDBimh8rAwvyGCe8pdDzFVWWQFWiVthHWmjumftMDW02tIRPSmdwNeiPUJ8eZBCjg==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/plugin-theme-data@2.0.0-rc.120': - resolution: {integrity: sha512-5gYzDQ7tfA/57VzlsT2w4/8XORzGuWO+B2noKuZvv98kFo7BpFXPMBn1H225gcCgyY+lOXRXAtE0iFO69BznOQ==} + '@vuepress/plugin-theme-data@2.0.0-rc.130': + resolution: {integrity: sha512-UjVGs2RbSWKTyxxbbrVPDBJhIBqtlbYiXuG3gkRiyx4q5PJodhSRbFi/VW9BCspBZTZkiwqF6N2+o8iOWxSt/Q==} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - '@vuepress/shared@2.0.0-rc.26': - resolution: {integrity: sha512-Zl9XNG/fYenZqzuYYGOfHzjmp1HCOj68gcJnJABOX1db0H35dkPSPsxuMjbTljClUqMlfj70CLeip/h04upGVw==} + '@vuepress/shared@2.0.0-rc.30': + resolution: {integrity: sha512-tW2bUobo96UQjBtnq6VkFG8ytWTwFT/3jjSVp75kDUb6N6D5ogXZdQIMvX7q+9OW0ogNKjLkCyRM3xK5eJbojA==} - '@vuepress/utils@2.0.0-rc.26': - resolution: {integrity: sha512-RWzZrGQ0WLSWdELuxg7c6q1D9I22T5PfK/qNFkOsv9eD3gpUsU4jq4zAoumS8o+NRIWHovCJ9WnAhHD0Ns5zAw==} + '@vuepress/utils@2.0.0-rc.30': + resolution: {integrity: sha512-pIqvCPDAm3puCeJqYtVmxTN35Q3ApKYe5O6xPYt0SExnmmZI6W7QmV1ZsYwanjjjWME2Kqd4OrFVxEw7V+V6ng==} - '@vueuse/core@14.1.0': - resolution: {integrity: sha512-rgBinKs07hAYyPF834mDTigH7BtPqvZ3Pryuzt1SD/lg5wEcWqvwzXXYGEDb2/cP0Sj5zSvHl3WkmMELr5kfWw==} + '@vueuse/core@14.3.0': + resolution: {integrity: sha512-aHfz47g0ZhMtTVHmIzMVpJy8ePhhOy68GY5bv110+5DVtZ+W7BsOx+m61UNQqfrWyPztIHIanWa3E2tib3NFIw==} peerDependencies: vue: ^3.5.0 '@vueuse/core@9.13.0': resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} - '@vueuse/metadata@14.1.0': - resolution: {integrity: sha512-7hK4g015rWn2PhKcZ99NyT+ZD9sbwm7SGvp7k+k+rKGWnLjS/oQozoIZzWfCewSUeBmnJkIb+CNr7Zc/EyRnnA==} + '@vueuse/metadata@14.3.0': + resolution: {integrity: sha512-BwxmbAzwAVF50+MW57GXOUEV61nFBGnlBvrTqj49PqWJu3uw7hdu72ztXeZ33RdZtDY6kO+bfCAE1PCn88Tktw==} '@vueuse/metadata@9.13.0': resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} - '@vueuse/shared@14.1.0': - resolution: {integrity: sha512-EcKxtYvn6gx1F8z9J5/rsg3+lTQnvOruQd8fUecW99DCK04BkWD7z5KQ/wTAx+DazyoEE9dJt/zV8OIEQbM6kw==} + '@vueuse/shared@14.3.0': + resolution: {integrity: sha512-bZpge9eSXwa4ToSiqJ7j6KRwhAsneMFoSz3LMWKQDkqimm3D/tbFlrklrs/IOqC8tEcYmXQZJ6N0UrjhBirVCg==} peerDependencies: vue: ^3.5.0 @@ -1453,19 +1424,14 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - ai@5.0.106: - resolution: {integrity: sha512-M5obwavxSJJ3tGlAFqI6eltYNJB0D20X6gIBCFx/KVorb/X1fxVVfiZZpZb+Gslu4340droSOjT0aKQFCarNVg==} - engines: {node: '>=18'} - peerDependencies: - zod: ^3.25.76 || ^4.1.8 + acorn@8.16.0: + resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} + engines: {node: '>=0.4.0'} + hasBin: true ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - algoliasearch@5.46.0: - resolution: {integrity: sha512-7ML6fa2K93FIfifG3GMWhDEwT5qQzPTmoHKCTvhzGEwdbQ4n0yYUWZlLYT75WllTGJCJtNUI0C1ybN4BCegqvg==} - engines: {node: '>= 14.0.0'} - ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} @@ -1491,14 +1457,22 @@ packages: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} + ast-kit@2.2.0: + resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==} + engines: {node: '>=20.19.0'} + + ast-walker-scope@0.8.3: + resolution: {integrity: sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==} + engines: {node: '>=20.19.0'} + async-validator@4.2.5: resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==} async@3.2.6: resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} - autoprefixer@10.4.22: - resolution: {integrity: sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==} + autoprefixer@10.5.0: + resolution: {integrity: sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -1513,12 +1487,13 @@ packages: balloon-css@1.2.0: resolution: {integrity: sha512-urXwkHgwp6GsXVF+it01485Z2Cj4pnW02ICnM0TemOlkKmCNnDLmyy+ZZiRXBpwldUXO+aRNr7Hdia4CBvXJ5A==} - baseline-browser-mapping@2.9.2: - resolution: {integrity: sha512-PxSsosKQjI38iXkmb3d0Y32efqyA0uW4s41u4IVBsLlWLhCiYNpH/AfNOVWRqCQBlD8TFJTz6OUWNd4DFJCnmw==} + baseline-browser-mapping@2.10.32: + resolution: {integrity: sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==} + engines: {node: '>=6.0.0'} hasBin: true - bcrypt-ts@7.1.0: - resolution: {integrity: sha512-t/Dqr9YzYmn/+oPQBgotBPUuezpZD5CPBwapM5Ep1p3zsLmEycMdXOfZpWbztSBWJ41DlB7EluJBUDsAGSiUeQ==} + bcrypt-ts@8.0.1: + resolution: {integrity: sha512-ILrO7U7YieyG+71KVIVVuPCmjN8N9DY3gYs4OiEoJvW8A5HOe4eerRhLD0Rgo2CAyANRKssFGXmLF74zJz094g==} engines: {node: '>=20'} birpc@2.9.0: @@ -1537,17 +1512,14 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.28.1: - resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} + browserslist@4.28.2: + resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true - buffer-builder@0.2.0: - resolution: {integrity: sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==} - - cac@6.7.14: - resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} - engines: {node: '>=8'} + cac@7.0.0: + resolution: {integrity: sha512-tixWYgm5ZoOD+3g6UTea91eow5z6AAHaho3g0V9CNSNb45gM8SmflpAc+GRd1InC4AqN/07Unrgp56Y94N9hJQ==} + engines: {node: '>=20.19.0'} callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} @@ -1557,8 +1529,8 @@ packages: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - caniuse-lite@1.0.30001759: - resolution: {integrity: sha512-Pzfx9fOKoKvevQf8oCXoyNRQ5QyxJj+3O0Rqx2V5oxT61KGx8+n6hV/IUyJeifUci2clnmmKVpvtiqRzgiWjSw==} + caniuse-lite@1.0.30001793: + resolution: {integrity: sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -1580,14 +1552,10 @@ packages: cheerio-select@2.1.0: resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==} - cheerio@1.1.2: - resolution: {integrity: sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==} + cheerio@1.2.0: + resolution: {integrity: sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==} engines: {node: '>=20.18.1'} - chokidar@4.0.3: - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} - engines: {node: '>= 14.16.0'} - chokidar@5.0.0: resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} engines: {node: '>= 20.19.0'} @@ -1620,8 +1588,8 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} - commander@14.0.2: - resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} engines: {node: '>=20'} commander@8.3.0: @@ -1634,17 +1602,19 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + confbox@0.1.8: + resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + + confbox@0.2.4: + resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==} + connect-history-api-fallback@2.0.0: resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} engines: {node: '>=0.8'} - copy-anything@4.0.5: - resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==} - engines: {node: '>=18'} - - create-codepen@2.0.0: - resolution: {integrity: sha512-ehJ0Zw5RSV2G4+/azUb7vEZWRSA/K9cW7HDock1Y9ViDexkgSJUZJRcObdw/YAWeXKjreEQV9l/igNSsJ1yw5A==} - engines: {node: '>=18'} + create-codepen@2.0.2: + resolution: {integrity: sha512-BcA/Sd29ZRo/ug3JlT1yph3dfaLyR7iZKpC6FgqmqQEAc9cVwfPC7pa0MUjCCinetWwoVnybCqtHPKF3FcuCGQ==} + engines: {node: '>=20'} cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} @@ -1693,6 +1663,10 @@ packages: engines: {node: '>=0.10'} hasBin: true + detect-libc@2.1.2: + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} + engines: {node: '>=8'} + devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} @@ -1716,8 +1690,8 @@ packages: domutils@3.2.2: resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} - electron-to-chromium@1.5.266: - resolution: {integrity: sha512-kgWEglXvkEfMH7rxP5OSZZwnaDWT7J9EoZCujhnpLbfi0bbNtRkgdX2E3gt0Uer11c61qCYktB3hwkAS325sJg==} + electron-to-chromium@1.5.362: + resolution: {integrity: sha512-PUY2DrLvkjkUuWqq+KPL2iWshrJsZOcIojzRQ7eXFacc9dWga7MGMJAa15VbiejSZB1PAXaRLAiKgruHP8LB1w==} element-plus@2.12.0: resolution: {integrity: sha512-M9YLSn2np9OnqrSKWsiXvGe3qnF8pd94+TScsHj1aTMCD+nSEvucXermf807qNt6hOP040le0e5Aft7E9ZfHmA==} @@ -1741,13 +1715,17 @@ packages: resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} engines: {node: '>=0.12'} + entities@7.0.1: + resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==} + engines: {node: '>=0.12'} + envinfo@7.21.0: resolution: {integrity: sha512-Lw7I8Zp5YKHFCXL7+Dz95g4CcbMEpgvqZNNq3AmlT5XAV6CgAAk6gyAMqn2zjw08K9BHfcNuKrMiCPLByGafow==} engines: {node: '>=4'} hasBin: true - esbuild@0.25.12: - resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} + esbuild@0.28.0: + resolution: {integrity: sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==} engines: {node: '>=18'} hasBin: true @@ -1835,9 +1813,8 @@ packages: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} - eventsource-parser@3.0.6: - resolution: {integrity: sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==} - engines: {node: '>=18.0.0'} + exsolve@1.0.8: + resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==} extend-shallow@2.0.1: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} @@ -1916,6 +1893,10 @@ packages: resolution: {integrity: sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==} engines: {node: '>=14.14'} + fs-extra@11.3.5: + resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} + engines: {node: '>=14.14'} + fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -1998,14 +1979,11 @@ packages: hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} - htm@3.1.1: - resolution: {integrity: sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==} - html-void-elements@3.0.0: resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} - htmlparser2@10.0.0: - resolution: {integrity: sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==} + htmlparser2@10.1.0: + resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==} iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} @@ -2019,8 +1997,8 @@ packages: resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} engines: {node: '>= 4'} - immutable@5.1.4: - resolution: {integrity: sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==} + immutable@5.1.5: + resolution: {integrity: sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==} import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} @@ -2062,10 +2040,6 @@ packages: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} - is-what@5.5.0: - resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==} - engines: {node: '>=18'} - isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} @@ -2077,18 +2051,25 @@ packages: resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} hasBin: true + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + engines: {node: '>=6'} + hasBin: true + json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - json-schema@0.4.0: - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} - json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + jsonfile@6.2.0: resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} @@ -2107,12 +2088,82 @@ packages: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} + lightningcss-android-arm64@1.32.0: + resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [android] + + lightningcss-darwin-arm64@1.32.0: + resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + + lightningcss-darwin-x64@1.32.0: + resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + + lightningcss-freebsd-x64@1.32.0: + resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + + lightningcss-linux-arm-gnueabihf@1.32.0: + resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + + lightningcss-linux-arm64-gnu@1.32.0: + resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + + lightningcss-linux-arm64-musl@1.32.0: + resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + + lightningcss-linux-x64-gnu@1.32.0: + resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + + lightningcss-linux-x64-musl@1.32.0: + resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + + lightningcss-win32-arm64-msvc@1.32.0: + resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [win32] + + lightningcss-win32-x64-msvc@1.32.0: + resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + + lightningcss@1.32.0: + resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} + engines: {node: '>= 12.0.0'} + lilconfig@3.1.3: resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} engines: {node: '>=14'} - linkify-it@5.0.0: - resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + linkify-it@5.0.1: + resolution: {integrity: sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==} lit-element@4.2.1: resolution: {integrity: sha512-WGAWRGzirAgyphK2urmYOV72tlvnxw7YfyLDgQ+OZnM9vQQBQnumQ7jUJe6unEzwGU3ahFOjuz1iz1jjrpCPuw==} @@ -2123,6 +2174,10 @@ packages: lit@3.3.1: resolution: {integrity: sha512-Ksr/8L3PTapbdXJCk+EJVB78jDodUMaP54gD24W186zGRARvwrsPfS60wae/SSCTCNZVPd1chXqio1qHQmu4NA==} + local-pkg@1.2.1: + resolution: {integrity: sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==} + engines: {node: '>=14'} + locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} @@ -2151,6 +2206,10 @@ packages: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} + magic-string-ast@1.0.3: + resolution: {integrity: sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==} + engines: {node: '>=20.19.0'} + magic-string@0.30.21: resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} @@ -2164,16 +2223,21 @@ packages: '@types/markdown-it': '*' markdown-it: '*' + markdown-it-cjk-friendly@2.0.2: + resolution: {integrity: sha512-KXCl6sd129UqkAiRDb+NcAHrxC9xRa2WsGIsMMvtp2y1YlbeIaNYzArX2zfDoGhOjsyNMfJrGO7xGBss27YQSA==} + engines: {node: '>=18'} + peerDependencies: + '@types/markdown-it': '*' + markdown-it: '*' + peerDependenciesMeta: + '@types/markdown-it': + optional: true + markdown-it-emoji@3.0.0: resolution: {integrity: sha512-+rUD93bXHubA4arpEZO3q80so0qgoFJEKRkRbjKX8RTdca89v2kfyF+xR3i2sQTwql9tpPZPOQN5B+PunspXRg==} - markdown-it@14.1.0: - resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} - hasBin: true - - marked@16.4.2: - resolution: {integrity: sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==} - engines: {node: '>= 20'} + markdown-it@14.2.0: + resolution: {integrity: sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==} hasBin: true mdast-util-to-hast@13.2.1: @@ -2219,19 +2283,27 @@ packages: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} - mitt@3.0.1: - resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} + mlly@1.8.2: + resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==} ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + muggle-string@0.4.1: + resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} + nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@5.1.6: - resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==} + nanoid@3.3.12: + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + nanoid@5.1.11: + resolution: {integrity: sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==} engines: {node: ^18 || >=20} hasBin: true @@ -2241,12 +2313,9 @@ packages: node-addon-api@7.1.1: resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} - node-releases@2.0.27: - resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} - - normalize-range@0.1.2: - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} - engines: {node: '>=0.10.0'} + node-releases@2.0.46: + resolution: {integrity: sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==} + engines: {node: '>=18'} normalize-wheel-es@1.2.0: resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==} @@ -2258,18 +2327,18 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - oniguruma-parser@0.12.1: - resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} + oniguruma-parser@0.12.2: + resolution: {integrity: sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==} - oniguruma-to-es@4.3.4: - resolution: {integrity: sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==} + oniguruma-to-es@4.3.6: + resolution: {integrity: sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==} optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} - ora@9.0.0: - resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} + ora@9.4.0: + resolution: {integrity: sha512-84cglkRILFxdtA8hAvLNdMrtBpPNBTrQ9/ulg0FA7xLMnD6mifv+enAIeRmvtv+WgdCE+LPGOfQmtJRrVaIVhQ==} engines: {node: '>=20'} p-limit@2.3.0: @@ -2317,6 +2386,9 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} + pathe@2.0.3: + resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} + perfect-debounce@2.0.0: resolution: {integrity: sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==} @@ -2335,10 +2407,20 @@ packages: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + engines: {node: '>=12'} + pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} + pkg-types@1.3.1: + resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} + + pkg-types@2.3.1: + resolution: {integrity: sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==} + pngjs@5.0.0: resolution: {integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==} engines: {node: '>=10.13.0'} @@ -2368,6 +2450,10 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + postcss@8.5.15: + resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} + engines: {node: ^10 || ^12 || >=14} + postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -2392,17 +2478,12 @@ packages: engines: {node: '>=10.13.0'} hasBin: true + quansync@0.2.11: + resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} + queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - react@19.2.1: - resolution: {integrity: sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==} - engines: {node: '>=0.10.0'} - - readdirp@4.1.2: - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} - engines: {node: '>= 14.18.0'} - readdirp@5.0.0: resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} engines: {node: '>= 20.19.0'} @@ -2413,8 +2494,8 @@ packages: regex-utilities@2.3.0: resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} - regex@6.0.1: - resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==} + regex@6.1.0: + resolution: {integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==} rehype-parse@9.0.1: resolution: {integrity: sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==} @@ -2444,12 +2525,9 @@ packages: resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - rfdc@1.4.1: - resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} - - rollup@4.53.3: - resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} + rolldown@1.0.2: + resolution: {integrity: sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==} + engines: {node: ^20.19.0 || >=22.12.0} hasBin: true run-parallel@1.2.0: @@ -2461,133 +2539,125 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass-embedded-all-unknown@1.93.3: - resolution: {integrity: sha512-3okGgnE41eg+CPLtAPletu6nQ4N0ij7AeW+Sl5Km4j29XcmqZQeFwYjHe1AlKTEgLi/UAONk1O8i8/lupeKMbw==} + sass-embedded-all-unknown@1.100.0: + resolution: {integrity: sha512-auFtXY/kwYILmSVjtBDwyj0axcLbYYiffOKWoaXHnI5bsYwiRbBh3EneR1rpbX2ZIZCrwX93i5pxKLTZF/662Q==} cpu: ['!arm', '!arm64', '!riscv64', '!x64'] - sass-embedded-android-arm64@1.93.3: - resolution: {integrity: sha512-uqUl3Kt1IqdGVAcAdbmC+NwuUJy8tM+2ZnB7/zrt6WxWVShVCRdFnWR9LT8HJr7eJN7AU8kSXxaVX/gedanPsg==} + sass-embedded-android-arm64@1.100.0: + resolution: {integrity: sha512-W+Ru9JwTnfU0UX3jSZcbqFdtKFMcYdfFwytc57h2DgnqCOIiAqI2E06mABZBZC+r3LwXCBuS5GbXAGeVgvVDkA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [android] - sass-embedded-android-arm@1.93.3: - resolution: {integrity: sha512-8xOw9bywfOD6Wv24BgCmgjkk6tMrsOTTHcb28KDxeJtFtoxiUyMbxo0vChpPAfp2Hyg2tFFKS60s0s4JYk+Raw==} + sass-embedded-android-arm@1.100.0: + resolution: {integrity: sha512-70f3HgX2pFNmzpGQ86n5e6QfWn2fP4QUQGfFQK0P1XH73ZLIzLo2YqygrGKGKeeqtc5eU2Wl1/xQzhzuKnO4kw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [android] - sass-embedded-android-riscv64@1.93.3: - resolution: {integrity: sha512-2jNJDmo+3qLocjWqYbXiBDnfgwrUeZgZFHJIwAefU7Fn66Ot7rsXl+XPwlokaCbTpj7eMFIqsRAZ/uDueXNCJg==} + sass-embedded-android-riscv64@1.100.0: + resolution: {integrity: sha512-icU3o0V/uCSytSpf+tX5Lf51BvyQEbLzDUJfUi9etSauYBGHpPKkdtdZH0si4v98phq11Kl8rSV1SggksxF1Hg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [android] - sass-embedded-android-x64@1.93.3: - resolution: {integrity: sha512-y0RoAU6ZenQFcjM9PjQd3cRqRTjqwSbtWLL/p68y2oFyh0QGN0+LQ826fc0ZvU/AbqCsAizkqjzOn6cRZJxTTQ==} + sass-embedded-android-x64@1.100.0: + resolution: {integrity: sha512-mevF9VQk6gEYByy8+jusaHGmd7Usb2ytX/DsEOd0JtOGCtcf1kh575xJ6OUBDIcJ15uLnbau/0iy1eP6WVBvWA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [android] - sass-embedded-darwin-arm64@1.93.3: - resolution: {integrity: sha512-7zb/hpdMOdKteK17BOyyypemglVURd1Hdz6QGsggy60aUFfptTLQftLRg8r/xh1RbQAUKWFbYTNaM47J9yPxYg==} + sass-embedded-darwin-arm64@1.100.0: + resolution: {integrity: sha512-1PVlYi61POo93IT/FfrG1mc1tAHxeSTyUALF2aOFmXGWjVXr3bQzEQiBGCOvQbj/ix+5hNyXFXcEMEyKvtUJJA==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - sass-embedded-darwin-x64@1.93.3: - resolution: {integrity: sha512-Ek1Vp8ZDQEe327Lz0b7h3hjvWH3u9XjJiQzveq74RPpJQ2q6d9LfWpjiRRohM4qK6o4XOHw1X10OMWPXJtdtWg==} + sass-embedded-darwin-x64@1.100.0: + resolution: {integrity: sha512-x97o3JnGyImZNCIVs9wQHJUE5QCvmVIKaH1cwrz/5dK7OT1FpeNiW+u9TUomP9hG6Ekjd8EL8NBHpxTfIhdjmg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - sass-embedded-linux-arm64@1.93.3: - resolution: {integrity: sha512-RBrHWgfd8Dd8w4fbmdRVXRrhh8oBAPyeWDTKAWw8ZEmuXfVl4ytjDuyxaVilh6rR1xTRTNpbaA/YWApBlLrrNw==} + sass-embedded-linux-arm64@1.100.0: + resolution: {integrity: sha512-Dwjmj8Z6VRy7rAi53JAdEwIyUjpfl7PhpSc2/LpQPQx+aO5Dp7Spaipkax0ufJl1SoDUdchCsM4y/88YaluorQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - libc: glibc - sass-embedded-linux-arm@1.93.3: - resolution: {integrity: sha512-yeiv2y+dp8B4wNpd3+JsHYD0mvpXSfov7IGyQ1tMIR40qv+ROkRqYiqQvAOXf76Qwh4Y9OaYZtLpnsPjfeq6mA==} + sass-embedded-linux-arm@1.100.0: + resolution: {integrity: sha512-9Ul7O1eKrc5YlhwWjkp8tZPSe3UEwSZ1uwUZOQom1HL0pRlBA6F/IlGZYFTLwnHMIP1fc77MMNaBRfc05mKMpw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - libc: glibc - sass-embedded-linux-musl-arm64@1.93.3: - resolution: {integrity: sha512-PS829l+eUng+9W4PFclXGb4uA2+965NHV3/Sa5U7qTywjeeUUYTZg70dJHSqvhrBEfCc2XJABeW3adLJbyQYkw==} + sass-embedded-linux-musl-arm64@1.100.0: + resolution: {integrity: sha512-XpACJB2KjSLjf2e9uuvGVdOURsoNrFqgRiihhXyUHK9W0t3LIHb7z5MA/7XGPIT9bWSOO2zyw+rH/FHtDV/Yrg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - libc: musl - sass-embedded-linux-musl-arm@1.93.3: - resolution: {integrity: sha512-fU0fwAwbp7sBE3h5DVU5UPzvaLg7a4yONfFWkkcCp6ZrOiPuGRHXXYriWQ0TUnWy4wE+svsVuWhwWgvlb/tkKg==} + sass-embedded-linux-musl-arm@1.100.0: + resolution: {integrity: sha512-sl0JgbGloPyJg66XXx5UDSDScZ0oU85DpMQU4JU/sCUCFj1Z8zZ69SJWKTCNE4/jwnce7WI2zPCV5AG+RHOZJw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - libc: musl - sass-embedded-linux-musl-riscv64@1.93.3: - resolution: {integrity: sha512-cK1oBY+FWQquaIGEeQ5H74KTO8cWsSWwXb/WaildOO9U6wmUypTgUYKQ0o5o/29nZbWWlM1PHuwVYTSnT23Jjg==} + sass-embedded-linux-musl-riscv64@1.100.0: + resolution: {integrity: sha512-ShvI0Kx04mwoCARwZ0UjiT97isQvzO80tAt91zmFyHLN9kelc/IrQi940farSm2xQVPCKdeVyeG0ekBsokSpYQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - libc: musl - sass-embedded-linux-musl-x64@1.93.3: - resolution: {integrity: sha512-A7wkrsHu2/I4Zpa0NMuPGkWDVV7QGGytxGyUq3opSXgAexHo/vBPlGoDXoRlSdex0cV+aTMRPjoGIfdmNlHwyg==} + sass-embedded-linux-musl-x64@1.100.0: + resolution: {integrity: sha512-TDBCRWNuS4RDLQXvRc1gjZlWiWTWaWGp0Bwu/IKwJxov81lsvrCs3TihTyNXtW7V5aoN4Ky3r0QOkNb3mwmBnA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - libc: musl - sass-embedded-linux-riscv64@1.93.3: - resolution: {integrity: sha512-vWkW1+HTF5qcaHa6hO80gx/QfB6GGjJUP0xLbnAoY4pwEnw5ulGv6RM8qYr8IDhWfVt/KH+lhJ2ZFxnJareisQ==} + sass-embedded-linux-riscv64@1.100.0: + resolution: {integrity: sha512-j4ENJGOheO+fm3j/yorLxCjBP6/XskrZx7dTLlT+lXYwN/qqCqoA/gsNLI0McS3DFM6GBwPiffzWsdWS8t6sEQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - libc: glibc - sass-embedded-linux-x64@1.93.3: - resolution: {integrity: sha512-k6uFxs+e5jSuk1Y0niCwuq42F9ZC5UEP7P+RIOurIm8w/5QFa0+YqeW+BPWEW5M1FqVOsNZH3qGn4ahqvAEjPA==} + sass-embedded-linux-x64@1.100.0: + resolution: {integrity: sha512-0vUSN8j0WGtCJIOPh//EmUvYGHW0QOe5iul8qyhPk50MAcw49MA0r34AhftjDdx94ILPF6vApFs0gwHPQRlpVA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - libc: glibc - sass-embedded-unknown-all@1.93.3: - resolution: {integrity: sha512-o5wj2rLpXH0C+GJKt/VpWp6AnMsCCbfFmnMAttcrsa+U3yrs/guhZ3x55KAqqUsE8F47e3frbsDL+1OuQM5DAA==} + sass-embedded-unknown-all@1.100.0: + resolution: {integrity: sha512-c+naBgWId4MIpToXcI0DgqetjdAkwTTAxFAuOaBz7HUXLdyG1oZRrEvSsbe41nEdQOKH0vgofVFCeSQgoXOG9A==} os: ['!android', '!darwin', '!linux', '!win32'] - sass-embedded-win32-arm64@1.93.3: - resolution: {integrity: sha512-0dOfT9moy9YmBolodwYYXtLwNr4jL4HQC9rBfv6mVrD7ud8ue2kDbn+GVzj1hEJxvEexVSmDCf7MHUTLcGs9xQ==} + sass-embedded-win32-arm64@1.100.0: + resolution: {integrity: sha512-iE+yxj+hUXwwbqpHkXxgAWTzeRfcWxJ7SSTQEPMk48lwq3oCrWLlz5sQuWHbuTK/i0GKQfROdP+hOmPi89yjUg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - sass-embedded-win32-x64@1.93.3: - resolution: {integrity: sha512-wHFVfxiS9hU/sNk7KReD+lJWRp3R0SLQEX4zfOnRP2zlvI2X4IQR5aZr9GNcuMP6TmNpX0nQPZTegS8+h9RrEg==} + sass-embedded-win32-x64@1.100.0: + resolution: {integrity: sha512-qI4F8MI7/KYoy9NdjJfhSspG42WPkADSNDvwEV7qWvCSFC83koJssRsKO2/PfY+niZz6BG65Ic/D+A11h959hw==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - sass-embedded@1.93.3: - resolution: {integrity: sha512-+VUy01yfDqNmIVMd/LLKl2TTtY0ovZN0rTonh+FhKr65mFwIYgU9WzgIZKS7U9/SPCQvWTsTGx9jyt+qRm/XFw==} + sass-embedded@1.100.0: + resolution: {integrity: sha512-Ut8wlQSk19tm7jMK6mz6cF1+e+E7tUnW2tM02zQDPnOTcVbV8qCQG8UWxZkkNlY50+hV3hqP24OOkUlMz8xBpw==} engines: {node: '>=16.0.0'} hasBin: true - sass@1.93.3: - resolution: {integrity: sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==} - engines: {node: '>=14.0.0'} + sass@1.100.0: + resolution: {integrity: sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==} + engines: {node: '>=20.19.0'} hasBin: true sax@1.4.3: resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==} - search-insights@2.17.0: - resolution: {integrity: sha512-AskayU3QNsXQzSL6v4LTYST7NNfs2HWyHHB+sdORP9chsytAhro5XRfToAMI/LAVYgNbzowVZTMfBRodgbUHKg==} + scule@1.3.0: + resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==} section-matter@1.0.0: resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} @@ -2613,15 +2683,16 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shiki@3.19.0: - resolution: {integrity: sha512-77VJr3OR/VUZzPiStyRhADmO2jApMM0V2b1qf0RpfWya8Zr1PeZev5AEpPGAAKWdiYUtcZGBE4F5QvJml1PvWA==} + shiki@4.1.0: + resolution: {integrity: sha512-l/ABZPUR5v70jI10EzqfMS/I96vjSGv2y0ihUV+WYFzv0EfvW4s54m0Lg8wCrrL+2IkwBzFTuxkZjPf8b2NX9Q==} + engines: {node: '>=20'} signal-exit@4.1.0: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - sitemap@9.0.0: - resolution: {integrity: sha512-J/SU27FJ+I52TcDLKZzPRRVQUMj0Pp1i/HLb2lrkU+hrMLM+qdeRjdacrNxnSW48Waa3UcEOGOdX1+0Lob7TgA==} + sitemap@9.0.1: + resolution: {integrity: sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==} engines: {node: '>=20.19.5', npm: '>=10.8.2'} hasBin: true @@ -2636,15 +2707,11 @@ packages: space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} - speakingurl@14.0.1: - resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} - engines: {node: '>=0.10.0'} - sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - stdin-discarder@0.2.2: - resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} + stdin-discarder@0.3.2: + resolution: {integrity: sha512-eCPu1qRxPVkl5605OTWF8Wz40b4Mf45NY5LQmVPQ599knfs5QhASUm9GbJ5BDMDOXgrnh0wyEdvzmL//YMlw0A==} engines: {node: '>=18'} string-width@4.2.3: @@ -2678,10 +2745,6 @@ packages: resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==} engines: {node: '>=0.10.0'} - superjson@2.2.6: - resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==} - engines: {node: '>=16'} - supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -2690,11 +2753,6 @@ packages: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} engines: {node: '>=10'} - swr@2.3.7: - resolution: {integrity: sha512-ZEquQ82QvalqTxhBVv/DlAg2mbmUjF4UgpPg9wwk4ufb9rQnZXh1iKyyKBqV6bQGu1Ie7L1QwSYO07qFIa1p+g==} - peerDependencies: - react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - sync-child-process@1.0.2: resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==} engines: {node: '>=16.0.0'} @@ -2703,18 +2761,18 @@ packages: resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} engines: {node: '>=16.0.0'} - synckit@0.11.11: - resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==} + synckit@0.11.12: + resolution: {integrity: sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==} engines: {node: ^14.18.0 || >=16.0.0} - throttleit@2.1.0: - resolution: {integrity: sha512-nt6AMGKW1p/70DF/hGBdJB57B8Tspmbp5gfJ8ilhLnt7kkr2ye7hzD6NVG8GGErk2HWF34igrL2CXmNIkzKqKw==} - engines: {node: '>=18'} - tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} + tinyglobby@0.2.16: + resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} + engines: {node: '>=12.0.0'} + to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -2735,8 +2793,8 @@ packages: peerDependencies: typescript: '>=4.8.4' - ts-debounce@4.0.0: - resolution: {integrity: sha512-+1iDGY6NmOGidq7i7xZGA4cm8DAa6fqdYcvO5Z6yBevH++Bdo9Qt/mN0TzHUgcCcKv1gmh9+W5dHqz8pMWbCbg==} + ts-debounce@5.0.1: + resolution: {integrity: sha512-HzwqxastMnaSKu96T8S+fRUorxSptTawIc9004Fs6R9MduRo5IqOE6jS2RfJCl4DVwJvxdcYEXg8g5zQCQR0Ow==} tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} @@ -2760,11 +2818,14 @@ packages: uc.micro@2.1.0: resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} + ufo@1.6.4: + resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==} + undici-types@7.16.0: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} - undici@7.16.0: - resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==} + undici@7.26.0: + resolution: {integrity: sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==} engines: {node: '>=20.18.1'} unified@11.0.5: @@ -2789,12 +2850,24 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} + unplugin-utils@0.3.1: + resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==} + engines: {node: '>=20.19.0'} + + unplugin@3.0.0: + resolution: {integrity: sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==} + engines: {node: ^20.19.0 || >=22.12.0} + upath@2.0.1: resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} engines: {node: '>=4'} - update-browserslist-db@1.2.2: - resolution: {integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==} + upath@3.0.7: + resolution: {integrity: sha512-VjBBquch25nUGMuVBpOb2Cj3gc8Kb7lJBqbsXR/0anZ/5uJsL14Kpth9JKfnBsckxCfgIp6hPvcvvmZ97R9X7g==} + engines: {node: '>=20'} + + update-browserslist-db@1.2.3: + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -2802,11 +2875,6 @@ packages: uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} - use-sync-external-store@1.6.0: - resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -2822,15 +2890,16 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite@7.1.12: - resolution: {integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==} + vite@8.0.14: + resolution: {integrity: sha512-s4BJJ+5y1pYL6Otw51FHhVJQhPnuRinKig64g/1+EUNaJsd3gCKdD31IPFvswUgW9/60QT9oFHbZHbQK5imcxw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: '@types/node': ^20.19.0 || >=22.12.0 + '@vitejs/devtools': ^0.1.18 + esbuild: ^0.27.0 || ^0.28.0 jiti: '>=1.21.0' less: ^4.0.0 - lightningcss: ^1.21.0 sass: ^1.70.0 sass-embedded: ^1.70.0 stylus: '>=0.54.8' @@ -2841,12 +2910,14 @@ packages: peerDependenciesMeta: '@types/node': optional: true + '@vitejs/devtools': + optional: true + esbuild: + optional: true jiti: optional: true less: optional: true - lightningcss: - optional: true sass: optional: true sass-embedded: @@ -2879,10 +2950,20 @@ packages: peerDependencies: eslint: '>=6.0.0' - vue-router@4.6.3: - resolution: {integrity: sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==} + vue-router@5.0.7: + resolution: {integrity: sha512-dqfk8kvRbCutmCOCj/XLDqDEYxc1wBdAOGLuVy5M93ifYMsBd5fIjfaPN4tQAbxr5IprdBDIox1gr4wYyOx/SA==} peerDependencies: - vue: ^3.5.0 + '@pinia/colada': '>=0.21.2' + '@vue/compiler-sfc': ^3.5.34 + pinia: ^3.0.4 + vue: ^3.5.34 + peerDependenciesMeta: + '@pinia/colada': + optional: true + '@vue/compiler-sfc': + optional: true + pinia: + optional: true vue3-carousel@0.17.0: resolution: {integrity: sha512-kvb2CRpsEtLGSbiOq/fXfayMJeiwMMjnNSbqWI/Ee7tgfY/ofNanRuhpd7WRVtDdzJY1HvygdLawlBhIyJTM2w==} @@ -2897,19 +2978,27 @@ packages: typescript: optional: true - vuepress-plugin-components@2.0.0-rc.99: - resolution: {integrity: sha512-Y30wqO4ZjIt21pEgdcmd7S1juyjQX3rRKdwic63UV4x0THHjvjxgZADISwar2vgy4jBXa8H2F7OZA9RjG1247A==} + vue@3.5.34: + resolution: {integrity: sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + vuepress-plugin-components@2.0.0-rc.107: + resolution: {integrity: sha512-nxoCqivo/UN4n6gOCod3ULY+qxx6s39Fu8dXg/UJ3VbfvJOxZ2732bKFBxSiTDpQqh+YgTUlzL9t94t1UuTpOg==} engines: {node: '>=20.19.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: artplayer: ^5.0.0 dashjs: 4.7.4 hls.js: ^1.4.12 mpegts.js: ^1.7.3 - sass: ^1.94.2 - sass-embedded: ^1.93.3 - sass-loader: ^16.0.6 + sass: ^1.99.0 + sass-embedded: ^1.99.0 + sass-loader: ^16.0.8 vidstack: ^1.12.9 - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: artplayer: optional: true @@ -2928,17 +3017,18 @@ packages: vidstack: optional: true - vuepress-plugin-md-enhance@2.0.0-rc.99: - resolution: {integrity: sha512-cFu9k27AaW6u/MemBW59bEGe5VVdZZmZ7vkH8ZxzwVkyGOhv26sg87VSSPLnrq9c2pqzJlSvp8bcrIyeBOdLwQ==} + vuepress-plugin-md-enhance@2.0.0-rc.107: + resolution: {integrity: sha512-LCrmYZh9ge1FWvBG1QkLhH6qDf/C1+OOXlGVaDv0seKNbXWanl8Oggf7Fu4WOQ3+yU22deN4xmWiPKnycdX9zQ==} engines: {node: '>= 20.19.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: '@vue/repl': ^4.1.1 kotlin-playground: ^1.23.0 sandpack-vue3: ^3.0.0 - sass: ^1.94.2 - sass-embedded: ^1.93.3 - sass-loader: ^16.0.6 - vuepress: 2.0.0-rc.26 + sass: ^1.99.0 + sass-embedded: ^1.99.0 + sass-loader: ^16.0.8 + typescript: '>=5.0.0' + vuepress: 2.0.0-rc.30 peerDependenciesMeta: '@vue/repl': optional: true @@ -2952,31 +3042,33 @@ packages: optional: true sass-loader: optional: true + typescript: + optional: true - vuepress-shared@2.0.0-rc.99: - resolution: {integrity: sha512-ErCf4m4eMn/0K8NqyhD8cqmkxM7ZtsHBr2iBUvfBdgHkl2iS/Higbr4Pc+ekOW160ahxlOS63b1fl+z+YA/zxA==} + vuepress-shared@2.0.0-rc.107: + resolution: {integrity: sha512-Iw+LBRFinNVHLiHMwr9b8aKKpH2BviAossExrNEM1qfaRYTDgL6zR9wvPHFE7v3ygyeneKIyT1noxJfHsHBpZg==} engines: {node: '>= 20.19.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: - vuepress: 2.0.0-rc.26 + vuepress: 2.0.0-rc.30 - vuepress-theme-hope@2.0.0-rc.99: - resolution: {integrity: sha512-RPEkC7gDyGDjN+50u0tmvsq440JHdoDk3/Zlyqdfn8ilDydcEf1/TPYfrbH7133AfJg3u+yIygfobyn2yt8XKA==} + vuepress-theme-hope@2.0.0-rc.107: + resolution: {integrity: sha512-FKqsToGZHUDv31+in5Xh9FIUgZfcAkQoEjIeoPngEmkZ+i1PcdDArmteBcJFa8PiqNV+67ZqeZ07hYGaJh21ew==} engines: {node: '>= 20.19.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} peerDependencies: - '@vuepress/plugin-docsearch': 2.0.0-rc.120 - '@vuepress/plugin-feed': 2.0.0-rc.120 - '@vuepress/plugin-meilisearch': 2.0.0-rc.120 - '@vuepress/plugin-prismjs': 2.0.0-rc.120 - '@vuepress/plugin-pwa': 2.0.0-rc.120 - '@vuepress/plugin-revealjs': 2.0.0-rc.120 - '@vuepress/plugin-search': 2.0.0-rc.120 - '@vuepress/plugin-slimsearch': 2.0.0-rc.120 - '@vuepress/plugin-watermark': 2.0.0-rc.120 - '@vuepress/shiki-twoslash': 2.0.0-rc.120 - sass: ^1.94.2 - sass-embedded: ^1.93.3 - sass-loader: ^16.0.6 - vuepress: 2.0.0-rc.26 + '@vuepress/plugin-docsearch': 2.0.0-rc.130 + '@vuepress/plugin-feed': 2.0.0-rc.130 + '@vuepress/plugin-meilisearch': 2.0.0-rc.130 + '@vuepress/plugin-prismjs': 2.0.0-rc.130 + '@vuepress/plugin-pwa': 2.0.0-rc.130 + '@vuepress/plugin-revealjs': 2.0.0-rc.130 + '@vuepress/plugin-search': 2.0.0-rc.130 + '@vuepress/plugin-slimsearch': 2.0.0-rc.130 + '@vuepress/plugin-watermark': 2.0.0-rc.130 + '@vuepress/shiki-twoslash': 2.0.0-rc.130 + sass: ^1.99.0 + sass-embedded: ^1.99.0 + sass-loader: ^16.0.8 + vuepress: 2.0.0-rc.30 peerDependenciesMeta: '@vuepress/plugin-docsearch': optional: true @@ -3005,14 +3097,14 @@ packages: sass-loader: optional: true - vuepress@2.0.0-rc.26: - resolution: {integrity: sha512-ztTS3m6Q2MAb6D26vM2UyU5nOuxIhIk37SSD3jTcKI00x4ha0FcwY3Cm0MAt6w58REBmkwNLPxN5iiulatHtbw==} - engines: {node: ^20.9.0 || >=22.0.0} + vuepress@2.0.0-rc.30: + resolution: {integrity: sha512-GHAIiUzDRvUJ4LW1K3Ha7VsDIuEOM0hlPSP6/8vTkspi23g4/JFGwy27+3IXDymIN7opxqrawjiO1ORTaF30DA==} + engines: {node: '>=22.18.0'} hasBin: true peerDependencies: - '@vuepress/bundler-vite': 2.0.0-rc.26 - '@vuepress/bundler-webpack': 2.0.0-rc.26 - vue: ^3.5.22 + '@vuepress/bundler-vite': 2.0.0-rc.30 + '@vuepress/bundler-webpack': 2.0.0-rc.30 + vue: ^3.5.34 peerDependenciesMeta: '@vuepress/bundler-vite': optional: true @@ -3022,9 +3114,13 @@ packages: web-namespaces@2.0.1: resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} + webpack-virtual-modules@0.6.2: + resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==} + whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} @@ -3053,6 +3149,11 @@ packages: y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} + yaml@2.9.0: + resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} + engines: {node: '>= 14.6'} + hasBin: true + yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} @@ -3069,271 +3170,163 @@ packages: resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==} engines: {node: '>=18'} - zod@4.1.13: - resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==} - zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} snapshots: - '@ai-sdk/gateway@2.0.18(zod@4.1.13)': - dependencies: - '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.18(zod@4.1.13) - '@vercel/oidc': 3.0.5 - zod: 4.1.13 - - '@ai-sdk/provider-utils@3.0.18(zod@4.1.13)': - dependencies: - '@ai-sdk/provider': 2.0.0 - '@standard-schema/spec': 1.0.0 - eventsource-parser: 3.0.6 - zod: 4.1.13 - - '@ai-sdk/provider@2.0.0': - dependencies: - json-schema: 0.4.0 - - '@ai-sdk/react@2.0.106(react@19.2.1)(zod@4.1.13)': - dependencies: - '@ai-sdk/provider-utils': 3.0.18(zod@4.1.13) - ai: 5.0.106(zod@4.1.13) - react: 19.2.1 - swr: 2.3.7(react@19.2.1) - throttleit: 2.1.0 - optionalDependencies: - zod: 4.1.13 - - '@algolia/abtesting@1.12.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 - - '@algolia/autocomplete-core@1.19.2(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.0)': - dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.19.2(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.0) - '@algolia/autocomplete-shared': 1.19.2(@algolia/client-search@5.46.0)(algoliasearch@5.46.0) - transitivePeerDependencies: - - '@algolia/client-search' - - algoliasearch - - search-insights - - '@algolia/autocomplete-plugin-algolia-insights@1.19.2(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.0)': - dependencies: - '@algolia/autocomplete-shared': 1.19.2(@algolia/client-search@5.46.0)(algoliasearch@5.46.0) - search-insights: 2.17.0 - transitivePeerDependencies: - - '@algolia/client-search' - - algoliasearch - - '@algolia/autocomplete-shared@1.19.2(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)': - dependencies: - '@algolia/client-search': 5.46.0 - algoliasearch: 5.46.0 - - '@algolia/client-abtesting@5.46.0': + '@babel/generator@8.0.0-rc.6': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/parser': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + '@types/jsesc': 2.5.1 + jsesc: 3.1.0 - '@algolia/client-analytics@5.46.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 - - '@algolia/client-common@5.46.0': {} - - '@algolia/client-insights@5.46.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/helper-string-parser@7.27.1': {} - '@algolia/client-personalization@5.46.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/helper-string-parser@7.29.7': {} - '@algolia/client-query-suggestions@5.46.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/helper-string-parser@8.0.0-rc.6': {} - '@algolia/client-search@5.46.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/helper-validator-identifier@7.28.5': {} - '@algolia/ingestion@1.46.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/helper-validator-identifier@7.29.7': {} - '@algolia/monitoring@1.46.0': - dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/helper-validator-identifier@8.0.0-rc.6': {} - '@algolia/recommend@5.46.0': + '@babel/parser@7.28.5': dependencies: - '@algolia/client-common': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 + '@babel/types': 7.28.5 - '@algolia/requester-browser-xhr@5.46.0': + '@babel/parser@7.29.7': dependencies: - '@algolia/client-common': 5.46.0 + '@babel/types': 7.29.7 - '@algolia/requester-fetch@5.46.0': + '@babel/parser@8.0.0-rc.6': dependencies: - '@algolia/client-common': 5.46.0 + '@babel/types': 8.0.0-rc.6 - '@algolia/requester-node-http@5.46.0': + '@babel/types@7.28.5': dependencies: - '@algolia/client-common': 5.46.0 - - '@babel/helper-string-parser@7.27.1': {} - - '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.28.5 - '@babel/parser@7.28.5': + '@babel/types@7.29.7': dependencies: - '@babel/types': 7.28.5 + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 - '@babel/types@7.28.5': + '@babel/types@8.0.0-rc.6': dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 + '@babel/helper-string-parser': 8.0.0-rc.6 + '@babel/helper-validator-identifier': 8.0.0-rc.6 '@bufbuild/protobuf@2.10.1': {} '@ctrl/tinycolor@3.6.1': {} - '@docsearch/core@4.3.1(react@19.2.1)': - optionalDependencies: - react: 19.2.1 + '@docsearch/css@4.6.3': {} - '@docsearch/css@4.3.2': {} + '@docsearch/js@4.6.3': {} - '@docsearch/js@4.3.2': + '@element-plus/icons-vue@2.3.2(vue@3.5.25(typescript@5.9.3))': dependencies: - htm: 3.1.1 + vue: 3.5.25(typescript@5.9.3) - '@docsearch/react@4.3.2(@algolia/client-search@5.46.0)(react@19.2.1)(search-insights@2.17.0)': + '@emnapi/core@1.10.0': dependencies: - '@ai-sdk/react': 2.0.106(react@19.2.1)(zod@4.1.13) - '@algolia/autocomplete-core': 1.19.2(@algolia/client-search@5.46.0)(algoliasearch@5.46.0)(search-insights@2.17.0) - '@docsearch/core': 4.3.1(react@19.2.1) - '@docsearch/css': 4.3.2 - ai: 5.0.106(zod@4.1.13) - algoliasearch: 5.46.0 - marked: 16.4.2 - zod: 4.1.13 - optionalDependencies: - react: 19.2.1 - search-insights: 2.17.0 - transitivePeerDependencies: - - '@algolia/client-search' + '@emnapi/wasi-threads': 1.2.1 + tslib: 2.8.1 + optional: true - '@element-plus/icons-vue@2.3.2(vue@3.5.25(typescript@5.9.3))': + '@emnapi/runtime@1.10.0': dependencies: - vue: 3.5.25(typescript@5.9.3) + tslib: 2.8.1 + optional: true + + '@emnapi/wasi-threads@1.2.1': + dependencies: + tslib: 2.8.1 + optional: true - '@esbuild/aix-ppc64@0.25.12': + '@esbuild/aix-ppc64@0.28.0': optional: true - '@esbuild/android-arm64@0.25.12': + '@esbuild/android-arm64@0.28.0': optional: true - '@esbuild/android-arm@0.25.12': + '@esbuild/android-arm@0.28.0': optional: true - '@esbuild/android-x64@0.25.12': + '@esbuild/android-x64@0.28.0': optional: true - '@esbuild/darwin-arm64@0.25.12': + '@esbuild/darwin-arm64@0.28.0': optional: true - '@esbuild/darwin-x64@0.25.12': + '@esbuild/darwin-x64@0.28.0': optional: true - '@esbuild/freebsd-arm64@0.25.12': + '@esbuild/freebsd-arm64@0.28.0': optional: true - '@esbuild/freebsd-x64@0.25.12': + '@esbuild/freebsd-x64@0.28.0': optional: true - '@esbuild/linux-arm64@0.25.12': + '@esbuild/linux-arm64@0.28.0': optional: true - '@esbuild/linux-arm@0.25.12': + '@esbuild/linux-arm@0.28.0': optional: true - '@esbuild/linux-ia32@0.25.12': + '@esbuild/linux-ia32@0.28.0': optional: true - '@esbuild/linux-loong64@0.25.12': + '@esbuild/linux-loong64@0.28.0': optional: true - '@esbuild/linux-mips64el@0.25.12': + '@esbuild/linux-mips64el@0.28.0': optional: true - '@esbuild/linux-ppc64@0.25.12': + '@esbuild/linux-ppc64@0.28.0': optional: true - '@esbuild/linux-riscv64@0.25.12': + '@esbuild/linux-riscv64@0.28.0': optional: true - '@esbuild/linux-s390x@0.25.12': + '@esbuild/linux-s390x@0.28.0': optional: true - '@esbuild/linux-x64@0.25.12': + '@esbuild/linux-x64@0.28.0': optional: true - '@esbuild/netbsd-arm64@0.25.12': + '@esbuild/netbsd-arm64@0.28.0': optional: true - '@esbuild/netbsd-x64@0.25.12': + '@esbuild/netbsd-x64@0.28.0': optional: true - '@esbuild/openbsd-arm64@0.25.12': + '@esbuild/openbsd-arm64@0.28.0': optional: true - '@esbuild/openbsd-x64@0.25.12': + '@esbuild/openbsd-x64@0.28.0': optional: true - '@esbuild/openharmony-arm64@0.25.12': + '@esbuild/openharmony-arm64@0.28.0': optional: true - '@esbuild/sunos-x64@0.25.12': + '@esbuild/sunos-x64@0.28.0': optional: true - '@esbuild/win32-arm64@0.25.12': + '@esbuild/win32-arm64@0.28.0': optional: true - '@esbuild/win32-ia32@0.25.12': + '@esbuild/win32-ia32@0.28.0': optional: true - '@esbuild/win32-x64@0.25.12': + '@esbuild/win32-x64@0.28.0': optional: true '@eslint-community/eslint-utils@4.9.0(eslint@9.39.1)': @@ -3404,8 +3397,25 @@ snapshots: '@humanwhocodes/retry@0.4.3': {} + '@jridgewell/gen-mapping@0.3.13': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.31 + + '@jridgewell/remapping@2.3.5': + dependencies: + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + + '@jridgewell/resolve-uri@3.1.2': {} + '@jridgewell/sourcemap-codec@1.5.5': {} + '@jridgewell/trace-mapping@0.3.31': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.5 + '@lit-labs/ssr-dom-shim@1.4.0': {} '@lit/reactive-element@2.1.1': @@ -3415,218 +3425,235 @@ snapshots: '@mdit-vue/plugin-component@3.0.2': dependencies: '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 '@mdit-vue/plugin-frontmatter@3.0.2': dependencies: '@mdit-vue/types': 3.0.2 '@types/markdown-it': 14.1.2 gray-matter: 4.0.3 - markdown-it: 14.1.0 + markdown-it: 14.2.0 '@mdit-vue/plugin-headers@3.0.2': dependencies: '@mdit-vue/shared': 3.0.2 '@mdit-vue/types': 3.0.2 '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 '@mdit-vue/plugin-sfc@3.0.2': dependencies: '@mdit-vue/types': 3.0.2 '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 '@mdit-vue/plugin-title@3.0.2': dependencies: '@mdit-vue/shared': 3.0.2 '@mdit-vue/types': 3.0.2 '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 '@mdit-vue/plugin-toc@3.0.2': dependencies: '@mdit-vue/shared': 3.0.2 '@mdit-vue/types': 3.0.2 '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 '@mdit-vue/shared@3.0.2': dependencies: '@mdit-vue/types': 3.0.2 '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 '@mdit-vue/types@3.0.2': {} - '@mdit/helper@0.22.1(markdown-it@14.1.0)': + '@mdit/helper@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-alert@0.22.3(markdown-it@14.1.0)': + '@mdit/plugin-alert@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-align@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-align@0.24.2(markdown-it@14.2.0)': dependencies: - '@mdit/plugin-container': 0.22.2(markdown-it@14.1.0) + '@mdit/plugin-container': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-attrs@0.23.3(markdown-it@14.1.0)': + '@mdit/plugin-attrs@0.25.2(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) + '@mdit/helper': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-container@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-container@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-demo@0.22.3(markdown-it@14.1.0)': + '@mdit/plugin-demo@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-figure@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-figure@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-footnote@0.22.3(markdown-it@14.1.0)': + '@mdit/plugin-footnote@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-icon@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-icon@0.24.2(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) + '@mdit/helper': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-img-lazyload@0.22.1(markdown-it@14.1.0)': + '@mdit/plugin-img-lazyload@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-img-mark@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-img-mark@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-img-size@0.22.4(markdown-it@14.1.0)': + '@mdit/plugin-img-size@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-include@0.22.3(markdown-it@14.1.0)': + '@mdit/plugin-include@0.23.2(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) + '@mdit/helper': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 upath: 2.0.1 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 + + '@mdit/plugin-inline-rule@0.23.2(markdown-it@14.2.0)': + dependencies: + '@mdit/helper': 0.23.2(markdown-it@14.2.0) + '@types/markdown-it': 14.1.2 + optionalDependencies: + markdown-it: 14.2.0 - '@mdit/plugin-katex-slim@0.24.0(katex@0.16.25)(markdown-it@14.1.0)': + '@mdit/plugin-katex-slim@0.26.2(katex@0.16.25)(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) - '@mdit/plugin-tex': 0.22.2(markdown-it@14.1.0) + '@mdit/helper': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-tex': 0.24.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: katex: 0.16.25 - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-mark@0.22.1(markdown-it@14.1.0)': + '@mdit/plugin-layout@0.2.2(markdown-it@14.2.0)': dependencies: + '@mdit/helper': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-mathjax-slim@0.24.1(markdown-it@14.1.0)': + '@mdit/plugin-mark@0.23.2(markdown-it@14.2.0)': dependencies: - '@mdit/plugin-tex': 0.23.0(markdown-it@14.1.0) + '@mdit/plugin-inline-rule': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-plantuml@0.22.3(markdown-it@14.1.0)': + '@mdit/plugin-mathjax-slim@0.26.2(markdown-it@14.2.0)': dependencies: - '@mdit/plugin-uml': 0.22.2(markdown-it@14.1.0) + '@mdit/plugin-tex': 0.24.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-spoiler@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-plantuml@0.24.2(markdown-it@14.2.0)': dependencies: + '@mdit/plugin-uml': 0.24.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-stylize@0.22.3(markdown-it@14.1.0)': + '@mdit/plugin-spoiler@0.23.2(markdown-it@14.2.0)': dependencies: + '@mdit/plugin-inline-rule': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-sub@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-stylize@0.23.2(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-sup@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-sub@0.24.2(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) + '@mdit/plugin-inline-rule': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-tab@0.22.3(markdown-it@14.1.0)': + '@mdit/plugin-sup@0.24.2(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) + '@mdit/plugin-inline-rule': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-tasklist@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-tab@0.24.2(markdown-it@14.2.0)': dependencies: + '@mdit/helper': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-tex@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-tasklist@0.23.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-tex@0.23.0(markdown-it@14.1.0)': + '@mdit/plugin-tex@0.24.2(markdown-it@14.2.0)': dependencies: '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 - '@mdit/plugin-uml@0.22.2(markdown-it@14.1.0)': + '@mdit/plugin-uml@0.24.2(markdown-it@14.2.0)': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) + '@mdit/helper': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 optionalDependencies: - markdown-it: 14.1.0 + markdown-it: 14.2.0 + + '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': + dependencies: + '@emnapi/core': 1.10.0 + '@emnapi/runtime': 1.10.0 + '@tybys/wasm-util': 0.10.2 + optional: true '@nodelib/fs.scandir@2.1.5': dependencies: @@ -3640,7 +3667,7 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.19.1 - '@opentelemetry/api@1.9.0': {} + '@oxc-project/types@0.132.0': {} '@parcel/watcher-android-arm64@2.5.1': optional: true @@ -3705,106 +3732,96 @@ snapshots: '@pkgr/core@0.2.9': {} - '@rolldown/pluginutils@1.0.0-beta.50': {} - - '@rollup/rollup-android-arm-eabi@4.53.3': - optional: true - - '@rollup/rollup-android-arm64@4.53.3': - optional: true - - '@rollup/rollup-darwin-arm64@4.53.3': - optional: true - - '@rollup/rollup-darwin-x64@4.53.3': + '@rolldown/binding-android-arm64@1.0.2': optional: true - '@rollup/rollup-freebsd-arm64@4.53.3': + '@rolldown/binding-darwin-arm64@1.0.2': optional: true - '@rollup/rollup-freebsd-x64@4.53.3': + '@rolldown/binding-darwin-x64@1.0.2': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': + '@rolldown/binding-freebsd-x64@1.0.2': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.53.3': + '@rolldown/binding-linux-arm-gnueabihf@1.0.2': optional: true - '@rollup/rollup-linux-arm64-gnu@4.53.3': + '@rolldown/binding-linux-arm64-gnu@1.0.2': optional: true - '@rollup/rollup-linux-arm64-musl@4.53.3': + '@rolldown/binding-linux-arm64-musl@1.0.2': optional: true - '@rollup/rollup-linux-loong64-gnu@4.53.3': + '@rolldown/binding-linux-ppc64-gnu@1.0.2': optional: true - '@rollup/rollup-linux-ppc64-gnu@4.53.3': + '@rolldown/binding-linux-s390x-gnu@1.0.2': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.53.3': + '@rolldown/binding-linux-x64-gnu@1.0.2': optional: true - '@rollup/rollup-linux-riscv64-musl@4.53.3': + '@rolldown/binding-linux-x64-musl@1.0.2': optional: true - '@rollup/rollup-linux-s390x-gnu@4.53.3': + '@rolldown/binding-openharmony-arm64@1.0.2': optional: true - '@rollup/rollup-linux-x64-gnu@4.53.3': - optional: true - - '@rollup/rollup-linux-x64-musl@4.53.3': - optional: true - - '@rollup/rollup-openharmony-arm64@4.53.3': - optional: true - - '@rollup/rollup-win32-arm64-msvc@4.53.3': + '@rolldown/binding-wasm32-wasi@1.0.2': + dependencies: + '@emnapi/core': 1.10.0 + '@emnapi/runtime': 1.10.0 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) optional: true - '@rollup/rollup-win32-ia32-msvc@4.53.3': + '@rolldown/binding-win32-arm64-msvc@1.0.2': optional: true - '@rollup/rollup-win32-x64-gnu@4.53.3': + '@rolldown/binding-win32-x64-msvc@1.0.2': optional: true - '@rollup/rollup-win32-x64-msvc@4.53.3': - optional: true + '@rolldown/pluginutils@1.0.1': {} - '@shikijs/core@3.19.0': + '@shikijs/core@4.1.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/primitive': 4.1.0 + '@shikijs/types': 4.1.0 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 - '@shikijs/engine-javascript@3.19.0': + '@shikijs/engine-javascript@4.1.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/types': 4.1.0 '@shikijs/vscode-textmate': 10.0.2 - oniguruma-to-es: 4.3.4 + oniguruma-to-es: 4.3.6 - '@shikijs/engine-oniguruma@3.19.0': + '@shikijs/engine-oniguruma@4.1.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/types': 4.1.0 '@shikijs/vscode-textmate': 10.0.2 - '@shikijs/langs@3.19.0': + '@shikijs/langs@4.1.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/types': 4.1.0 - '@shikijs/themes@3.19.0': + '@shikijs/primitive@4.1.0': dependencies: - '@shikijs/types': 3.19.0 + '@shikijs/types': 4.1.0 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 + + '@shikijs/themes@4.1.0': + dependencies: + '@shikijs/types': 4.1.0 - '@shikijs/transformers@3.19.0': + '@shikijs/transformers@4.1.0': dependencies: - '@shikijs/core': 3.19.0 - '@shikijs/types': 3.19.0 + '@shikijs/core': 4.1.0 + '@shikijs/types': 4.1.0 - '@shikijs/types@3.19.0': + '@shikijs/types@4.1.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -3813,11 +3830,14 @@ snapshots: '@stackblitz/sdk@1.11.0': {} - '@standard-schema/spec@1.0.0': {} - '@sxzz/popperjs-es@2.11.7': {} - '@types/debug@4.1.12': + '@tybys/wasm-util@0.10.2': + dependencies: + tslib: 2.8.1 + optional: true + + '@types/debug@4.1.13': dependencies: '@types/ms': 2.1.0 @@ -3834,6 +3854,8 @@ snapshots: dependencies: '@types/unist': 3.0.3 + '@types/jsesc@2.5.1': {} + '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': @@ -3869,7 +3891,7 @@ snapshots: dependencies: undici-types: 7.16.0 - '@types/picomatch@4.0.2': {} + '@types/picomatch@4.0.3': {} '@types/sax@1.2.7': dependencies: @@ -3977,13 +3999,21 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@vercel/oidc@3.0.5': {} + '@vitejs/plugin-vue@6.0.7(vite@8.0.14(@types/node@24.10.1)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3))': + dependencies: + '@rolldown/pluginutils': 1.0.1 + vite: 8.0.14(@types/node@24.10.1)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(yaml@2.9.0) + vue: 3.5.34(typescript@5.9.3) - '@vitejs/plugin-vue@6.0.2(vite@7.1.12(@types/node@24.10.1)(sass-embedded@1.93.3))(vue@3.5.25(typescript@5.9.3))': + '@vue-macros/common@3.1.2(vue@3.5.34(typescript@5.9.3))': dependencies: - '@rolldown/pluginutils': 1.0.0-beta.50 - vite: 7.1.12(@types/node@24.10.1)(sass-embedded@1.93.3) - vue: 3.5.25(typescript@5.9.3) + '@vue/compiler-sfc': 3.5.25 + ast-kit: 2.2.0 + local-pkg: 1.2.1 + magic-string-ast: 1.0.3 + unplugin-utils: 0.3.1 + optionalDependencies: + vue: 3.5.34(typescript@5.9.3) '@vue/compiler-core@3.5.25': dependencies: @@ -3993,11 +4023,24 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 + '@vue/compiler-core@3.5.34': + dependencies: + '@babel/parser': 7.29.7 + '@vue/shared': 3.5.34 + entities: 7.0.1 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + '@vue/compiler-dom@3.5.25': dependencies: '@vue/compiler-core': 3.5.25 '@vue/shared': 3.5.25 + '@vue/compiler-dom@3.5.34': + dependencies: + '@vue/compiler-core': 3.5.34 + '@vue/shared': 3.5.34 + '@vue/compiler-sfc@3.5.25': dependencies: '@babel/parser': 7.28.5 @@ -4010,35 +4053,49 @@ snapshots: postcss: 8.5.6 source-map-js: 1.2.1 + '@vue/compiler-sfc@3.5.34': + dependencies: + '@babel/parser': 7.29.7 + '@vue/compiler-core': 3.5.34 + '@vue/compiler-dom': 3.5.34 + '@vue/compiler-ssr': 3.5.34 + '@vue/shared': 3.5.34 + estree-walker: 2.0.2 + magic-string: 0.30.21 + postcss: 8.5.15 + source-map-js: 1.2.1 + '@vue/compiler-ssr@3.5.25': dependencies: '@vue/compiler-dom': 3.5.25 '@vue/shared': 3.5.25 - '@vue/devtools-api@6.6.4': {} + '@vue/compiler-ssr@3.5.34': + dependencies: + '@vue/compiler-dom': 3.5.34 + '@vue/shared': 3.5.34 - '@vue/devtools-api@8.0.5': + '@vue/devtools-api@8.1.2': dependencies: - '@vue/devtools-kit': 8.0.5 + '@vue/devtools-kit': 8.1.2 - '@vue/devtools-kit@8.0.5': + '@vue/devtools-kit@8.1.2': dependencies: - '@vue/devtools-shared': 8.0.5 + '@vue/devtools-shared': 8.1.2 birpc: 2.9.0 hookable: 5.5.3 - mitt: 3.0.1 perfect-debounce: 2.0.0 - speakingurl: 14.0.1 - superjson: 2.2.6 - '@vue/devtools-shared@8.0.5': - dependencies: - rfdc: 1.4.1 + '@vue/devtools-shared@8.1.2': {} '@vue/reactivity@3.5.25': dependencies: '@vue/shared': 3.5.25 + '@vue/reactivity@3.5.34': + dependencies: + '@vue/shared': 3.5.34 + '@vue/repl@4.3.1': optional: true @@ -4047,6 +4104,11 @@ snapshots: '@vue/reactivity': 3.5.25 '@vue/shared': 3.5.25 + '@vue/runtime-core@3.5.34': + dependencies: + '@vue/reactivity': 3.5.34 + '@vue/shared': 3.5.34 + '@vue/runtime-dom@3.5.25': dependencies: '@vue/reactivity': 3.5.25 @@ -4054,35 +4116,54 @@ snapshots: '@vue/shared': 3.5.25 csstype: 3.2.3 + '@vue/runtime-dom@3.5.34': + dependencies: + '@vue/reactivity': 3.5.34 + '@vue/runtime-core': 3.5.34 + '@vue/shared': 3.5.34 + csstype: 3.2.3 + '@vue/server-renderer@3.5.25(vue@3.5.25(typescript@5.9.3))': dependencies: '@vue/compiler-ssr': 3.5.25 '@vue/shared': 3.5.25 vue: 3.5.25(typescript@5.9.3) + '@vue/server-renderer@3.5.34(vue@3.5.34(typescript@5.9.3))': + dependencies: + '@vue/compiler-ssr': 3.5.34 + '@vue/shared': 3.5.34 + vue: 3.5.34(typescript@5.9.3) + '@vue/shared@3.5.25': {} - '@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3)': + '@vue/shared@3.5.34': {} + + '@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0)': dependencies: - '@vitejs/plugin-vue': 6.0.2(vite@7.1.12(@types/node@24.10.1)(sass-embedded@1.93.3))(vue@3.5.25(typescript@5.9.3)) - '@vuepress/bundlerutils': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/client': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/core': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/shared': 2.0.0-rc.26 - '@vuepress/utils': 2.0.0-rc.26 - autoprefixer: 10.4.22(postcss@8.5.6) + '@vitejs/plugin-vue': 6.0.7(vite@8.0.14(@types/node@24.10.1)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(yaml@2.9.0))(vue@3.5.34(typescript@5.9.3)) + '@vuepress/bundlerutils': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/client': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/core': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/shared': 2.0.0-rc.30 + '@vuepress/utils': 2.0.0-rc.30 + autoprefixer: 10.5.0(postcss@8.5.15) connect-history-api-fallback: 2.0.0 - postcss: 8.5.6 - postcss-load-config: 6.0.1(postcss@8.5.6) - rollup: 4.53.3 - vite: 7.1.12(@types/node@24.10.1)(sass-embedded@1.93.3) - vue: 3.5.25(typescript@5.9.3) - vue-router: 4.6.3(vue@3.5.25(typescript@5.9.3)) + postcss: 8.5.15 + postcss-load-config: 6.0.1(postcss@8.5.15)(yaml@2.9.0) + rolldown: 1.0.2 + vite: 8.0.14(@types/node@24.10.1)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(yaml@2.9.0) + vue: 3.5.34(typescript@5.9.3) + vue-router: 5.0.7(@vue/compiler-sfc@3.5.34)(vue@3.5.34(typescript@5.9.3)) transitivePeerDependencies: + - '@pinia/colada' - '@types/node' + - '@vitejs/devtools' + - '@vue/compiler-sfc' + - esbuild - jiti - less - - lightningcss + - pinia - sass - sass-embedded - stylus @@ -4093,71 +4174,86 @@ snapshots: - typescript - yaml - '@vuepress/bundlerutils@2.0.0-rc.26(typescript@5.9.3)': + '@vuepress/bundlerutils@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3)': dependencies: - '@vuepress/client': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/core': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/shared': 2.0.0-rc.26 - '@vuepress/utils': 2.0.0-rc.26 - vue: 3.5.25(typescript@5.9.3) - vue-router: 4.6.3(vue@3.5.25(typescript@5.9.3)) + '@vuepress/client': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/core': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/shared': 2.0.0-rc.30 + '@vuepress/utils': 2.0.0-rc.30 + vue: 3.5.34(typescript@5.9.3) + vue-router: 5.0.7(@vue/compiler-sfc@3.5.34)(vue@3.5.34(typescript@5.9.3)) transitivePeerDependencies: + - '@pinia/colada' + - '@vue/compiler-sfc' + - pinia - supports-color - typescript - '@vuepress/cli@2.0.0-rc.26(typescript@5.9.3)': + '@vuepress/cli@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3)': dependencies: - '@vuepress/core': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/shared': 2.0.0-rc.26 - '@vuepress/utils': 2.0.0-rc.26 - cac: 6.7.14 - chokidar: 4.0.3 + '@vuepress/core': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/shared': 2.0.0-rc.30 + '@vuepress/utils': 2.0.0-rc.30 + cac: 7.0.0 + chokidar: 5.0.0 envinfo: 7.21.0 - esbuild: 0.25.12 + esbuild: 0.28.0 transitivePeerDependencies: + - '@pinia/colada' + - '@vue/compiler-sfc' + - pinia - supports-color - typescript - '@vuepress/client@2.0.0-rc.26(typescript@5.9.3)': + '@vuepress/client@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3)': dependencies: - '@vue/devtools-api': 8.0.5 - '@vue/devtools-kit': 8.0.5 - '@vuepress/shared': 2.0.0-rc.26 - vue: 3.5.25(typescript@5.9.3) - vue-router: 4.6.3(vue@3.5.25(typescript@5.9.3)) + '@vue/devtools-api': 8.1.2 + '@vue/devtools-kit': 8.1.2 + '@vuepress/shared': 2.0.0-rc.30 + vue: 3.5.34(typescript@5.9.3) + vue-router: 5.0.7(@vue/compiler-sfc@3.5.34)(vue@3.5.34(typescript@5.9.3)) transitivePeerDependencies: + - '@pinia/colada' + - '@vue/compiler-sfc' + - pinia - typescript - '@vuepress/core@2.0.0-rc.26(typescript@5.9.3)': + '@vuepress/core@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3)': dependencies: - '@vuepress/client': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/markdown': 2.0.0-rc.26 - '@vuepress/shared': 2.0.0-rc.26 - '@vuepress/utils': 2.0.0-rc.26 - vue: 3.5.25(typescript@5.9.3) + '@vuepress/client': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/markdown': 2.0.0-rc.30 + '@vuepress/shared': 2.0.0-rc.30 + '@vuepress/utils': 2.0.0-rc.30 + vue: 3.5.34(typescript@5.9.3) transitivePeerDependencies: + - '@pinia/colada' + - '@vue/compiler-sfc' + - pinia - supports-color - typescript - '@vuepress/helper@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/helper@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vue/shared': 3.5.25 - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - cheerio: 1.1.2 + '@vue/shared': 3.5.34 + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + cheerio: 1.2.0 fflate: 0.8.2 gray-matter: 4.0.3 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + optionalDependencies: + '@vuepress/bundler-vite': 2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0) transitivePeerDependencies: - typescript - '@vuepress/highlighter-helper@2.0.0-rc.118(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/highlighter-helper@2.0.0-rc.130(@vuepress/helper@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))))(@vueuse/core@14.3.0(vue@3.5.25(typescript@5.9.3)))(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) optionalDependencies: - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) - '@vuepress/markdown@2.0.0-rc.26': + '@vuepress/markdown@2.0.0-rc.30': dependencies: '@mdit-vue/plugin-component': 3.0.2 '@mdit-vue/plugin-frontmatter': 3.0.2 @@ -4169,371 +4265,426 @@ snapshots: '@mdit-vue/types': 3.0.2 '@types/markdown-it': 14.1.2 '@types/markdown-it-emoji': 3.0.1 - '@vuepress/shared': 2.0.0-rc.26 - '@vuepress/utils': 2.0.0-rc.26 - markdown-it: 14.1.0 - markdown-it-anchor: 9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.1.0) + '@vuepress/shared': 2.0.0-rc.30 + '@vuepress/utils': 2.0.0-rc.30 + markdown-it: 14.2.0 + markdown-it-anchor: 9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.2.0) markdown-it-emoji: 3.0.0 mdurl: 2.0.0 transitivePeerDependencies: - supports-color - '@vuepress/plugin-active-header-links@2.0.0-rc.118(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-active-header-links@2.0.0-rc.130(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-back-to-top@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-back-to-top@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-blog@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-blog@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - chokidar: 4.0.3 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-catalog@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-catalog@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-comment@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-comment@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) giscus: 1.6.0 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-copy-code@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-copy-code@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-copyright@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-copyright@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-docsearch@2.0.0-rc.120(@algolia/client-search@5.46.0)(react@19.2.1)(search-insights@2.17.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-docsearch@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@docsearch/css': 4.3.2 - '@docsearch/js': 4.3.2 - '@docsearch/react': 4.3.2(@algolia/client-search@5.46.0)(react@19.2.1)(search-insights@2.17.0) - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - ts-debounce: 4.0.0 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@docsearch/css': 4.6.3 + '@docsearch/js': 4.6.3 + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + ts-debounce: 5.0.1 + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: - - '@algolia/client-search' - - '@types/react' - - react - - react-dom - - search-insights + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-git@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-git@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) rehype-parse: 9.0.1 rehype-sanitize: 6.0.0 rehype-stringify: 10.0.1 unified: 11.0.5 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-icon@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-icon@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-icon': 0.22.2(markdown-it@14.1.0) - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@mdit/plugin-icon': 0.24.2(markdown-it@14.2.0) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-links-check@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-links-check@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-markdown-chart@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-chart@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-container': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-plantuml': 0.22.3(markdown-it@14.1.0) - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@mdit/plugin-container': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-plantuml': 0.24.2(markdown-it@14.2.0) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-markdown-ext@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-ext@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-container': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-footnote': 0.22.3(markdown-it@14.1.0) - '@mdit/plugin-tasklist': 0.22.2(markdown-it@14.1.0) + '@mdit/plugin-container': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-footnote': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-tasklist': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) js-yaml: 4.1.1 - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + markdown-it-cjk-friendly: 2.0.2(@types/markdown-it@14.1.2)(markdown-it@14.2.0) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-markdown-hint@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-hint@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vue@3.5.34(typescript@5.9.3))(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-alert': 0.22.3(markdown-it@14.1.0) - '@mdit/plugin-container': 0.22.2(markdown-it@14.1.0) + '@mdit/plugin-alert': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-container': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - vue - '@vuepress/plugin-markdown-image@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-image@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-figure': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-img-lazyload': 0.22.1(markdown-it@14.1.0) - '@mdit/plugin-img-mark': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-img-size': 0.22.4(markdown-it@14.1.0) + '@mdit/plugin-figure': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-img-lazyload': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-img-mark': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-img-size': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-markdown-include@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-include@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-include': 0.22.3(markdown-it@14.1.0) + '@mdit/plugin-include': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-markdown-math@2.0.0-rc.120(katex@0.16.25)(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-math@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(katex@0.16.25)(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-katex-slim': 0.24.0(katex@0.16.25)(markdown-it@14.1.0) - '@mdit/plugin-mathjax-slim': 0.24.1(markdown-it@14.1.0) + '@mdit/plugin-katex-slim': 0.26.2(katex@0.16.25)(markdown-it@14.2.0) + '@mdit/plugin-mathjax-slim': 0.26.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) optionalDependencies: katex: 0.16.25 transitivePeerDependencies: + - '@mathjax/mathjax-newcm-font' + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-markdown-preview@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-preview@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/helper': 0.22.1(markdown-it@14.1.0) - '@mdit/plugin-demo': 0.22.3(markdown-it@14.1.0) + '@mdit/helper': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-demo': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-markdown-stylize@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-stylize@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-align': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-attrs': 0.23.3(markdown-it@14.1.0) - '@mdit/plugin-mark': 0.22.1(markdown-it@14.1.0) - '@mdit/plugin-spoiler': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-stylize': 0.22.3(markdown-it@14.1.0) - '@mdit/plugin-sub': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-sup': 0.22.2(markdown-it@14.1.0) + '@mdit/plugin-align': 0.24.2(markdown-it@14.2.0) + '@mdit/plugin-attrs': 0.25.2(markdown-it@14.2.0) + '@mdit/plugin-layout': 0.2.2(markdown-it@14.2.0) + '@mdit/plugin-mark': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-spoiler': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-stylize': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-sub': 0.24.2(markdown-it@14.2.0) + '@mdit/plugin-sup': 0.24.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-markdown-tab@2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-markdown-tab@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@mdit/plugin-tab': 0.22.3(markdown-it@14.1.0) + '@mdit/plugin-tab': 0.24.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - typescript - '@vuepress/plugin-notice@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-notice@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - chokidar: 4.0.3 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + chokidar: 5.0.0 + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-nprogress@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-nprogress@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-photo-swipe@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-photo-swipe@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) photoswipe: 5.4.4 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-reading-time@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-reading-time@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-redirect@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-redirect@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - commander: 14.0.2 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + commander: 14.0.3 + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-rtl@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-rtl@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-sass-palette@2.0.0-rc.120(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-sass-palette@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - chokidar: 4.0.3 - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + chokidar: 5.0.0 + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) optionalDependencies: - sass-embedded: 1.93.3 + sass: 1.100.0 + sass-embedded: 1.100.0 transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-seo@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-seo@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-shiki@2.0.0-rc.120(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-shiki@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(@vueuse/core@14.3.0(vue@3.5.25(typescript@5.9.3)))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@shikijs/transformers': 3.19.0 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/highlighter-helper': 2.0.0-rc.118(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - nanoid: 5.1.6 - shiki: 3.19.0 - synckit: 0.11.11 - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@shikijs/transformers': 4.1.0 + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/highlighter-helper': 2.0.0-rc.130(@vuepress/helper@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))))(@vueuse/core@14.3.0(vue@3.5.25(typescript@5.9.3)))(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + nanoid: 5.1.11 + shiki: 4.1.0 + synckit: 0.11.12 + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - '@vueuse/core' - typescript - '@vuepress/plugin-sitemap@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-sitemap@2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - sitemap: 9.0.0 - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + sitemap: 9.0.1 + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - '@vuepress/plugin-theme-data@2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': + '@vuepress/plugin-theme-data@2.0.0-rc.130(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))': dependencies: - '@vue/devtools-api': 8.0.5 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vue/devtools-api': 8.1.2 + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: - typescript - '@vuepress/shared@2.0.0-rc.26': + '@vuepress/shared@2.0.0-rc.30': dependencies: '@mdit-vue/types': 3.0.2 - '@vuepress/utils@2.0.0-rc.26': + '@vuepress/utils@2.0.0-rc.30': dependencies: - '@types/debug': 4.1.12 + '@types/debug': 4.1.13 '@types/fs-extra': 11.0.4 '@types/hash-sum': 1.0.2 - '@types/picomatch': 4.0.2 - '@vuepress/shared': 2.0.0-rc.26 + '@types/picomatch': 4.0.3 + '@vuepress/shared': 2.0.0-rc.30 debug: 4.4.3 - fs-extra: 11.3.2 + fs-extra: 11.3.5 hash-sum: 2.0.0 - ora: 9.0.0 + ora: 9.4.0 picocolors: 1.1.1 - picomatch: 4.0.3 - tinyglobby: 0.2.15 - upath: 2.0.1 + picomatch: 4.0.4 + tinyglobby: 0.2.16 + upath: 3.0.7 transitivePeerDependencies: - supports-color - '@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3))': + '@vueuse/core@14.3.0(vue@3.5.34(typescript@5.9.3))': dependencies: '@types/web-bluetooth': 0.0.21 - '@vueuse/metadata': 14.1.0 - '@vueuse/shared': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) + '@vueuse/metadata': 14.3.0 + '@vueuse/shared': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) '@vueuse/core@9.13.0(vue@3.5.25(typescript@5.9.3))': dependencies: @@ -4545,13 +4696,13 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/metadata@14.1.0': {} + '@vueuse/metadata@14.3.0': {} '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@14.1.0(vue@3.5.25(typescript@5.9.3))': + '@vueuse/shared@14.3.0(vue@3.5.34(typescript@5.9.3))': dependencies: - vue: 3.5.25(typescript@5.9.3) + vue: 3.5.34(typescript@5.9.3) '@vueuse/shared@9.13.0(vue@3.5.25(typescript@5.9.3))': dependencies: @@ -4566,13 +4717,7 @@ snapshots: acorn@8.15.0: {} - ai@5.0.106(zod@4.1.13): - dependencies: - '@ai-sdk/gateway': 2.0.18(zod@4.1.13) - '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.18(zod@4.1.13) - '@opentelemetry/api': 1.9.0 - zod: 4.1.13 + acorn@8.16.0: {} ajv@6.12.6: dependencies: @@ -4581,23 +4726,6 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - algoliasearch@5.46.0: - dependencies: - '@algolia/abtesting': 1.12.0 - '@algolia/client-abtesting': 5.46.0 - '@algolia/client-analytics': 5.46.0 - '@algolia/client-common': 5.46.0 - '@algolia/client-insights': 5.46.0 - '@algolia/client-personalization': 5.46.0 - '@algolia/client-query-suggestions': 5.46.0 - '@algolia/client-search': 5.46.0 - '@algolia/ingestion': 1.46.0 - '@algolia/monitoring': 1.46.0 - '@algolia/recommend': 5.46.0 - '@algolia/requester-browser-xhr': 5.46.0 - '@algolia/requester-fetch': 5.46.0 - '@algolia/requester-node-http': 5.46.0 - ansi-regex@5.0.1: {} ansi-regex@6.2.2: {} @@ -4616,18 +4744,27 @@ snapshots: array-union@2.1.0: {} + ast-kit@2.2.0: + dependencies: + '@babel/parser': 7.28.5 + pathe: 2.0.3 + + ast-walker-scope@0.8.3: + dependencies: + '@babel/parser': 7.28.5 + ast-kit: 2.2.0 + async-validator@4.2.5: {} async@3.2.6: {} - autoprefixer@10.4.22(postcss@8.5.6): + autoprefixer@10.5.0(postcss@8.5.15): dependencies: - browserslist: 4.28.1 - caniuse-lite: 1.0.30001759 + browserslist: 4.28.2 + caniuse-lite: 1.0.30001793 fraction.js: 5.3.4 - normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.6 + postcss: 8.5.15 postcss-value-parser: 4.2.0 bail@2.0.2: {} @@ -4636,9 +4773,9 @@ snapshots: balloon-css@1.2.0: {} - baseline-browser-mapping@2.9.2: {} + baseline-browser-mapping@2.10.32: {} - bcrypt-ts@7.1.0: {} + bcrypt-ts@8.0.1: {} birpc@2.9.0: {} @@ -4657,23 +4794,21 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.28.1: + browserslist@4.28.2: dependencies: - baseline-browser-mapping: 2.9.2 - caniuse-lite: 1.0.30001759 - electron-to-chromium: 1.5.266 - node-releases: 2.0.27 - update-browserslist-db: 1.2.2(browserslist@4.28.1) + baseline-browser-mapping: 2.10.32 + caniuse-lite: 1.0.30001793 + electron-to-chromium: 1.5.362 + node-releases: 2.0.46 + update-browserslist-db: 1.2.3(browserslist@4.28.2) - buffer-builder@0.2.0: {} - - cac@6.7.14: {} + cac@7.0.0: {} callsites@3.1.0: {} camelcase@5.3.1: {} - caniuse-lite@1.0.30001759: {} + caniuse-lite@1.0.30001793: {} ccount@2.0.1: {} @@ -4697,24 +4832,20 @@ snapshots: domhandler: 5.0.3 domutils: 3.2.2 - cheerio@1.1.2: + cheerio@1.2.0: dependencies: cheerio-select: 2.1.0 dom-serializer: 2.0.0 domhandler: 5.0.3 domutils: 3.2.2 encoding-sniffer: 0.2.1 - htmlparser2: 10.0.0 + htmlparser2: 10.1.0 parse5: 7.3.0 parse5-htmlparser2-tree-adapter: 7.1.0 parse5-parser-stream: 7.1.2 - undici: 7.16.0 + undici: 7.26.0 whatwg-mimetype: 4.0.0 - chokidar@4.0.3: - dependencies: - readdirp: 4.1.2 - chokidar@5.0.0: dependencies: readdirp: 5.0.0 @@ -4743,7 +4874,7 @@ snapshots: commander@13.1.0: {} - commander@14.0.2: {} + commander@14.0.3: {} commander@8.3.0: {} @@ -4751,13 +4882,13 @@ snapshots: concat-map@0.0.1: {} - connect-history-api-fallback@2.0.0: {} + confbox@0.1.8: {} - copy-anything@4.0.5: - dependencies: - is-what: 5.5.0 + confbox@0.2.4: {} + + connect-history-api-fallback@2.0.0: {} - create-codepen@2.0.0: {} + create-codepen@2.0.2: {} cross-spawn@7.0.6: dependencies: @@ -4794,6 +4925,8 @@ snapshots: detect-libc@1.0.3: optional: true + detect-libc@2.1.2: {} + devlop@1.1.0: dependencies: dequal: 2.0.3 @@ -4822,7 +4955,7 @@ snapshots: domelementtype: 2.3.0 domhandler: 5.0.3 - electron-to-chromium@1.5.266: {} + electron-to-chromium@1.5.362: {} element-plus@2.12.0(vue@3.5.25(typescript@5.9.3)): dependencies: @@ -4857,36 +4990,38 @@ snapshots: entities@6.0.1: {} + entities@7.0.1: {} + envinfo@7.21.0: {} - esbuild@0.25.12: + esbuild@0.28.0: optionalDependencies: - '@esbuild/aix-ppc64': 0.25.12 - '@esbuild/android-arm': 0.25.12 - '@esbuild/android-arm64': 0.25.12 - '@esbuild/android-x64': 0.25.12 - '@esbuild/darwin-arm64': 0.25.12 - '@esbuild/darwin-x64': 0.25.12 - '@esbuild/freebsd-arm64': 0.25.12 - '@esbuild/freebsd-x64': 0.25.12 - '@esbuild/linux-arm': 0.25.12 - '@esbuild/linux-arm64': 0.25.12 - '@esbuild/linux-ia32': 0.25.12 - '@esbuild/linux-loong64': 0.25.12 - '@esbuild/linux-mips64el': 0.25.12 - '@esbuild/linux-ppc64': 0.25.12 - '@esbuild/linux-riscv64': 0.25.12 - '@esbuild/linux-s390x': 0.25.12 - '@esbuild/linux-x64': 0.25.12 - '@esbuild/netbsd-arm64': 0.25.12 - '@esbuild/netbsd-x64': 0.25.12 - '@esbuild/openbsd-arm64': 0.25.12 - '@esbuild/openbsd-x64': 0.25.12 - '@esbuild/openharmony-arm64': 0.25.12 - '@esbuild/sunos-x64': 0.25.12 - '@esbuild/win32-arm64': 0.25.12 - '@esbuild/win32-ia32': 0.25.12 - '@esbuild/win32-x64': 0.25.12 + '@esbuild/aix-ppc64': 0.28.0 + '@esbuild/android-arm': 0.28.0 + '@esbuild/android-arm64': 0.28.0 + '@esbuild/android-x64': 0.28.0 + '@esbuild/darwin-arm64': 0.28.0 + '@esbuild/darwin-x64': 0.28.0 + '@esbuild/freebsd-arm64': 0.28.0 + '@esbuild/freebsd-x64': 0.28.0 + '@esbuild/linux-arm': 0.28.0 + '@esbuild/linux-arm64': 0.28.0 + '@esbuild/linux-ia32': 0.28.0 + '@esbuild/linux-loong64': 0.28.0 + '@esbuild/linux-mips64el': 0.28.0 + '@esbuild/linux-ppc64': 0.28.0 + '@esbuild/linux-riscv64': 0.28.0 + '@esbuild/linux-s390x': 0.28.0 + '@esbuild/linux-x64': 0.28.0 + '@esbuild/netbsd-arm64': 0.28.0 + '@esbuild/netbsd-x64': 0.28.0 + '@esbuild/openbsd-arm64': 0.28.0 + '@esbuild/openbsd-x64': 0.28.0 + '@esbuild/openharmony-arm64': 0.28.0 + '@esbuild/sunos-x64': 0.28.0 + '@esbuild/win32-arm64': 0.28.0 + '@esbuild/win32-ia32': 0.28.0 + '@esbuild/win32-x64': 0.28.0 escalade@3.2.0: {} @@ -4988,7 +5123,7 @@ snapshots: esutils@2.0.3: {} - eventsource-parser@3.0.6: {} + exsolve@1.0.8: {} extend-shallow@2.0.1: dependencies: @@ -5018,6 +5153,10 @@ snapshots: optionalDependencies: picomatch: 4.0.3 + fdir@6.5.0(picomatch@4.0.4): + optionalDependencies: + picomatch: 4.0.4 + fflate@0.8.2: {} file-entry-cache@8.0.0: @@ -5067,6 +5206,12 @@ snapshots: jsonfile: 6.2.0 universalify: 2.0.1 + fs-extra@11.3.5: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.2.0 + universalify: 2.0.1 + fsevents@2.3.3: optional: true @@ -5182,16 +5327,14 @@ snapshots: hookable@5.5.3: {} - htm@3.1.1: {} - html-void-elements@3.0.0: {} - htmlparser2@10.0.0: + htmlparser2@10.1.0: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.2.2 - entities: 6.0.1 + entities: 7.0.1 iconv-lite@0.6.3: dependencies: @@ -5201,7 +5344,7 @@ snapshots: ignore@7.0.5: {} - immutable@5.1.4: {} + immutable@5.1.5: {} import-fresh@3.3.1: dependencies: @@ -5228,8 +5371,6 @@ snapshots: is-unicode-supported@2.1.0: {} - is-what@5.5.0: {} - isexe@2.0.0: {} js-yaml@3.14.2: @@ -5241,14 +5382,16 @@ snapshots: dependencies: argparse: 2.0.1 + jsesc@3.1.0: {} + json-buffer@3.0.1: {} json-schema-traverse@0.4.1: {} - json-schema@0.4.0: {} - json-stable-stringify-without-jsonify@1.0.1: {} + json5@2.2.3: {} + jsonfile@6.2.0: dependencies: universalify: 2.0.1 @@ -5270,9 +5413,58 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 + lightningcss-android-arm64@1.32.0: + optional: true + + lightningcss-darwin-arm64@1.32.0: + optional: true + + lightningcss-darwin-x64@1.32.0: + optional: true + + lightningcss-freebsd-x64@1.32.0: + optional: true + + lightningcss-linux-arm-gnueabihf@1.32.0: + optional: true + + lightningcss-linux-arm64-gnu@1.32.0: + optional: true + + lightningcss-linux-arm64-musl@1.32.0: + optional: true + + lightningcss-linux-x64-gnu@1.32.0: + optional: true + + lightningcss-linux-x64-musl@1.32.0: + optional: true + + lightningcss-win32-arm64-msvc@1.32.0: + optional: true + + lightningcss-win32-x64-msvc@1.32.0: + optional: true + + lightningcss@1.32.0: + dependencies: + detect-libc: 2.1.2 + optionalDependencies: + lightningcss-android-arm64: 1.32.0 + lightningcss-darwin-arm64: 1.32.0 + lightningcss-darwin-x64: 1.32.0 + lightningcss-freebsd-x64: 1.32.0 + lightningcss-linux-arm-gnueabihf: 1.32.0 + lightningcss-linux-arm64-gnu: 1.32.0 + lightningcss-linux-arm64-musl: 1.32.0 + lightningcss-linux-x64-gnu: 1.32.0 + lightningcss-linux-x64-musl: 1.32.0 + lightningcss-win32-arm64-msvc: 1.32.0 + lightningcss-win32-x64-msvc: 1.32.0 + lilconfig@3.1.3: {} - linkify-it@5.0.0: + linkify-it@5.0.1: dependencies: uc.micro: 2.1.0 @@ -5292,6 +5484,12 @@ snapshots: lit-element: 4.2.1 lit-html: 3.3.1 + local-pkg@1.2.1: + dependencies: + mlly: 1.8.2 + pkg-types: 2.3.1 + quansync: 0.2.11 + locate-path@5.0.0: dependencies: p-locate: 4.1.0 @@ -5317,6 +5515,10 @@ snapshots: is-unicode-supported: 2.1.0 yoctocolors: 2.1.2 + magic-string-ast@1.0.3: + dependencies: + magic-string: 0.30.21 + magic-string@0.30.21: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -5325,24 +5527,29 @@ snapshots: dependencies: semver: 6.3.1 - markdown-it-anchor@9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.1.0): + markdown-it-anchor@9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.2.0): dependencies: '@types/markdown-it': 14.1.2 - markdown-it: 14.1.0 + markdown-it: 14.2.0 + + markdown-it-cjk-friendly@2.0.2(@types/markdown-it@14.1.2)(markdown-it@14.2.0): + dependencies: + get-east-asian-width: 1.4.0 + markdown-it: 14.2.0 + optionalDependencies: + '@types/markdown-it': 14.1.2 markdown-it-emoji@3.0.0: {} - markdown-it@14.1.0: + markdown-it@14.2.0: dependencies: argparse: 2.0.1 entities: 4.5.0 - linkify-it: 5.0.0 + linkify-it: 5.0.1 mdurl: 2.0.0 punycode.js: 2.3.1 uc.micro: 2.1.0 - marked@16.4.2: {} - mdast-util-to-hast@13.2.1: dependencies: '@types/hast': 3.0.4 @@ -5393,22 +5600,29 @@ snapshots: dependencies: brace-expansion: 2.0.2 - mitt@3.0.1: {} + mlly@1.8.2: + dependencies: + acorn: 8.16.0 + pathe: 2.0.3 + pkg-types: 1.3.1 + ufo: 1.6.4 ms@2.1.3: {} + muggle-string@0.4.1: {} + nanoid@3.3.11: {} - nanoid@5.1.6: {} + nanoid@3.3.12: {} + + nanoid@5.1.11: {} natural-compare@1.4.0: {} node-addon-api@7.1.1: optional: true - node-releases@2.0.27: {} - - normalize-range@0.1.2: {} + node-releases@2.0.46: {} normalize-wheel-es@1.2.0: {} @@ -5420,12 +5634,12 @@ snapshots: dependencies: mimic-function: 5.0.1 - oniguruma-parser@0.12.1: {} + oniguruma-parser@0.12.2: {} - oniguruma-to-es@4.3.4: + oniguruma-to-es@4.3.6: dependencies: - oniguruma-parser: 0.12.1 - regex: 6.0.1 + oniguruma-parser: 0.12.2 + regex: 6.1.0 regex-recursion: 6.0.2 optionator@0.9.4: @@ -5437,7 +5651,7 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 - ora@9.0.0: + ora@9.4.0: dependencies: chalk: 5.6.2 cli-cursor: 5.0.0 @@ -5445,9 +5659,8 @@ snapshots: is-interactive: 2.0.0 is-unicode-supported: 2.1.0 log-symbols: 7.0.1 - stdin-discarder: 0.2.2 + stdin-discarder: 0.3.2 string-width: 8.1.0 - strip-ansi: 7.1.2 p-limit@2.3.0: dependencies: @@ -5490,6 +5703,8 @@ snapshots: path-type@4.0.0: {} + pathe@2.0.3: {} + perfect-debounce@2.0.0: {} photoswipe@5.4.4: {} @@ -5500,17 +5715,32 @@ snapshots: picomatch@4.0.3: {} + picomatch@4.0.4: {} + pkg-dir@4.2.0: dependencies: find-up: 4.1.0 + pkg-types@1.3.1: + dependencies: + confbox: 0.1.8 + mlly: 1.8.2 + pathe: 2.0.3 + + pkg-types@2.3.1: + dependencies: + confbox: 0.2.4 + exsolve: 1.0.8 + pathe: 2.0.3 + pngjs@5.0.0: {} - postcss-load-config@6.0.1(postcss@8.5.6): + postcss-load-config@6.0.1(postcss@8.5.15)(yaml@2.9.0): dependencies: lilconfig: 3.1.3 optionalDependencies: - postcss: 8.5.6 + postcss: 8.5.15 + yaml: 2.9.0 postcss-selector-parser@7.1.1: dependencies: @@ -5519,6 +5749,12 @@ snapshots: postcss-value-parser@4.2.0: {} + postcss@8.5.15: + dependencies: + nanoid: 3.3.12 + picocolors: 1.1.1 + source-map-js: 1.2.1 + postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -5539,11 +5775,9 @@ snapshots: pngjs: 5.0.0 yargs: 15.4.1 - queue-microtask@1.2.3: {} - - react@19.2.1: {} + quansync@0.2.11: {} - readdirp@4.1.2: {} + queue-microtask@1.2.3: {} readdirp@5.0.0: {} @@ -5553,7 +5787,7 @@ snapshots: regex-utilities@2.3.0: {} - regex@6.0.1: + regex@6.1.0: dependencies: regex-utilities: 2.3.0 @@ -5587,35 +5821,26 @@ snapshots: reusify@1.1.0: {} - rfdc@1.4.1: {} - - rollup@4.53.3: + rolldown@1.0.2: dependencies: - '@types/estree': 1.0.8 + '@oxc-project/types': 0.132.0 + '@rolldown/pluginutils': 1.0.1 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.53.3 - '@rollup/rollup-android-arm64': 4.53.3 - '@rollup/rollup-darwin-arm64': 4.53.3 - '@rollup/rollup-darwin-x64': 4.53.3 - '@rollup/rollup-freebsd-arm64': 4.53.3 - '@rollup/rollup-freebsd-x64': 4.53.3 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.3 - '@rollup/rollup-linux-arm-musleabihf': 4.53.3 - '@rollup/rollup-linux-arm64-gnu': 4.53.3 - '@rollup/rollup-linux-arm64-musl': 4.53.3 - '@rollup/rollup-linux-loong64-gnu': 4.53.3 - '@rollup/rollup-linux-ppc64-gnu': 4.53.3 - '@rollup/rollup-linux-riscv64-gnu': 4.53.3 - '@rollup/rollup-linux-riscv64-musl': 4.53.3 - '@rollup/rollup-linux-s390x-gnu': 4.53.3 - '@rollup/rollup-linux-x64-gnu': 4.53.3 - '@rollup/rollup-linux-x64-musl': 4.53.3 - '@rollup/rollup-openharmony-arm64': 4.53.3 - '@rollup/rollup-win32-arm64-msvc': 4.53.3 - '@rollup/rollup-win32-ia32-msvc': 4.53.3 - '@rollup/rollup-win32-x64-gnu': 4.53.3 - '@rollup/rollup-win32-x64-msvc': 4.53.3 - fsevents: 2.3.3 + '@rolldown/binding-android-arm64': 1.0.2 + '@rolldown/binding-darwin-arm64': 1.0.2 + '@rolldown/binding-darwin-x64': 1.0.2 + '@rolldown/binding-freebsd-x64': 1.0.2 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.2 + '@rolldown/binding-linux-arm64-gnu': 1.0.2 + '@rolldown/binding-linux-arm64-musl': 1.0.2 + '@rolldown/binding-linux-ppc64-gnu': 1.0.2 + '@rolldown/binding-linux-s390x-gnu': 1.0.2 + '@rolldown/binding-linux-x64-gnu': 1.0.2 + '@rolldown/binding-linux-x64-musl': 1.0.2 + '@rolldown/binding-openharmony-arm64': 1.0.2 + '@rolldown/binding-wasm32-wasi': 1.0.2 + '@rolldown/binding-win32-arm64-msvc': 1.0.2 + '@rolldown/binding-win32-x64-msvc': 1.0.2 run-parallel@1.2.0: dependencies: @@ -5627,98 +5852,97 @@ snapshots: safer-buffer@2.1.2: {} - sass-embedded-all-unknown@1.93.3: + sass-embedded-all-unknown@1.100.0: dependencies: - sass: 1.93.3 + sass: 1.100.0 optional: true - sass-embedded-android-arm64@1.93.3: + sass-embedded-android-arm64@1.100.0: optional: true - sass-embedded-android-arm@1.93.3: + sass-embedded-android-arm@1.100.0: optional: true - sass-embedded-android-riscv64@1.93.3: + sass-embedded-android-riscv64@1.100.0: optional: true - sass-embedded-android-x64@1.93.3: + sass-embedded-android-x64@1.100.0: optional: true - sass-embedded-darwin-arm64@1.93.3: + sass-embedded-darwin-arm64@1.100.0: optional: true - sass-embedded-darwin-x64@1.93.3: + sass-embedded-darwin-x64@1.100.0: optional: true - sass-embedded-linux-arm64@1.93.3: + sass-embedded-linux-arm64@1.100.0: optional: true - sass-embedded-linux-arm@1.93.3: + sass-embedded-linux-arm@1.100.0: optional: true - sass-embedded-linux-musl-arm64@1.93.3: + sass-embedded-linux-musl-arm64@1.100.0: optional: true - sass-embedded-linux-musl-arm@1.93.3: + sass-embedded-linux-musl-arm@1.100.0: optional: true - sass-embedded-linux-musl-riscv64@1.93.3: + sass-embedded-linux-musl-riscv64@1.100.0: optional: true - sass-embedded-linux-musl-x64@1.93.3: + sass-embedded-linux-musl-x64@1.100.0: optional: true - sass-embedded-linux-riscv64@1.93.3: + sass-embedded-linux-riscv64@1.100.0: optional: true - sass-embedded-linux-x64@1.93.3: + sass-embedded-linux-x64@1.100.0: optional: true - sass-embedded-unknown-all@1.93.3: + sass-embedded-unknown-all@1.100.0: dependencies: - sass: 1.93.3 + sass: 1.100.0 optional: true - sass-embedded-win32-arm64@1.93.3: + sass-embedded-win32-arm64@1.100.0: optional: true - sass-embedded-win32-x64@1.93.3: + sass-embedded-win32-x64@1.100.0: optional: true - sass-embedded@1.93.3: + sass-embedded@1.100.0: dependencies: '@bufbuild/protobuf': 2.10.1 - buffer-builder: 0.2.0 colorjs.io: 0.5.2 - immutable: 5.1.4 + immutable: 5.1.5 rxjs: 7.8.2 supports-color: 8.1.1 sync-child-process: 1.0.2 varint: 6.0.0 optionalDependencies: - sass-embedded-all-unknown: 1.93.3 - sass-embedded-android-arm: 1.93.3 - sass-embedded-android-arm64: 1.93.3 - sass-embedded-android-riscv64: 1.93.3 - sass-embedded-android-x64: 1.93.3 - sass-embedded-darwin-arm64: 1.93.3 - sass-embedded-darwin-x64: 1.93.3 - sass-embedded-linux-arm: 1.93.3 - sass-embedded-linux-arm64: 1.93.3 - sass-embedded-linux-musl-arm: 1.93.3 - sass-embedded-linux-musl-arm64: 1.93.3 - sass-embedded-linux-musl-riscv64: 1.93.3 - sass-embedded-linux-musl-x64: 1.93.3 - sass-embedded-linux-riscv64: 1.93.3 - sass-embedded-linux-x64: 1.93.3 - sass-embedded-unknown-all: 1.93.3 - sass-embedded-win32-arm64: 1.93.3 - sass-embedded-win32-x64: 1.93.3 - - sass@1.93.3: - dependencies: - chokidar: 4.0.3 - immutable: 5.1.4 + sass-embedded-all-unknown: 1.100.0 + sass-embedded-android-arm: 1.100.0 + sass-embedded-android-arm64: 1.100.0 + sass-embedded-android-riscv64: 1.100.0 + sass-embedded-android-x64: 1.100.0 + sass-embedded-darwin-arm64: 1.100.0 + sass-embedded-darwin-x64: 1.100.0 + sass-embedded-linux-arm: 1.100.0 + sass-embedded-linux-arm64: 1.100.0 + sass-embedded-linux-musl-arm: 1.100.0 + sass-embedded-linux-musl-arm64: 1.100.0 + sass-embedded-linux-musl-riscv64: 1.100.0 + sass-embedded-linux-musl-x64: 1.100.0 + sass-embedded-linux-riscv64: 1.100.0 + sass-embedded-linux-x64: 1.100.0 + sass-embedded-unknown-all: 1.100.0 + sass-embedded-win32-arm64: 1.100.0 + sass-embedded-win32-x64: 1.100.0 + + sass@1.100.0: + dependencies: + chokidar: 5.0.0 + immutable: 5.1.5 source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.5.1 @@ -5726,7 +5950,7 @@ snapshots: sax@1.4.3: {} - search-insights@2.17.0: {} + scule@1.3.0: {} section-matter@1.0.0: dependencies: @@ -5745,20 +5969,20 @@ snapshots: shebang-regex@3.0.0: {} - shiki@3.19.0: + shiki@4.1.0: dependencies: - '@shikijs/core': 3.19.0 - '@shikijs/engine-javascript': 3.19.0 - '@shikijs/engine-oniguruma': 3.19.0 - '@shikijs/langs': 3.19.0 - '@shikijs/themes': 3.19.0 - '@shikijs/types': 3.19.0 + '@shikijs/core': 4.1.0 + '@shikijs/engine-javascript': 4.1.0 + '@shikijs/engine-oniguruma': 4.1.0 + '@shikijs/langs': 4.1.0 + '@shikijs/themes': 4.1.0 + '@shikijs/types': 4.1.0 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 signal-exit@4.1.0: {} - sitemap@9.0.0: + sitemap@9.0.1: dependencies: '@types/node': 24.10.1 '@types/sax': 1.2.7 @@ -5771,11 +5995,9 @@ snapshots: space-separated-tokens@2.0.2: {} - speakingurl@14.0.1: {} - sprintf-js@1.0.3: {} - stdin-discarder@0.2.2: {} + stdin-discarder@0.3.2: {} string-width@4.2.3: dependencies: @@ -5809,10 +6031,6 @@ snapshots: dependencies: escape-string-regexp: 1.0.5 - superjson@2.2.6: - dependencies: - copy-anything: 4.0.5 - supports-color@7.2.0: dependencies: has-flag: 4.0.0 @@ -5821,29 +6039,26 @@ snapshots: dependencies: has-flag: 4.0.0 - swr@2.3.7(react@19.2.1): - dependencies: - dequal: 2.0.3 - react: 19.2.1 - use-sync-external-store: 1.6.0(react@19.2.1) - sync-child-process@1.0.2: dependencies: sync-message-port: 1.1.3 sync-message-port@1.1.3: {} - synckit@0.11.11: + synckit@0.11.12: dependencies: '@pkgr/core': 0.2.9 - throttleit@2.1.0: {} - tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 + tinyglobby@0.2.16: + dependencies: + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -5860,7 +6075,7 @@ snapshots: dependencies: typescript: 5.9.3 - ts-debounce@4.0.0: {} + ts-debounce@5.0.1: {} tslib@2.8.1: {} @@ -5883,9 +6098,11 @@ snapshots: uc.micro@2.1.0: {} + ufo@1.6.4: {} + undici-types@7.16.0: {} - undici@7.16.0: {} + undici@7.26.0: {} unified@11.0.5: dependencies: @@ -5922,11 +6139,24 @@ snapshots: universalify@2.0.1: {} + unplugin-utils@0.3.1: + dependencies: + pathe: 2.0.3 + picomatch: 4.0.3 + + unplugin@3.0.0: + dependencies: + '@jridgewell/remapping': 2.3.5 + picomatch: 4.0.3 + webpack-virtual-modules: 0.6.2 + upath@2.0.1: {} - update-browserslist-db@1.2.2(browserslist@4.28.1): + upath@3.0.7: {} + + update-browserslist-db@1.2.3(browserslist@4.28.2): dependencies: - browserslist: 4.28.1 + browserslist: 4.28.2 escalade: 3.2.0 picocolors: 1.1.1 @@ -5934,10 +6164,6 @@ snapshots: dependencies: punycode: 2.3.1 - use-sync-external-store@1.6.0(react@19.2.1): - dependencies: - react: 19.2.1 - util-deprecate@1.0.2: {} varint@6.0.0: {} @@ -5957,18 +6183,20 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite@7.1.12(@types/node@24.10.1)(sass-embedded@1.93.3): + vite@8.0.14(@types/node@24.10.1)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(yaml@2.9.0): dependencies: - esbuild: 0.25.12 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.53.3 - tinyglobby: 0.2.15 + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.15 + rolldown: 1.0.2 + tinyglobby: 0.2.16 optionalDependencies: '@types/node': 24.10.1 + esbuild: 0.28.0 fsevents: 2.3.3 - sass-embedded: 1.93.3 + sass: 1.100.0 + sass-embedded: 1.100.0 + yaml: 2.9.0 vue-demi@0.14.10(vue@3.5.25(typescript@5.9.3)): dependencies: @@ -5987,10 +6215,28 @@ snapshots: transitivePeerDependencies: - supports-color - vue-router@4.6.3(vue@3.5.25(typescript@5.9.3)): + vue-router@5.0.7(@vue/compiler-sfc@3.5.34)(vue@3.5.34(typescript@5.9.3)): dependencies: - '@vue/devtools-api': 6.6.4 - vue: 3.5.25(typescript@5.9.3) + '@babel/generator': 8.0.0-rc.6 + '@vue-macros/common': 3.1.2(vue@3.5.34(typescript@5.9.3)) + '@vue/devtools-api': 8.1.2 + ast-walker-scope: 0.8.3 + chokidar: 5.0.0 + json5: 2.2.3 + local-pkg: 1.2.1 + magic-string: 0.30.21 + mlly: 1.8.2 + muggle-string: 0.4.1 + pathe: 2.0.3 + picomatch: 4.0.3 + scule: 1.3.0 + tinyglobby: 0.2.15 + unplugin: 3.0.0 + unplugin-utils: 0.3.1 + vue: 3.5.34(typescript@5.9.3) + yaml: 2.9.0 + optionalDependencies: + '@vue/compiler-sfc': 3.5.34 vue3-carousel@0.17.0(vue@3.5.25(typescript@5.9.3)): dependencies: @@ -6006,100 +6252,122 @@ snapshots: optionalDependencies: typescript: 5.9.3 - vuepress-plugin-components@2.0.0-rc.99(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))): + vue@3.5.34(typescript@5.9.3): + dependencies: + '@vue/compiler-dom': 3.5.34 + '@vue/compiler-sfc': 3.5.34 + '@vue/runtime-dom': 3.5.34 + '@vue/server-renderer': 3.5.34(vue@3.5.34(typescript@5.9.3)) + '@vue/shared': 3.5.34 + optionalDependencies: + typescript: 5.9.3 + + vuepress-plugin-components@2.0.0-rc.107(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))): dependencies: '@stackblitz/sdk': 1.11.0 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-sass-palette': 2.0.0-rc.120(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-sass-palette': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) balloon-css: 1.2.0 - create-codepen: 2.0.0 + create-codepen: 2.0.2 qrcode: 1.5.4 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) - vuepress-shared: 2.0.0-rc.99(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + vuepress-shared: 2.0.0-rc.107(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) optionalDependencies: - sass-embedded: 1.93.3 + sass: 1.100.0 + sass-embedded: 1.100.0 transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - vuepress-plugin-md-enhance@2.0.0-rc.99(@vue/repl@4.3.1)(markdown-it@14.1.0)(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))): + vuepress-plugin-md-enhance@2.0.0-rc.107(@vue/repl@4.3.1)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))): dependencies: - '@mdit/plugin-container': 0.22.2(markdown-it@14.1.0) - '@mdit/plugin-demo': 0.22.3(markdown-it@14.1.0) + '@mdit/plugin-container': 0.23.2(markdown-it@14.2.0) + '@mdit/plugin-demo': 0.23.2(markdown-it@14.2.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-sass-palette': 2.0.0-rc.120(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-sass-palette': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) balloon-css: 1.2.0 js-yaml: 4.1.1 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) - vuepress-shared: 2.0.0-rc.99(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + vuepress-shared: 2.0.0-rc.107(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) optionalDependencies: '@vue/repl': 4.3.1 - sass-embedded: 1.93.3 + sass: 1.100.0 + sass-embedded: 1.100.0 + typescript: 5.9.3 transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - markdown-it - - typescript - vuepress-shared@2.0.0-rc.99(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))): + vuepress-shared@2.0.0-rc.107(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))): dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) transitivePeerDependencies: + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - typescript - vuepress-theme-hope@2.0.0-rc.99(@vue/repl@4.3.1)(@vuepress/plugin-docsearch@2.0.0-rc.120(@algolia/client-search@5.46.0)(react@19.2.1)(search-insights@2.17.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))))(katex@0.16.25)(markdown-it@14.1.0)(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))): - dependencies: - '@vuepress/helper': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-active-header-links': 2.0.0-rc.118(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-back-to-top': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-blog': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-catalog': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-comment': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-copy-code': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-copyright': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-git': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-icon': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-links-check': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-chart': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-ext': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-hint': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-image': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-include': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-math': 2.0.0-rc.120(katex@0.16.25)(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-preview': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-stylize': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-markdown-tab': 2.0.0-rc.120(markdown-it@14.1.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-notice': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-nprogress': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-photo-swipe': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-reading-time': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-redirect': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-rtl': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-sass-palette': 2.0.0-rc.120(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-seo': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-shiki': 2.0.0-rc.120(@vueuse/core@14.1.0(vue@3.5.25(typescript@5.9.3)))(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-sitemap': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vuepress/plugin-theme-data': 2.0.0-rc.120(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - '@vueuse/core': 14.1.0(vue@3.5.25(typescript@5.9.3)) + vuepress-theme-hope@2.0.0-rc.107(073c432d6062876580c0e2331af65867): + dependencies: + '@vuepress/helper': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-active-header-links': 2.0.0-rc.130(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-back-to-top': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-blog': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-catalog': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-comment': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-copy-code': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-copyright': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-git': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-icon': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-links-check': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-chart': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-ext': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-hint': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vue@3.5.34(typescript@5.9.3))(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-image': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-include': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-math': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(katex@0.16.25)(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-preview': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-stylize': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-markdown-tab': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-notice': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-nprogress': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-photo-swipe': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-reading-time': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-redirect': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-rtl': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-sass-palette': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-seo': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-shiki': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(@vueuse/core@14.3.0(vue@3.5.25(typescript@5.9.3)))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-sitemap': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vuepress/plugin-theme-data': 2.0.0-rc.130(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + '@vueuse/core': 14.3.0(vue@3.5.34(typescript@5.9.3)) balloon-css: 1.2.0 - bcrypt-ts: 7.1.0 + bcrypt-ts: 8.0.1 chokidar: 5.0.0 - vue: 3.5.25(typescript@5.9.3) - vuepress: 2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) - vuepress-plugin-components: 2.0.0-rc.99(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vuepress-plugin-md-enhance: 2.0.0-rc.99(@vue/repl@4.3.1)(markdown-it@14.1.0)(sass-embedded@1.93.3)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - vuepress-shared: 2.0.0-rc.99(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vue: 3.5.34(typescript@5.9.3) + vuepress: 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)) + vuepress-plugin-components: 2.0.0-rc.107(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress-plugin-md-enhance: 2.0.0-rc.107(@vue/repl@4.3.1)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(markdown-it@14.2.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + vuepress-shared: 2.0.0-rc.107(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) optionalDependencies: - '@vuepress/plugin-docsearch': 2.0.0-rc.120(@algolia/client-search@5.46.0)(react@19.2.1)(search-insights@2.17.0)(typescript@5.9.3)(vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) - sass-embedded: 1.93.3 + '@vuepress/plugin-docsearch': 2.0.0-rc.130(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))) + sass: 1.100.0 + sass-embedded: 1.100.0 transitivePeerDependencies: + - '@mathjax/mathjax-newcm-font' - '@mathjax/src' - '@vue/repl' + - '@vuepress/bundler-vite' + - '@vuepress/bundler-webpack' - '@waline/client' - artalk - artplayer @@ -6121,23 +6389,28 @@ snapshots: - typescript - vidstack - vuepress@2.0.0-rc.26(@vuepress/bundler-vite@2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)): + vuepress@2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(@vuepress/bundler-vite@2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0))(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)): dependencies: - '@vuepress/cli': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/client': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/core': 2.0.0-rc.26(typescript@5.9.3) - '@vuepress/markdown': 2.0.0-rc.26 - '@vuepress/shared': 2.0.0-rc.26 - '@vuepress/utils': 2.0.0-rc.26 + '@vuepress/cli': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/client': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/core': 2.0.0-rc.30(@vue/compiler-sfc@3.5.34)(typescript@5.9.3) + '@vuepress/markdown': 2.0.0-rc.30 + '@vuepress/shared': 2.0.0-rc.30 + '@vuepress/utils': 2.0.0-rc.30 vue: 3.5.25(typescript@5.9.3) optionalDependencies: - '@vuepress/bundler-vite': 2.0.0-rc.26(@types/node@24.10.1)(sass-embedded@1.93.3)(typescript@5.9.3) + '@vuepress/bundler-vite': 2.0.0-rc.30(@types/node@24.10.1)(@vue/compiler-sfc@3.5.34)(esbuild@0.28.0)(sass-embedded@1.100.0)(sass@1.100.0)(typescript@5.9.3)(yaml@2.9.0) transitivePeerDependencies: + - '@pinia/colada' + - '@vue/compiler-sfc' + - pinia - supports-color - typescript web-namespaces@2.0.1: {} + webpack-virtual-modules@0.6.2: {} + whatwg-encoding@3.1.1: dependencies: iconv-lite: 0.6.3 @@ -6162,6 +6435,8 @@ snapshots: y18n@4.0.3: {} + yaml@2.9.0: {} + yargs-parser@18.1.3: dependencies: camelcase: 5.3.1 @@ -6185,6 +6460,4 @@ snapshots: yoctocolors@2.1.2: {} - zod@4.1.13: {} - zwitch@2.0.4: {}