diff --git a/package.json b/package.json index 10c6c2da..a340b63e 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ "@intlify/unplugin-vue-i18n": "^6.0.0", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.15", - "@vueuse/components": "^11.3.0", - "@vueuse/core": "^11.3.0", - "@vueuse/integrations": "^11.3.0", - "@vueuse/router": "^11.3.0", + "@vueuse/components": "^12.0.0", + "@vueuse/core": "^12.0.0", + "@vueuse/integrations": "^12.0.0", + "@vueuse/router": "^12.0.0", "ansi-to-html": "^0.7.2", "autoprefixer": "^10.4.20", "d3-array": "^3.2.4", @@ -58,28 +58,28 @@ "entities": "^5.0.0", "fuse.js": "^7.0.0", "lodash.debounce": "^4.0.8", - "pinia": "^2.2.6", + "pinia": "^2.2.7", "postcss": "^8.4.49", - "sortablejs": "^1.15.4", + "sortablejs": "^1.15.5", "splitpanes": "^3.1.5", "strip-ansi": "^7.1.0", "tailwindcss": "^3.4.15", - "unplugin-auto-import": "^0.18.5", - "unplugin-icons": "^0.20.1", - "unplugin-vue-components": "^0.27.4", + "unplugin-auto-import": "^0.18.6", + "unplugin-icons": "^0.20.2", + "unplugin-vue-components": "^0.27.5", "unplugin-vue-macros": "^2.13.4", "unplugin-vue-router": "^0.10.8", - "vite": "6.0.0", + "vite": "6.0.1", "vite-plugin-compression2": "^1.3.3", "vite-plugin-vue-layouts": "^0.11.0", "vite-svg-loader": "^5.1.0", "vitepress": "1.5.0", "vue": "^3.5.13", - "vue-i18n": "^10.0.4", + "vue-i18n": "^10.0.5", "vue-router": "^4.5.0" }, "devDependencies": { - "@apache-arrow/esnext-esm": "^18.0.0", + "@apache-arrow/esnext-esm": "^18.1.0", "@pinia/testing": "^0.1.7", "@playwright/test": "^1.49.0", "@types/d3-array": "^3.2.1", @@ -89,7 +89,7 @@ "@types/d3-shape": "^3.1.6", "@types/d3-transition": "^3.0.9", "@types/lodash.debounce": "^4.0.9", - "@types/node": "^22.10.0", + "@types/node": "^22.10.1", "@vitejs/plugin-vue": "5.2.1", "@vue/compiler-sfc": "^3.5.13", "@vue/test-utils": "^2.4.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0bdbf8b..008fb278 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,25 +37,25 @@ importers: version: 1.2.1 '@intlify/unplugin-vue-i18n': specifier: ^6.0.0 - version: 6.0.0(@vue/compiler-dom@3.5.13)(eslint@9.10.0(jiti@2.3.3))(rollup@4.27.4)(typescript@5.6.3)(vue-i18n@10.0.4(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + version: 6.0.0(@vue/compiler-dom@3.5.13)(eslint@9.10.0(jiti@2.3.3))(rollup@4.27.4)(typescript@5.6.3)(vue-i18n@10.0.5(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) '@tailwindcss/container-queries': specifier: ^0.1.1 - version: 0.1.1(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3))) + version: 0.1.1(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3))) '@tailwindcss/typography': specifier: ^0.5.15 - version: 0.5.15(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3))) + version: 0.5.15(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3))) '@vueuse/components': - specifier: ^11.3.0 - version: 11.3.0(vue@3.5.13(typescript@5.6.3)) + specifier: ^12.0.0 + version: 12.0.0(typescript@5.6.3) '@vueuse/core': - specifier: ^11.3.0 - version: 11.3.0(vue@3.5.13(typescript@5.6.3)) + specifier: ^12.0.0 + version: 12.0.0(typescript@5.6.3) '@vueuse/integrations': - specifier: ^11.3.0 - version: 11.3.0(focus-trap@7.6.0)(fuse.js@7.0.0)(sortablejs@1.15.4)(vue@3.5.13(typescript@5.6.3)) + specifier: ^12.0.0 + version: 12.0.0(focus-trap@7.6.0)(fuse.js@7.0.0)(sortablejs@1.15.5)(typescript@5.6.3) '@vueuse/router': - specifier: ^11.3.0 - version: 11.3.0(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + specifier: ^12.0.0 + version: 12.0.0(typescript@5.6.3)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3))) ansi-to-html: specifier: ^0.7.2 version: 0.7.2 @@ -96,14 +96,14 @@ importers: specifier: ^4.0.8 version: 4.0.8 pinia: - specifier: ^2.2.6 - version: 2.2.6(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) + specifier: ^2.2.7 + version: 2.2.7(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) postcss: specifier: ^8.4.49 version: 8.4.49 sortablejs: - specifier: ^1.15.4 - version: 1.15.4 + specifier: ^1.15.5 + version: 1.15.5 splitpanes: specifier: ^3.1.5 version: 3.1.5 @@ -112,53 +112,53 @@ importers: version: 7.1.0 tailwindcss: specifier: ^3.4.15 - version: 3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)) + version: 3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)) unplugin-auto-import: - specifier: ^0.18.5 - version: 0.18.5(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3)))(rollup@4.27.4) + specifier: ^0.18.6 + version: 0.18.6(@vueuse/core@12.0.0(typescript@5.6.3))(rollup@4.27.4) unplugin-icons: - specifier: ^0.20.1 - version: 0.20.1(@vue/compiler-sfc@3.5.13)(vue-template-compiler@2.7.16)(webpack-sources@3.2.3) + specifier: ^0.20.2 + version: 0.20.2(@vue/compiler-sfc@3.5.13)(vue-template-compiler@2.7.16) unplugin-vue-components: - specifier: ^0.27.4 - version: 0.27.4(@babel/parser@7.26.1)(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) + specifier: ^0.27.5 + version: 0.27.5(@babel/parser@7.26.1)(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) unplugin-vue-macros: specifier: ^2.13.4 - version: 2.13.4(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3)))(esbuild@0.23.1)(rollup@4.27.4)(typescript@5.6.3)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))(vue-tsc@2.1.10(typescript@5.6.3))(vue@3.5.13(typescript@5.6.3)) + version: 2.13.4(@vueuse/core@12.0.0(typescript@5.6.3))(esbuild@0.23.1)(rollup@4.27.4)(typescript@5.6.3)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))(vue-tsc@2.1.10(typescript@5.6.3))(vue@3.5.13(typescript@5.6.3)) unplugin-vue-router: specifier: ^0.10.8 version: 0.10.8(rollup@4.27.4)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))(webpack-sources@3.2.3) vite: - specifier: 6.0.0 - version: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + specifier: 6.0.1 + version: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) vite-plugin-compression2: specifier: ^1.3.3 - version: 1.3.3(rollup@4.27.4)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0)) + version: 1.3.3(rollup@4.27.4)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1)) vite-plugin-vue-layouts: specifier: ^0.11.0 - version: 0.11.0(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + version: 0.11.0(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) vite-svg-loader: specifier: ^5.1.0 version: 5.1.0(vue@3.5.13(typescript@5.6.3)) vitepress: specifier: 1.5.0 - version: 1.5.0(@algolia/client-search@5.4.1)(@types/node@22.10.0)(fuse.js@7.0.0)(postcss@8.4.49)(search-insights@2.17.2)(sortablejs@1.15.4)(typescript@5.6.3) + version: 1.5.0(@algolia/client-search@5.4.1)(@types/node@22.10.1)(fuse.js@7.0.0)(postcss@8.4.49)(search-insights@2.17.2)(sortablejs@1.15.5)(typescript@5.6.3) vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.6.3) vue-i18n: - specifier: ^10.0.4 - version: 10.0.4(vue@3.5.13(typescript@5.6.3)) + specifier: ^10.0.5 + version: 10.0.5(vue@3.5.13(typescript@5.6.3)) vue-router: specifier: ^4.5.0 version: 4.5.0(vue@3.5.13(typescript@5.6.3)) devDependencies: '@apache-arrow/esnext-esm': - specifier: ^18.0.0 - version: 18.0.0 + specifier: ^18.1.0 + version: 18.1.0 '@pinia/testing': specifier: ^0.1.7 - version: 0.1.7(pinia@2.2.6(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + version: 0.1.7(pinia@2.2.7(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) '@playwright/test': specifier: ^1.49.0 version: 1.49.0 @@ -184,11 +184,11 @@ importers: specifier: ^4.0.9 version: 4.0.9 '@types/node': - specifier: ^22.10.0 - version: 22.10.0 + specifier: ^22.10.1 + version: 22.10.1 '@vitejs/plugin-vue': specifier: 5.2.1 - version: 5.2.1(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/compiler-sfc': specifier: ^3.5.13 version: 3.5.13 @@ -224,13 +224,13 @@ importers: version: 2.11.1 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.10.0)(typescript@5.6.3) + version: 10.9.2(@types/node@22.10.1)(typescript@5.6.3) typescript: specifier: ^5.6.3 version: 5.6.3 vitest: specifier: ^2.1.6 - version: 2.1.6(@types/node@22.10.0)(jiti@2.3.3)(jsdom@25.0.1)(tsx@4.19.1)(yaml@2.5.0) + version: 2.1.6(@types/node@22.10.1)(jiti@2.3.3)(jsdom@25.0.1)(tsx@4.19.1)(yaml@2.6.1) vue-component-type-helpers: specifier: ^2.1.10 version: 2.1.10 @@ -332,11 +332,14 @@ packages: '@antfu/install-pkg@0.4.1': resolution: {integrity: sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==} + '@antfu/install-pkg@0.5.0': + resolution: {integrity: sha512-dKnk2xlAyC7rvTkpkHmu+Qy/2Zc3Vm/l8PtNyIOGDBtXPY3kThfU4ORNEp3V7SXw5XSOb+tOJaUYpfquPzL/Tg==} + '@antfu/utils@0.7.10': resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} - '@apache-arrow/esnext-esm@18.0.0': - resolution: {integrity: sha512-oA3480/UwbGmJbcuT7bCKyRmqSiF8GF87cIWGYiuB0uFF8qAR3Ehst9AJbbXoDSd4IB5vtvQep6tchWCt82T8w==} + '@apache-arrow/esnext-esm@18.1.0': + resolution: {integrity: sha512-iuniMEy5OBUMdplcUM/Eg7KXTEaD5yLxKk+tfUPGZffB1cBifwiAkbTTa6fTQ6VcvqBrq0/ioATCwPk5IgrZog==} hasBin: true '@babel/helper-string-parser@7.24.8': @@ -904,8 +907,8 @@ packages: '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - '@iconify/utils@2.1.32': - resolution: {integrity: sha512-LeifFZPPKu28O3AEDpYJNdEbvS4/ojAPyIW+pF/vUpJTYnbTiXUHkCh0bwgFRzKvdpb8H4Fbfd/742++MF4fPQ==} + '@iconify/utils@2.1.33': + resolution: {integrity: sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==} '@intlify/bundle-utils@10.0.0': resolution: {integrity: sha512-BR5yLOkF2dzrARTbAg7RGAIPcx9Aark7p1K/0O285F7rfzso9j2dsa+S4dA67clZ0rToZ10NSSTfbyUptVu7Bg==} @@ -919,24 +922,28 @@ packages: vue-i18n: optional: true - '@intlify/core-base@10.0.4': - resolution: {integrity: sha512-GG428DkrrWCMhxRMRQZjuS7zmSUzarYcaHJqG9VB8dXAxw4iQDoKVQ7ChJRB6ZtsCsX3Jse1PEUlHrJiyQrOTg==} + '@intlify/core-base@10.0.5': + resolution: {integrity: sha512-F3snDTQs0MdvnnyzTDTVkOYVAZOE/MHwRvF7mn7Jw1yuih4NrFYLNYIymGlLmq4HU2iIdzYsZ7f47bOcwY73XQ==} engines: {node: '>= 16'} - '@intlify/message-compiler@10.0.4': - resolution: {integrity: sha512-AFbhEo10DP095/45EauinQJ5hJ3rJUmuuqltGguvc3WsvezZN+g8qNHLGWKu60FHQVizMrQY7VJ+zVlBXlQQkQ==} + '@intlify/message-compiler@10.0.5': + resolution: {integrity: sha512-6GT1BJ852gZ0gItNZN2krX5QAmea+cmdjMvsWohArAZ3GmHdnNANEcF9JjPXAMRtQ6Ux5E269ymamg/+WU6tQA==} engines: {node: '>= 16'} - '@intlify/message-compiler@11.0.0-beta.1': - resolution: {integrity: sha512-yMXfN4hg/EeSdtWfmoMrwB9X4TXwkBoZlTIpNydQaW9y0tSJHGnUPRoahtkbsyACCm9leSJINLY4jQ0rK6BK0Q==} + '@intlify/message-compiler@11.0.0-beta.2': + resolution: {integrity: sha512-/cJHP1n45Zlf9tbm/hudLrUwXzJZngR9OMTQk32H1S4lBjM2996wzKTHuLbaJJlJZNTTjnfWZUHPb+F6sE6p1Q==} engines: {node: '>= 16'} '@intlify/shared@10.0.4': resolution: {integrity: sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==} engines: {node: '>= 16'} - '@intlify/shared@11.0.0-beta.1': - resolution: {integrity: sha512-Md/4T/QOx7wZ7zqVzSsMx2M/9Mx/1nsgsjXS5SFIowFKydqUhMz7K+y7pMFh781aNYz+rGXYwad8E9/+InK9SA==} + '@intlify/shared@10.0.5': + resolution: {integrity: sha512-bmsP4L2HqBF6i6uaMqJMcFBONVjKt+siGluRq4Ca4C0q7W2eMaVZr8iCgF9dKbcVXutftkC7D6z2SaSMmLiDyA==} + engines: {node: '>= 16'} + + '@intlify/shared@11.0.0-beta.2': + resolution: {integrity: sha512-N6ngJfFaVA0l2iLtx/SymgHOBW4wiS5Pyue7YmY/G+mrGjesi+S+U+u/Xlv6pZa/YIBfeM4QB07lI7rz1YqKLg==} engines: {node: '>= 16'} '@intlify/unplugin-vue-i18n@6.0.0': @@ -1222,6 +1229,9 @@ packages: '@swc/helpers@0.5.13': resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==} + '@swc/helpers@0.5.15': + resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} + '@tailwindcss/container-queries@0.1.1': resolution: {integrity: sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==} peerDependencies: @@ -1311,11 +1321,11 @@ packages: '@types/mdurl@2.0.0': resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} - '@types/node@20.17.8': - resolution: {integrity: sha512-ahz2g6/oqbKalW9sPv6L2iRbhLnojxjYWspAqhjvqSWBgGebEJT5GvRmk0QXPj3sbC6rU0GTQjPLQkmR8CObvA==} + '@types/node@20.17.9': + resolution: {integrity: sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw==} - '@types/node@22.10.0': - resolution: {integrity: sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==} + '@types/node@22.10.1': + resolution: {integrity: sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==} '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} @@ -1628,12 +1638,15 @@ packages: '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} - '@vueuse/components@11.3.0': - resolution: {integrity: sha512-sqaGtWPgobXvZmv3atcjW8YW0ypecFuB286OEKFXaPrLsA5b2Y+xAvHvq5V7d+VJRKt705gCK3BNBjxu3g1PdQ==} + '@vueuse/components@12.0.0': + resolution: {integrity: sha512-XpOoBXYRuFuUiiq+HsMX6rGzqvcHdKnbT4sbR0FHYxwSGBHO3Zli8pPTZoLRNBGp4CGov7BRCnANEK/1Ch/6tQ==} '@vueuse/core@11.3.0': resolution: {integrity: sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==} + '@vueuse/core@12.0.0': + resolution: {integrity: sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==} + '@vueuse/integrations@11.3.0': resolution: {integrity: sha512-5fzRl0apQWrDezmobchoiGTkGw238VWESxZHazfhP3RM7pDSiyXy18QbfYkILoYNTd23HPAfQTJpkUc5QbkwTw==} peerDependencies: @@ -1675,17 +1688,64 @@ packages: universal-cookie: optional: true + '@vueuse/integrations@12.0.0': + resolution: {integrity: sha512-M16fkVp+i4je75I7uvifMbJKHFrjx2+0LuHEH9++iPJ11zc4SRy5NdRN0z2NR+a54eQ5Gs2Ds7pby5ST96zxCA==} + peerDependencies: + async-validator: ^4 + axios: ^1 + change-case: ^5 + drauu: ^0.4 + focus-trap: ^7 + fuse.js: ^7 + idb-keyval: ^6 + jwt-decode: ^4 + nprogress: ^0.2 + qrcode: ^1.5 + sortablejs: ^1 + universal-cookie: ^7 + peerDependenciesMeta: + async-validator: + optional: true + axios: + optional: true + change-case: + optional: true + drauu: + optional: true + focus-trap: + optional: true + fuse.js: + optional: true + idb-keyval: + optional: true + jwt-decode: + optional: true + nprogress: + optional: true + qrcode: + optional: true + sortablejs: + optional: true + universal-cookie: + optional: true + '@vueuse/metadata@11.3.0': resolution: {integrity: sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==} - '@vueuse/router@11.3.0': - resolution: {integrity: sha512-FTcl8Sd2pLCZTUozLZKGRTEP3CUqVSYmgDZJA8IUYaxut+2kHptZ5OWLbBH+t6q45EH6jXqlukeV3fIxC1DFwA==} + '@vueuse/metadata@12.0.0': + resolution: {integrity: sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==} + + '@vueuse/router@12.0.0': + resolution: {integrity: sha512-7Wu1rvxsTMgn8Rw8Jh13XMqxBowZMBKNuzyOXKc3XUsA7zX8mcTBdUBrwAYNoYZAGjy8AR7Z6Q1+43A65ww3eA==} peerDependencies: vue-router: '>=4.0.0-rc.1' '@vueuse/shared@11.3.0': resolution: {integrity: sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==} + '@vueuse/shared@12.0.0': + resolution: {integrity: sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==} + abbrev@2.0.0: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -1829,8 +1889,8 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.23.3: - resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==} + browserslist@4.24.2: + resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -1878,8 +1938,8 @@ packages: resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} engines: {node: '>= 6'} - caniuse-lite@1.0.30001647: - resolution: {integrity: sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==} + caniuse-lite@1.0.30001684: + resolution: {integrity: sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -2203,8 +2263,8 @@ packages: engines: {node: '>=14'} hasBin: true - electron-to-chromium@1.5.4: - resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==} + electron-to-chromium@1.5.66: + resolution: {integrity: sha512-pI2QF6+i+zjPbqRzJwkMvtvkdI7MjVbSh2g8dlMguDJIXEPw+kwasS1Jl+YGPEBfGVxsVgGUratAKymPdPo2vQ==} emoji-regex@10.4.0: resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} @@ -2396,6 +2456,10 @@ packages: resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} engines: {node: '>=14'} + foreground-child@3.3.0: + resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} + engines: {node: '>=14'} + form-data@4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} engines: {node: '>= 6'} @@ -2461,6 +2525,10 @@ packages: engines: {node: '>=16 || 14 >=14.18'} hasBin: true + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + hasBin: true + globals@14.0.0: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} @@ -2538,8 +2606,9 @@ packages: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} - is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + is-core-module@2.15.1: + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} + engines: {node: '>= 0.4'} is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} @@ -2603,6 +2672,9 @@ packages: resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==} engines: {node: '>=14'} + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + jiti@1.21.6: resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} hasBin: true @@ -2620,8 +2692,8 @@ packages: resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} engines: {node: '>=14'} - js-tokens@9.0.0: - resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} + js-tokens@9.0.1: + resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} @@ -2703,6 +2775,10 @@ packages: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} + local-pkg@0.5.1: + resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==} + engines: {node: '>=14'} + locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} @@ -2963,8 +3039,11 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - package-manager-detector@0.2.0: - resolution: {integrity: sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==} + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} + + package-manager-detector@0.2.5: + resolution: {integrity: sha512-3dS7y28uua+UDbRCLBqltMBrbI+A5U2mI9YuxHRxIWYmLj3DwntEBmERYzIAQ4DMeuCUOBSak7dBHHoXKpOTYQ==} parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -3009,12 +3088,6 @@ packages: perfect-debounce@1.0.0: resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} - picocolors@1.0.1: - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} - - picocolors@1.1.0: - resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} - picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -3035,8 +3108,8 @@ packages: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} - pinia@2.2.6: - resolution: {integrity: sha512-vIsR8JkDN5Ga2vAxqOE2cJj4VtsHnzpR1Fz30kClxlh0yCHfec6uoMeM3e/ddqmwFUejK3NlrcQa/shnpyT4hA==} + pinia@2.2.7: + resolution: {integrity: sha512-M+X9Eh9V5De+8wyj0rD1cgB0zy1mPN/aBEpCI9y+DgVmzXV2dIwjYBluJ5cMQd/jAoHs0VW+EyUSHMZv/Wtcnw==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -3310,8 +3383,8 @@ packages: resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==} engines: {node: '>=18'} - sortablejs@1.15.4: - resolution: {integrity: sha512-wr7G5Id/WNllca5yF9I2vsz/2wDKJebX5FJBtfUFBGGpaaIVjW4kziAnNMEcigaTZAaPLB92NYBGqWenGDH++g==} + sortablejs@1.15.5: + resolution: {integrity: sha512-xDJLosRJzZ+nVnjaUYmO9H/wZth0lWTRq7VzV1eQyDSKsvxmoJ69HTGcwnwGYpJG/AkJ9OWiwWH4BhIycdonWw==} source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} @@ -3372,8 +3445,8 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strip-literal@2.1.0: - resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} + strip-literal@2.1.1: + resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==} sucrase@3.35.0: resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} @@ -3519,6 +3592,9 @@ packages: tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} + tslib@2.8.1: + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + tsx@4.19.1: resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} engines: {node: '>=18.0.0'} @@ -3541,8 +3617,8 @@ packages: resolution: {integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==} engines: {node: '>=8'} - typical@7.2.0: - resolution: {integrity: sha512-W1+HdVRUl8fS3MZ9ogD51GOb46xMmhAZzR0WPw5jcgIZQJVvkddYzAl4YTU6g5w33Y1iRQLdIi2/1jhi2RNL0g==} + typical@7.3.0: + resolution: {integrity: sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw==} engines: {node: '>=12.17'} ufo@1.5.4: @@ -3557,8 +3633,8 @@ packages: undici-types@6.20.0: resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} - unimport@3.13.2: - resolution: {integrity: sha512-VKAepeIb6BWLtBl4tmyHY1/7rJgz3ynmZrWf8cU1a+v5Uv/k1gyyAEeGBnYcrwy8bxG5sflxEx4a9VQUqOVHUA==} + unimport@3.13.4: + resolution: {integrity: sha512-pRr4JO51pCQGjwDPToehYHaJLwZQbMQNBI3eGbZB1TzMHnWbQldApWe+bot7CgA03SFovF1bn03/WYFNi58rCw==} unist-util-is@6.0.0: resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} @@ -3575,8 +3651,8 @@ packages: unist-util-visit@5.0.0: resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} - unplugin-auto-import@0.18.5: - resolution: {integrity: sha512-ZUnayBRlOwNuN9hrM1PymSZK5qDEI8heDD0E3U8Tq4FS6bUxd9VMfJ8tCwWTG5ir6g1yThe/4SVHbFUZQwplOw==} + unplugin-auto-import@0.18.6: + resolution: {integrity: sha512-LMFzX5DtkTj/3wZuyG5bgKBoJ7WSgzqSGJ8ppDRdlvPh45mx6t6w3OcbExQi53n3xF5MYkNGPNR/HYOL95KL2A==} engines: {node: '>=14'} peerDependencies: '@nuxt/kit': ^3.2.2 @@ -3611,8 +3687,8 @@ packages: webpack: optional: true - unplugin-icons@0.20.1: - resolution: {integrity: sha512-0z5sYGx07Q69ZrJB4kjmx7a5LYLNSWwyq95Ox9OuSG2y/sbhJaHUapRPOJcKmKhOAyToDVRdy9P7gxJ05lYipw==} + unplugin-icons@0.20.2: + resolution: {integrity: sha512-Ak6TKAiO812aIUrCelrBSTQbYC4FiqawnFrAusP/hjmB8f9cAug9jr381ItvLl+Asi4IVcjoOiPbpy9CfFGKvQ==} peerDependencies: '@svgr/core': '>=7.0.0' '@svgx/core': ^1.0.1 @@ -3634,8 +3710,8 @@ packages: vue-template-es2015-compiler: optional: true - unplugin-vue-components@0.27.4: - resolution: {integrity: sha512-1XVl5iXG7P1UrOMnaj2ogYa5YTq8aoh5jwDPQhemwO/OrXW+lPQKDXd1hMz15qxQPxgb/XXlbgo3HQ2rLEbmXQ==} + unplugin-vue-components@0.27.5: + resolution: {integrity: sha512-m9j4goBeNwXyNN8oZHHxvIIYiG8FQ9UfmKWeNllpDvhU7btKNNELGPt+o3mckQKuPwrE7e0PvCsx+IWuDSD9Vg==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -3665,10 +3741,6 @@ packages: vue-router: optional: true - unplugin@1.12.1: - resolution: {integrity: sha512-aXEH9c5qi3uYZHo0niUtxDlT9ylG/luMW/dZslSCkbtC31wCyFkmM0kyoBBh+Grhn7CL+/kvKLfN61/EdxPxMQ==} - engines: {node: '>=14.0.0'} - unplugin@1.13.1: resolution: {integrity: sha512-6Kq1iSSwg7KyjcThRUks9LuqDAKvtnioxbL9iEtB9ctTyBA5OmrB8gZd/d225VJu1w3UpUsKV7eGrvf59J7+VA==} engines: {node: '>=14.0.0'} @@ -3678,21 +3750,12 @@ packages: webpack-sources: optional: true - unplugin@1.14.1: - resolution: {integrity: sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==} - engines: {node: '>=14.0.0'} - peerDependencies: - webpack-sources: ^3 - peerDependenciesMeta: - webpack-sources: - optional: true - unplugin@1.16.0: resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==} engines: {node: '>=14.0.0'} - update-browserslist-db@1.1.0: - resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==} + update-browserslist-db@1.1.1: + resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -3769,8 +3832,8 @@ packages: terser: optional: true - vite@6.0.0: - resolution: {integrity: sha512-Q2+5yQV79EdnpbNxjD3/QHVMCBaQ3Kpd4/uL51UGuh38bIIM+s4o3FqyCzRvTRwFb+cWIUeZvaWwS9y2LD2qeQ==} + vite@6.0.1: + resolution: {integrity: sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -3863,8 +3926,8 @@ packages: '@vue/composition-api': optional: true - vue-i18n@10.0.4: - resolution: {integrity: sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==} + vue-i18n@10.0.5: + resolution: {integrity: sha512-9/gmDlCblz3i8ypu/afiIc/SUIfTTE1mr0mZhb9pk70xo2csHAM9mp2gdQ3KD2O0AM3Hz/5ypb+FycTj/lHlPQ==} engines: {node: '>= 16'} peerDependencies: vue: ^3.0.0 @@ -3983,6 +4046,11 @@ packages: engines: {node: '>= 14'} hasBin: true + yaml@2.6.1: + resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} @@ -4133,22 +4201,27 @@ snapshots: '@antfu/install-pkg@0.4.1': dependencies: - package-manager-detector: 0.2.0 + package-manager-detector: 0.2.5 + tinyexec: 0.3.1 + + '@antfu/install-pkg@0.5.0': + dependencies: + package-manager-detector: 0.2.5 tinyexec: 0.3.1 '@antfu/utils@0.7.10': {} - '@apache-arrow/esnext-esm@18.0.0': + '@apache-arrow/esnext-esm@18.1.0': dependencies: - '@swc/helpers': 0.5.13 + '@swc/helpers': 0.5.15 '@types/command-line-args': 5.2.3 '@types/command-line-usage': 5.0.4 - '@types/node': 20.17.8 + '@types/node': 20.17.9 command-line-args: 5.2.1 command-line-usage: 7.0.3 flatbuffers: 24.3.25 json-bignum: 0.0.3 - tslib: 2.7.0 + tslib: 2.8.1 '@babel/helper-string-parser@7.24.8': {} @@ -4210,17 +4283,17 @@ snapshots: '@emnapi/core@1.3.1': dependencies: '@emnapi/wasi-threads': 1.0.1 - tslib: 2.7.0 + tslib: 2.8.1 optional: true '@emnapi/runtime@1.3.1': dependencies: - tslib: 2.7.0 + tslib: 2.8.1 optional: true '@emnapi/wasi-threads@1.0.1': dependencies: - tslib: 2.7.0 + tslib: 2.8.1 optional: true '@esbuild/aix-ppc64@0.21.5': @@ -4515,22 +4588,22 @@ snapshots: '@iconify/types@2.0.0': {} - '@iconify/utils@2.1.32': + '@iconify/utils@2.1.33': dependencies: '@antfu/install-pkg': 0.4.1 '@antfu/utils': 0.7.10 '@iconify/types': 2.0.0 debug: 4.3.7 kolorist: 1.8.0 - local-pkg: 0.5.0 - mlly: 1.7.1 + local-pkg: 0.5.1 + mlly: 1.7.3 transitivePeerDependencies: - supports-color - '@intlify/bundle-utils@10.0.0(vue-i18n@10.0.4(vue@3.5.13(typescript@5.6.3)))': + '@intlify/bundle-utils@10.0.0(vue-i18n@10.0.5(vue@3.5.13(typescript@5.6.3)))': dependencies: - '@intlify/message-compiler': 11.0.0-beta.1 - '@intlify/shared': 11.0.0-beta.1 + '@intlify/message-compiler': 11.0.0-beta.2 + '@intlify/shared': 11.0.0-beta.2 acorn: 8.14.0 escodegen: 2.1.0 estree-walker: 2.0.2 @@ -4539,33 +4612,35 @@ snapshots: source-map-js: 1.2.1 yaml-eslint-parser: 1.2.2 optionalDependencies: - vue-i18n: 10.0.4(vue@3.5.13(typescript@5.6.3)) + vue-i18n: 10.0.5(vue@3.5.13(typescript@5.6.3)) - '@intlify/core-base@10.0.4': + '@intlify/core-base@10.0.5': dependencies: - '@intlify/message-compiler': 10.0.4 - '@intlify/shared': 10.0.4 + '@intlify/message-compiler': 10.0.5 + '@intlify/shared': 10.0.5 - '@intlify/message-compiler@10.0.4': + '@intlify/message-compiler@10.0.5': dependencies: - '@intlify/shared': 10.0.4 + '@intlify/shared': 10.0.5 source-map-js: 1.2.1 - '@intlify/message-compiler@11.0.0-beta.1': + '@intlify/message-compiler@11.0.0-beta.2': dependencies: - '@intlify/shared': 11.0.0-beta.1 + '@intlify/shared': 11.0.0-beta.2 source-map-js: 1.2.1 '@intlify/shared@10.0.4': {} - '@intlify/shared@11.0.0-beta.1': {} + '@intlify/shared@10.0.5': {} - '@intlify/unplugin-vue-i18n@6.0.0(@vue/compiler-dom@3.5.13)(eslint@9.10.0(jiti@2.3.3))(rollup@4.27.4)(typescript@5.6.3)(vue-i18n@10.0.4(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': + '@intlify/shared@11.0.0-beta.2': {} + + '@intlify/unplugin-vue-i18n@6.0.0(@vue/compiler-dom@3.5.13)(eslint@9.10.0(jiti@2.3.3))(rollup@4.27.4)(typescript@5.6.3)(vue-i18n@10.0.5(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.10.0(jiti@2.3.3)) - '@intlify/bundle-utils': 10.0.0(vue-i18n@10.0.4(vue@3.5.13(typescript@5.6.3))) + '@intlify/bundle-utils': 10.0.0(vue-i18n@10.0.5(vue@3.5.13(typescript@5.6.3))) '@intlify/shared': 10.0.4 - '@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@10.0.4)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + '@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@10.0.4)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.5(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) '@rollup/pluginutils': 5.1.3(rollup@4.27.4) '@typescript-eslint/scope-manager': 8.13.0 '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) @@ -4579,7 +4654,7 @@ snapshots: unplugin: 1.16.0 vue: 3.5.13(typescript@5.6.3) optionalDependencies: - vue-i18n: 10.0.4(vue@3.5.13(typescript@5.6.3)) + vue-i18n: 10.0.5(vue@3.5.13(typescript@5.6.3)) transitivePeerDependencies: - '@vue/compiler-dom' - eslint @@ -4587,14 +4662,14 @@ snapshots: - supports-color - typescript - '@intlify/vue-i18n-extensions@7.0.0(@intlify/shared@10.0.4)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.4(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': + '@intlify/vue-i18n-extensions@7.0.0(@intlify/shared@10.0.4)(@vue/compiler-dom@3.5.13)(vue-i18n@10.0.5(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': dependencies: '@babel/parser': 7.26.1 optionalDependencies: '@intlify/shared': 10.0.4 '@vue/compiler-dom': 3.5.13 vue: 3.5.13(typescript@5.6.3) - vue-i18n: 10.0.4(vue@3.5.13(typescript@5.6.3)) + vue-i18n: 10.0.5(vue@3.5.13(typescript@5.6.3)) '@isaacs/cliui@8.0.2': dependencies: @@ -4692,9 +4767,9 @@ snapshots: '@oxc-resolver/binding-win32-x64-msvc@2.0.0': optional: true - '@pinia/testing@0.1.7(pinia@2.2.6(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': + '@pinia/testing@0.1.7(pinia@2.2.7(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': dependencies: - pinia: 2.2.6(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) + pinia: 2.2.7(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3)) transitivePeerDependencies: - '@vue/composition-api' @@ -4814,17 +4889,21 @@ snapshots: dependencies: tslib: 2.7.0 - '@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)))': + '@swc/helpers@0.5.15': dependencies: - tailwindcss: 3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)) + tslib: 2.8.1 - '@tailwindcss/typography@0.5.15(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)))': + '@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)))': + dependencies: + tailwindcss: 3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)) + + '@tailwindcss/typography@0.5.15(tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)))': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)) + tailwindcss: 3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)) '@trysound/sax@0.2.0': {} @@ -4838,7 +4917,7 @@ snapshots: '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.7.0 + tslib: 2.8.1 optional: true '@types/command-line-args@5.2.3': {} @@ -4896,11 +4975,11 @@ snapshots: '@types/mdurl@2.0.0': {} - '@types/node@20.17.8': + '@types/node@20.17.9': dependencies: undici-types: 6.19.8 - '@types/node@22.10.0': + '@types/node@22.10.1': dependencies: undici-types: 6.20.0 @@ -4937,14 +5016,14 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.10.0))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.10.1))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 5.4.11(@types/node@22.10.0) + vite: 5.4.11(@types/node@22.10.1) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))(vue@3.5.13(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) '@vitest/expect@2.1.6': @@ -4954,13 +5033,13 @@ snapshots: chai: 5.1.2 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.6(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))': + '@vitest/mocker@2.1.6(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))': dependencies: '@vitest/spy': 2.1.6 estree-walker: 3.0.3 magic-string: 0.30.14 optionalDependencies: - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) '@vitest/pretty-format@2.1.6': dependencies: @@ -5077,13 +5156,13 @@ snapshots: transitivePeerDependencies: - rollup - '@vue-macros/define-models@1.3.2(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3)))(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3))': + '@vue-macros/define-models@1.3.2(@vueuse/core@12.0.0(typescript@5.6.3))(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3))': dependencies: '@vue-macros/common': 1.15.0(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) ast-walker-scope: 0.6.2 unplugin: 1.16.0 optionalDependencies: - '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3)) + '@vueuse/core': 12.0.0(typescript@5.6.3) transitivePeerDependencies: - rollup - vue @@ -5139,12 +5218,12 @@ snapshots: - rollup - vue - '@vue-macros/devtools@0.4.0(typescript@5.6.3)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))': + '@vue-macros/devtools@0.4.0(typescript@5.6.3)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))': dependencies: sirv: 2.0.4 vue: 3.5.13(typescript@5.6.3) optionalDependencies: - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) transitivePeerDependencies: - typescript @@ -5397,14 +5476,13 @@ snapshots: js-beautify: 1.15.1 vue-component-type-helpers: 2.1.10 - '@vueuse/components@11.3.0(vue@3.5.13(typescript@5.6.3))': + '@vueuse/components@12.0.0(typescript@5.6.3)': dependencies: - '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3)) - '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.6.3)) - vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3)) + '@vueuse/core': 12.0.0(typescript@5.6.3) + '@vueuse/shared': 12.0.0(typescript@5.6.3) + vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: - - '@vue/composition-api' - - vue + - typescript '@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3))': dependencies: @@ -5416,7 +5494,16 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/integrations@11.3.0(focus-trap@7.6.0)(fuse.js@7.0.0)(sortablejs@1.15.4)(vue@3.5.13(typescript@5.6.3))': + '@vueuse/core@12.0.0(typescript@5.6.3)': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 12.0.0 + '@vueuse/shared': 12.0.0(typescript@5.6.3) + vue: 3.5.13(typescript@5.6.3) + transitivePeerDependencies: + - typescript + + '@vueuse/integrations@11.3.0(focus-trap@7.6.0)(fuse.js@7.0.0)(sortablejs@1.15.5)(vue@3.5.13(typescript@5.6.3))': dependencies: '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3)) '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.6.3)) @@ -5424,21 +5511,34 @@ snapshots: optionalDependencies: focus-trap: 7.6.0 fuse.js: 7.0.0 - sortablejs: 1.15.4 + sortablejs: 1.15.5 transitivePeerDependencies: - '@vue/composition-api' - vue + '@vueuse/integrations@12.0.0(focus-trap@7.6.0)(fuse.js@7.0.0)(sortablejs@1.15.5)(typescript@5.6.3)': + dependencies: + '@vueuse/core': 12.0.0(typescript@5.6.3) + '@vueuse/shared': 12.0.0(typescript@5.6.3) + vue: 3.5.13(typescript@5.6.3) + optionalDependencies: + focus-trap: 7.6.0 + fuse.js: 7.0.0 + sortablejs: 1.15.5 + transitivePeerDependencies: + - typescript + '@vueuse/metadata@11.3.0': {} - '@vueuse/router@11.3.0(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': + '@vueuse/metadata@12.0.0': {} + + '@vueuse/router@12.0.0(typescript@5.6.3)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))': dependencies: - '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.6.3)) - vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3)) + '@vueuse/shared': 12.0.0(typescript@5.6.3) + vue: 3.5.13(typescript@5.6.3) vue-router: 4.5.0(vue@3.5.13(typescript@5.6.3)) transitivePeerDependencies: - - '@vue/composition-api' - - vue + - typescript '@vueuse/shared@11.3.0(vue@3.5.13(typescript@5.6.3))': dependencies: @@ -5447,6 +5547,12 @@ snapshots: - '@vue/composition-api' - vue + '@vueuse/shared@12.0.0(typescript@5.6.3)': + dependencies: + vue: 3.5.13(typescript@5.6.3) + transitivePeerDependencies: + - typescript + abbrev@2.0.0: {} acorn-jsx@5.3.2(acorn@8.14.0): @@ -5524,7 +5630,7 @@ snapshots: '@swc/helpers': 0.5.13 '@types/command-line-args': 5.2.3 '@types/command-line-usage': 5.0.4 - '@types/node': 20.17.8 + '@types/node': 20.17.9 command-line-args: 5.2.1 command-line-usage: 7.0.3 flatbuffers: 24.3.25 @@ -5562,11 +5668,11 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.49): dependencies: - browserslist: 4.23.3 - caniuse-lite: 1.0.30001647 + browserslist: 4.24.2 + caniuse-lite: 1.0.30001684 fraction.js: 4.3.7 normalize-range: 0.1.2 - picocolors: 1.0.1 + picocolors: 1.1.1 postcss: 8.4.49 postcss-value-parser: 4.2.0 @@ -5591,12 +5697,12 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.23.3: + browserslist@4.24.2: dependencies: - caniuse-lite: 1.0.30001647 - electron-to-chromium: 1.5.4 + caniuse-lite: 1.0.30001684 + electron-to-chromium: 1.5.66 node-releases: 2.0.18 - update-browserslist-db: 1.1.0(browserslist@4.23.3) + update-browserslist-db: 1.1.1(browserslist@4.24.2) bumpp@9.8.1: dependencies: @@ -5654,7 +5760,7 @@ snapshots: camelcase-css@2.0.1: {} - caniuse-lite@1.0.30001647: {} + caniuse-lite@1.0.30001684: {} ccount@2.0.1: {} @@ -5742,7 +5848,7 @@ snapshots: array-back: 6.2.2 chalk-template: 0.4.0 table-layout: 4.1.1 - typical: 7.2.0 + typical: 7.3.0 commander@10.0.1: {} @@ -5889,7 +5995,7 @@ snapshots: dependencies: css-selector-tokenizer: 0.8.0 culori: 3.3.0 - picocolors: 1.1.0 + picocolors: 1.1.1 postcss-js: 4.0.1(postcss@8.4.49) transitivePeerDependencies: - postcss @@ -5964,7 +6070,7 @@ snapshots: minimatch: 9.0.1 semver: 7.6.3 - electron-to-chromium@1.5.4: {} + electron-to-chromium@1.5.66: {} emoji-regex@10.4.0: {} @@ -6235,6 +6341,11 @@ snapshots: cross-spawn: 7.0.3 signal-exit: 4.1.0 + foreground-child@3.3.0: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 4.1.0 + form-data@4.0.0: dependencies: asynckit: 0.4.0 @@ -6302,6 +6413,15 @@ snapshots: minipass: 7.1.2 path-scurry: 1.11.1 + glob@10.4.5: + dependencies: + foreground-child: 3.3.0 + jackspeak: 3.4.3 + minimatch: 9.0.5 + minipass: 7.1.2 + package-json-from-dist: 1.0.1 + path-scurry: 1.11.1 + globals@14.0.0: {} has-flag@4.0.0: {} @@ -6388,7 +6508,7 @@ snapshots: dependencies: binary-extensions: 2.3.0 - is-core-module@2.13.1: + is-core-module@2.15.1: dependencies: hasown: 2.0.2 @@ -6443,6 +6563,12 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 + jackspeak@3.4.3: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + jiti@1.21.6: {} jiti@2.3.3: {} @@ -6457,7 +6583,7 @@ snapshots: js-cookie@3.0.5: {} - js-tokens@9.0.0: {} + js-tokens@9.0.1: {} js-yaml@4.1.0: dependencies: @@ -6560,6 +6686,11 @@ snapshots: mlly: 1.7.3 pkg-types: 1.2.1 + local-pkg@0.5.1: + dependencies: + mlly: 1.7.3 + pkg-types: 1.2.1 + locate-path@6.0.0: dependencies: p-locate: 5.0.0 @@ -6819,7 +6950,9 @@ snapshots: dependencies: p-limit: 3.1.0 - package-manager-detector@0.2.0: {} + package-json-from-dist@1.0.1: {} + + package-manager-detector@0.2.5: {} parent-module@1.0.1: dependencies: @@ -6855,10 +6988,6 @@ snapshots: perfect-debounce@1.0.0: {} - picocolors@1.0.1: {} - - picocolors@1.1.0: {} - picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -6869,7 +6998,7 @@ snapshots: pify@2.3.0: {} - pinia@2.2.6(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)): + pinia@2.2.7(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)): dependencies: '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.6.3) @@ -6917,13 +7046,13 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.49 - postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)): + postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)): dependencies: lilconfig: 3.1.2 - yaml: 2.5.0 + yaml: 2.6.1 optionalDependencies: postcss: 8.4.49 - ts-node: 10.9.2(@types/node@22.10.0)(typescript@5.6.3) + ts-node: 10.9.2(@types/node@22.10.1)(typescript@5.6.3) postcss-nested@6.2.0(postcss@8.4.49): dependencies: @@ -6994,7 +7123,7 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.13.1 + is-core-module: 2.15.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -7094,7 +7223,7 @@ snapshots: ansi-styles: 6.2.1 is-fullwidth-code-point: 5.0.0 - sortablejs@1.15.4: {} + sortablejs@1.15.5: {} source-map-js@1.2.1: {} @@ -7148,15 +7277,15 @@ snapshots: strip-json-comments@3.1.1: {} - strip-literal@2.1.0: + strip-literal@2.1.1: dependencies: - js-tokens: 9.0.0 + js-tokens: 9.0.1 sucrase@3.35.0: dependencies: '@jridgewell/gen-mapping': 0.3.5 commander: 4.1.1 - glob: 10.4.1 + glob: 10.4.5 lines-and-columns: 1.2.4 mz: 2.7.0 pirates: 4.0.6 @@ -7195,7 +7324,7 @@ snapshots: array-back: 6.2.2 wordwrapjs: 5.1.0 - tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)): + tailwindcss@3.4.15(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -7214,7 +7343,7 @@ snapshots: postcss: 8.4.49 postcss-import: 15.1.0(postcss@8.4.49) postcss-js: 4.0.1(postcss@8.4.49) - postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3)) + postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3)) postcss-nested: 6.2.0(postcss@8.4.49) postcss-selector-parser: 6.1.2 resolve: 1.22.8 @@ -7296,14 +7425,14 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@types/node@22.10.0)(typescript@5.6.3): + ts-node@10.9.2(@types/node@22.10.1)(typescript@5.6.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.10.0 + '@types/node': 22.10.1 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -7316,6 +7445,8 @@ snapshots: tslib@2.7.0: {} + tslib@2.8.1: {} + tsx@4.19.1: dependencies: esbuild: 0.23.1 @@ -7333,7 +7464,7 @@ snapshots: typical@4.0.0: {} - typical@7.2.0: {} + typical@7.3.0: {} ufo@1.5.4: {} @@ -7349,20 +7480,20 @@ snapshots: undici-types@6.20.0: {} - unimport@3.13.2(rollup@4.27.4): + unimport@3.13.4(rollup@4.27.4): dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.27.4) acorn: 8.14.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 fast-glob: 3.3.2 - local-pkg: 0.5.0 - magic-string: 0.30.13 + local-pkg: 0.5.1 + magic-string: 0.30.14 mlly: 1.7.3 pathe: 1.1.2 pkg-types: 1.2.1 scule: 1.3.0 - strip-literal: 2.1.0 + strip-literal: 2.1.1 unplugin: 1.16.0 transitivePeerDependencies: - rollup @@ -7390,58 +7521,57 @@ snapshots: unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 - unplugin-auto-import@0.18.5(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3)))(rollup@4.27.4): + unplugin-auto-import@0.18.6(@vueuse/core@12.0.0(typescript@5.6.3))(rollup@4.27.4): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) fast-glob: 3.3.2 - local-pkg: 0.5.0 - magic-string: 0.30.13 + local-pkg: 0.5.1 + magic-string: 0.30.14 minimatch: 9.0.5 - unimport: 3.13.2(rollup@4.27.4) + unimport: 3.13.4(rollup@4.27.4) unplugin: 1.16.0 optionalDependencies: - '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3)) + '@vueuse/core': 12.0.0(typescript@5.6.3) transitivePeerDependencies: - rollup - unplugin-combine@1.0.3(esbuild@0.23.1)(rollup@4.27.4)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0)): + unplugin-combine@1.0.3(esbuild@0.23.1)(rollup@4.27.4)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1)): dependencies: '@antfu/utils': 0.7.10 unplugin: 1.16.0 optionalDependencies: esbuild: 0.23.1 rollup: 4.27.4 - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) - unplugin-icons@0.20.1(@vue/compiler-sfc@3.5.13)(vue-template-compiler@2.7.16)(webpack-sources@3.2.3): + unplugin-icons@0.20.2(@vue/compiler-sfc@3.5.13)(vue-template-compiler@2.7.16): dependencies: - '@antfu/install-pkg': 0.4.1 + '@antfu/install-pkg': 0.5.0 '@antfu/utils': 0.7.10 - '@iconify/utils': 2.1.32 + '@iconify/utils': 2.1.33 debug: 4.3.7 kolorist: 1.8.0 - local-pkg: 0.5.0 - unplugin: 1.14.1(webpack-sources@3.2.3) + local-pkg: 0.5.1 + unplugin: 1.16.0 optionalDependencies: '@vue/compiler-sfc': 3.5.13 vue-template-compiler: 2.7.16 transitivePeerDependencies: - supports-color - - webpack-sources - unplugin-vue-components@0.27.4(@babel/parser@7.26.1)(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)): + unplugin-vue-components@0.27.5(@babel/parser@7.26.1)(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.0(rollup@4.27.4) + '@rollup/pluginutils': 5.1.3(rollup@4.27.4) chokidar: 3.6.0 - debug: 4.3.6 + debug: 4.3.7 fast-glob: 3.3.2 - local-pkg: 0.5.0 - magic-string: 0.30.11 + local-pkg: 0.5.1 + magic-string: 0.30.14 minimatch: 9.0.5 - mlly: 1.7.1 - unplugin: 1.12.1 + mlly: 1.7.3 + unplugin: 1.16.0 vue: 3.5.13(typescript@5.6.3) optionalDependencies: '@babel/parser': 7.26.1 @@ -7458,7 +7588,7 @@ snapshots: - rollup - vue - unplugin-vue-macros@2.13.4(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3)))(esbuild@0.23.1)(rollup@4.27.4)(typescript@5.6.3)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))(vue-tsc@2.1.10(typescript@5.6.3))(vue@3.5.13(typescript@5.6.3)): + unplugin-vue-macros@2.13.4(@vueuse/core@12.0.0(typescript@5.6.3))(esbuild@0.23.1)(rollup@4.27.4)(typescript@5.6.3)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))(vue-tsc@2.1.10(typescript@5.6.3))(vue@3.5.13(typescript@5.6.3)): dependencies: '@vue-macros/better-define': 1.11.0(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/boolean-prop': 0.5.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) @@ -7466,14 +7596,14 @@ snapshots: '@vue-macros/common': 1.15.0(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/config': 0.5.0(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/define-emit': 0.5.1(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) - '@vue-macros/define-models': 1.3.2(@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3)))(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) + '@vue-macros/define-models': 1.3.2(@vueuse/core@12.0.0(typescript@5.6.3))(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/define-prop': 0.6.1(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/define-props': 4.0.3(@vue-macros/reactivity-transform@1.1.3(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)))(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/define-props-refs': 1.3.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/define-render': 1.6.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/define-slots': 1.2.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/define-stylex': 0.2.0(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) - '@vue-macros/devtools': 0.4.0(typescript@5.6.3)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0)) + '@vue-macros/devtools': 0.4.0(typescript@5.6.3)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1)) '@vue-macros/export-expose': 0.3.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/export-props': 0.6.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/export-render': 0.3.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) @@ -7490,7 +7620,7 @@ snapshots: '@vue-macros/short-vmodel': 1.5.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) '@vue-macros/volar': 0.30.6(rollup@4.27.4)(typescript@5.6.3)(vue-tsc@2.1.10(typescript@5.6.3))(vue@3.5.13(typescript@5.6.3)) unplugin: 1.16.0 - unplugin-combine: 1.0.3(esbuild@0.23.1)(rollup@4.27.4)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0)) + unplugin-combine: 1.0.3(esbuild@0.23.1)(rollup@4.27.4)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1)) unplugin-vue-define-options: 1.5.2(rollup@4.27.4)(vue@3.5.13(typescript@5.6.3)) vue: 3.5.13(typescript@5.6.3) transitivePeerDependencies: @@ -7528,13 +7658,6 @@ snapshots: - vue - webpack-sources - unplugin@1.12.1: - dependencies: - acorn: 8.12.1 - chokidar: 3.6.0 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.6.2 - unplugin@1.13.1(webpack-sources@3.2.3): dependencies: acorn: 8.12.1 @@ -7542,21 +7665,14 @@ snapshots: optionalDependencies: webpack-sources: 3.2.3 - unplugin@1.14.1(webpack-sources@3.2.3): - dependencies: - acorn: 8.14.0 - webpack-virtual-modules: 0.6.2 - optionalDependencies: - webpack-sources: 3.2.3 - unplugin@1.16.0: dependencies: acorn: 8.14.0 webpack-virtual-modules: 0.6.2 - update-browserslist-db@1.1.0(browserslist@4.23.3): + update-browserslist-db@1.1.1(browserslist@4.24.2): dependencies: - browserslist: 4.23.3 + browserslist: 4.24.2 escalade: 3.2.0 picocolors: 1.1.1 @@ -7584,13 +7700,13 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@2.1.6(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0): + vite-node@2.1.6(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1): dependencies: cac: 6.7.14 debug: 4.3.7 es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) transitivePeerDependencies: - '@types/node' - jiti @@ -7605,19 +7721,19 @@ snapshots: - tsx - yaml - vite-plugin-compression2@1.3.3(rollup@4.27.4)(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0)): + vite-plugin-compression2@1.3.3(rollup@4.27.4)(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1)): dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.27.4) tar-mini: 0.2.0 - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) transitivePeerDependencies: - rollup - vite-plugin-vue-layouts@0.11.0(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0))(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): + vite-plugin-vue-layouts@0.11.0(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1))(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): dependencies: debug: 4.3.7 fast-glob: 3.3.2 - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) vue-router: 4.5.0(vue@3.5.13(typescript@5.6.3)) transitivePeerDependencies: @@ -7628,28 +7744,28 @@ snapshots: svgo: 3.3.2 vue: 3.5.13(typescript@5.6.3) - vite@5.4.11(@types/node@22.10.0): + vite@5.4.11(@types/node@22.10.1): dependencies: esbuild: 0.21.5 postcss: 8.4.49 rollup: 4.27.4 optionalDependencies: - '@types/node': 22.10.0 + '@types/node': 22.10.1 fsevents: 2.3.3 - vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0): + vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 rollup: 4.27.4 optionalDependencies: - '@types/node': 22.10.0 + '@types/node': 22.10.1 fsevents: 2.3.3 jiti: 2.3.3 tsx: 4.19.1 - yaml: 2.5.0 + yaml: 2.6.1 - vitepress@1.5.0(@algolia/client-search@5.4.1)(@types/node@22.10.0)(fuse.js@7.0.0)(postcss@8.4.49)(search-insights@2.17.2)(sortablejs@1.15.4)(typescript@5.6.3): + vitepress@1.5.0(@algolia/client-search@5.4.1)(@types/node@22.10.1)(fuse.js@7.0.0)(postcss@8.4.49)(search-insights@2.17.2)(sortablejs@1.15.5)(typescript@5.6.3): dependencies: '@docsearch/css': 3.6.2 '@docsearch/js': 3.6.2(@algolia/client-search@5.4.1)(search-insights@2.17.2) @@ -7658,16 +7774,16 @@ snapshots: '@shikijs/transformers': 1.22.2 '@shikijs/types': 1.22.2 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@22.10.0))(vue@3.5.13(typescript@5.6.3)) + '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@22.10.1))(vue@3.5.13(typescript@5.6.3)) '@vue/devtools-api': 7.5.6 '@vue/shared': 3.5.12 '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3)) - '@vueuse/integrations': 11.3.0(focus-trap@7.6.0)(fuse.js@7.0.0)(sortablejs@1.15.4)(vue@3.5.13(typescript@5.6.3)) + '@vueuse/integrations': 11.3.0(focus-trap@7.6.0)(fuse.js@7.0.0)(sortablejs@1.15.5)(vue@3.5.13(typescript@5.6.3)) focus-trap: 7.6.0 mark.js: 8.11.1 minisearch: 7.1.0 shiki: 1.22.2 - vite: 5.4.11(@types/node@22.10.0) + vite: 5.4.11(@types/node@22.10.1) vue: 3.5.13(typescript@5.6.3) optionalDependencies: postcss: 8.4.49 @@ -7699,10 +7815,10 @@ snapshots: - typescript - universal-cookie - vitest@2.1.6(@types/node@22.10.0)(jiti@2.3.3)(jsdom@25.0.1)(tsx@4.19.1)(yaml@2.5.0): + vitest@2.1.6(@types/node@22.10.1)(jiti@2.3.3)(jsdom@25.0.1)(tsx@4.19.1)(yaml@2.6.1): dependencies: '@vitest/expect': 2.1.6 - '@vitest/mocker': 2.1.6(vite@6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0)) + '@vitest/mocker': 2.1.6(vite@6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1)) '@vitest/pretty-format': 2.1.6 '@vitest/runner': 2.1.6 '@vitest/snapshot': 2.1.6 @@ -7718,11 +7834,11 @@ snapshots: tinyexec: 0.3.1 tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 6.0.0(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) - vite-node: 2.1.6(@types/node@22.10.0)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.5.0) + vite: 6.0.1(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) + vite-node: 2.1.6(@types/node@22.10.1)(jiti@2.3.3)(tsx@4.19.1)(yaml@2.6.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.10.0 + '@types/node': 22.10.1 jsdom: 25.0.1 transitivePeerDependencies: - jiti @@ -7746,10 +7862,10 @@ snapshots: dependencies: vue: 3.5.13(typescript@5.6.3) - vue-i18n@10.0.4(vue@3.5.13(typescript@5.6.3)): + vue-i18n@10.0.5(vue@3.5.13(typescript@5.6.3)): dependencies: - '@intlify/core-base': 10.0.4 - '@intlify/shared': 10.0.4 + '@intlify/core-base': 10.0.5 + '@intlify/shared': 10.0.5 '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.6.3) @@ -7787,7 +7903,8 @@ snapshots: webidl-conversions@7.0.0: {} - webpack-sources@3.2.3: {} + webpack-sources@3.2.3: + optional: true webpack-virtual-modules@0.6.2: {} @@ -7847,10 +7964,12 @@ snapshots: dependencies: eslint-visitor-keys: 3.4.3 lodash: 4.17.21 - yaml: 2.5.0 + yaml: 2.6.1 yaml@2.5.0: {} + yaml@2.6.1: {} + yargs-parser@21.1.1: {} yargs@17.7.2: