[READ-ONLY] Mirror of https://github.com/thoda-dev/nuxt-ollama. Simple integration of the official Ollama JavaScript Library for your Nuxt application.
0

Configure Feed

Select the types of activity you want to include in your feed.

dependencies update

Thomas (Dec 9, 2025, 4:44 PM +0100) c04779c8 472f943f

+437 -290
+5 -5
package.json
··· 34 34 "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" 35 35 }, 36 36 "dependencies": { 37 - "@typescript-eslint/eslint-plugin": "^8.48.0", 38 - "@typescript-eslint/parser": "^8.48.0", 37 + "@typescript-eslint/eslint-plugin": "^8.49.0", 38 + "@typescript-eslint/parser": "^8.49.0", 39 39 "defu": "^6.1.4", 40 40 "ollama": "^0.6.3" 41 41 }, 42 42 "devDependencies": { 43 43 "@nuxt/devtools": "^3.1.1", 44 - "@nuxt/eslint-config": "^1.10.0", 44 + "@nuxt/eslint-config": "^1.11.0", 45 45 "@nuxt/kit": "^4.2.1", 46 46 "@nuxt/module-builder": "^1.0.2", 47 47 "@nuxt/schema": "^4.2.1", 48 - "@nuxt/test-utils": "^3.20.1", 48 + "@nuxt/test-utils": "^3.21.0", 49 49 "@types/node": "latest", 50 50 "changelogen": "^0.6.2", 51 51 "eslint": "^9.39.1", 52 52 "nuxt": "^4.2.1", 53 53 "typescript": "^5.9.3", 54 54 "vitest": "^3.2.4", 55 - "vue-tsc": "^3.1.5" 55 + "vue-tsc": "^3.1.8" 56 56 }, 57 57 "packageManager": "pnpm@10.23.0", 58 58 "volta": {
+432 -285
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@typescript-eslint/eslint-plugin': 12 - specifier: ^8.48.0 13 - version: 8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 12 + specifier: ^8.49.0 13 + version: 8.49.0(@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 14 14 '@typescript-eslint/parser': 15 - specifier: ^8.48.0 16 - version: 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 15 + specifier: ^8.49.0 16 + version: 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 17 17 defu: 18 18 specifier: ^6.1.4 19 19 version: 6.1.4 ··· 23 23 devDependencies: 24 24 '@nuxt/devtools': 25 25 specifier: ^3.1.1 26 - version: 3.1.1(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3)) 26 + version: 3.1.1(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 27 27 '@nuxt/eslint-config': 28 - specifier: ^1.10.0 29 - version: 1.10.0(@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.25)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 28 + specifier: ^1.11.0 29 + version: 1.11.0(@typescript-eslint/utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.25)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 30 30 '@nuxt/kit': 31 31 specifier: ^4.2.1 32 32 version: 4.2.1(magicast@0.5.1) 33 33 '@nuxt/module-builder': 34 34 specifier: ^1.0.2 35 - version: 1.0.2(@nuxt/cli@3.30.0(magicast@0.5.1))(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 35 + version: 1.0.2(@nuxt/cli@3.31.1(cac@6.7.14)(magicast@0.5.1))(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(typescript@5.9.3)(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 36 36 '@nuxt/schema': 37 37 specifier: ^4.2.1 38 38 version: 4.2.1 39 39 '@nuxt/test-utils': 40 - specifier: ^3.20.1 41 - version: 3.20.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 40 + specifier: ^3.21.0 41 + version: 3.21.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 42 42 '@types/node': 43 43 specifier: latest 44 - version: 24.10.1 44 + version: 24.10.2 45 45 changelogen: 46 46 specifier: ^0.6.2 47 47 version: 0.6.2(magicast@0.5.1) ··· 50 50 version: 9.39.1(jiti@2.6.1) 51 51 nuxt: 52 52 specifier: ^4.2.1 53 - version: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1) 53 + version: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2) 54 54 typescript: 55 55 specifier: ^5.9.3 56 56 version: 5.9.3 57 57 vitest: 58 58 specifier: ^3.2.4 59 - version: 3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 59 + version: 3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 60 60 vue-tsc: 61 - specifier: ^3.1.5 62 - version: 3.1.5(typescript@5.9.3) 61 + specifier: ^3.1.8 62 + version: 3.1.8(typescript@5.9.3) 63 63 64 64 playground: 65 65 dependencies: ··· 190 190 '@babel/types@7.28.5': 191 191 resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 192 192 engines: {node: '>=6.9.0'} 193 + 194 + '@bomb.sh/tab@0.0.9': 195 + resolution: {integrity: sha512-HUJ0b+LkZpLsyn0u7G/H5aJioAdSLqWMWX5ryuFS6n70MOEFu+SGrF8d8u6HzI1gINVQTvsfoxDLcjWkmI0AWg==} 196 + hasBin: true 197 + peerDependencies: 198 + cac: ^6.7.14 199 + citty: ^0.1.6 200 + commander: ^13.1.0 201 + peerDependenciesMeta: 202 + cac: 203 + optional: true 204 + citty: 205 + optional: true 206 + commander: 207 + optional: true 193 208 194 209 '@clack/core@0.5.0': 195 210 resolution: {integrity: sha512-p3y0FIOwaYRUPRcMO7+dlmLh8PSRcrjuTndsiA0WAFbWES0mLZlrjVoBRZ9DzkPFJZG6KGkJmoEAY0ZcVWTkow==} 196 211 212 + '@clack/core@1.0.0-alpha.7': 213 + resolution: {integrity: sha512-3vdh6Ar09D14rVxJZIm3VQJkU+ZOKKT5I5cC0cOVazy70CNyYYjiwRj9unwalhESndgxx6bGc/m6Hhs4EKF5XQ==} 214 + 197 215 '@clack/prompts@0.11.0': 198 216 resolution: {integrity: sha512-pMN5FcrEw9hUkZA4f+zLlzivQSeQf5dRGJjSUbvVYDLvpKCdQx5OaknvKzgbtXOizhP+SJJJjqEbOe55uKKfAw==} 199 217 218 + '@clack/prompts@1.0.0-alpha.7': 219 + resolution: {integrity: sha512-BLB8LYOdfI4q6XzDl8la69J/y/7s0tHjuU1/5ak+o8yB2BPZBNE22gfwbFUIEmlq/BGBD6lVUAMR7w+1K7Pr6Q==} 220 + 200 221 '@cloudflare/kv-asset-handler@0.4.0': 201 222 resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==} 223 + engines: {node: '>=18.0.0'} 224 + 225 + '@cloudflare/kv-asset-handler@0.4.1': 226 + resolution: {integrity: sha512-Nu8ahitGFFJztxUml9oD/DLb7Z28C8cd8F46IVQ7y5Btz575pvMY8AqZsXkX7Gds29eCKdMgIHjIvzskHgPSFg==} 202 227 engines: {node: '>=18.0.0'} 203 228 204 229 '@dxup/nuxt@0.2.2': ··· 575 600 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 576 601 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 577 602 603 + '@eslint/eslintrc@3.3.3': 604 + resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==} 605 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 606 + 578 607 '@eslint/js@9.38.0': 579 608 resolution: {integrity: sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==} 580 609 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 656 685 engines: {node: '>=18'} 657 686 hasBin: true 658 687 688 + '@mapbox/node-pre-gyp@2.0.3': 689 + resolution: {integrity: sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==} 690 + engines: {node: '>=18'} 691 + hasBin: true 692 + 659 693 '@napi-rs/wasm-runtime@0.2.12': 660 694 resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} 661 695 662 696 '@napi-rs/wasm-runtime@1.0.7': 663 697 resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==} 698 + 699 + '@napi-rs/wasm-runtime@1.1.0': 700 + resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} 664 701 665 702 '@nodelib/fs.scandir@2.1.5': 666 703 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} ··· 679 716 engines: {node: ^16.10.0 || >=18.0.0} 680 717 hasBin: true 681 718 682 - '@nuxt/cli@3.30.0': 683 - resolution: {integrity: sha512-nBNEkvOwqzxgvfTBUKPX0zN4h85dWjjkW+kP4OFnVaN3C3kdsbScNtYPIZyp0+ArabL5t4RT93Gyx0IZMRNzAQ==} 719 + '@nuxt/cli@3.31.1': 720 + resolution: {integrity: sha512-2Quw4bQlVpMGS/AD34KUEsd4i5PVz993e//km10fYR3AKiilYCHiY+vYdvU9odtFYzmr3tQtfZb1rFfb3GUiCQ==} 684 721 engines: {node: ^16.10.0 || >=18.0.0} 685 722 hasBin: true 686 723 ··· 721 758 '@vitejs/devtools': 722 759 optional: true 723 760 724 - '@nuxt/eslint-config@1.10.0': 725 - resolution: {integrity: sha512-6Ry+sV5FaTBg3a0l+4gcxuz0IsQG5dSF6OxHNDlDx2yTygMOxeCn6vdc2Cz/e4LtYGvwZIlhH9wVlnWnD3+G+Q==} 761 + '@nuxt/eslint-config@1.11.0': 762 + resolution: {integrity: sha512-SIe05zqUzwp/3mLW1AhUtCPdLVKjpNDO2ODxniReb5lsuRzSp7q9OQhjUhC1QqEM2ANH3q3b8Qui9YpxUg3nMA==} 726 763 peerDependencies: 727 764 eslint: ^9.0.0 728 765 eslint-plugin-format: '*' ··· 730 767 eslint-plugin-format: 731 768 optional: true 732 769 733 - '@nuxt/eslint-plugin@1.10.0': 734 - resolution: {integrity: sha512-KL8eCdYGuEIVlts/B+MLgL7FCpaPt2HU6m3XBsUdl+LXPI7/eCMSLlFDmDmfz+PuMx0PCGo7ayyDN6cid12Rlw==} 770 + '@nuxt/eslint-plugin@1.11.0': 771 + resolution: {integrity: sha512-kTNwHJjdr5qW90ww4ct8kFKdWEVb/8X4KdkDJAmRTRqLRfkfTQDOKDfpQa62fRnsuRopMEPjab3Bsya4YLbb9g==} 735 772 peerDependencies: 736 773 eslint: ^9.0.0 737 774 ··· 778 815 engines: {node: '>=18.12.0'} 779 816 hasBin: true 780 817 781 - '@nuxt/test-utils@3.20.1': 782 - resolution: {integrity: sha512-SNS8rCoO5vOHkWbAyGU/LgX3p41VHUq6u+7JEc3jNq9YAu/pA9V31AWJcPCfiZtw1PTJzk0TT+H8dhIHPFY2IQ==} 818 + '@nuxt/test-utils@3.21.0': 819 + resolution: {integrity: sha512-A6XExfgHq88+XuXAU4MMr5QBHS2mWA5qRVSvsMPP2U+YSsnk+Vt7P7dxbvJPE4+n6LHbC1IM0QjTVteo+VCxOA==} 783 820 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 784 821 peerDependencies: 785 822 '@cucumber/cucumber': ^10.3.1 || >=11.0.0 ··· 1491 1528 '@rolldown/pluginutils@1.0.0-beta.50': 1492 1529 resolution: {integrity: sha512-5e76wQiQVeL1ICOZVUg4LSOVYg9jyhGCin+icYozhsUzM+fHE7kddi1bdiE0jwVqTfkjba3jUFbEkoC9WkdvyA==} 1493 1530 1494 - '@rolldown/pluginutils@1.0.0-beta.51': 1495 - resolution: {integrity: sha512-51/8cNXMrqWqX3o8DZidhwz1uYq0BhHDDSfVygAND1Skx5s1TDw3APSSxCMcFFedwgqGcx34gRouwY+m404BBQ==} 1531 + '@rolldown/pluginutils@1.0.0-beta.53': 1532 + resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} 1496 1533 1497 1534 '@rollup/plugin-alias@5.1.1': 1498 1535 resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} ··· 1841 1878 '@types/json-schema@7.0.15': 1842 1879 resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} 1843 1880 1844 - '@types/node@24.10.1': 1845 - resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} 1881 + '@types/node@24.10.2': 1882 + resolution: {integrity: sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA==} 1846 1883 1847 1884 '@types/node@24.9.1': 1848 1885 resolution: {integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==} ··· 1854 1891 '@types/resolve@1.20.2': 1855 1892 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} 1856 1893 1857 - '@typescript-eslint/eslint-plugin@8.48.0': 1858 - resolution: {integrity: sha512-XxXP5tL1txl13YFtrECECQYeZjBZad4fyd3cFV4a19LkAY/bIp9fev3US4S5fDVV2JaYFiKAZ/GRTOLer+mbyQ==} 1894 + '@typescript-eslint/eslint-plugin@8.49.0': 1895 + resolution: {integrity: sha512-JXij0vzIaTtCwu6SxTh8qBc66kmf1xs7pI4UOiMDFVct6q86G0Zs7KRcEoJgY3Cav3x5Tq0MF5jwgpgLqgKG3A==} 1859 1896 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1860 1897 peerDependencies: 1861 - '@typescript-eslint/parser': ^8.48.0 1898 + '@typescript-eslint/parser': ^8.49.0 1862 1899 eslint: ^8.57.0 || ^9.0.0 1863 1900 typescript: '>=4.8.4 <6.0.0' 1864 1901 1865 - '@typescript-eslint/parser@8.48.0': 1866 - resolution: {integrity: sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==} 1902 + '@typescript-eslint/parser@8.49.0': 1903 + resolution: {integrity: sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA==} 1867 1904 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1868 1905 peerDependencies: 1869 1906 eslint: ^8.57.0 || ^9.0.0 1870 1907 typescript: '>=4.8.4 <6.0.0' 1871 1908 1872 - '@typescript-eslint/project-service@8.48.0': 1873 - resolution: {integrity: sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==} 1909 + '@typescript-eslint/project-service@8.49.0': 1910 + resolution: {integrity: sha512-/wJN0/DKkmRUMXjZUXYZpD1NEQzQAAn9QWfGwo+Ai8gnzqH7tvqS7oNVdTjKqOcPyVIdZdyCMoqN66Ia789e7g==} 1874 1911 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1875 1912 peerDependencies: 1876 1913 typescript: '>=4.8.4 <6.0.0' 1877 1914 1878 - '@typescript-eslint/scope-manager@8.48.0': 1879 - resolution: {integrity: sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==} 1915 + '@typescript-eslint/scope-manager@8.49.0': 1916 + resolution: {integrity: sha512-npgS3zi+/30KSOkXNs0LQXtsg9ekZ8OISAOLGWA/ZOEn0ZH74Ginfl7foziV8DT+D98WfQ5Kopwqb/PZOaIJGg==} 1880 1917 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1881 1918 1882 - '@typescript-eslint/tsconfig-utils@8.48.0': 1883 - resolution: {integrity: sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==} 1919 + '@typescript-eslint/tsconfig-utils@8.49.0': 1920 + resolution: {integrity: sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==} 1884 1921 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1885 1922 peerDependencies: 1886 1923 typescript: '>=4.8.4 <6.0.0' 1887 1924 1888 - '@typescript-eslint/type-utils@8.48.0': 1889 - resolution: {integrity: sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==} 1925 + '@typescript-eslint/type-utils@8.49.0': 1926 + resolution: {integrity: sha512-KTExJfQ+svY8I10P4HdxKzWsvtVnsuCifU5MvXrRwoP2KOlNZ9ADNEWWsQTJgMxLzS5VLQKDjkCT/YzgsnqmZg==} 1890 1927 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1891 1928 peerDependencies: 1892 1929 eslint: ^8.57.0 || ^9.0.0 1893 1930 typescript: '>=4.8.4 <6.0.0' 1894 1931 1895 - '@typescript-eslint/types@8.48.0': 1896 - resolution: {integrity: sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==} 1932 + '@typescript-eslint/types@8.49.0': 1933 + resolution: {integrity: sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==} 1897 1934 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1898 1935 1899 - '@typescript-eslint/typescript-estree@8.48.0': 1900 - resolution: {integrity: sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==} 1936 + '@typescript-eslint/typescript-estree@8.49.0': 1937 + resolution: {integrity: sha512-jrLdRuAbPfPIdYNppHJ/D0wN+wwNfJ32YTAm10eJVsFmrVpXQnDWBn8niCSMlWjvml8jsce5E/O+86IQtTbJWA==} 1901 1938 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1902 1939 peerDependencies: 1903 1940 typescript: '>=4.8.4 <6.0.0' 1904 1941 1905 - '@typescript-eslint/utils@8.48.0': 1906 - resolution: {integrity: sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==} 1942 + '@typescript-eslint/utils@8.49.0': 1943 + resolution: {integrity: sha512-N3W7rJw7Rw+z1tRsHZbK395TWSYvufBXumYtEGzypgMUthlg0/hmCImeA8hgO2d2G4pd7ftpxxul2J8OdtdaFA==} 1907 1944 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1908 1945 peerDependencies: 1909 1946 eslint: ^8.57.0 || ^9.0.0 1910 1947 typescript: '>=4.8.4 <6.0.0' 1911 1948 1912 - '@typescript-eslint/visitor-keys@8.48.0': 1913 - resolution: {integrity: sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==} 1949 + '@typescript-eslint/visitor-keys@8.49.0': 1950 + resolution: {integrity: sha512-LlKaciDe3GmZFphXIc79THF/YYBugZ7FS1pO581E/edlVVNbZKDy93evqmrfQ9/Y4uN0vVhX4iuchq26mK/iiA==} 1914 1951 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1915 1952 1916 1953 '@unhead/vue@2.0.19': ··· 2086 2123 '@volar/language-core@2.4.23': 2087 2124 resolution: {integrity: sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==} 2088 2125 2126 + '@volar/language-core@2.4.26': 2127 + resolution: {integrity: sha512-hH0SMitMxnB43OZpyF1IFPS9bgb2I3bpCh76m2WEK7BE0A0EzpYsRp0CCH2xNKshr7kacU5TQBLYn4zj7CG60A==} 2128 + 2089 2129 '@volar/source-map@2.4.15': 2090 2130 resolution: {integrity: sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==} 2091 2131 2092 2132 '@volar/source-map@2.4.23': 2093 2133 resolution: {integrity: sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==} 2134 + 2135 + '@volar/source-map@2.4.26': 2136 + resolution: {integrity: sha512-JJw0Tt/kSFsIRmgTQF4JSt81AUSI1aEye5Zl65EeZ8H35JHnTvFGmpDOBn5iOxd48fyGE+ZvZBp5FcgAy/1Qhw==} 2094 2137 2095 2138 '@volar/typescript@2.4.15': 2096 2139 resolution: {integrity: sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==} 2097 2140 2098 - '@volar/typescript@2.4.23': 2099 - resolution: {integrity: sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==} 2141 + '@volar/typescript@2.4.26': 2142 + resolution: {integrity: sha512-N87ecLD48Sp6zV9zID/5yuS1+5foj0DfuYGdQ6KHj/IbKvyKv1zNX6VCmnKYwtmHadEO6mFc2EKISiu3RDPAvA==} 2100 2143 2101 2144 '@vue-macros/common@3.0.0-beta.16': 2102 2145 resolution: {integrity: sha512-8O2gWxWFiaoNkk7PGi0+p7NPGe/f8xJ3/INUufvje/RZOs7sJvlI1jnR4lydtRFa/mU0ylMXUXXjSK0fHDEYTA==} ··· 2228 2271 typescript: 2229 2272 optional: true 2230 2273 2231 - '@vue/language-core@3.1.5': 2232 - resolution: {integrity: sha512-FMcqyzWN+sYBeqRMWPGT2QY0mUasZMVIuHvmb5NT3eeqPrbHBYtCP8JWEUCDCgM+Zr62uuWY/qoeBrPrzfa78w==} 2274 + '@vue/language-core@3.1.8': 2275 + resolution: {integrity: sha512-PfwAW7BLopqaJbneChNL6cUOTL3GL+0l8paYP5shhgY5toBNidWnMXWM+qDwL7MC9+zDtzCF2enT8r6VPu64iw==} 2233 2276 peerDependencies: 2234 2277 typescript: '*' 2235 2278 peerDependenciesMeta: ··· 2413 2456 resolution: {integrity: sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==} 2414 2457 hasBin: true 2415 2458 2416 - baseline-browser-mapping@2.8.31: 2417 - resolution: {integrity: sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==} 2459 + baseline-browser-mapping@2.9.5: 2460 + resolution: {integrity: sha512-D5vIoztZOq1XM54LUdttJVc96ggEsIfju2JBvht06pSzpckp3C7HReun67Bghzrtdsq9XdMGbSSB3v3GhMNmAA==} 2418 2461 hasBin: true 2419 2462 2420 2463 bindings@1.5.0: ··· 2426 2469 birpc@2.7.0: 2427 2470 resolution: {integrity: sha512-tub/wFGH49vNCm0xraykcY3TcRgX/3JsALYq/Lwrtti+bTyFHkCUAWF5wgYoie8P41wYwig2mIKiqoocr1EkEQ==} 2428 2471 2429 - birpc@2.8.0: 2430 - resolution: {integrity: sha512-Bz2a4qD/5GRhiHSwj30c/8kC8QGj12nNDwz3D4ErQ4Xhy35dsSDvF+RA/tWpjyU0pdGtSDiEk6B5fBGE1qNVhw==} 2472 + birpc@2.9.0: 2473 + resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==} 2431 2474 2432 2475 boolbase@1.0.0: 2433 2476 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} ··· 2447 2490 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 2448 2491 hasBin: true 2449 2492 2450 - browserslist@4.28.0: 2451 - resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==} 2493 + browserslist@4.28.1: 2494 + resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} 2452 2495 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 2453 2496 hasBin: true 2454 2497 ··· 2500 2543 caniuse-lite@1.0.30001754: 2501 2544 resolution: {integrity: sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==} 2502 2545 2503 - caniuse-lite@1.0.30001757: 2504 - resolution: {integrity: sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==} 2546 + caniuse-lite@1.0.30001760: 2547 + resolution: {integrity: sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==} 2505 2548 2506 2549 chai@5.3.3: 2507 2550 resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==} ··· 2804 2847 devalue@5.4.2: 2805 2848 resolution: {integrity: sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==} 2806 2849 2807 - devalue@5.5.0: 2808 - resolution: {integrity: sha512-69sM5yrHfFLJt0AZ9QqZXGCPfJ7fQjvpln3Rq5+PS03LD32Ost1Q9N+eEnaQwGRIriKkMImXD56ocjQmfjbV3w==} 2850 + devalue@5.6.0: 2851 + resolution: {integrity: sha512-BaD1s81TFFqbD6Uknni42TrolvEWA1Ih5L+OiHWmi4OYMJVwAYPGtha61I9KxTf52OvVHozHyjPu8zljqdF3uA==} 2809 2852 2810 2853 diff@8.0.2: 2811 2854 resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==} ··· 2848 2891 electron-to-chromium@1.5.248: 2849 2892 resolution: {integrity: sha512-zsur2yunphlyAO4gIubdJEXCK6KOVvtpiuDfCIqbM9FjcnMYiyn0ICa3hWfPr0nc41zcLWobgy1iL7VvoOyA2Q==} 2850 2893 2851 - electron-to-chromium@1.5.260: 2852 - resolution: {integrity: sha512-ov8rBoOBhVawpzdre+Cmz4FB+y66Eqrk6Gwqd8NGxuhv99GQ8XqMAr351KEkOt7gukXWDg6gJWEMKgL2RLMPtA==} 2894 + electron-to-chromium@1.5.267: 2895 + resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} 2853 2896 2854 2897 emoji-regex@8.0.0: 2855 2898 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 2948 2991 eslint-import-resolver-node: 2949 2992 optional: true 2950 2993 2951 - eslint-plugin-jsdoc@61.4.1: 2952 - resolution: {integrity: sha512-3c1QW/bV25sJ1MsIvsvW+EtLtN6yZMduw7LVQNVt72y2/5BbV5Pg5b//TE5T48LRUxoEQGaZJejCmcj3wCxBzw==} 2994 + eslint-plugin-jsdoc@61.5.0: 2995 + resolution: {integrity: sha512-PR81eOGq4S7diVnV9xzFSBE4CDENRQGP0Lckkek8AdHtbj+6Bm0cItwlFnxsLFriJHspiE3mpu8U20eODyToIg==} 2953 2996 engines: {node: '>=20.11.0'} 2954 2997 peerDependencies: 2955 2998 eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 ··· 2966 3009 peerDependencies: 2967 3010 eslint: '>=9.38.0' 2968 3011 2969 - eslint-plugin-vue@10.6.0: 2970 - resolution: {integrity: sha512-TsoFluWxOpsJlE/l2jJygLQLWBPJ3Qdkesv7tBIunICbTcG0dS1/NBw/Ol4tJw5kHWlAVds4lUmC29/vlPUcEQ==} 3012 + eslint-plugin-vue@10.6.2: 3013 + resolution: {integrity: sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw==} 2971 3014 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2972 3015 peerDependencies: 2973 3016 '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 ··· 3067 3110 resolution: {integrity: sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==} 3068 3111 engines: {node: ^18.19.0 || >=20.5.0} 3069 3112 3070 - expect-type@1.2.2: 3071 - resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==} 3113 + expect-type@1.3.0: 3114 + resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==} 3072 3115 engines: {node: '>=12.0.0'} 3073 3116 3074 3117 exsolve@1.0.7: ··· 3237 3280 3238 3281 graceful-fs@4.2.11: 3239 3282 resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 3240 - 3241 - graphemer@1.4.0: 3242 - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} 3243 3283 3244 3284 gzip-size@7.0.0: 3245 3285 resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==} ··· 3746 3786 encoding: 3747 3787 optional: true 3748 3788 3749 - node-forge@1.3.1: 3750 - resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} 3789 + node-forge@1.3.3: 3790 + resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==} 3751 3791 engines: {node: '>= 6.13.0'} 3752 3792 3753 3793 node-gyp-build@4.8.4: ··· 3757 3797 node-mock-http@1.0.3: 3758 3798 resolution: {integrity: sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==} 3759 3799 3800 + node-mock-http@1.0.4: 3801 + resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==} 3802 + 3760 3803 node-releases@2.0.27: 3761 3804 resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} 3762 3805 ··· 3906 3949 3907 3950 package-manager-detector@1.5.0: 3908 3951 resolution: {integrity: sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==} 3952 + 3953 + package-manager-detector@1.6.0: 3954 + resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} 3909 3955 3910 3956 parent-module@1.0.1: 3911 3957 resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} ··· 4197 4243 resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==} 4198 4244 engines: {node: '>=4'} 4199 4245 4246 + postcss-selector-parser@7.1.1: 4247 + resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} 4248 + engines: {node: '>=4'} 4249 + 4200 4250 postcss-svgo@7.1.0: 4201 4251 resolution: {integrity: sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==} 4202 4252 engines: {node: ^18.12.0 || ^20.9.0 || >= 18} ··· 4334 4384 rfdc@1.4.1: 4335 4385 resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} 4336 4386 4337 - rollup-plugin-dts@6.2.3: 4338 - resolution: {integrity: sha512-UgnEsfciXSPpASuOelix7m4DrmyQgiaWBnvI0TM4GxuDh5FkqW8E5hu57bCxXB90VvR1WNfLV80yEDN18UogSA==} 4387 + rollup-plugin-dts@6.3.0: 4388 + resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} 4339 4389 engines: {node: '>=16'} 4340 4390 peerDependencies: 4341 4391 rollup: ^3.29.4 || ^4 ··· 4492 4542 engines: {node: '>=20.16.0'} 4493 4543 hasBin: true 4494 4544 4495 - srvx@0.9.6: 4496 - resolution: {integrity: sha512-5L4rT6qQqqb+xcoDoklUgCNdmzqJ6vbcDRwPVGRXewF55IJH0pqh0lQlrJ266ZWTKJ4mfeioqHQJeAYesS+RrQ==} 4545 + srvx@0.9.7: 4546 + resolution: {integrity: sha512-N2a2nx8YTq13+A8qucg4lHZREfWOVnlMHAvrA9C2jbY9/QnVEAPzjdmpFHrY6/9BxSwIbvywCj7zahuGrVzCiQ==} 4497 4547 engines: {node: '>=20.16.0'} 4498 4548 hasBin: true 4499 4549 ··· 4571 4621 resolution: {integrity: sha512-zWPTX96LVsA/eVYnqOM2+ofcdPqdS1dAF1LN4TS2/MWuUpfitd9ctTa87wt4xrYnZnkLtS69xpBdSxVBP5Rm6w==} 4572 4622 engines: {node: '>=16'} 4573 4623 4624 + superjson@2.2.6: 4625 + resolution: {integrity: sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==} 4626 + engines: {node: '>=16'} 4627 + 4574 4628 supports-color@10.2.2: 4575 4629 resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 4576 4630 engines: {node: '>=18'} ··· 4690 4744 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 4691 4745 engines: {node: '>= 0.8.0'} 4692 4746 4693 - type-fest@5.2.0: 4694 - resolution: {integrity: sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==} 4747 + type-fest@5.3.1: 4748 + resolution: {integrity: sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==} 4695 4749 engines: {node: '>=20'} 4696 4750 4697 4751 type-level-regexp@0.1.17: ··· 4928 4982 peerDependencies: 4929 4983 browserslist: '>= 4.21.0' 4930 4984 4985 + update-browserslist-db@1.2.2: 4986 + resolution: {integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==} 4987 + hasBin: true 4988 + peerDependencies: 4989 + browserslist: '>= 4.21.0' 4990 + 4931 4991 uqr@0.1.2: 4932 4992 resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==} 4933 4993 ··· 5056 5116 yaml: 5057 5117 optional: true 5058 5118 5059 - vite@7.2.4: 5060 - resolution: {integrity: sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==} 5119 + vite@7.2.7: 5120 + resolution: {integrity: sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==} 5061 5121 engines: {node: ^20.19.0 || >=22.12.0} 5062 5122 hasBin: true 5063 5123 peerDependencies: ··· 5161 5221 peerDependencies: 5162 5222 typescript: '>=5.0.0' 5163 5223 5164 - vue-tsc@3.1.5: 5165 - resolution: {integrity: sha512-L/G9IUjOWhBU0yun89rv8fKqmKC+T0HfhrFjlIml71WpfBv9eb4E9Bev8FMbyueBIU9vxQqbd+oOsVcDa5amGw==} 5224 + vue-tsc@3.1.8: 5225 + resolution: {integrity: sha512-deKgwx6exIHeZwF601P1ktZKNF0bepaSN4jBU3AsbldPx9gylUc1JDxYppl82yxgkAgaz0Y0LCLOi+cXe9HMYA==} 5166 5226 hasBin: true 5167 5227 peerDependencies: 5168 5228 typescript: '>=5.0.0' ··· 5258 5318 engines: {node: '>= 14.6'} 5259 5319 hasBin: true 5260 5320 5321 + yaml@2.8.2: 5322 + resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==} 5323 + engines: {node: '>= 14.6'} 5324 + hasBin: true 5325 + 5261 5326 yargs-parser@21.1.1: 5262 5327 resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 5263 5328 engines: {node: '>=12'} ··· 5291 5356 5292 5357 '@antfu/install-pkg@1.1.0': 5293 5358 dependencies: 5294 - package-manager-detector: 1.5.0 5359 + package-manager-detector: 1.6.0 5295 5360 tinyexec: 1.0.2 5296 5361 5297 5362 '@babel/code-frame@7.27.1': ··· 5338 5403 dependencies: 5339 5404 '@babel/compat-data': 7.28.5 5340 5405 '@babel/helper-validator-option': 7.27.1 5341 - browserslist: 4.28.0 5406 + browserslist: 4.28.1 5342 5407 lru-cache: 5.1.1 5343 5408 semver: 6.3.1 5344 5409 ··· 5461 5526 '@babel/helper-string-parser': 7.27.1 5462 5527 '@babel/helper-validator-identifier': 7.28.5 5463 5528 5529 + '@bomb.sh/tab@0.0.9(cac@6.7.14)(citty@0.1.6)': 5530 + optionalDependencies: 5531 + cac: 6.7.14 5532 + citty: 0.1.6 5533 + 5464 5534 '@clack/core@0.5.0': 5465 5535 dependencies: 5466 5536 picocolors: 1.1.1 5467 5537 sisteransi: 1.0.5 5468 5538 5539 + '@clack/core@1.0.0-alpha.7': 5540 + dependencies: 5541 + picocolors: 1.1.1 5542 + sisteransi: 1.0.5 5543 + 5469 5544 '@clack/prompts@0.11.0': 5470 5545 dependencies: 5471 5546 '@clack/core': 0.5.0 5472 5547 picocolors: 1.1.1 5473 5548 sisteransi: 1.0.5 5474 5549 5550 + '@clack/prompts@1.0.0-alpha.7': 5551 + dependencies: 5552 + '@clack/core': 1.0.0-alpha.7 5553 + picocolors: 1.1.1 5554 + sisteransi: 1.0.5 5555 + 5475 5556 '@cloudflare/kv-asset-handler@0.4.0': 5557 + dependencies: 5558 + mime: 3.0.0 5559 + 5560 + '@cloudflare/kv-asset-handler@0.4.1': 5476 5561 dependencies: 5477 5562 mime: 3.0.0 5478 5563 ··· 5507 5592 '@es-joy/jsdoccomment@0.76.0': 5508 5593 dependencies: 5509 5594 '@types/estree': 1.0.8 5510 - '@typescript-eslint/types': 8.48.0 5595 + '@typescript-eslint/types': 8.49.0 5511 5596 comment-parser: 1.4.1 5512 5597 esquery: 1.6.0 5513 5598 jsdoc-type-pratt-parser: 6.10.0 ··· 5723 5808 strip-json-comments: 3.1.1 5724 5809 transitivePeerDependencies: 5725 5810 - supports-color 5811 + optional: true 5812 + 5813 + '@eslint/eslintrc@3.3.3': 5814 + dependencies: 5815 + ajv: 6.12.6 5816 + debug: 4.4.3 5817 + espree: 10.4.0 5818 + globals: 14.0.0 5819 + ignore: 5.3.2 5820 + import-fresh: 3.3.1 5821 + js-yaml: 4.1.1 5822 + minimatch: 3.1.2 5823 + strip-json-comments: 3.1.1 5824 + transitivePeerDependencies: 5825 + - supports-color 5726 5826 5727 5827 '@eslint/js@9.38.0': 5728 5828 optional: true ··· 5813 5913 - encoding 5814 5914 - supports-color 5815 5915 5916 + '@mapbox/node-pre-gyp@2.0.3': 5917 + dependencies: 5918 + consola: 3.4.2 5919 + detect-libc: 2.1.2 5920 + https-proxy-agent: 7.0.6 5921 + node-fetch: 2.7.0 5922 + nopt: 8.1.0 5923 + semver: 7.7.3 5924 + tar: 7.5.2 5925 + transitivePeerDependencies: 5926 + - encoding 5927 + - supports-color 5928 + 5816 5929 '@napi-rs/wasm-runtime@0.2.12': 5817 5930 dependencies: 5818 5931 '@emnapi/core': 1.7.1 ··· 5827 5940 '@tybys/wasm-util': 0.10.1 5828 5941 optional: true 5829 5942 5943 + '@napi-rs/wasm-runtime@1.1.0': 5944 + dependencies: 5945 + '@emnapi/core': 1.7.1 5946 + '@emnapi/runtime': 1.7.1 5947 + '@tybys/wasm-util': 0.10.1 5948 + optional: true 5949 + 5830 5950 '@nodelib/fs.scandir@2.1.5': 5831 5951 dependencies: 5832 5952 '@nodelib/fs.stat': 2.0.5 ··· 5871 5991 transitivePeerDependencies: 5872 5992 - magicast 5873 5993 5874 - '@nuxt/cli@3.30.0(magicast@0.5.1)': 5994 + '@nuxt/cli@3.31.1(cac@6.7.14)(magicast@0.5.1)': 5875 5995 dependencies: 5996 + '@bomb.sh/tab': 0.0.9(cac@6.7.14)(citty@0.1.6) 5997 + '@clack/prompts': 1.0.0-alpha.7 5876 5998 c12: 3.3.2(magicast@0.5.1) 5877 5999 citty: 0.1.6 5878 6000 confbox: 0.2.2 5879 6001 consola: 3.4.2 5880 6002 copy-paste: 2.2.0 6003 + debug: 4.4.3 5881 6004 defu: 6.1.4 5882 6005 exsolve: 1.0.8 5883 6006 fuse.js: 7.1.0 ··· 5892 6015 pkg-types: 2.3.0 5893 6016 scule: 1.3.0 5894 6017 semver: 7.7.3 5895 - srvx: 0.9.6 6018 + srvx: 0.9.7 5896 6019 std-env: 3.10.0 5897 6020 tinyexec: 1.0.2 5898 6021 ufo: 1.6.1 5899 6022 youch: 4.1.0-beta.13 5900 6023 transitivePeerDependencies: 6024 + - cac 6025 + - commander 5901 6026 - magicast 6027 + - supports-color 5902 6028 5903 6029 '@nuxt/devalue@2.0.2': {} 5904 6030 ··· 5910 6036 transitivePeerDependencies: 5911 6037 - magicast 5912 6038 5913 - '@nuxt/devtools-kit@3.1.1(magicast@0.5.1)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))': 6039 + '@nuxt/devtools-kit@3.1.1(magicast@0.5.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))': 5914 6040 dependencies: 5915 6041 '@nuxt/kit': 4.2.1(magicast@0.5.1) 5916 6042 execa: 8.0.1 5917 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6043 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 5918 6044 transitivePeerDependencies: 5919 6045 - magicast 5920 6046 ··· 5981 6107 - utf-8-validate 5982 6108 - vue 5983 6109 5984 - '@nuxt/devtools@3.1.1(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3))': 6110 + '@nuxt/devtools@3.1.1(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 5985 6111 dependencies: 5986 - '@nuxt/devtools-kit': 3.1.1(magicast@0.5.1)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 6112 + '@nuxt/devtools-kit': 3.1.1(magicast@0.5.1)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 5987 6113 '@nuxt/devtools-wizard': 3.1.1 5988 6114 '@nuxt/kit': 4.2.1(magicast@0.5.1) 5989 - '@vue/devtools-core': 8.0.5(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3)) 6115 + '@vue/devtools-core': 8.0.5(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 5990 6116 '@vue/devtools-kit': 8.0.5 5991 - birpc: 2.8.0 6117 + birpc: 2.9.0 5992 6118 consola: 3.4.2 5993 6119 destr: 2.0.5 5994 6120 error-stack-parser-es: 1.0.5 ··· 6011 6137 sirv: 3.0.2 6012 6138 structured-clone-es: 1.0.0 6013 6139 tinyglobby: 0.2.15 6014 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6015 - vite-plugin-inspect: 11.3.3(@nuxt/kit@4.2.1(magicast@0.5.1))(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 6016 - vite-plugin-vue-tracer: 1.1.3(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3)) 6140 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6141 + vite-plugin-inspect: 11.3.3(@nuxt/kit@4.2.1(magicast@0.5.1))(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 6142 + vite-plugin-vue-tracer: 1.1.3(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 6017 6143 which: 5.0.0 6018 6144 ws: 8.18.3 6019 6145 transitivePeerDependencies: ··· 6022 6148 - utf-8-validate 6023 6149 - vue 6024 6150 6025 - '@nuxt/eslint-config@1.10.0(@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.25)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 6151 + '@nuxt/eslint-config@1.11.0(@typescript-eslint/utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.25)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 6026 6152 dependencies: 6027 6153 '@antfu/install-pkg': 1.1.0 6028 6154 '@clack/prompts': 0.11.0 6029 6155 '@eslint/js': 9.39.1 6030 - '@nuxt/eslint-plugin': 1.10.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6156 + '@nuxt/eslint-plugin': 1.11.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6031 6157 '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.1(jiti@2.6.1)) 6032 - '@typescript-eslint/eslint-plugin': 8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6033 - '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6158 + '@typescript-eslint/eslint-plugin': 8.49.0(@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6159 + '@typescript-eslint/parser': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6034 6160 eslint: 9.39.1(jiti@2.6.1) 6035 6161 eslint-config-flat-gitignore: 2.1.0(eslint@9.39.1(jiti@2.6.1)) 6036 6162 eslint-flat-config-utils: 2.1.4 6037 6163 eslint-merge-processors: 2.0.0(eslint@9.39.1(jiti@2.6.1)) 6038 6164 eslint-plugin-import-lite: 0.3.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6039 - eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)) 6040 - eslint-plugin-jsdoc: 61.4.1(eslint@9.39.1(jiti@2.6.1)) 6165 + eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)) 6166 + eslint-plugin-jsdoc: 61.5.0(eslint@9.39.1(jiti@2.6.1)) 6041 6167 eslint-plugin-regexp: 2.10.0(eslint@9.39.1(jiti@2.6.1)) 6042 6168 eslint-plugin-unicorn: 62.0.0(eslint@9.39.1(jiti@2.6.1)) 6043 - eslint-plugin-vue: 10.6.0(@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))) 6169 + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))) 6044 6170 eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.25)(eslint@9.39.1(jiti@2.6.1)) 6045 6171 globals: 16.5.0 6046 6172 local-pkg: 1.1.2 ··· 6053 6179 - supports-color 6054 6180 - typescript 6055 6181 6056 - '@nuxt/eslint-plugin@1.10.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 6182 + '@nuxt/eslint-plugin@1.11.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 6057 6183 dependencies: 6058 - '@typescript-eslint/types': 8.48.0 6059 - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6184 + '@typescript-eslint/types': 8.49.0 6185 + '@typescript-eslint/utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 6060 6186 eslint: 9.39.1(jiti@2.6.1) 6061 6187 transitivePeerDependencies: 6062 6188 - supports-color ··· 6168 6294 transitivePeerDependencies: 6169 6295 - magicast 6170 6296 6171 - '@nuxt/module-builder@1.0.2(@nuxt/cli@3.30.0(magicast@0.5.1))(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': 6297 + '@nuxt/module-builder@1.0.2(@nuxt/cli@3.31.1(cac@6.7.14)(magicast@0.5.1))(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(typescript@5.9.3)(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': 6172 6298 dependencies: 6173 - '@nuxt/cli': 3.30.0(magicast@0.5.1) 6299 + '@nuxt/cli': 3.31.1(cac@6.7.14)(magicast@0.5.1) 6174 6300 citty: 0.1.6 6175 6301 consola: 3.4.2 6176 6302 defu: 6.1.4 6177 6303 jiti: 2.6.1 6178 6304 magic-regexp: 0.10.0 6179 - mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 6305 + mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 6180 6306 mlly: 1.8.0 6181 6307 pathe: 2.0.3 6182 6308 pkg-types: 2.3.0 6183 6309 tsconfck: 3.1.6(typescript@5.9.3) 6184 6310 typescript: 5.9.3 6185 - unbuild: 3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 6311 + unbuild: 3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 6186 6312 vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)) 6187 6313 transitivePeerDependencies: 6188 6314 - '@vue/compiler-core' ··· 6191 6317 - vue 6192 6318 - vue-tsc 6193 6319 6194 - '@nuxt/nitro-server@4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3)': 6320 + '@nuxt/nitro-server@4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2))(typescript@5.9.3)': 6195 6321 dependencies: 6196 6322 '@nuxt/devalue': 2.0.2 6197 6323 '@nuxt/kit': 4.2.1(magicast@0.5.1) ··· 6200 6326 consola: 3.4.2 6201 6327 defu: 6.1.4 6202 6328 destr: 2.0.5 6203 - devalue: 5.5.0 6329 + devalue: 5.6.0 6204 6330 errx: 0.1.0 6205 6331 escape-string-regexp: 5.0.0 6206 6332 exsolve: 1.0.8 ··· 6209 6335 klona: 2.0.6 6210 6336 mocked-exports: 0.1.1 6211 6337 nitropack: 2.12.9 6212 - nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1) 6338 + nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2) 6213 6339 pathe: 2.0.3 6214 6340 pkg-types: 2.3.0 6215 6341 radix3: 1.1.2 ··· 6300 6426 git-url-parse: 16.1.0 6301 6427 is-docker: 3.0.0 6302 6428 ofetch: 1.5.1 6303 - package-manager-detector: 1.5.0 6429 + package-manager-detector: 1.6.0 6304 6430 pathe: 2.0.3 6305 6431 rc9: 2.1.2 6306 6432 std-env: 3.10.0 6307 6433 transitivePeerDependencies: 6308 6434 - magicast 6309 6435 6310 - '@nuxt/test-utils@3.20.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))': 6436 + '@nuxt/test-utils@3.21.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))': 6311 6437 dependencies: 6312 - '@nuxt/kit': 4.2.1(magicast@0.5.1) 6438 + '@nuxt/kit': 3.20.1(magicast@0.5.1) 6313 6439 c12: 3.3.2(magicast@0.5.1) 6314 6440 consola: 3.4.2 6315 6441 defu: 6.1.4 6316 6442 destr: 2.0.5 6317 6443 estree-walker: 3.0.3 6444 + exsolve: 1.0.8 6318 6445 fake-indexeddb: 6.2.5 6319 6446 get-port-please: 3.2.0 6320 6447 h3: 1.15.4 6321 6448 local-pkg: 1.1.2 6322 6449 magic-string: 0.30.21 6323 6450 node-fetch-native: 1.6.7 6324 - node-mock-http: 1.0.3 6451 + node-mock-http: 1.0.4 6325 6452 ofetch: 1.5.1 6326 6453 pathe: 2.0.3 6327 6454 perfect-debounce: 2.0.0 ··· 6331 6458 tinyexec: 1.0.2 6332 6459 ufo: 1.6.1 6333 6460 unplugin: 2.3.11 6334 - vitest-environment-nuxt: 1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 6461 + vitest-environment-nuxt: 1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 6335 6462 vue: 3.5.25(typescript@5.9.3) 6336 6463 optionalDependencies: 6337 - vitest: 3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6464 + vitest: 3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6338 6465 transitivePeerDependencies: 6339 6466 - magicast 6340 6467 - typescript ··· 6396 6523 - vue-tsc 6397 6524 - yaml 6398 6525 6399 - '@nuxt/vite-builder@4.2.1(@types/node@24.10.1)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1))(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))(yaml@2.8.1)': 6526 + '@nuxt/vite-builder@4.2.1(@types/node@24.10.2)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))(yaml@2.8.2)': 6400 6527 dependencies: 6401 6528 '@nuxt/kit': 4.2.1(magicast@0.5.1) 6402 6529 '@rollup/plugin-replace': 6.0.3(rollup@4.53.3) 6403 - '@vitejs/plugin-vue': 6.0.2(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3)) 6404 - '@vitejs/plugin-vue-jsx': 5.1.2(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3)) 6530 + '@vitejs/plugin-vue': 6.0.2(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 6531 + '@vitejs/plugin-vue-jsx': 5.1.2(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 6405 6532 autoprefixer: 10.4.22(postcss@8.5.6) 6406 6533 consola: 3.4.2 6407 6534 cssnano: 7.1.2(postcss@8.5.6) ··· 6416 6543 magic-string: 0.30.21 6417 6544 mlly: 1.8.0 6418 6545 mocked-exports: 0.1.1 6419 - nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1) 6546 + nuxt: 4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2) 6420 6547 pathe: 2.0.3 6421 6548 pkg-types: 2.3.0 6422 6549 postcss: 8.5.6 ··· 6425 6552 std-env: 3.10.0 6426 6553 ufo: 1.6.1 6427 6554 unenv: 2.0.0-rc.24 6428 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6429 - vite-node: 5.2.0(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 6430 - vite-plugin-checker: 0.11.0(eslint@9.39.1(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3)) 6555 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6556 + vite-node: 5.2.0(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6557 + vite-plugin-checker: 0.11.0(eslint@9.39.1(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3)) 6431 6558 vue: 3.5.25(typescript@5.9.3) 6432 6559 vue-bundle-renderer: 2.2.0 6433 6560 transitivePeerDependencies: ··· 6534 6661 6535 6662 '@oxc-minify/binding-wasm32-wasi@0.96.0': 6536 6663 dependencies: 6537 - '@napi-rs/wasm-runtime': 1.0.7 6664 + '@napi-rs/wasm-runtime': 1.1.0 6538 6665 optional: true 6539 6666 6540 6667 '@oxc-minify/binding-win32-arm64-msvc@0.94.0': ··· 6628 6755 6629 6756 '@oxc-parser/binding-wasm32-wasi@0.96.0': 6630 6757 dependencies: 6631 - '@napi-rs/wasm-runtime': 1.0.7 6758 + '@napi-rs/wasm-runtime': 1.1.0 6632 6759 optional: true 6633 6760 6634 6761 '@oxc-parser/binding-win32-arm64-msvc@0.94.0': ··· 6726 6853 6727 6854 '@oxc-transform/binding-wasm32-wasi@0.96.0': 6728 6855 dependencies: 6729 - '@napi-rs/wasm-runtime': 1.0.7 6856 + '@napi-rs/wasm-runtime': 1.1.0 6730 6857 optional: true 6731 6858 6732 6859 '@oxc-transform/binding-win32-arm64-msvc@0.94.0': ··· 6835 6962 6836 6963 '@rolldown/pluginutils@1.0.0-beta.50': {} 6837 6964 6838 - '@rolldown/pluginutils@1.0.0-beta.51': {} 6965 + '@rolldown/pluginutils@1.0.0-beta.53': {} 6839 6966 6840 6967 '@rollup/plugin-alias@5.1.1(rollup@4.52.5)': 6841 6968 optionalDependencies: ··· 7112 7239 '@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1))': 7113 7240 dependencies: 7114 7241 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 7115 - '@typescript-eslint/types': 8.48.0 7242 + '@typescript-eslint/types': 8.49.0 7116 7243 eslint: 9.39.1(jiti@2.6.1) 7117 7244 eslint-visitor-keys: 4.2.1 7118 7245 espree: 10.4.0 ··· 7135 7262 7136 7263 '@types/json-schema@7.0.15': {} 7137 7264 7138 - '@types/node@24.10.1': 7265 + '@types/node@24.10.2': 7139 7266 dependencies: 7140 7267 undici-types: 7.16.0 7141 7268 ··· 7150 7277 7151 7278 '@types/resolve@1.20.2': {} 7152 7279 7153 - '@typescript-eslint/eslint-plugin@8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7280 + '@typescript-eslint/eslint-plugin@8.49.0(@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7154 7281 dependencies: 7155 7282 '@eslint-community/regexpp': 4.12.2 7156 - '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7157 - '@typescript-eslint/scope-manager': 8.48.0 7158 - '@typescript-eslint/type-utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7159 - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7160 - '@typescript-eslint/visitor-keys': 8.48.0 7283 + '@typescript-eslint/parser': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7284 + '@typescript-eslint/scope-manager': 8.49.0 7285 + '@typescript-eslint/type-utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7286 + '@typescript-eslint/utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7287 + '@typescript-eslint/visitor-keys': 8.49.0 7161 7288 eslint: 9.39.1(jiti@2.6.1) 7162 - graphemer: 1.4.0 7163 7289 ignore: 7.0.5 7164 7290 natural-compare: 1.4.0 7165 7291 ts-api-utils: 2.1.0(typescript@5.9.3) ··· 7167 7293 transitivePeerDependencies: 7168 7294 - supports-color 7169 7295 7170 - '@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7296 + '@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7171 7297 dependencies: 7172 - '@typescript-eslint/scope-manager': 8.48.0 7173 - '@typescript-eslint/types': 8.48.0 7174 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) 7175 - '@typescript-eslint/visitor-keys': 8.48.0 7298 + '@typescript-eslint/scope-manager': 8.49.0 7299 + '@typescript-eslint/types': 8.49.0 7300 + '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) 7301 + '@typescript-eslint/visitor-keys': 8.49.0 7176 7302 debug: 4.4.3 7177 7303 eslint: 9.39.1(jiti@2.6.1) 7178 7304 typescript: 5.9.3 7179 7305 transitivePeerDependencies: 7180 7306 - supports-color 7181 7307 7182 - '@typescript-eslint/project-service@8.48.0(typescript@5.9.3)': 7308 + '@typescript-eslint/project-service@8.49.0(typescript@5.9.3)': 7183 7309 dependencies: 7184 - '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) 7185 - '@typescript-eslint/types': 8.48.0 7310 + '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) 7311 + '@typescript-eslint/types': 8.49.0 7186 7312 debug: 4.4.3 7187 7313 typescript: 5.9.3 7188 7314 transitivePeerDependencies: 7189 7315 - supports-color 7190 7316 7191 - '@typescript-eslint/scope-manager@8.48.0': 7317 + '@typescript-eslint/scope-manager@8.49.0': 7192 7318 dependencies: 7193 - '@typescript-eslint/types': 8.48.0 7194 - '@typescript-eslint/visitor-keys': 8.48.0 7319 + '@typescript-eslint/types': 8.49.0 7320 + '@typescript-eslint/visitor-keys': 8.49.0 7195 7321 7196 - '@typescript-eslint/tsconfig-utils@8.48.0(typescript@5.9.3)': 7322 + '@typescript-eslint/tsconfig-utils@8.49.0(typescript@5.9.3)': 7197 7323 dependencies: 7198 7324 typescript: 5.9.3 7199 7325 7200 - '@typescript-eslint/type-utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7326 + '@typescript-eslint/type-utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7201 7327 dependencies: 7202 - '@typescript-eslint/types': 8.48.0 7203 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) 7204 - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7328 + '@typescript-eslint/types': 8.49.0 7329 + '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) 7330 + '@typescript-eslint/utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 7205 7331 debug: 4.4.3 7206 7332 eslint: 9.39.1(jiti@2.6.1) 7207 7333 ts-api-utils: 2.1.0(typescript@5.9.3) ··· 7209 7335 transitivePeerDependencies: 7210 7336 - supports-color 7211 7337 7212 - '@typescript-eslint/types@8.48.0': {} 7338 + '@typescript-eslint/types@8.49.0': {} 7213 7339 7214 - '@typescript-eslint/typescript-estree@8.48.0(typescript@5.9.3)': 7340 + '@typescript-eslint/typescript-estree@8.49.0(typescript@5.9.3)': 7215 7341 dependencies: 7216 - '@typescript-eslint/project-service': 8.48.0(typescript@5.9.3) 7217 - '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) 7218 - '@typescript-eslint/types': 8.48.0 7219 - '@typescript-eslint/visitor-keys': 8.48.0 7342 + '@typescript-eslint/project-service': 8.49.0(typescript@5.9.3) 7343 + '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) 7344 + '@typescript-eslint/types': 8.49.0 7345 + '@typescript-eslint/visitor-keys': 8.49.0 7220 7346 debug: 4.4.3 7221 7347 minimatch: 9.0.5 7222 7348 semver: 7.7.3 ··· 7226 7352 transitivePeerDependencies: 7227 7353 - supports-color 7228 7354 7229 - '@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7355 + '@typescript-eslint/utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 7230 7356 dependencies: 7231 7357 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 7232 - '@typescript-eslint/scope-manager': 8.48.0 7233 - '@typescript-eslint/types': 8.48.0 7234 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) 7358 + '@typescript-eslint/scope-manager': 8.49.0 7359 + '@typescript-eslint/types': 8.49.0 7360 + '@typescript-eslint/typescript-estree': 8.49.0(typescript@5.9.3) 7235 7361 eslint: 9.39.1(jiti@2.6.1) 7236 7362 typescript: 5.9.3 7237 7363 transitivePeerDependencies: 7238 7364 - supports-color 7239 7365 7240 - '@typescript-eslint/visitor-keys@8.48.0': 7366 + '@typescript-eslint/visitor-keys@8.49.0': 7241 7367 dependencies: 7242 - '@typescript-eslint/types': 8.48.0 7368 + '@typescript-eslint/types': 8.49.0 7243 7369 eslint-visitor-keys: 4.2.1 7244 7370 7245 7371 '@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3))': ··· 7334 7460 7335 7461 '@vercel/nft@0.30.4(rollup@4.53.3)': 7336 7462 dependencies: 7337 - '@mapbox/node-pre-gyp': 2.0.0 7463 + '@mapbox/node-pre-gyp': 2.0.3 7338 7464 '@rollup/pluginutils': 5.3.0(rollup@4.53.3) 7339 7465 acorn: 8.15.0 7340 7466 acorn-import-attributes: 1.9.5(acorn@8.15.0) ··· 7363 7489 transitivePeerDependencies: 7364 7490 - supports-color 7365 7491 7366 - '@vitejs/plugin-vue-jsx@5.1.2(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3))': 7492 + '@vitejs/plugin-vue-jsx@5.1.2(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 7367 7493 dependencies: 7368 7494 '@babel/core': 7.28.5 7369 7495 '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) 7370 7496 '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) 7371 - '@rolldown/pluginutils': 1.0.0-beta.51 7497 + '@rolldown/pluginutils': 1.0.0-beta.53 7372 7498 '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.5) 7373 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 7499 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 7374 7500 vue: 3.5.25(typescript@5.9.3) 7375 7501 transitivePeerDependencies: 7376 7502 - supports-color ··· 7381 7507 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 7382 7508 vue: 3.5.22(typescript@5.9.3) 7383 7509 7384 - '@vitejs/plugin-vue@6.0.2(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3))': 7510 + '@vitejs/plugin-vue@6.0.2(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 7385 7511 dependencies: 7386 7512 '@rolldown/pluginutils': 1.0.0-beta.50 7387 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 7513 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 7388 7514 vue: 3.5.25(typescript@5.9.3) 7389 7515 7390 7516 '@vitest/expect@3.2.4': ··· 7395 7521 chai: 5.3.3 7396 7522 tinyrainbow: 2.0.0 7397 7523 7398 - '@vitest/mocker@3.2.4(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))': 7524 + '@vitest/mocker@3.2.4(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))': 7399 7525 dependencies: 7400 7526 '@vitest/spy': 3.2.4 7401 7527 estree-walker: 3.0.3 7402 7528 magic-string: 0.30.21 7403 7529 optionalDependencies: 7404 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 7530 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 7405 7531 7406 7532 '@vitest/pretty-format@3.2.4': 7407 7533 dependencies: ··· 7438 7564 dependencies: 7439 7565 '@volar/source-map': 2.4.23 7440 7566 7567 + '@volar/language-core@2.4.26': 7568 + dependencies: 7569 + '@volar/source-map': 2.4.26 7570 + 7441 7571 '@volar/source-map@2.4.15': 7442 7572 optional: true 7443 7573 7444 7574 '@volar/source-map@2.4.23': {} 7445 7575 7576 + '@volar/source-map@2.4.26': {} 7577 + 7446 7578 '@volar/typescript@2.4.15': 7447 7579 dependencies: 7448 7580 '@volar/language-core': 2.4.15 ··· 7450 7582 vscode-uri: 3.1.0 7451 7583 optional: true 7452 7584 7453 - '@volar/typescript@2.4.23': 7585 + '@volar/typescript@2.4.26': 7454 7586 dependencies: 7455 - '@volar/language-core': 2.4.23 7587 + '@volar/language-core': 2.4.26 7456 7588 path-browserify: 1.0.1 7457 7589 vscode-uri: 3.1.0 7458 7590 ··· 7644 7776 transitivePeerDependencies: 7645 7777 - vite 7646 7778 7647 - '@vue/devtools-core@8.0.5(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3))': 7779 + '@vue/devtools-core@8.0.5(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 7648 7780 dependencies: 7649 7781 '@vue/devtools-kit': 8.0.5 7650 7782 '@vue/devtools-shared': 8.0.5 7651 7783 mitt: 3.0.1 7652 7784 nanoid: 5.1.6 7653 7785 pathe: 2.0.3 7654 - vite-hot-client: 2.1.0(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 7786 + vite-hot-client: 2.1.0(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 7655 7787 vue: 3.5.25(typescript@5.9.3) 7656 7788 transitivePeerDependencies: 7657 7789 - vite ··· 7669 7801 '@vue/devtools-kit@8.0.5': 7670 7802 dependencies: 7671 7803 '@vue/devtools-shared': 8.0.5 7672 - birpc: 2.8.0 7804 + birpc: 2.9.0 7673 7805 hookable: 5.5.3 7674 7806 mitt: 3.0.1 7675 7807 perfect-debounce: 2.0.0 7676 7808 speakingurl: 14.0.1 7677 - superjson: 2.2.5 7809 + superjson: 2.2.6 7678 7810 7679 7811 '@vue/devtools-shared@7.7.7': 7680 7812 dependencies: ··· 7710 7842 optionalDependencies: 7711 7843 typescript: 5.9.3 7712 7844 7713 - '@vue/language-core@3.1.5(typescript@5.9.3)': 7845 + '@vue/language-core@3.1.8(typescript@5.9.3)': 7714 7846 dependencies: 7715 - '@volar/language-core': 2.4.23 7847 + '@volar/language-core': 2.4.26 7716 7848 '@vue/compiler-dom': 3.5.25 7717 7849 '@vue/shared': 3.5.25 7718 7850 alien-signals: 3.1.1 ··· 7881 8013 7882 8014 autoprefixer@10.4.22(postcss@8.5.6): 7883 8015 dependencies: 7884 - browserslist: 4.28.0 7885 - caniuse-lite: 1.0.30001757 8016 + browserslist: 4.28.1 8017 + caniuse-lite: 1.0.30001760 7886 8018 fraction.js: 5.3.4 7887 8019 normalize-range: 0.1.2 7888 8020 picocolors: 1.1.1 ··· 7899 8031 7900 8032 baseline-browser-mapping@2.8.25: {} 7901 8033 7902 - baseline-browser-mapping@2.8.31: {} 8034 + baseline-browser-mapping@2.9.5: {} 7903 8035 7904 8036 bindings@1.5.0: 7905 8037 dependencies: ··· 7909 8041 7910 8042 birpc@2.7.0: {} 7911 8043 7912 - birpc@2.8.0: {} 8044 + birpc@2.9.0: {} 7913 8045 7914 8046 boolbase@1.0.0: {} 7915 8047 ··· 7934 8066 node-releases: 2.0.27 7935 8067 update-browserslist-db: 1.1.4(browserslist@4.27.0) 7936 8068 7937 - browserslist@4.28.0: 8069 + browserslist@4.28.1: 7938 8070 dependencies: 7939 - baseline-browser-mapping: 2.8.31 7940 - caniuse-lite: 1.0.30001757 7941 - electron-to-chromium: 1.5.260 8071 + baseline-browser-mapping: 2.9.5 8072 + caniuse-lite: 1.0.30001760 8073 + electron-to-chromium: 1.5.267 7942 8074 node-releases: 2.0.27 7943 - update-browserslist-db: 1.1.4(browserslist@4.28.0) 8075 + update-browserslist-db: 1.2.2(browserslist@4.28.1) 7944 8076 7945 8077 buffer-crc32@1.0.0: {} 7946 8078 ··· 7997 8129 7998 8130 caniuse-api@3.0.0: 7999 8131 dependencies: 8000 - browserslist: 4.28.0 8001 - caniuse-lite: 1.0.30001757 8132 + browserslist: 4.28.1 8133 + caniuse-lite: 1.0.30001760 8002 8134 lodash.memoize: 4.1.2 8003 8135 lodash.uniq: 4.5.0 8004 8136 8005 8137 caniuse-lite@1.0.30001754: {} 8006 8138 8007 - caniuse-lite@1.0.30001757: {} 8139 + caniuse-lite@1.0.30001760: {} 8008 8140 8009 8141 chai@5.3.3: 8010 8142 dependencies: ··· 8132 8264 8133 8265 core-js-compat@3.47.0: 8134 8266 dependencies: 8135 - browserslist: 4.28.0 8267 + browserslist: 4.28.1 8136 8268 8137 8269 core-util-is@1.0.3: {} 8138 8270 ··· 8183 8315 8184 8316 cssnano-preset-default@7.0.10(postcss@8.5.6): 8185 8317 dependencies: 8186 - browserslist: 4.28.0 8318 + browserslist: 4.28.1 8187 8319 css-declaration-sorter: 7.3.0(postcss@8.5.6) 8188 8320 cssnano-utils: 5.0.1(postcss@8.5.6) 8189 8321 postcss: 8.5.6 ··· 8313 8445 8314 8446 devalue@5.4.2: {} 8315 8447 8316 - devalue@5.5.0: {} 8448 + devalue@5.6.0: {} 8317 8449 8318 8450 diff@8.0.2: {} 8319 8451 ··· 8337 8469 8338 8470 dot-prop@10.1.0: 8339 8471 dependencies: 8340 - type-fest: 5.2.0 8472 + type-fest: 5.3.1 8341 8473 8342 8474 dotenv@16.6.1: {} 8343 8475 ··· 8351 8483 8352 8484 electron-to-chromium@1.5.248: {} 8353 8485 8354 - electron-to-chromium@1.5.260: {} 8486 + electron-to-chromium@1.5.267: {} 8355 8487 8356 8488 emoji-regex@8.0.0: {} 8357 8489 ··· 8458 8590 eslint-plugin-import-lite@0.3.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): 8459 8591 dependencies: 8460 8592 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 8461 - '@typescript-eslint/types': 8.48.0 8593 + '@typescript-eslint/types': 8.49.0 8462 8594 eslint: 9.39.1(jiti@2.6.1) 8463 8595 optionalDependencies: 8464 8596 typescript: 5.9.3 8465 8597 8466 - eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)): 8598 + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)): 8467 8599 dependencies: 8468 - '@typescript-eslint/types': 8.48.0 8600 + '@typescript-eslint/types': 8.49.0 8469 8601 comment-parser: 1.4.1 8470 8602 debug: 4.4.3 8471 8603 eslint: 9.39.1(jiti@2.6.1) ··· 8476 8608 stable-hash-x: 0.2.0 8477 8609 unrs-resolver: 1.11.1 8478 8610 optionalDependencies: 8479 - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8611 + '@typescript-eslint/utils': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8480 8612 transitivePeerDependencies: 8481 8613 - supports-color 8482 8614 8483 - eslint-plugin-jsdoc@61.4.1(eslint@9.39.1(jiti@2.6.1)): 8615 + eslint-plugin-jsdoc@61.5.0(eslint@9.39.1(jiti@2.6.1)): 8484 8616 dependencies: 8485 8617 '@es-joy/jsdoccomment': 0.76.0 8486 8618 '@es-joy/resolve.exports': 1.2.0 ··· 8533 8665 semver: 7.7.3 8534 8666 strip-indent: 4.1.1 8535 8667 8536 - eslint-plugin-vue@10.6.0(@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))): 8668 + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.1(jiti@2.6.1)))(@typescript-eslint/parser@8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.6.1))): 8537 8669 dependencies: 8538 8670 '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 8539 8671 eslint: 9.39.1(jiti@2.6.1) 8540 8672 natural-compare: 1.4.0 8541 8673 nth-check: 2.1.1 8542 - postcss-selector-parser: 7.1.0 8674 + postcss-selector-parser: 7.1.1 8543 8675 semver: 7.7.3 8544 8676 vue-eslint-parser: 10.2.0(eslint@9.39.1(jiti@2.6.1)) 8545 8677 xml-name-validator: 4.0.0 8546 8678 optionalDependencies: 8547 8679 '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.1(jiti@2.6.1)) 8548 - '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8680 + '@typescript-eslint/parser': 8.49.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8549 8681 8550 8682 eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.25)(eslint@9.39.1(jiti@2.6.1)): 8551 8683 dependencies: ··· 8610 8742 '@eslint/config-array': 0.21.1 8611 8743 '@eslint/config-helpers': 0.4.2 8612 8744 '@eslint/core': 0.17.0 8613 - '@eslint/eslintrc': 3.3.1 8745 + '@eslint/eslintrc': 3.3.3 8614 8746 '@eslint/js': 9.39.1 8615 8747 '@eslint/plugin-kit': 0.4.1 8616 8748 '@humanfs/node': 0.16.7 ··· 8707 8839 strip-final-newline: 4.0.0 8708 8840 yoctocolors: 2.1.2 8709 8841 8710 - expect-type@1.2.2: {} 8842 + expect-type@1.3.0: {} 8711 8843 8712 8844 exsolve@1.0.7: {} 8713 8845 ··· 8873 9005 8874 9006 graceful-fs@4.2.11: {} 8875 9007 8876 - graphemer@1.4.0: {} 8877 - 8878 9008 gzip-size@7.0.0: 8879 9009 dependencies: 8880 9010 duplexer: 0.1.2 ··· 8886 9016 defu: 6.1.4 8887 9017 destr: 2.0.5 8888 9018 iron-webcrypto: 1.2.1 8889 - node-mock-http: 1.0.3 9019 + node-mock-http: 1.0.4 8890 9020 radix3: 1.1.2 8891 9021 ufo: 1.6.1 8892 9022 uncrypto: 0.1.3 ··· 9132 9262 http-shutdown: 1.2.2 9133 9263 jiti: 2.6.1 9134 9264 mlly: 1.8.0 9135 - node-forge: 1.3.1 9265 + node-forge: 1.3.3 9136 9266 pathe: 1.1.2 9137 9267 std-env: 3.10.0 9138 9268 ufo: 1.6.1 ··· 9248 9378 9249 9379 mitt@3.0.1: {} 9250 9380 9251 - mkdist@2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)): 9381 + mkdist@2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)): 9252 9382 dependencies: 9253 9383 autoprefixer: 10.4.22(postcss@8.5.6) 9254 9384 citty: 0.1.6 ··· 9267 9397 typescript: 5.9.3 9268 9398 vue: 3.5.25(typescript@5.9.3) 9269 9399 vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)) 9270 - vue-tsc: 3.1.5(typescript@5.9.3) 9400 + vue-tsc: 3.1.8(typescript@5.9.3) 9271 9401 9272 9402 mlly@1.8.0: 9273 9403 dependencies: ··· 9400 9530 9401 9531 nitropack@2.12.9: 9402 9532 dependencies: 9403 - '@cloudflare/kv-asset-handler': 0.4.0 9533 + '@cloudflare/kv-asset-handler': 0.4.1 9404 9534 '@rollup/plugin-alias': 5.1.1(rollup@4.53.3) 9405 9535 '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.3) 9406 9536 '@rollup/plugin-inject': 5.0.5(rollup@4.53.3) ··· 9442 9572 mime: 4.1.0 9443 9573 mlly: 1.8.0 9444 9574 node-fetch-native: 1.6.7 9445 - node-mock-http: 1.0.3 9575 + node-mock-http: 1.0.4 9446 9576 ofetch: 1.5.1 9447 9577 ohash: 2.0.11 9448 9578 pathe: 2.0.3 ··· 9508 9638 dependencies: 9509 9639 whatwg-url: 5.0.0 9510 9640 9511 - node-forge@1.3.1: {} 9641 + node-forge@1.3.3: {} 9512 9642 9513 9643 node-gyp-build@4.8.4: {} 9514 9644 9515 9645 node-mock-http@1.0.3: {} 9646 + 9647 + node-mock-http@1.0.4: {} 9516 9648 9517 9649 node-releases@2.0.27: {} 9518 9650 ··· 9663 9795 - xml2js 9664 9796 - yaml 9665 9797 9666 - nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1): 9798 + nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2): 9667 9799 dependencies: 9668 9800 '@dxup/nuxt': 0.2.2(magicast@0.5.1) 9669 - '@nuxt/cli': 3.30.0(magicast@0.5.1) 9670 - '@nuxt/devtools': 3.1.1(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3)) 9801 + '@nuxt/cli': 3.31.1(cac@6.7.14)(magicast@0.5.1) 9802 + '@nuxt/devtools': 3.1.1(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 9671 9803 '@nuxt/kit': 4.2.1(magicast@0.5.1) 9672 - '@nuxt/nitro-server': 4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1))(typescript@5.9.3) 9804 + '@nuxt/nitro-server': 4.2.1(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2))(typescript@5.9.3) 9673 9805 '@nuxt/schema': 4.2.1 9674 9806 '@nuxt/telemetry': 2.6.6(magicast@0.5.1) 9675 - '@nuxt/vite-builder': 4.2.1(@types/node@24.10.1)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.1)(@vue/compiler-sfc@3.5.25)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3))(yaml@2.8.1))(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))(yaml@2.8.1) 9807 + '@nuxt/vite-builder': 4.2.1(@types/node@24.10.2)(eslint@9.39.1(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.1(@parcel/watcher@2.5.1)(@types/node@24.10.2)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.1(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))(yaml@2.8.2) 9676 9808 '@unhead/vue': 2.0.19(vue@3.5.25(typescript@5.9.3)) 9677 9809 '@vue/shared': 3.5.25 9678 9810 c12: 3.3.2(magicast@0.5.1) ··· 9682 9814 cookie-es: 2.0.0 9683 9815 defu: 6.1.4 9684 9816 destr: 2.0.5 9685 - devalue: 5.5.0 9817 + devalue: 5.6.0 9686 9818 errx: 0.1.0 9687 9819 escape-string-regexp: 5.0.0 9688 9820 exsolve: 1.0.8 ··· 9724 9856 vue-router: 4.6.3(vue@3.5.25(typescript@5.9.3)) 9725 9857 optionalDependencies: 9726 9858 '@parcel/watcher': 2.5.1 9727 - '@types/node': 24.10.1 9859 + '@types/node': 24.10.2 9728 9860 transitivePeerDependencies: 9729 9861 - '@azure/app-configuration' 9730 9862 - '@azure/cosmos' ··· 9749 9881 - bare-abort-controller 9750 9882 - better-sqlite3 9751 9883 - bufferutil 9884 + - cac 9885 + - commander 9752 9886 - db0 9753 9887 - drizzle-orm 9754 9888 - encoding ··· 9988 10122 9989 10123 package-manager-detector@1.5.0: {} 9990 10124 10125 + package-manager-detector@1.6.0: {} 10126 + 9991 10127 parent-module@1.0.1: 9992 10128 dependencies: 9993 10129 callsites: 3.1.0 ··· 10061 10197 postcss-calc@10.1.1(postcss@8.5.6): 10062 10198 dependencies: 10063 10199 postcss: 8.5.6 10064 - postcss-selector-parser: 7.1.0 10200 + postcss-selector-parser: 7.1.1 10065 10201 postcss-value-parser: 4.2.0 10066 10202 10067 10203 postcss-colormin@7.0.4(postcss@8.5.6): ··· 10074 10210 10075 10211 postcss-colormin@7.0.5(postcss@8.5.6): 10076 10212 dependencies: 10077 - browserslist: 4.28.0 10213 + browserslist: 4.28.1 10078 10214 caniuse-api: 3.0.0 10079 10215 colord: 2.9.3 10080 10216 postcss: 8.5.6 ··· 10088 10224 10089 10225 postcss-convert-values@7.0.8(postcss@8.5.6): 10090 10226 dependencies: 10091 - browserslist: 4.28.0 10227 + browserslist: 4.28.1 10092 10228 postcss: 8.5.6 10093 10229 postcss-value-parser: 4.2.0 10094 10230 ··· 10100 10236 postcss-discard-comments@7.0.5(postcss@8.5.6): 10101 10237 dependencies: 10102 10238 postcss: 8.5.6 10103 - postcss-selector-parser: 7.1.0 10239 + postcss-selector-parser: 7.1.1 10104 10240 10105 10241 postcss-discard-duplicates@7.0.2(postcss@8.5.6): 10106 10242 dependencies: ··· 10130 10266 10131 10267 postcss-merge-rules@7.0.7(postcss@8.5.6): 10132 10268 dependencies: 10133 - browserslist: 4.28.0 10269 + browserslist: 4.28.1 10134 10270 caniuse-api: 3.0.0 10135 10271 cssnano-utils: 5.0.1(postcss@8.5.6) 10136 10272 postcss: 8.5.6 10137 - postcss-selector-parser: 7.1.0 10273 + postcss-selector-parser: 7.1.1 10138 10274 10139 10275 postcss-minify-font-values@7.0.1(postcss@8.5.6): 10140 10276 dependencies: ··· 10157 10293 10158 10294 postcss-minify-params@7.0.5(postcss@8.5.6): 10159 10295 dependencies: 10160 - browserslist: 4.28.0 10296 + browserslist: 4.28.1 10161 10297 cssnano-utils: 5.0.1(postcss@8.5.6) 10162 10298 postcss: 8.5.6 10163 10299 postcss-value-parser: 4.2.0 ··· 10166 10302 dependencies: 10167 10303 cssesc: 3.0.0 10168 10304 postcss: 8.5.6 10169 - postcss-selector-parser: 7.1.0 10305 + postcss-selector-parser: 7.1.1 10170 10306 10171 10307 postcss-nested@7.0.2(postcss@8.5.6): 10172 10308 dependencies: 10173 10309 postcss: 8.5.6 10174 - postcss-selector-parser: 7.1.0 10310 + postcss-selector-parser: 7.1.1 10175 10311 10176 10312 postcss-normalize-charset@7.0.1(postcss@8.5.6): 10177 10313 dependencies: ··· 10210 10346 10211 10347 postcss-normalize-unicode@7.0.5(postcss@8.5.6): 10212 10348 dependencies: 10213 - browserslist: 4.28.0 10349 + browserslist: 4.28.1 10214 10350 postcss: 8.5.6 10215 10351 postcss-value-parser: 4.2.0 10216 10352 ··· 10238 10374 10239 10375 postcss-reduce-initial@7.0.5(postcss@8.5.6): 10240 10376 dependencies: 10241 - browserslist: 4.28.0 10377 + browserslist: 4.28.1 10242 10378 caniuse-api: 3.0.0 10243 10379 postcss: 8.5.6 10244 10380 ··· 10252 10388 cssesc: 3.0.0 10253 10389 util-deprecate: 1.0.2 10254 10390 10391 + postcss-selector-parser@7.1.1: 10392 + dependencies: 10393 + cssesc: 3.0.0 10394 + util-deprecate: 1.0.2 10395 + 10255 10396 postcss-svgo@7.1.0(postcss@8.5.6): 10256 10397 dependencies: 10257 10398 postcss: 8.5.6 ··· 10261 10402 postcss-unique-selectors@7.0.4(postcss@8.5.6): 10262 10403 dependencies: 10263 10404 postcss: 8.5.6 10264 - postcss-selector-parser: 7.1.0 10405 + postcss-selector-parser: 7.1.1 10265 10406 10266 10407 postcss-value-parser@4.2.0: {} 10267 10408 ··· 10374 10515 10375 10516 rfdc@1.4.1: {} 10376 10517 10377 - rollup-plugin-dts@6.2.3(rollup@4.53.3)(typescript@5.9.3): 10518 + rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.9.3): 10378 10519 dependencies: 10379 10520 magic-string: 0.30.21 10380 10521 rollup: 4.53.3 ··· 10583 10724 10584 10725 srvx@0.8.16: {} 10585 10726 10586 - srvx@0.9.6: {} 10727 + srvx@0.9.7: {} 10587 10728 10588 10729 stable-hash-x@0.2.0: {} 10589 10730 ··· 10648 10789 10649 10790 stylehacks@7.0.7(postcss@8.5.6): 10650 10791 dependencies: 10651 - browserslist: 4.28.0 10792 + browserslist: 4.28.1 10652 10793 postcss: 8.5.6 10653 - postcss-selector-parser: 7.1.0 10794 + postcss-selector-parser: 7.1.1 10654 10795 10655 10796 superjson@2.2.5: 10797 + dependencies: 10798 + copy-anything: 4.0.5 10799 + 10800 + superjson@2.2.6: 10656 10801 dependencies: 10657 10802 copy-anything: 4.0.5 10658 10803 ··· 10767 10912 dependencies: 10768 10913 prelude-ls: 1.2.1 10769 10914 10770 - type-fest@5.2.0: 10915 + type-fest@5.3.1: 10771 10916 dependencies: 10772 10917 tagged-tag: 1.0.0 10773 10918 ··· 10779 10924 10780 10925 ultrahtml@1.6.0: {} 10781 10926 10782 - unbuild@3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)): 10927 + unbuild@3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)): 10783 10928 dependencies: 10784 10929 '@rollup/plugin-alias': 5.1.1(rollup@4.53.3) 10785 10930 '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.3) ··· 10795 10940 hookable: 5.5.3 10796 10941 jiti: 2.6.1 10797 10942 magic-string: 0.30.21 10798 - mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.5(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 10943 + mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.25.12)(vue@3.5.25(typescript@5.9.3)))(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 10799 10944 mlly: 1.8.0 10800 10945 pathe: 2.0.3 10801 10946 pkg-types: 2.3.0 10802 10947 pretty-bytes: 7.1.0 10803 10948 rollup: 4.53.3 10804 - rollup-plugin-dts: 6.2.3(rollup@4.53.3)(typescript@5.9.3) 10949 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.9.3) 10805 10950 scule: 1.3.0 10806 10951 tinyglobby: 0.2.15 10807 10952 untyped: 2.0.0 ··· 10909 11054 '@babel/generator': 7.28.5 10910 11055 '@vue-macros/common': 3.1.1(vue@3.5.25(typescript@5.9.3)) 10911 11056 '@vue/compiler-sfc': 3.5.25 10912 - '@vue/language-core': 3.1.5(typescript@5.9.3) 11057 + '@vue/language-core': 3.1.8(typescript@5.9.3) 10913 11058 ast-walker-scope: 0.8.3 10914 11059 chokidar: 4.0.3 10915 11060 json5: 2.2.3 ··· 10923 11068 tinyglobby: 0.2.15 10924 11069 unplugin: 2.3.11 10925 11070 unplugin-utils: 0.3.1 10926 - yaml: 2.8.1 11071 + yaml: 2.8.2 10927 11072 optionalDependencies: 10928 11073 vue-router: 4.6.3(vue@3.5.25(typescript@5.9.3)) 10929 11074 transitivePeerDependencies: ··· 11025 11170 escalade: 3.2.0 11026 11171 picocolors: 1.1.1 11027 11172 11028 - update-browserslist-db@1.1.4(browserslist@4.28.0): 11173 + update-browserslist-db@1.2.2(browserslist@4.28.1): 11029 11174 dependencies: 11030 - browserslist: 4.28.0 11175 + browserslist: 4.28.1 11031 11176 escalade: 3.2.0 11032 11177 picocolors: 1.1.1 11033 11178 ··· 11045 11190 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 11046 11191 vite-hot-client: 2.1.0(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)) 11047 11192 11048 - vite-dev-rpc@1.1.0(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)): 11193 + vite-dev-rpc@1.1.0(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 11049 11194 dependencies: 11050 - birpc: 2.8.0 11051 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11052 - vite-hot-client: 2.1.0(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 11195 + birpc: 2.9.0 11196 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11197 + vite-hot-client: 2.1.0(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 11053 11198 11054 11199 vite-hot-client@2.1.0(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)): 11055 11200 dependencies: 11056 11201 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 11057 11202 11058 - vite-hot-client@2.1.0(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)): 11203 + vite-hot-client@2.1.0(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 11059 11204 dependencies: 11060 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11205 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11061 11206 11062 - vite-node@3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1): 11207 + vite-node@3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 11063 11208 dependencies: 11064 11209 cac: 6.7.14 11065 11210 debug: 4.4.3 11066 11211 es-module-lexer: 1.7.0 11067 11212 pathe: 2.0.3 11068 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11213 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11069 11214 transitivePeerDependencies: 11070 11215 - '@types/node' 11071 11216 - jiti ··· 11101 11246 - tsx 11102 11247 - yaml 11103 11248 11104 - vite-node@5.2.0(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1): 11249 + vite-node@5.2.0(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 11105 11250 dependencies: 11106 11251 cac: 6.7.14 11107 11252 es-module-lexer: 1.7.0 11108 11253 obug: 2.1.1 11109 11254 pathe: 2.0.3 11110 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11255 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11111 11256 transitivePeerDependencies: 11112 11257 - '@types/node' 11113 11258 - jiti ··· 11138 11283 typescript: 5.9.3 11139 11284 vue-tsc: 2.2.12(typescript@5.9.3) 11140 11285 11141 - vite-plugin-checker@0.11.0(eslint@9.39.1(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue-tsc@3.1.5(typescript@5.9.3)): 11286 + vite-plugin-checker@0.11.0(eslint@9.39.1(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3)): 11142 11287 dependencies: 11143 11288 '@babel/code-frame': 7.27.1 11144 11289 chokidar: 4.0.3 ··· 11147 11292 picomatch: 4.0.3 11148 11293 tiny-invariant: 1.3.3 11149 11294 tinyglobby: 0.2.15 11150 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11295 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11151 11296 vscode-uri: 3.1.0 11152 11297 optionalDependencies: 11153 11298 eslint: 9.39.1(jiti@2.6.1) 11154 11299 optionator: 0.9.4 11155 11300 typescript: 5.9.3 11156 - vue-tsc: 3.1.5(typescript@5.9.3) 11301 + vue-tsc: 3.1.8(typescript@5.9.3) 11157 11302 11158 11303 vite-plugin-inspect@11.3.3(@nuxt/kit@3.19.3(magicast@0.3.5))(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)): 11159 11304 dependencies: ··· 11172 11317 transitivePeerDependencies: 11173 11318 - supports-color 11174 11319 11175 - vite-plugin-inspect@11.3.3(@nuxt/kit@4.2.1(magicast@0.5.1))(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)): 11320 + vite-plugin-inspect@11.3.3(@nuxt/kit@4.2.1(magicast@0.5.1))(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 11176 11321 dependencies: 11177 11322 ansis: 4.2.0 11178 11323 debug: 4.4.3 ··· 11182 11327 perfect-debounce: 2.0.0 11183 11328 sirv: 3.0.2 11184 11329 unplugin-utils: 0.3.1 11185 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11186 - vite-dev-rpc: 1.1.0(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 11330 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11331 + vite-dev-rpc: 1.1.0(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 11187 11332 optionalDependencies: 11188 11333 '@nuxt/kit': 4.2.1(magicast@0.5.1) 11189 11334 transitivePeerDependencies: ··· 11199 11344 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 11200 11345 vue: 3.5.22(typescript@5.9.3) 11201 11346 11202 - vite-plugin-vue-tracer@1.1.3(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.25(typescript@5.9.3)): 11347 + vite-plugin-vue-tracer@1.1.3(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)): 11203 11348 dependencies: 11204 11349 estree-walker: 3.0.3 11205 11350 exsolve: 1.0.8 11206 11351 magic-string: 0.30.21 11207 11352 pathe: 2.0.3 11208 11353 source-map-js: 1.2.1 11209 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11354 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11210 11355 vue: 3.5.25(typescript@5.9.3) 11211 11356 11212 11357 vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1): ··· 11224 11369 terser: 5.44.0 11225 11370 yaml: 2.8.1 11226 11371 11227 - vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1): 11372 + vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 11228 11373 dependencies: 11229 11374 esbuild: 0.25.12 11230 11375 fdir: 6.5.0(picomatch@4.0.3) ··· 11233 11378 rollup: 4.53.3 11234 11379 tinyglobby: 0.2.15 11235 11380 optionalDependencies: 11236 - '@types/node': 24.10.1 11381 + '@types/node': 24.10.2 11237 11382 fsevents: 2.3.3 11238 11383 jiti: 2.6.1 11239 11384 terser: 5.44.1 11240 - yaml: 2.8.1 11385 + yaml: 2.8.2 11241 11386 11242 - vitest-environment-nuxt@1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)): 11387 + vitest-environment-nuxt@1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 11243 11388 dependencies: 11244 - '@nuxt/test-utils': 3.20.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 11389 + '@nuxt/test-utils': 3.21.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 11245 11390 transitivePeerDependencies: 11246 11391 - '@cucumber/cucumber' 11247 11392 - '@jest/globals' ··· 11256 11401 - typescript 11257 11402 - vitest 11258 11403 11259 - vitest@3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1): 11404 + vitest@3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 11260 11405 dependencies: 11261 11406 '@types/chai': 5.2.3 11262 11407 '@vitest/expect': 3.2.4 11263 - '@vitest/mocker': 3.2.4(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1)) 11408 + '@vitest/mocker': 3.2.4(vite@7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 11264 11409 '@vitest/pretty-format': 3.2.4 11265 11410 '@vitest/runner': 3.2.4 11266 11411 '@vitest/snapshot': 3.2.4 ··· 11268 11413 '@vitest/utils': 3.2.4 11269 11414 chai: 5.3.3 11270 11415 debug: 4.4.3 11271 - expect-type: 1.2.2 11416 + expect-type: 1.3.0 11272 11417 magic-string: 0.30.21 11273 11418 pathe: 2.0.3 11274 11419 picomatch: 4.0.3 ··· 11278 11423 tinyglobby: 0.2.15 11279 11424 tinypool: 1.1.1 11280 11425 tinyrainbow: 2.0.0 11281 - vite: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11282 - vite-node: 3.2.4(@types/node@24.10.1)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.1) 11426 + vite: 7.2.7(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11427 + vite-node: 3.2.4(@types/node@24.10.2)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11283 11428 why-is-node-running: 2.3.0 11284 11429 optionalDependencies: 11285 - '@types/node': 24.10.1 11430 + '@types/node': 24.10.2 11286 11431 transitivePeerDependencies: 11287 11432 - jiti 11288 11433 - less ··· 11341 11486 typescript: 5.9.3 11342 11487 optional: true 11343 11488 11344 - vue-tsc@3.1.5(typescript@5.9.3): 11489 + vue-tsc@3.1.8(typescript@5.9.3): 11345 11490 dependencies: 11346 - '@volar/typescript': 2.4.23 11347 - '@vue/language-core': 3.1.5(typescript@5.9.3) 11491 + '@volar/typescript': 2.4.26 11492 + '@vue/language-core': 3.1.8(typescript@5.9.3) 11348 11493 typescript: 5.9.3 11349 11494 11350 11495 vue@3.5.22(typescript@5.9.3): ··· 11420 11565 yallist@5.0.0: {} 11421 11566 11422 11567 yaml@2.8.1: {} 11568 + 11569 + yaml@2.8.2: {} 11423 11570 11424 11571 yargs-parser@21.1.1: {} 11425 11572