diff --git a/docs/package.json b/docs/package.json index 83505e915fb9..d114399c9820 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "@waline/client": "workspace:*", "marked": "11.0.0", "mathjax-full": "3.2.2", - "vue": "3.3.10", + "vue": "3.3.11", "vuepress": "2.0.0-rc.0", "vuepress-plugin-redirect": "2.0.0-rc.2", "vuepress-plugin-remove-pwa": "2.0.0-rc.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa480e96c8b7..aa6ec658bae0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -177,11 +177,11 @@ importers: specifier: 3.2.2 version: 3.2.2 vue: - specifier: 3.3.10 - version: 3.3.10(typescript@5.3.2) + specifier: 3.3.11 + version: 3.3.11(typescript@5.3.2) vuepress: specifier: 2.0.0-rc.0 - version: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + version: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-redirect: specifier: 2.0.0-rc.2 version: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) @@ -4128,6 +4128,17 @@ packages: vue: 3.3.10(typescript@5.3.2) dev: true + /@vitejs/plugin-vue@4.5.1(vite@5.0.5)(vue@3.3.11): + resolution: {integrity: sha512-DaUzYFr+2UGDG7VSSdShKa9sIWYBa1LL8KC0MNOf2H5LjcTPjob0x8LbkqXWmAtbANJCkpiQTj66UVcQkN2s3g==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 + vue: ^3.2.25 + dependencies: + vite: 5.0.5(@types/node@20.10.3)(sass@1.69.5) + vue: 3.3.11(typescript@5.3.2) + dev: true + /@vitest/expect@1.0.1: resolution: {integrity: sha512-3cdrb/eKD/0tygDX75YscuHEHMUJ70u3UoLSq2eqhWks57AyzvsDQbyn53IhZ0tBN7gA8Jj2VhXiOV2lef7thw==} dependencies: @@ -4174,12 +4185,28 @@ packages: estree-walker: 2.0.2 source-map-js: 1.0.2 + /@vue/compiler-core@3.3.11: + resolution: {integrity: sha512-h97/TGWBilnLuRaj58sxNrsUU66fwdRKLOLQ9N/5iNDfp+DZhYH9Obhe0bXxhedl8fjAgpRANpiZfbgWyruQ0w==} + dependencies: + '@babel/parser': 7.23.5 + '@vue/shared': 3.3.11 + estree-walker: 2.0.2 + source-map-js: 1.0.2 + dev: true + /@vue/compiler-dom@3.3.10: resolution: {integrity: sha512-NCrqF5fm10GXZIK0GrEAauBqdy+F2LZRt3yNHzrYjpYBuRssQbuPLtSnSNjyR9luHKkWSH8we5LMB3g+4z2HvA==} dependencies: '@vue/compiler-core': 3.3.10 '@vue/shared': 3.3.10 + /@vue/compiler-dom@3.3.11: + resolution: {integrity: sha512-zoAiUIqSKqAJ81WhfPXYmFGwDRuO+loqLxvXmfUdR5fOitPoUiIeFI9cTTyv9MU5O1+ZZglJVTusWzy+wfk5hw==} + dependencies: + '@vue/compiler-core': 3.3.11 + '@vue/shared': 3.3.11 + dev: true + /@vue/compiler-sfc@3.3.10: resolution: {integrity: sha512-xpcTe7Rw7QefOTRFFTlcfzozccvjM40dT45JtrE3onGm/jBLZ0JhpKu3jkV7rbDFLeeagR/5RlJ2Y9SvyS0lAg==} dependencies: @@ -4194,12 +4221,34 @@ packages: postcss: 8.4.32 source-map-js: 1.0.2 + /@vue/compiler-sfc@3.3.11: + resolution: {integrity: sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==} + dependencies: + '@babel/parser': 7.23.5 + '@vue/compiler-core': 3.3.11 + '@vue/compiler-dom': 3.3.11 + '@vue/compiler-ssr': 3.3.11 + '@vue/reactivity-transform': 3.3.11 + '@vue/shared': 3.3.11 + estree-walker: 2.0.2 + magic-string: 0.30.5 + postcss: 8.4.32 + source-map-js: 1.0.2 + dev: true + /@vue/compiler-ssr@3.3.10: resolution: {integrity: sha512-12iM4jA4GEbskwXMmPcskK5wImc2ohKm408+o9iox3tfN9qua8xL0THIZtoe9OJHnXP4eOWZpgCAAThEveNlqQ==} dependencies: '@vue/compiler-dom': 3.3.10 '@vue/shared': 3.3.10 + /@vue/compiler-ssr@3.3.11: + resolution: {integrity: sha512-Zd66ZwMvndxRTgVPdo+muV4Rv9n9DwQ4SSgWWKWkPFebHQfVYRrVjeygmmDmPewsHyznCNvJ2P2d6iOOhdv8Qg==} + dependencies: + '@vue/compiler-dom': 3.3.11 + '@vue/shared': 3.3.11 + dev: true + /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} dev: true @@ -4248,17 +4297,40 @@ packages: estree-walker: 2.0.2 magic-string: 0.30.5 + /@vue/reactivity-transform@3.3.11: + resolution: {integrity: sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==} + dependencies: + '@babel/parser': 7.23.5 + '@vue/compiler-core': 3.3.11 + '@vue/shared': 3.3.11 + estree-walker: 2.0.2 + magic-string: 0.30.5 + dev: true + /@vue/reactivity@3.3.10: resolution: {integrity: sha512-H5Z7rOY/JLO+e5a6/FEXaQ1TMuOvY4LDVgT+/+HKubEAgs9qeeZ+NhADSeEtrNQeiKLDuzeKc8v0CUFpB6Pqgw==} dependencies: '@vue/shared': 3.3.10 + /@vue/reactivity@3.3.11: + resolution: {integrity: sha512-D5tcw091f0nuu+hXq5XANofD0OXnBmaRqMYl5B3fCR+mX+cXJIGNw/VNawBqkjLNWETrFW0i+xH9NvDbTPVh7g==} + dependencies: + '@vue/shared': 3.3.11 + dev: true + /@vue/runtime-core@3.3.10: resolution: {integrity: sha512-DZ0v31oTN4YHX9JEU5VW1LoIVgFovWgIVb30bWn9DG9a7oA415idcwsRNNajqTx8HQJyOaWfRKoyuP2P2TYIag==} dependencies: '@vue/reactivity': 3.3.10 '@vue/shared': 3.3.10 + /@vue/runtime-core@3.3.11: + resolution: {integrity: sha512-g9ztHGwEbS5RyWaOpXuyIVFTschclnwhqEbdy5AwGhYOgc7m/q3NFwr50MirZwTTzX55JY8pSkeib9BX04NIpw==} + dependencies: + '@vue/reactivity': 3.3.11 + '@vue/shared': 3.3.11 + dev: true + /@vue/runtime-dom@3.3.10: resolution: {integrity: sha512-c/jKb3ny05KJcYk0j1m7Wbhrxq7mZYr06GhKykDMNRRR9S+/dGT8KpHuNQjv3/8U4JshfkAk6TpecPD3B21Ijw==} dependencies: @@ -4266,6 +4338,14 @@ packages: '@vue/shared': 3.3.10 csstype: 3.1.2 + /@vue/runtime-dom@3.3.11: + resolution: {integrity: sha512-OlhtV1PVpbgk+I2zl+Y5rQtDNcCDs12rsRg71XwaA2/Rbllw6mBLMi57VOn8G0AjOJ4Mdb4k56V37+g8ukShpQ==} + dependencies: + '@vue/runtime-core': 3.3.11 + '@vue/shared': 3.3.11 + csstype: 3.1.2 + dev: true + /@vue/server-renderer@3.3.10(vue@3.3.10): resolution: {integrity: sha512-0i6ww3sBV3SKlF3YTjSVqKQ74xialMbjVYGy7cOTi7Imd8ediE7t72SK3qnvhrTAhOvlQhq6Bk6nFPdXxe0sAg==} peerDependencies: @@ -4275,13 +4355,27 @@ packages: '@vue/shared': 3.3.10 vue: 3.3.10(typescript@5.3.2) + /@vue/server-renderer@3.3.11(vue@3.3.11): + resolution: {integrity: sha512-AIWk0VwwxCAm4wqtJyxBylRTXSy1wCLOKbWxHaHiu14wjsNYtiRCSgVuqEPVuDpErOlRdNnuRgipQfXRLjLN5A==} + peerDependencies: + vue: 3.3.11 + dependencies: + '@vue/compiler-ssr': 3.3.11 + '@vue/shared': 3.3.11 + vue: 3.3.11(typescript@5.3.2) + dev: true + /@vue/shared@3.3.10: resolution: {integrity: sha512-2y3Y2J1a3RhFa0WisHvACJR2ncvWiVHcP8t0Inxo+NKz+8RKO4ZV8eZgCxRgQoA6ITfV12L4E6POOL9HOU5nqw==} + /@vue/shared@3.3.11: + resolution: {integrity: sha512-u2G8ZQ9IhMWTMXaWqZycnK4UthG1fA238CD+DP4Dm4WJi5hdUKKLg0RMRaRpDPNMdkTwIDkp7WtD0Rd9BH9fLw==} + dev: true + /@vuepress/bundler-vite@2.0.0-rc.0(@types/node@20.10.3)(sass@1.69.5)(typescript@5.3.2): resolution: {integrity: sha512-rX8S8IYpqqlJfNPstS/joorpxXx/4WuE7+gDM31i2HUrxOKGZVzq8ZsRRRU2UdoTwHZSd3LpUS4sMtxE5xLK1A==} dependencies: - '@vitejs/plugin-vue': 4.5.1(vite@5.0.5)(vue@3.3.10) + '@vitejs/plugin-vue': 4.5.1(vite@5.0.5)(vue@3.3.11) '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 @@ -4292,8 +4386,8 @@ packages: postcss-load-config: 4.0.2(postcss@8.4.32) rollup: 4.6.1 vite: 5.0.5(@types/node@20.10.3)(sass@1.69.5) - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) transitivePeerDependencies: - '@types/node' - '@vue/composition-api' @@ -4330,9 +4424,9 @@ packages: dependencies: '@vue/devtools-api': 6.5.1 '@vuepress/shared': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) transitivePeerDependencies: - '@vue/composition-api' - typescript @@ -4345,7 +4439,7 @@ packages: '@vuepress/markdown': 2.0.0-rc.0 '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.3.10(typescript@5.3.2) + vue: 3.3.11(typescript@5.3.2) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4382,8 +4476,8 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/utils': 2.0.0-rc.0 ts-debounce: 4.0.0 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4397,7 +4491,7 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/utils': 2.0.0-rc.0 ts-debounce: 4.0.0 - vue: 3.3.10(typescript@5.3.2) + vue: 3.3.11(typescript@5.3.2) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4430,10 +4524,10 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) ts-debounce: 4.0.0 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -4453,7 +4547,7 @@ packages: '@vuepress/markdown': 2.0.0-rc.0 '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.3.10(typescript@5.3.2) + vue: 3.3.11(typescript@5.3.2) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4479,7 +4573,7 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/utils': 2.0.0-rc.0 medium-zoom: 1.1.0 - vue: 3.3.10(typescript@5.3.2) + vue: 3.3.11(typescript@5.3.2) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4492,8 +4586,8 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/utils': 2.0.0-rc.0 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4531,7 +4625,7 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.3.10(typescript@5.3.2) + vue: 3.3.11(typescript@5.3.2) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4567,10 +4661,10 @@ packages: '@vuepress/plugin-theme-data': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) sass: 1.69.5 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -4605,6 +4699,19 @@ packages: transitivePeerDependencies: - '@vue/composition-api' - vue + dev: false + + /@vueuse/core@10.7.0(vue@3.3.11): + resolution: {integrity: sha512-4EUDESCHtwu44ZWK3Gc/hZUVhVo/ysvdtwocB5vcauSV4B7NiGY5972WnsojB3vRNdxvAt7kzJWE2h9h7C9d5w==} + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.7.0 + '@vueuse/shared': 10.7.0(vue@3.3.11) + vue-demi: 0.14.6(vue@3.3.11) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: true /@vueuse/metadata@10.7.0: resolution: {integrity: sha512-GlaH7tKP2iBCZ3bHNZ6b0cl9g0CJK8lttkBNUX156gWvNYhTKEtbweWLm9rxCPIiwzYcr/5xML6T8ZUEt+DkvA==} @@ -4616,6 +4723,16 @@ packages: transitivePeerDependencies: - '@vue/composition-api' - vue + dev: false + + /@vueuse/shared@10.7.0(vue@3.3.11): + resolution: {integrity: sha512-kc00uV6CiaTdc3i1CDC4a3lBxzaBE9AgYNtFN87B5OOscqeWElj/uza8qVDmk7/U8JbqoONLbtqiLJ5LGRuqlw==} + dependencies: + vue-demi: 0.14.6(vue@3.3.11) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: true /@webassemblyjs/ast@1.11.6: resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} @@ -6453,7 +6570,7 @@ packages: supports-color: optional: true dependencies: - ms: 2.1.1 + ms: 2.1.3 dev: true /debug@4.3.4(supports-color@5.5.0): @@ -14494,6 +14611,22 @@ packages: optional: true dependencies: vue: 3.3.10(typescript@5.3.2) + dev: false + + /vue-demi@0.14.6(vue@3.3.11): + resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + vue: 3.3.11(typescript@5.3.2) + dev: true /vue-eslint-parser@9.3.2(eslint@8.55.0): resolution: {integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==} @@ -14513,13 +14646,13 @@ packages: - supports-color dev: true - /vue-router@4.2.5(vue@3.3.10): + /vue-router@4.2.5(vue@3.3.11): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.3.10(typescript@5.3.2) + vue: 3.3.11(typescript@5.3.2) dev: true /vue@3.3.10(typescript@5.3.2): @@ -14537,6 +14670,22 @@ packages: '@vue/shared': 3.3.10 typescript: 5.3.2 + /vue@3.3.11(typescript@5.3.2): + resolution: {integrity: sha512-d4oBctG92CRO1cQfVBZp6WJAs0n8AK4Xf5fNjQCBeKCvMI1efGQ5E3Alt1slFJS9fZuPcFoiAiqFvQlv1X7t/w==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@vue/compiler-dom': 3.3.11 + '@vue/compiler-sfc': 3.3.11 + '@vue/runtime-dom': 3.3.11 + '@vue/server-renderer': 3.3.11(vue@3.3.11) + '@vue/shared': 3.3.11 + typescript: 5.3.2 + dev: true + /vuepress-plugin-auto-catalog@2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0): resolution: {integrity: sha512-PD/E5f42o2Z1i/g8WTdpFRZWPwAGj/PLkNVsITnyalqgLWFSJ0nYptEbffvLcOq1yJXNwxaAiWx/mZt8xV7nYw==} engines: {node: '>=18.16.0', npm: '>=8', pnpm: '>=7', yarn: '>=2'} @@ -14559,9 +14708,9 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-components: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) @@ -14596,9 +14745,9 @@ packages: '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 chokidar: 3.5.3 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: - '@vue/composition-api' @@ -14638,9 +14787,9 @@ packages: '@vuepress/utils': 2.0.0-rc.0 '@waline/client': link:packages/client giscus: 1.3.0 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: @@ -14686,14 +14835,14 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) artplayer: 5.0.9 balloon-css: 1.2.0 create-codepen: 1.0.1 qrcode: 1.5.3 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-reading-time2: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) @@ -14724,11 +14873,11 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) balloon-css: 1.2.0 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: @@ -14755,10 +14904,10 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: - '@vue/composition-api' @@ -14784,7 +14933,7 @@ packages: '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 cheerio: 1.0.0-rc.12 - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) xml-js: 1.6.11 transitivePeerDependencies: @@ -14875,14 +15024,14 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) balloon-css: 1.2.0 js-yaml: 4.1.0 markdown-it: 13.0.2 mathjax-full: 3.2.2 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: @@ -14912,11 +15061,11 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) photoswipe: 5.4.3 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: @@ -14946,12 +15095,12 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) mitt: 3.0.1 register-service-worker: 1.7.2 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) workbox-build: 7.0.0 @@ -14978,8 +15127,8 @@ packages: optional: true dependencies: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) - vue: 3.3.10(typescript@5.3.2) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: - '@vue/composition-api' @@ -15011,11 +15160,11 @@ packages: '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) cac: 6.7.14 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-sass-palette: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: @@ -15042,8 +15191,8 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.3.10(typescript@5.3.2) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -15068,8 +15217,8 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vue: 3.3.10(typescript@5.3.2) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: - '@vue/composition-api' @@ -15099,7 +15248,7 @@ packages: '@vuepress/utils': 2.0.0-rc.0 chokidar: 3.5.3 sass: 1.69.5 - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: - '@vue/composition-api' @@ -15124,7 +15273,7 @@ packages: dependencies: '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: - '@vue/composition-api' @@ -15150,7 +15299,7 @@ packages: '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 sitemap: 7.1.1 - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-shared: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) transitivePeerDependencies: - '@vue/composition-api' @@ -15176,7 +15325,7 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) cheerio: 1.0.0-rc.12 dayjs: 1.11.10 execa: 8.0.1 @@ -15184,9 +15333,9 @@ packages: gray-matter: 4.0.3 semver: 7.5.4 striptags: 3.2.0 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -15223,15 +15372,15 @@ packages: '@vuepress/plugin-theme-data': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/shared': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - '@vueuse/core': 10.7.0(vue@3.3.10) + '@vueuse/core': 10.7.0(vue@3.3.11) balloon-css: 1.2.0 bcrypt-ts: 5.0.0 cheerio: 1.0.0-rc.12 chokidar: 3.5.3 gray-matter: 4.0.3 - vue: 3.3.10(typescript@5.3.2) - vue-router: 4.2.5(vue@3.3.10) - vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vue: 3.3.11(typescript@5.3.2) + vue-router: 4.2.5(vue@3.3.11) + vuepress: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) vuepress-plugin-auto-catalog: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-plugin-blog2: 2.0.0-rc.2(typescript@5.3.2)(vuepress@2.0.0-rc.0) vuepress-plugin-comment2: 2.0.0-rc.2(@waline/client@packages+client)(typescript@5.3.2)(vuepress@2.0.0-rc.0) @@ -15276,7 +15425,7 @@ packages: - vidstack dev: true - /vuepress-vite@2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10): + /vuepress-vite@2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11): resolution: {integrity: sha512-+2XBejeiskPyr2raBeA2o4uDFDsjtadpUVmtio3qqFtQpOhidz/ORuiTLr2UfLtFn1ASIHP6Vy2YjQ0e/TeUVw==} engines: {node: '>=18.16.0'} hasBin: true @@ -15289,7 +15438,7 @@ packages: '@vuepress/client': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/core': 2.0.0-rc.0(typescript@5.3.2) '@vuepress/theme-default': 2.0.0-rc.0(typescript@5.3.2) - vue: 3.3.10(typescript@5.3.2) + vue: 3.3.11(typescript@5.3.2) transitivePeerDependencies: - '@types/node' - '@vue/composition-api' @@ -15305,12 +15454,12 @@ packages: - typescript dev: true - /vuepress@2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10): + /vuepress@2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11): resolution: {integrity: sha512-sydt/B7+pIw926G5PntYmptLkC5o2buXKh+WR1+P2KnsvkXU+UGnQrJJ0FBvu/4RNuY99tkUZd59nyPhEmRrCg==} engines: {node: '>=18.16.0'} hasBin: true dependencies: - vuepress-vite: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.10) + vuepress-vite: 2.0.0-rc.0(@types/node@20.10.3)(@vuepress/client@2.0.0-rc.0)(sass@1.69.5)(typescript@5.3.2)(vue@3.3.11) transitivePeerDependencies: - '@types/node' - '@vue/composition-api'