[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.

update

Thomas (Jan 17, 2026, 7:22 PM +0100) f5cd23b3 a69245a8

+1335 -658
+4 -4
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.50.0", 38 - "@typescript-eslint/parser": "^8.50.0", 37 + "@typescript-eslint/eslint-plugin": "^8.53.0", 38 + "@typescript-eslint/parser": "^8.53.0", 39 39 "defu": "^6.1.4", 40 40 "ollama": "^0.6.3" 41 41 }, ··· 45 45 "@nuxt/kit": "^4.2.2", 46 46 "@nuxt/module-builder": "^1.0.2", 47 47 "@nuxt/schema": "^4.2.2", 48 - "@nuxt/test-utils": "^3.21.0", 48 + "@nuxt/test-utils": "^3.23.0", 49 49 "@types/node": "latest", 50 50 "changelogen": "^0.6.2", 51 51 "eslint": "^9.39.2", 52 52 "nuxt": "^4.2.2", 53 53 "typescript": "^5.9.3", 54 54 "vitest": "^3.2.4", 55 - "vue-tsc": "^3.1.8" 55 + "vue-tsc": "^3.2.2" 56 56 }, 57 57 "packageManager": "pnpm@10.26.0", 58 58 "volta": {
+1331 -654
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@typescript-eslint/eslint-plugin': 12 - specifier: ^8.50.0 13 - version: 8.50.0(@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 12 + specifier: ^8.53.0 13 + version: 8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 14 14 '@typescript-eslint/parser': 15 - specifier: ^8.50.0 16 - version: 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 15 + specifier: ^8.53.0 16 + version: 8.53.0(eslint@9.39.2(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.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 26 + version: 3.1.1(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) 27 27 '@nuxt/eslint-config': 28 28 specifier: ^1.12.1 29 - version: 1.12.1(@typescript-eslint/utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.25)(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 29 + version: 1.12.1(@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.26)(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 30 30 '@nuxt/kit': 31 31 specifier: ^4.2.2 32 32 version: 4.2.2(magicast@0.5.1) 33 33 '@nuxt/module-builder': 34 34 specifier: ^1.0.2 35 - version: 1.0.2(@nuxt/cli@3.31.2(cac@6.7.14)(magicast@0.5.1))(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(typescript@5.9.3)(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3)) 35 + version: 1.0.2(@nuxt/cli@3.32.0(cac@6.7.14)(magicast@0.5.1))(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(typescript@5.9.3)(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) 36 36 '@nuxt/schema': 37 37 specifier: ^4.2.2 38 38 version: 4.2.2 39 39 '@nuxt/test-utils': 40 - specifier: ^3.21.0 41 - version: 3.21.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 40 + specifier: ^3.23.0 41 + version: 3.23.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 42 42 '@types/node': 43 43 specifier: latest 44 - version: 25.0.3 44 + version: 25.0.9 45 45 changelogen: 46 46 specifier: ^0.6.2 47 47 version: 0.6.2(magicast@0.5.1) ··· 50 50 version: 9.39.2(jiti@2.6.1) 51 51 nuxt: 52 52 specifier: ^4.2.2 53 - version: 4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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) 53 + version: 4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(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@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 59 + version: 3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 60 60 vue-tsc: 61 - specifier: ^3.1.8 62 - version: 3.1.8(typescript@5.9.3) 61 + specifier: ^3.2.2 62 + version: 3.2.2(typescript@5.9.3) 63 63 64 64 playground: 65 65 dependencies: ··· 76 76 77 77 '@babel/code-frame@7.27.1': 78 78 resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} 79 + engines: {node: '>=6.9.0'} 80 + 81 + '@babel/code-frame@7.28.6': 82 + resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==} 79 83 engines: {node: '>=6.9.0'} 80 84 81 85 '@babel/compat-data@7.28.5': 82 86 resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} 83 87 engines: {node: '>=6.9.0'} 84 88 89 + '@babel/compat-data@7.28.6': 90 + resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} 91 + engines: {node: '>=6.9.0'} 92 + 85 93 '@babel/core@7.28.5': 86 94 resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==} 95 + engines: {node: '>=6.9.0'} 96 + 97 + '@babel/core@7.28.6': 98 + resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==} 87 99 engines: {node: '>=6.9.0'} 88 100 89 101 '@babel/generator@7.28.5': 90 102 resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} 91 103 engines: {node: '>=6.9.0'} 92 104 105 + '@babel/generator@7.28.6': 106 + resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} 107 + engines: {node: '>=6.9.0'} 108 + 93 109 '@babel/helper-annotate-as-pure@7.27.3': 94 110 resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} 95 111 engines: {node: '>=6.9.0'} 96 112 97 113 '@babel/helper-compilation-targets@7.27.2': 98 114 resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} 115 + engines: {node: '>=6.9.0'} 116 + 117 + '@babel/helper-compilation-targets@7.28.6': 118 + resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} 99 119 engines: {node: '>=6.9.0'} 100 120 101 121 '@babel/helper-create-class-features-plugin@7.28.5': ··· 104 124 peerDependencies: 105 125 '@babel/core': ^7.0.0 106 126 127 + '@babel/helper-create-class-features-plugin@7.28.6': 128 + resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==} 129 + engines: {node: '>=6.9.0'} 130 + peerDependencies: 131 + '@babel/core': ^7.0.0 132 + 107 133 '@babel/helper-globals@7.28.0': 108 134 resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} 109 135 engines: {node: '>=6.9.0'} ··· 116 142 resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} 117 143 engines: {node: '>=6.9.0'} 118 144 145 + '@babel/helper-module-imports@7.28.6': 146 + resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} 147 + engines: {node: '>=6.9.0'} 148 + 119 149 '@babel/helper-module-transforms@7.28.3': 120 150 resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} 121 151 engines: {node: '>=6.9.0'} 122 152 peerDependencies: 123 153 '@babel/core': ^7.0.0 124 154 155 + '@babel/helper-module-transforms@7.28.6': 156 + resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} 157 + engines: {node: '>=6.9.0'} 158 + peerDependencies: 159 + '@babel/core': ^7.0.0 160 + 125 161 '@babel/helper-optimise-call-expression@7.27.1': 126 162 resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} 127 163 engines: {node: '>=6.9.0'} ··· 130 166 resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} 131 167 engines: {node: '>=6.9.0'} 132 168 169 + '@babel/helper-plugin-utils@7.28.6': 170 + resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==} 171 + engines: {node: '>=6.9.0'} 172 + 133 173 '@babel/helper-replace-supers@7.27.1': 134 174 resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==} 135 175 engines: {node: '>=6.9.0'} 136 176 peerDependencies: 137 177 '@babel/core': ^7.0.0 138 178 179 + '@babel/helper-replace-supers@7.28.6': 180 + resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==} 181 + engines: {node: '>=6.9.0'} 182 + peerDependencies: 183 + '@babel/core': ^7.0.0 184 + 139 185 '@babel/helper-skip-transparent-expression-wrappers@7.27.1': 140 186 resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} 141 187 engines: {node: '>=6.9.0'} ··· 156 202 resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} 157 203 engines: {node: '>=6.9.0'} 158 204 205 + '@babel/helpers@7.28.6': 206 + resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} 207 + engines: {node: '>=6.9.0'} 208 + 159 209 '@babel/parser@7.28.5': 160 210 resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} 161 211 engines: {node: '>=6.0.0'} 162 212 hasBin: true 163 213 214 + '@babel/parser@7.28.6': 215 + resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==} 216 + engines: {node: '>=6.0.0'} 217 + hasBin: true 218 + 164 219 '@babel/plugin-syntax-jsx@7.27.1': 165 220 resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} 166 221 engines: {node: '>=6.9.0'} 167 222 peerDependencies: 168 223 '@babel/core': ^7.0.0-0 169 224 225 + '@babel/plugin-syntax-jsx@7.28.6': 226 + resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==} 227 + engines: {node: '>=6.9.0'} 228 + peerDependencies: 229 + '@babel/core': ^7.0.0-0 230 + 170 231 '@babel/plugin-syntax-typescript@7.27.1': 171 232 resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} 172 233 engines: {node: '>=6.9.0'} 173 234 peerDependencies: 174 235 '@babel/core': ^7.0.0-0 175 236 237 + '@babel/plugin-syntax-typescript@7.28.6': 238 + resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==} 239 + engines: {node: '>=6.9.0'} 240 + peerDependencies: 241 + '@babel/core': ^7.0.0-0 242 + 176 243 '@babel/plugin-transform-typescript@7.28.5': 177 244 resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==} 178 245 engines: {node: '>=6.9.0'} 179 246 peerDependencies: 180 247 '@babel/core': ^7.0.0-0 181 248 249 + '@babel/plugin-transform-typescript@7.28.6': 250 + resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==} 251 + engines: {node: '>=6.9.0'} 252 + peerDependencies: 253 + '@babel/core': ^7.0.0-0 254 + 182 255 '@babel/template@7.27.2': 183 256 resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} 184 257 engines: {node: '>=6.9.0'} 185 258 259 + '@babel/template@7.28.6': 260 + resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} 261 + engines: {node: '>=6.9.0'} 262 + 186 263 '@babel/traverse@7.28.5': 187 264 resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} 188 265 engines: {node: '>=6.9.0'} 189 266 267 + '@babel/traverse@7.28.6': 268 + resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} 269 + engines: {node: '>=6.9.0'} 270 + 190 271 '@babel/types@7.28.5': 191 272 resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 192 273 engines: {node: '>=6.9.0'} 193 274 194 - '@bomb.sh/tab@0.0.9': 195 - resolution: {integrity: sha512-HUJ0b+LkZpLsyn0u7G/H5aJioAdSLqWMWX5ryuFS6n70MOEFu+SGrF8d8u6HzI1gINVQTvsfoxDLcjWkmI0AWg==} 275 + '@babel/types@7.28.6': 276 + resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} 277 + engines: {node: '>=6.9.0'} 278 + 279 + '@bomb.sh/tab@0.0.11': 280 + resolution: {integrity: sha512-RSqyreeicYBALcMaNxIUJTBknftXsyW45VRq5gKDNwKroh0Re5SDoWwXZaphb+OTEzVdpm/BA8Uq6y0P+AtVYw==} 196 281 hasBin: true 197 282 peerDependencies: 198 283 cac: ^6.7.14 ··· 215 300 '@clack/prompts@0.11.0': 216 301 resolution: {integrity: sha512-pMN5FcrEw9hUkZA4f+zLlzivQSeQf5dRGJjSUbvVYDLvpKCdQx5OaknvKzgbtXOizhP+SJJJjqEbOe55uKKfAw==} 217 302 218 - '@clack/prompts@1.0.0-alpha.7': 219 - resolution: {integrity: sha512-BLB8LYOdfI4q6XzDl8la69J/y/7s0tHjuU1/5ak+o8yB2BPZBNE22gfwbFUIEmlq/BGBD6lVUAMR7w+1K7Pr6Q==} 303 + '@clack/prompts@1.0.0-alpha.9': 304 + resolution: {integrity: sha512-sKs0UjiHFWvry4SiRfBi5Qnj0C/6AYx8aKkFPZQSuUZXgAram25ZDmhQmP7vj1aFyLpfHWtLQjWvOvcat0TOLg==} 220 305 221 306 '@cloudflare/kv-asset-handler@0.4.0': 222 307 resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==} 223 308 engines: {node: '>=18.0.0'} 224 309 225 - '@cloudflare/kv-asset-handler@0.4.1': 226 - resolution: {integrity: sha512-Nu8ahitGFFJztxUml9oD/DLb7Z28C8cd8F46IVQ7y5Btz575pvMY8AqZsXkX7Gds29eCKdMgIHjIvzskHgPSFg==} 310 + '@cloudflare/kv-asset-handler@0.4.2': 311 + resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==} 227 312 engines: {node: '>=18.0.0'} 228 313 229 314 '@dxup/nuxt@0.2.2': ··· 235 320 '@emnapi/core@1.7.1': 236 321 resolution: {integrity: sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==} 237 322 323 + '@emnapi/core@1.8.1': 324 + resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==} 325 + 238 326 '@emnapi/runtime@1.7.1': 239 327 resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} 240 328 329 + '@emnapi/runtime@1.8.1': 330 + resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} 331 + 241 332 '@emnapi/wasi-threads@1.1.0': 242 333 resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} 243 334 244 - '@es-joy/jsdoccomment@0.76.0': 245 - resolution: {integrity: sha512-g+RihtzFgGTx2WYCuTHbdOXJeAlGnROws0TeALx9ow/ZmOROOZkVg5wp/B44n0WJgI4SQFP1eWM2iRPlU2Y14w==} 335 + '@es-joy/jsdoccomment@0.78.0': 336 + resolution: {integrity: sha512-rQkU5u8hNAq2NVRzHnIUUvR6arbO0b6AOlvpTNS48CkiKSn/xtNfOzBK23JE4SiW89DgvU7GtxLVgV4Vn2HBAw==} 246 337 engines: {node: '>=20.11.0'} 247 338 248 339 '@es-joy/resolve.exports@1.2.0': ··· 723 814 peerDependencies: 724 815 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 725 816 817 + '@eslint-community/eslint-utils@4.9.1': 818 + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} 819 + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 820 + peerDependencies: 821 + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 822 + 726 823 '@eslint-community/regexpp@4.12.2': 727 824 resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} 728 825 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} ··· 795 892 '@ioredis/commands@1.4.0': 796 893 resolution: {integrity: sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==} 797 894 895 + '@ioredis/commands@1.5.0': 896 + resolution: {integrity: sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==} 897 + 798 898 '@isaacs/balanced-match@4.0.1': 799 899 resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} 800 900 engines: {node: 20 || >=22} ··· 852 952 '@napi-rs/wasm-runtime@1.0.7': 853 953 resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==} 854 954 855 - '@napi-rs/wasm-runtime@1.1.0': 856 - resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} 955 + '@napi-rs/wasm-runtime@1.1.1': 956 + resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} 857 957 858 958 '@nodelib/fs.scandir@2.1.5': 859 959 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} ··· 872 972 engines: {node: ^16.10.0 || >=18.0.0} 873 973 hasBin: true 874 974 875 - '@nuxt/cli@3.31.2': 876 - resolution: {integrity: sha512-ud4KcfSdPeY96IR3UCtg/k7p6nUbJqF3IguQsolHo6EEJwiNM283EFXhRzU9cR+1iILExjaJvHMpFJ/7Xi++bg==} 975 + '@nuxt/cli@3.32.0': 976 + resolution: {integrity: sha512-n2f3SRjPlhthPvo2qWjLRRiTrUtB6WFwg0BGsvtqcqZVeQpNEU371zuKWBaFrWgqDZHV1r/aD9jrVCo+C8Pmrw==} 877 977 engines: {node: ^16.10.0 || >=18.0.0} 878 978 hasBin: true 879 979 ··· 971 1071 engines: {node: '>=18.12.0'} 972 1072 hasBin: true 973 1073 974 - '@nuxt/test-utils@3.21.0': 975 - resolution: {integrity: sha512-A6XExfgHq88+XuXAU4MMr5QBHS2mWA5qRVSvsMPP2U+YSsnk+Vt7P7dxbvJPE4+n6LHbC1IM0QjTVteo+VCxOA==} 976 - engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 1074 + '@nuxt/test-utils@3.23.0': 1075 + resolution: {integrity: sha512-NZKWSwvfIiTO2qhMoJHVbUQLgJMe96J9ccLhPPqN5+a/XzISZ027LG9wWVp1tC5oB0qQ3eUDhrxmq6Lj8EQLMQ==} 1076 + engines: {node: ^20.11.1 || ^22.0.0 || >=24.0.0} 977 1077 peerDependencies: 978 1078 '@cucumber/cucumber': ^10.3.1 || >=11.0.0 979 1079 '@jest/globals': ^29.5.0 || >=30.0.0 ··· 1574 1674 cpu: [arm64] 1575 1675 os: [android] 1576 1676 1677 + '@parcel/watcher-android-arm64@2.5.4': 1678 + resolution: {integrity: sha512-hoh0vx4v+b3BNI7Cjoy2/B0ARqcwVNrzN/n7DLq9ZB4I3lrsvhrkCViJyfTj/Qi5xM9YFiH4AmHGK6pgH1ss7g==} 1679 + engines: {node: '>= 10.0.0'} 1680 + cpu: [arm64] 1681 + os: [android] 1682 + 1577 1683 '@parcel/watcher-darwin-arm64@2.5.1': 1578 1684 resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==} 1579 1685 engines: {node: '>= 10.0.0'} 1580 1686 cpu: [arm64] 1581 1687 os: [darwin] 1582 1688 1689 + '@parcel/watcher-darwin-arm64@2.5.4': 1690 + resolution: {integrity: sha512-kphKy377pZiWpAOyTgQYPE5/XEKVMaj6VUjKT5VkNyUJlr2qZAn8gIc7CPzx+kbhvqHDT9d7EqdOqRXT6vk0zw==} 1691 + engines: {node: '>= 10.0.0'} 1692 + cpu: [arm64] 1693 + os: [darwin] 1694 + 1583 1695 '@parcel/watcher-darwin-x64@2.5.1': 1584 1696 resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==} 1585 1697 engines: {node: '>= 10.0.0'} 1586 1698 cpu: [x64] 1587 1699 os: [darwin] 1588 1700 1701 + '@parcel/watcher-darwin-x64@2.5.4': 1702 + resolution: {integrity: sha512-UKaQFhCtNJW1A9YyVz3Ju7ydf6QgrpNQfRZ35wNKUhTQ3dxJ/3MULXN5JN/0Z80V/KUBDGa3RZaKq1EQT2a2gg==} 1703 + engines: {node: '>= 10.0.0'} 1704 + cpu: [x64] 1705 + os: [darwin] 1706 + 1589 1707 '@parcel/watcher-freebsd-x64@2.5.1': 1590 1708 resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==} 1591 1709 engines: {node: '>= 10.0.0'} 1592 1710 cpu: [x64] 1593 1711 os: [freebsd] 1594 1712 1713 + '@parcel/watcher-freebsd-x64@2.5.4': 1714 + resolution: {integrity: sha512-Dib0Wv3Ow/m2/ttvLdeI2DBXloO7t3Z0oCp4bAb2aqyqOjKPPGrg10pMJJAQ7tt8P4V2rwYwywkDhUia/FgS+Q==} 1715 + engines: {node: '>= 10.0.0'} 1716 + cpu: [x64] 1717 + os: [freebsd] 1718 + 1595 1719 '@parcel/watcher-linux-arm-glibc@2.5.1': 1596 1720 resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==} 1597 1721 engines: {node: '>= 10.0.0'} 1598 1722 cpu: [arm] 1599 1723 os: [linux] 1600 1724 1725 + '@parcel/watcher-linux-arm-glibc@2.5.4': 1726 + resolution: {integrity: sha512-I5Vb769pdf7Q7Sf4KNy8Pogl/URRCKu9ImMmnVKYayhynuyGYMzuI4UOWnegQNa2sGpsPSbzDsqbHNMyeyPCgw==} 1727 + engines: {node: '>= 10.0.0'} 1728 + cpu: [arm] 1729 + os: [linux] 1730 + 1601 1731 '@parcel/watcher-linux-arm-musl@2.5.1': 1602 1732 resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==} 1733 + engines: {node: '>= 10.0.0'} 1734 + cpu: [arm] 1735 + os: [linux] 1736 + 1737 + '@parcel/watcher-linux-arm-musl@2.5.4': 1738 + resolution: {integrity: sha512-kGO8RPvVrcAotV4QcWh8kZuHr9bXi9a3bSZw7kFarYR0+fGliU7hd/zevhjw8fnvIKG3J9EO5G6sXNGCSNMYPQ==} 1603 1739 engines: {node: '>= 10.0.0'} 1604 1740 cpu: [arm] 1605 1741 os: [linux] ··· 1610 1746 cpu: [arm64] 1611 1747 os: [linux] 1612 1748 1749 + '@parcel/watcher-linux-arm64-glibc@2.5.4': 1750 + resolution: {integrity: sha512-KU75aooXhqGFY2W5/p8DYYHt4hrjHZod8AhcGAmhzPn/etTa+lYCDB2b1sJy3sWJ8ahFVTdy+EbqSBvMx3iFlw==} 1751 + engines: {node: '>= 10.0.0'} 1752 + cpu: [arm64] 1753 + os: [linux] 1754 + 1613 1755 '@parcel/watcher-linux-arm64-musl@2.5.1': 1614 1756 resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==} 1615 1757 engines: {node: '>= 10.0.0'} 1616 1758 cpu: [arm64] 1617 1759 os: [linux] 1618 1760 1761 + '@parcel/watcher-linux-arm64-musl@2.5.4': 1762 + resolution: {integrity: sha512-Qx8uNiIekVutnzbVdrgSanM+cbpDD3boB1f8vMtnuG5Zau4/bdDbXyKwIn0ToqFhIuob73bcxV9NwRm04/hzHQ==} 1763 + engines: {node: '>= 10.0.0'} 1764 + cpu: [arm64] 1765 + os: [linux] 1766 + 1619 1767 '@parcel/watcher-linux-x64-glibc@2.5.1': 1620 1768 resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==} 1621 1769 engines: {node: '>= 10.0.0'} 1622 1770 cpu: [x64] 1623 1771 os: [linux] 1624 1772 1773 + '@parcel/watcher-linux-x64-glibc@2.5.4': 1774 + resolution: {integrity: sha512-UYBQvhYmgAv61LNUn24qGQdjtycFBKSK3EXr72DbJqX9aaLbtCOO8+1SkKhD/GNiJ97ExgcHBrukcYhVjrnogA==} 1775 + engines: {node: '>= 10.0.0'} 1776 + cpu: [x64] 1777 + os: [linux] 1778 + 1625 1779 '@parcel/watcher-linux-x64-musl@2.5.1': 1626 1780 resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==} 1627 1781 engines: {node: '>= 10.0.0'} 1628 1782 cpu: [x64] 1629 1783 os: [linux] 1630 1784 1631 - '@parcel/watcher-wasm@2.5.1': 1632 - resolution: {integrity: sha512-RJxlQQLkaMMIuWRozy+z2vEqbaQlCuaCgVZIUCzQLYggY22LZbP5Y1+ia+FD724Ids9e+XIyOLXLrLgQSHIthw==} 1785 + '@parcel/watcher-linux-x64-musl@2.5.4': 1786 + resolution: {integrity: sha512-YoRWCVgxv8akZrMhdyVi6/TyoeeMkQ0PGGOf2E4omODrvd1wxniXP+DBynKoHryStks7l+fDAMUBRzqNHrVOpg==} 1787 + engines: {node: '>= 10.0.0'} 1788 + cpu: [x64] 1789 + os: [linux] 1790 + 1791 + '@parcel/watcher-wasm@2.5.4': 1792 + resolution: {integrity: sha512-9Cn7GFQevsvKjUKIP4lh7MNwak6z9e1DcOK0g9sJc8O8qRAbnet8uBNg0mMRY+MU+z3a6EEl9u9bhSFKhx5kCw==} 1633 1793 engines: {node: '>= 10.0.0'} 1634 1794 bundledDependencies: 1635 1795 - napi-wasm ··· 1640 1800 cpu: [arm64] 1641 1801 os: [win32] 1642 1802 1803 + '@parcel/watcher-win32-arm64@2.5.4': 1804 + resolution: {integrity: sha512-iby+D/YNXWkiQNYcIhg8P5hSjzXEHaQrk2SLrWOUD7VeC4Ohu0WQvmV+HDJokZVJ2UjJ4AGXW3bx7Lls9Ln4TQ==} 1805 + engines: {node: '>= 10.0.0'} 1806 + cpu: [arm64] 1807 + os: [win32] 1808 + 1643 1809 '@parcel/watcher-win32-ia32@2.5.1': 1644 1810 resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==} 1811 + engines: {node: '>= 10.0.0'} 1812 + cpu: [ia32] 1813 + os: [win32] 1814 + 1815 + '@parcel/watcher-win32-ia32@2.5.4': 1816 + resolution: {integrity: sha512-vQN+KIReG0a2ZDpVv8cgddlf67J8hk1WfZMMP7sMeZmJRSmEax5xNDNWKdgqSe2brOKTQQAs3aCCUal2qBHAyg==} 1645 1817 engines: {node: '>= 10.0.0'} 1646 1818 cpu: [ia32] 1647 1819 os: [win32] ··· 1652 1824 cpu: [x64] 1653 1825 os: [win32] 1654 1826 1827 + '@parcel/watcher-win32-x64@2.5.4': 1828 + resolution: {integrity: sha512-3A6efb6BOKwyw7yk9ro2vus2YTt2nvcd56AuzxdMiVOxL9umDyN5PKkKfZ/gZ9row41SjVmTVQNWQhaRRGpOKw==} 1829 + engines: {node: '>= 10.0.0'} 1830 + cpu: [x64] 1831 + os: [win32] 1832 + 1655 1833 '@parcel/watcher@2.5.1': 1656 1834 resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==} 1835 + engines: {node: '>= 10.0.0'} 1836 + 1837 + '@parcel/watcher@2.5.4': 1838 + resolution: {integrity: sha512-WYa2tUVV5HiArWPB3ydlOc4R2ivq0IDrlqhMi3l7mVsFEXNcTfxYFPIHXHXIh/ca/y/V5N4E1zecyxdIBjYnkQ==} 1657 1839 engines: {node: '>= 10.0.0'} 1658 1840 1659 1841 '@pkgjs/parseargs@0.11.0': ··· 1687 1869 '@rolldown/pluginutils@1.0.0-beta.53': 1688 1870 resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} 1689 1871 1690 - '@rolldown/pluginutils@1.0.0-beta.55': 1691 - resolution: {integrity: sha512-vajw/B3qoi7aYnnD4BQ4VoCcXQWnF0roSwE2iynbNxgW4l9mFwtLmLmUhpDdcTBfKyZm1p/T0D13qG94XBLohA==} 1872 + '@rolldown/pluginutils@1.0.0-beta.60': 1873 + resolution: {integrity: sha512-Jz4aqXRPVtqkH1E3jRDzLO5cgN5JwW+WG0wXGE4NiJd25nougv/AHzxmKCzmVQUYnxLmTM0M4wrZp+LlC2FKLg==} 1692 1874 1693 1875 '@rollup/plugin-alias@5.1.1': 1694 1876 resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} ··· 1699 1881 rollup: 1700 1882 optional: true 1701 1883 1884 + '@rollup/plugin-alias@6.0.0': 1885 + resolution: {integrity: sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==} 1886 + engines: {node: '>=20.19.0'} 1887 + peerDependencies: 1888 + rollup: '>=4.0.0' 1889 + peerDependenciesMeta: 1890 + rollup: 1891 + optional: true 1892 + 1702 1893 '@rollup/plugin-commonjs@28.0.9': 1703 1894 resolution: {integrity: sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==} 1895 + engines: {node: '>=16.0.0 || 14 >= 14.17'} 1896 + peerDependencies: 1897 + rollup: ^2.68.0||^3.0.0||^4.0.0 1898 + peerDependenciesMeta: 1899 + rollup: 1900 + optional: true 1901 + 1902 + '@rollup/plugin-commonjs@29.0.0': 1903 + resolution: {integrity: sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==} 1704 1904 engines: {node: '>=16.0.0 || 14 >= 14.17'} 1705 1905 peerDependencies: 1706 1906 rollup: ^2.68.0||^3.0.0||^4.0.0 ··· 1776 1976 cpu: [arm] 1777 1977 os: [android] 1778 1978 1779 - '@rollup/rollup-android-arm-eabi@4.53.5': 1780 - resolution: {integrity: sha512-iDGS/h7D8t7tvZ1t6+WPK04KD0MwzLZrG0se1hzBjSi5fyxlsiggoJHwh18PCFNn7tG43OWb6pdZ6Y+rMlmyNQ==} 1979 + '@rollup/rollup-android-arm-eabi@4.55.1': 1980 + resolution: {integrity: sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==} 1781 1981 cpu: [arm] 1782 1982 os: [android] 1783 1983 ··· 1786 1986 cpu: [arm64] 1787 1987 os: [android] 1788 1988 1789 - '@rollup/rollup-android-arm64@4.53.5': 1790 - resolution: {integrity: sha512-wrSAViWvZHBMMlWk6EJhvg8/rjxzyEhEdgfMMjREHEq11EtJ6IP6yfcCH57YAEca2Oe3FNCE9DSTgU70EIGmVw==} 1989 + '@rollup/rollup-android-arm64@4.55.1': 1990 + resolution: {integrity: sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==} 1791 1991 cpu: [arm64] 1792 1992 os: [android] 1793 1993 ··· 1796 1996 cpu: [arm64] 1797 1997 os: [darwin] 1798 1998 1799 - '@rollup/rollup-darwin-arm64@4.53.5': 1800 - resolution: {integrity: sha512-S87zZPBmRO6u1YXQLwpveZm4JfPpAa6oHBX7/ghSiGH3rz/KDgAu1rKdGutV+WUI6tKDMbaBJomhnT30Y2t4VQ==} 1999 + '@rollup/rollup-darwin-arm64@4.55.1': 2000 + resolution: {integrity: sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==} 1801 2001 cpu: [arm64] 1802 2002 os: [darwin] 1803 2003 ··· 1806 2006 cpu: [x64] 1807 2007 os: [darwin] 1808 2008 1809 - '@rollup/rollup-darwin-x64@4.53.5': 1810 - resolution: {integrity: sha512-YTbnsAaHo6VrAczISxgpTva8EkfQus0VPEVJCEaboHtZRIb6h6j0BNxRBOwnDciFTZLDPW5r+ZBmhL/+YpTZgA==} 2009 + '@rollup/rollup-darwin-x64@4.55.1': 2010 + resolution: {integrity: sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==} 1811 2011 cpu: [x64] 1812 2012 os: [darwin] 1813 2013 ··· 1816 2016 cpu: [arm64] 1817 2017 os: [freebsd] 1818 2018 1819 - '@rollup/rollup-freebsd-arm64@4.53.5': 1820 - resolution: {integrity: sha512-1T8eY2J8rKJWzaznV7zedfdhD1BqVs1iqILhmHDq/bqCUZsrMt+j8VCTHhP0vdfbHK3e1IQ7VYx3jlKqwlf+vw==} 2019 + '@rollup/rollup-freebsd-arm64@4.55.1': 2020 + resolution: {integrity: sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==} 1821 2021 cpu: [arm64] 1822 2022 os: [freebsd] 1823 2023 ··· 1826 2026 cpu: [x64] 1827 2027 os: [freebsd] 1828 2028 1829 - '@rollup/rollup-freebsd-x64@4.53.5': 1830 - resolution: {integrity: sha512-sHTiuXyBJApxRn+VFMaw1U+Qsz4kcNlxQ742snICYPrY+DDL8/ZbaC4DVIB7vgZmp3jiDaKA0WpBdP0aqPJoBQ==} 2029 + '@rollup/rollup-freebsd-x64@4.55.1': 2030 + resolution: {integrity: sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==} 1831 2031 cpu: [x64] 1832 2032 os: [freebsd] 1833 2033 ··· 1836 2036 cpu: [arm] 1837 2037 os: [linux] 1838 2038 1839 - '@rollup/rollup-linux-arm-gnueabihf@4.53.5': 1840 - resolution: {integrity: sha512-dV3T9MyAf0w8zPVLVBptVlzaXxka6xg1f16VAQmjg+4KMSTWDvhimI/Y6mp8oHwNrmnmVl9XxJ/w/mO4uIQONA==} 2039 + '@rollup/rollup-linux-arm-gnueabihf@4.55.1': 2040 + resolution: {integrity: sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==} 1841 2041 cpu: [arm] 1842 2042 os: [linux] 1843 2043 ··· 1846 2046 cpu: [arm] 1847 2047 os: [linux] 1848 2048 1849 - '@rollup/rollup-linux-arm-musleabihf@4.53.5': 1850 - resolution: {integrity: sha512-wIGYC1x/hyjP+KAu9+ewDI+fi5XSNiUi9Bvg6KGAh2TsNMA3tSEs+Sh6jJ/r4BV/bx/CyWu2ue9kDnIdRyafcQ==} 2049 + '@rollup/rollup-linux-arm-musleabihf@4.55.1': 2050 + resolution: {integrity: sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==} 1851 2051 cpu: [arm] 1852 2052 os: [linux] 1853 2053 ··· 1856 2056 cpu: [arm64] 1857 2057 os: [linux] 1858 2058 1859 - '@rollup/rollup-linux-arm64-gnu@4.53.5': 1860 - resolution: {integrity: sha512-Y+qVA0D9d0y2FRNiG9oM3Hut/DgODZbU9I8pLLPwAsU0tUKZ49cyV1tzmB/qRbSzGvY8lpgGkJuMyuhH7Ma+Vg==} 2059 + '@rollup/rollup-linux-arm64-gnu@4.55.1': 2060 + resolution: {integrity: sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==} 1861 2061 cpu: [arm64] 1862 2062 os: [linux] 1863 2063 ··· 1866 2066 cpu: [arm64] 1867 2067 os: [linux] 1868 2068 1869 - '@rollup/rollup-linux-arm64-musl@4.53.5': 1870 - resolution: {integrity: sha512-juaC4bEgJsyFVfqhtGLz8mbopaWD+WeSOYr5E16y+1of6KQjc0BpwZLuxkClqY1i8sco+MdyoXPNiCkQou09+g==} 2069 + '@rollup/rollup-linux-arm64-musl@4.55.1': 2070 + resolution: {integrity: sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==} 1871 2071 cpu: [arm64] 1872 2072 os: [linux] 1873 2073 ··· 1876 2076 cpu: [loong64] 1877 2077 os: [linux] 1878 2078 1879 - '@rollup/rollup-linux-loong64-gnu@4.53.5': 1880 - resolution: {integrity: sha512-rIEC0hZ17A42iXtHX+EPJVL/CakHo+tT7W0pbzdAGuWOt2jxDFh7A/lRhsNHBcqL4T36+UiAgwO8pbmn3dE8wA==} 2079 + '@rollup/rollup-linux-loong64-gnu@4.55.1': 2080 + resolution: {integrity: sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==} 2081 + cpu: [loong64] 2082 + os: [linux] 2083 + 2084 + '@rollup/rollup-linux-loong64-musl@4.55.1': 2085 + resolution: {integrity: sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==} 1881 2086 cpu: [loong64] 1882 2087 os: [linux] 1883 2088 ··· 1886 2091 cpu: [ppc64] 1887 2092 os: [linux] 1888 2093 1889 - '@rollup/rollup-linux-ppc64-gnu@4.53.5': 1890 - resolution: {integrity: sha512-T7l409NhUE552RcAOcmJHj3xyZ2h7vMWzcwQI0hvn5tqHh3oSoclf9WgTl+0QqffWFG8MEVZZP1/OBglKZx52Q==} 2094 + '@rollup/rollup-linux-ppc64-gnu@4.55.1': 2095 + resolution: {integrity: sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==} 2096 + cpu: [ppc64] 2097 + os: [linux] 2098 + 2099 + '@rollup/rollup-linux-ppc64-musl@4.55.1': 2100 + resolution: {integrity: sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==} 1891 2101 cpu: [ppc64] 1892 2102 os: [linux] 1893 2103 ··· 1896 2106 cpu: [riscv64] 1897 2107 os: [linux] 1898 2108 1899 - '@rollup/rollup-linux-riscv64-gnu@4.53.5': 1900 - resolution: {integrity: sha512-7OK5/GhxbnrMcxIFoYfhV/TkknarkYC1hqUw1wU2xUN3TVRLNT5FmBv4KkheSG2xZ6IEbRAhTooTV2+R5Tk0lQ==} 2109 + '@rollup/rollup-linux-riscv64-gnu@4.55.1': 2110 + resolution: {integrity: sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==} 1901 2111 cpu: [riscv64] 1902 2112 os: [linux] 1903 2113 ··· 1906 2116 cpu: [riscv64] 1907 2117 os: [linux] 1908 2118 1909 - '@rollup/rollup-linux-riscv64-musl@4.53.5': 1910 - resolution: {integrity: sha512-GwuDBE/PsXaTa76lO5eLJTyr2k8QkPipAyOrs4V/KJufHCZBJ495VCGJol35grx9xryk4V+2zd3Ri+3v7NPh+w==} 2119 + '@rollup/rollup-linux-riscv64-musl@4.55.1': 2120 + resolution: {integrity: sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==} 1911 2121 cpu: [riscv64] 1912 2122 os: [linux] 1913 2123 ··· 1916 2126 cpu: [s390x] 1917 2127 os: [linux] 1918 2128 1919 - '@rollup/rollup-linux-s390x-gnu@4.53.5': 1920 - resolution: {integrity: sha512-IAE1Ziyr1qNfnmiQLHBURAD+eh/zH1pIeJjeShleII7Vj8kyEm2PF77o+lf3WTHDpNJcu4IXJxNO0Zluro8bOw==} 2129 + '@rollup/rollup-linux-s390x-gnu@4.55.1': 2130 + resolution: {integrity: sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==} 1921 2131 cpu: [s390x] 1922 2132 os: [linux] 1923 2133 ··· 1926 2136 cpu: [x64] 1927 2137 os: [linux] 1928 2138 1929 - '@rollup/rollup-linux-x64-gnu@4.53.5': 1930 - resolution: {integrity: sha512-Pg6E+oP7GvZ4XwgRJBuSXZjcqpIW3yCBhK4BcsANvb47qMvAbCjR6E+1a/U2WXz1JJxp9/4Dno3/iSJLcm5auw==} 2139 + '@rollup/rollup-linux-x64-gnu@4.55.1': 2140 + resolution: {integrity: sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==} 1931 2141 cpu: [x64] 1932 2142 os: [linux] 1933 2143 ··· 1936 2146 cpu: [x64] 1937 2147 os: [linux] 1938 2148 1939 - '@rollup/rollup-linux-x64-musl@4.53.5': 1940 - resolution: {integrity: sha512-txGtluxDKTxaMDzUduGP0wdfng24y1rygUMnmlUJ88fzCCULCLn7oE5kb2+tRB+MWq1QDZT6ObT5RrR8HFRKqg==} 2149 + '@rollup/rollup-linux-x64-musl@4.55.1': 2150 + resolution: {integrity: sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==} 1941 2151 cpu: [x64] 1942 2152 os: [linux] 1943 2153 2154 + '@rollup/rollup-openbsd-x64@4.55.1': 2155 + resolution: {integrity: sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==} 2156 + cpu: [x64] 2157 + os: [openbsd] 2158 + 1944 2159 '@rollup/rollup-openharmony-arm64@4.52.5': 1945 2160 resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==} 1946 2161 cpu: [arm64] 1947 2162 os: [openharmony] 1948 2163 1949 - '@rollup/rollup-openharmony-arm64@4.53.5': 1950 - resolution: {integrity: sha512-3DFiLPnTxiOQV993fMc+KO8zXHTcIjgaInrqlG8zDp1TlhYl6WgrOHuJkJQ6M8zHEcntSJsUp1XFZSY8C1DYbg==} 2164 + '@rollup/rollup-openharmony-arm64@4.55.1': 2165 + resolution: {integrity: sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==} 1951 2166 cpu: [arm64] 1952 2167 os: [openharmony] 1953 2168 ··· 1956 2171 cpu: [arm64] 1957 2172 os: [win32] 1958 2173 1959 - '@rollup/rollup-win32-arm64-msvc@4.53.5': 1960 - resolution: {integrity: sha512-nggc/wPpNTgjGg75hu+Q/3i32R00Lq1B6N1DO7MCU340MRKL3WZJMjA9U4K4gzy3dkZPXm9E1Nc81FItBVGRlA==} 2174 + '@rollup/rollup-win32-arm64-msvc@4.55.1': 2175 + resolution: {integrity: sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==} 1961 2176 cpu: [arm64] 1962 2177 os: [win32] 1963 2178 ··· 1966 2181 cpu: [ia32] 1967 2182 os: [win32] 1968 2183 1969 - '@rollup/rollup-win32-ia32-msvc@4.53.5': 1970 - resolution: {integrity: sha512-U/54pTbdQpPLBdEzCT6NBCFAfSZMvmjr0twhnD9f4EIvlm9wy3jjQ38yQj1AGznrNO65EWQMgm/QUjuIVrYF9w==} 2184 + '@rollup/rollup-win32-ia32-msvc@4.55.1': 2185 + resolution: {integrity: sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==} 1971 2186 cpu: [ia32] 1972 2187 os: [win32] 1973 2188 ··· 1976 2191 cpu: [x64] 1977 2192 os: [win32] 1978 2193 1979 - '@rollup/rollup-win32-x64-gnu@4.53.5': 1980 - resolution: {integrity: sha512-2NqKgZSuLH9SXBBV2dWNRCZmocgSOx8OJSdpRaEcRlIfX8YrKxUT6z0F1NpvDVhOsl190UFTRh2F2WDWWCYp3A==} 2194 + '@rollup/rollup-win32-x64-gnu@4.55.1': 2195 + resolution: {integrity: sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==} 1981 2196 cpu: [x64] 1982 2197 os: [win32] 1983 2198 ··· 1986 2201 cpu: [x64] 1987 2202 os: [win32] 1988 2203 1989 - '@rollup/rollup-win32-x64-msvc@4.53.5': 1990 - resolution: {integrity: sha512-JRpZUhCfhZ4keB5v0fe02gQJy05GqboPOaxvjugW04RLSYYoB/9t2lx2u/tMs/Na/1NXfY8QYjgRljRpN+MjTQ==} 2204 + '@rollup/rollup-win32-x64-msvc@4.55.1': 2205 + resolution: {integrity: sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==} 1991 2206 cpu: [x64] 1992 2207 os: [win32] 1993 2208 ··· 2002 2217 resolution: {integrity: sha512-7F/yz2IphV39hiS2zB4QYVkivrptHHh0K8qJJd9HhuWSdvf8AN7NpebW3CcDZDBQsUPMoDKWsY2WWgW7bqOcfA==} 2003 2218 engines: {node: '>=18'} 2004 2219 2005 - '@sindresorhus/is@7.1.1': 2006 - resolution: {integrity: sha512-rO92VvpgMc3kfiTjGT52LEtJ8Yc5kCWhZjLQ3LwlA4pSgPpQO7bVpYXParOD8Jwf+cVQECJo3yP/4I8aZtUQTQ==} 2220 + '@sindresorhus/is@7.2.0': 2221 + resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==} 2007 2222 engines: {node: '>=18'} 2008 2223 2009 2224 '@sindresorhus/merge-streams@4.0.0': 2010 2225 resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} 2011 2226 engines: {node: '>=18'} 2012 2227 2013 - '@speed-highlight/core@1.2.12': 2014 - resolution: {integrity: sha512-uilwrK0Ygyri5dToHYdZSjcvpS2ZwX0w5aSt3GCEN9hrjxWCoeV4Z2DTXuxjwbntaLQIEEAlCeNQss5SoHvAEA==} 2228 + '@speed-highlight/core@1.2.14': 2229 + resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==} 2015 2230 2016 2231 '@speed-highlight/core@1.2.8': 2017 2232 resolution: {integrity: sha512-IGytNtnUnPIobIbOq5Y6LIlqiHNX+vnToQIS7lj6L5819C+rA8TXRDkkG8vePsiBOGcoW9R6i+dp2YBUKdB09Q==} 2018 2233 2019 - '@stylistic/eslint-plugin@5.6.1': 2020 - resolution: {integrity: sha512-JCs+MqoXfXrRPGbGmho/zGS/jMcn3ieKl/A8YImqib76C8kjgZwq5uUFzc30lJkMvcchuRn6/v8IApLxli3Jyw==} 2234 + '@stylistic/eslint-plugin@5.7.0': 2235 + resolution: {integrity: sha512-PsSugIf9ip1H/mWKj4bi/BlEoerxXAda9ByRFsYuwsmr6af9NxJL0AaiNXs8Le7R21QR5KMiD/KdxZZ71LjAxQ==} 2021 2236 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2022 2237 peerDependencies: 2023 2238 eslint: '>=9.0.0' ··· 2040 2255 '@types/node@24.9.1': 2041 2256 resolution: {integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==} 2042 2257 2043 - '@types/node@25.0.3': 2044 - resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==} 2258 + '@types/node@25.0.9': 2259 + resolution: {integrity: sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==} 2045 2260 2046 2261 '@types/parse-path@7.1.0': 2047 2262 resolution: {integrity: sha512-EULJ8LApcVEPbrfND0cRQqutIOdiIgJ1Mgrhpy755r14xMohPTEpkV/k28SJvuOs9bHRFW8x+KeDAEPiGQPB9Q==} ··· 2050 2265 '@types/resolve@1.20.2': 2051 2266 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} 2052 2267 2053 - '@typescript-eslint/eslint-plugin@8.50.0': 2054 - resolution: {integrity: sha512-O7QnmOXYKVtPrfYzMolrCTfkezCJS9+ljLdKW/+DCvRsc3UAz+sbH6Xcsv7p30+0OwUbeWfUDAQE0vpabZ3QLg==} 2268 + '@typescript-eslint/eslint-plugin@8.53.0': 2269 + resolution: {integrity: sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg==} 2055 2270 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2056 2271 peerDependencies: 2057 - '@typescript-eslint/parser': ^8.50.0 2272 + '@typescript-eslint/parser': ^8.53.0 2058 2273 eslint: ^8.57.0 || ^9.0.0 2059 2274 typescript: '>=4.8.4 <6.0.0' 2060 2275 2061 - '@typescript-eslint/parser@8.50.0': 2062 - resolution: {integrity: sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q==} 2276 + '@typescript-eslint/parser@8.53.0': 2277 + resolution: {integrity: sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==} 2063 2278 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2064 2279 peerDependencies: 2065 2280 eslint: ^8.57.0 || ^9.0.0 2066 2281 typescript: '>=4.8.4 <6.0.0' 2067 2282 2068 - '@typescript-eslint/project-service@8.50.0': 2069 - resolution: {integrity: sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ==} 2283 + '@typescript-eslint/project-service@8.53.0': 2284 + resolution: {integrity: sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==} 2070 2285 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2071 2286 peerDependencies: 2072 2287 typescript: '>=4.8.4 <6.0.0' 2073 2288 2074 - '@typescript-eslint/scope-manager@8.50.0': 2075 - resolution: {integrity: sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A==} 2289 + '@typescript-eslint/scope-manager@8.53.0': 2290 + resolution: {integrity: sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==} 2076 2291 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2077 2292 2078 - '@typescript-eslint/tsconfig-utils@8.50.0': 2079 - resolution: {integrity: sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w==} 2293 + '@typescript-eslint/tsconfig-utils@8.53.0': 2294 + resolution: {integrity: sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==} 2080 2295 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2081 2296 peerDependencies: 2082 2297 typescript: '>=4.8.4 <6.0.0' 2083 2298 2084 - '@typescript-eslint/type-utils@8.50.0': 2085 - resolution: {integrity: sha512-7OciHT2lKCewR0mFoBrvZJ4AXTMe/sYOe87289WAViOocEmDjjv8MvIOT2XESuKj9jp8u3SZYUSh89QA4S1kQw==} 2299 + '@typescript-eslint/type-utils@8.53.0': 2300 + resolution: {integrity: sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw==} 2086 2301 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2087 2302 peerDependencies: 2088 2303 eslint: ^8.57.0 || ^9.0.0 2089 2304 typescript: '>=4.8.4 <6.0.0' 2090 2305 2091 - '@typescript-eslint/types@8.50.0': 2092 - resolution: {integrity: sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==} 2306 + '@typescript-eslint/types@8.53.0': 2307 + resolution: {integrity: sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==} 2093 2308 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2094 2309 2095 - '@typescript-eslint/typescript-estree@8.50.0': 2096 - resolution: {integrity: sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ==} 2310 + '@typescript-eslint/typescript-estree@8.53.0': 2311 + resolution: {integrity: sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==} 2097 2312 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2098 2313 peerDependencies: 2099 2314 typescript: '>=4.8.4 <6.0.0' 2100 2315 2101 - '@typescript-eslint/utils@8.50.0': 2102 - resolution: {integrity: sha512-87KgUXET09CRjGCi2Ejxy3PULXna63/bMYv72tCAlDJC3Yqwln0HiFJ3VJMst2+mEtNtZu5oFvX4qJGjKsnAgg==} 2316 + '@typescript-eslint/utils@8.53.0': 2317 + resolution: {integrity: sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==} 2103 2318 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2104 2319 peerDependencies: 2105 2320 eslint: ^8.57.0 || ^9.0.0 2106 2321 typescript: '>=4.8.4 <6.0.0' 2107 2322 2108 - '@typescript-eslint/visitor-keys@8.50.0': 2109 - resolution: {integrity: sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==} 2323 + '@typescript-eslint/visitor-keys@8.53.0': 2324 + resolution: {integrity: sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==} 2110 2325 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2111 2326 2112 2327 '@unhead/vue@2.0.19': 2113 2328 resolution: {integrity: sha512-7BYjHfOaoZ9+ARJkT10Q2TjnTUqDXmMpfakIAsD/hXiuff1oqWg1xeXT5+MomhNcC15HbiABpbbBmITLSHxdKg==} 2329 + peerDependencies: 2330 + vue: '>=3.5.18' 2331 + 2332 + '@unhead/vue@2.1.2': 2333 + resolution: {integrity: sha512-w5yxH/fkkLWAFAOnMSIbvAikNHYn6pgC7zGF/BasXf+K3CO1cYIPFehYAk5jpcsbiNPMc3goyyw1prGLoyD14g==} 2114 2334 peerDependencies: 2115 2335 vue: '>=3.5.18' 2116 2336 ··· 2214 2434 engines: {node: '>=18'} 2215 2435 hasBin: true 2216 2436 2217 - '@vercel/nft@0.30.4': 2218 - resolution: {integrity: sha512-wE6eAGSXScra60N2l6jWvNtVK0m+sh873CpfZW4KI2v8EHuUQp+mSEi4T+IcdPCSEDgCdAS/7bizbhQlkjzrSA==} 2219 - engines: {node: '>=18'} 2437 + '@vercel/nft@1.2.0': 2438 + resolution: {integrity: sha512-68326CAWJmd6P1cUgUmufor5d4ocPbpLxiy9TKG6U/a4aWEx9aC+NIzaDI6GmBZVpt3+MkO3OwnQ2YcgJg12Qw==} 2439 + engines: {node: '>=20'} 2220 2440 hasBin: true 2221 2441 2222 2442 '@vitejs/plugin-vue-jsx@5.1.1': ··· 2226 2446 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2227 2447 vue: ^3.0.0 2228 2448 2229 - '@vitejs/plugin-vue-jsx@5.1.2': 2230 - resolution: {integrity: sha512-3a2BOryRjG/Iih87x87YXz5c8nw27eSlHytvSKYfp8ZIsp5+FgFQoKeA7k2PnqWpjJrv6AoVTMnvmuKUXb771A==} 2449 + '@vitejs/plugin-vue-jsx@5.1.3': 2450 + resolution: {integrity: sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==} 2231 2451 engines: {node: ^20.19.0 || >=22.12.0} 2232 2452 peerDependencies: 2233 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2453 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 2234 2454 vue: ^3.0.0 2235 2455 2236 2456 '@vitejs/plugin-vue@6.0.1': ··· 2282 2502 '@volar/language-core@2.4.23': 2283 2503 resolution: {integrity: sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==} 2284 2504 2285 - '@volar/language-core@2.4.26': 2286 - resolution: {integrity: sha512-hH0SMitMxnB43OZpyF1IFPS9bgb2I3bpCh76m2WEK7BE0A0EzpYsRp0CCH2xNKshr7kacU5TQBLYn4zj7CG60A==} 2505 + '@volar/language-core@2.4.27': 2506 + resolution: {integrity: sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==} 2287 2507 2288 2508 '@volar/source-map@2.4.15': 2289 2509 resolution: {integrity: sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==} ··· 2291 2511 '@volar/source-map@2.4.23': 2292 2512 resolution: {integrity: sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==} 2293 2513 2294 - '@volar/source-map@2.4.26': 2295 - resolution: {integrity: sha512-JJw0Tt/kSFsIRmgTQF4JSt81AUSI1aEye5Zl65EeZ8H35JHnTvFGmpDOBn5iOxd48fyGE+ZvZBp5FcgAy/1Qhw==} 2514 + '@volar/source-map@2.4.27': 2515 + resolution: {integrity: sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==} 2296 2516 2297 2517 '@volar/typescript@2.4.15': 2298 2518 resolution: {integrity: sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==} 2299 2519 2300 - '@volar/typescript@2.4.26': 2301 - resolution: {integrity: sha512-N87ecLD48Sp6zV9zID/5yuS1+5foj0DfuYGdQ6KHj/IbKvyKv1zNX6VCmnKYwtmHadEO6mFc2EKISiu3RDPAvA==} 2520 + '@volar/typescript@2.4.27': 2521 + resolution: {integrity: sha512-eWaYCcl/uAPInSK2Lze6IqVWaBu/itVqR5InXcHXFyles4zO++Mglt3oxdgj75BDcv1Knr9Y93nowS8U3wqhxg==} 2302 2522 2303 2523 '@vue-macros/common@3.0.0-beta.16': 2304 2524 resolution: {integrity: sha512-8O2gWxWFiaoNkk7PGi0+p7NPGe/f8xJ3/INUufvje/RZOs7sJvlI1jnR4lydtRFa/mU0ylMXUXXjSK0fHDEYTA==} ··· 2309 2529 vue: 2310 2530 optional: true 2311 2531 2312 - '@vue-macros/common@3.1.1': 2313 - resolution: {integrity: sha512-afW2DMjgCBVs33mWRlz7YsGHzoEEupnl0DK5ZTKsgziAlLh5syc5m+GM7eqeYrgiQpwMaVxa1fk73caCvPxyAw==} 2532 + '@vue-macros/common@3.1.2': 2533 + resolution: {integrity: sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==} 2314 2534 engines: {node: '>=20.19.0'} 2315 2535 peerDependencies: 2316 2536 vue: ^2.7.0 || ^3.2.25 ··· 2356 2576 '@vue/compiler-core@3.5.24': 2357 2577 resolution: {integrity: sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==} 2358 2578 2359 - '@vue/compiler-core@3.5.25': 2360 - resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==} 2579 + '@vue/compiler-core@3.5.26': 2580 + resolution: {integrity: sha512-vXyI5GMfuoBCnv5ucIT7jhHKl55Y477yxP6fc4eUswjP8FG3FFVFd41eNDArR+Uk3QKn2Z85NavjaxLxOC19/w==} 2361 2581 2362 2582 '@vue/compiler-dom@3.5.22': 2363 2583 resolution: {integrity: sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==} ··· 2365 2585 '@vue/compiler-dom@3.5.24': 2366 2586 resolution: {integrity: sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==} 2367 2587 2368 - '@vue/compiler-dom@3.5.25': 2369 - resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==} 2588 + '@vue/compiler-dom@3.5.26': 2589 + resolution: {integrity: sha512-y1Tcd3eXs834QjswshSilCBnKGeQjQXB6PqFn/1nxcQw4pmG42G8lwz+FZPAZAby6gZeHSt/8LMPfZ4Rb+Bd/A==} 2370 2590 2371 2591 '@vue/compiler-sfc@3.5.22': 2372 2592 resolution: {integrity: sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==} ··· 2374 2594 '@vue/compiler-sfc@3.5.24': 2375 2595 resolution: {integrity: sha512-8EG5YPRgmTB+YxYBM3VXy8zHD9SWHUJLIGPhDovo3Z8VOgvP+O7UP5vl0J4BBPWYD9vxtBabzW1EuEZ+Cqs14g==} 2376 2596 2377 - '@vue/compiler-sfc@3.5.25': 2378 - resolution: {integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==} 2597 + '@vue/compiler-sfc@3.5.26': 2598 + resolution: {integrity: sha512-egp69qDTSEZcf4bGOSsprUr4xI73wfrY5oRs6GSgXFTiHrWj4Y3X5Ydtip9QMqiCMCPVwLglB9GBxXtTadJ3mA==} 2379 2599 2380 2600 '@vue/compiler-ssr@3.5.22': 2381 2601 resolution: {integrity: sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==} ··· 2383 2603 '@vue/compiler-ssr@3.5.24': 2384 2604 resolution: {integrity: sha512-trOvMWNBMQ/odMRHW7Ae1CdfYx+7MuiQu62Jtu36gMLXcaoqKvAyh+P73sYG9ll+6jLB6QPovqoKGGZROzkFFg==} 2385 2605 2386 - '@vue/compiler-ssr@3.5.25': 2387 - resolution: {integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==} 2606 + '@vue/compiler-ssr@3.5.26': 2607 + resolution: {integrity: sha512-lZT9/Y0nSIRUPVvapFJEVDbEXruZh2IYHMk2zTtEgJSlP5gVOqeWXH54xDKAaFS4rTnDeDBQUYDtxKyoW9FwDw==} 2388 2608 2389 2609 '@vue/compiler-vue2@2.7.16': 2390 2610 resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} ··· 2430 2650 typescript: 2431 2651 optional: true 2432 2652 2433 - '@vue/language-core@3.1.8': 2434 - resolution: {integrity: sha512-PfwAW7BLopqaJbneChNL6cUOTL3GL+0l8paYP5shhgY5toBNidWnMXWM+qDwL7MC9+zDtzCF2enT8r6VPu64iw==} 2435 - peerDependencies: 2436 - typescript: '*' 2437 - peerDependenciesMeta: 2438 - typescript: 2439 - optional: true 2653 + '@vue/language-core@3.2.2': 2654 + resolution: {integrity: sha512-5DAuhxsxBN9kbriklh3Q5AMaJhyOCNiQJvCskN9/30XOpdLiqZU9Q+WvjArP17ubdGEyZtBzlIeG5nIjEbNOrQ==} 2440 2655 2441 2656 '@vue/reactivity@3.5.22': 2442 2657 resolution: {integrity: sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==} 2443 2658 2444 - '@vue/reactivity@3.5.25': 2445 - resolution: {integrity: sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==} 2659 + '@vue/reactivity@3.5.26': 2660 + resolution: {integrity: sha512-9EnYB1/DIiUYYnzlnUBgwU32NNvLp/nhxLXeWRhHUEeWNTn1ECxX8aGO7RTXeX6PPcxe3LLuNBFoJbV4QZ+CFQ==} 2446 2661 2447 2662 '@vue/runtime-core@3.5.22': 2448 2663 resolution: {integrity: sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==} 2449 2664 2450 - '@vue/runtime-core@3.5.25': 2451 - resolution: {integrity: sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==} 2665 + '@vue/runtime-core@3.5.26': 2666 + resolution: {integrity: sha512-xJWM9KH1kd201w5DvMDOwDHYhrdPTrAatn56oB/LRG4plEQeZRQLw0Bpwih9KYoqmzaxF0OKSn6swzYi84e1/Q==} 2452 2667 2453 2668 '@vue/runtime-dom@3.5.22': 2454 2669 resolution: {integrity: sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==} 2455 2670 2456 - '@vue/runtime-dom@3.5.25': 2457 - resolution: {integrity: sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==} 2671 + '@vue/runtime-dom@3.5.26': 2672 + resolution: {integrity: sha512-XLLd/+4sPC2ZkN/6+V4O4gjJu6kSDbHAChvsyWgm1oGbdSO3efvGYnm25yCjtFm/K7rrSDvSfPDgN1pHgS4VNQ==} 2458 2673 2459 2674 '@vue/server-renderer@3.5.22': 2460 2675 resolution: {integrity: sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==} 2461 2676 peerDependencies: 2462 2677 vue: 3.5.22 2463 2678 2464 - '@vue/server-renderer@3.5.25': 2465 - resolution: {integrity: sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==} 2679 + '@vue/server-renderer@3.5.26': 2680 + resolution: {integrity: sha512-TYKLXmrwWKSodyVuO1WAubucd+1XlLg4set0YoV+Hu8Lo79mp/YMwWV5mC5FgtsDxX3qo1ONrxFaTP1OQgy1uA==} 2466 2681 peerDependencies: 2467 - vue: 3.5.25 2682 + vue: 3.5.26 2468 2683 2469 2684 '@vue/shared@3.5.22': 2470 2685 resolution: {integrity: sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==} ··· 2472 2687 '@vue/shared@3.5.24': 2473 2688 resolution: {integrity: sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==} 2474 2689 2475 - '@vue/shared@3.5.25': 2476 - resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==} 2690 + '@vue/shared@3.5.26': 2691 + resolution: {integrity: sha512-7Z6/y3uFI5PRoKeorTOSXKcDj0MSasfNNltcslbFrPpcw6aXRUALq4IfJlaTRspiWIUOEZbrpM+iQGmCOiWe4A==} 2477 2692 2478 2693 abbrev@3.0.1: 2479 2694 resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} ··· 2511 2726 alien-signals@3.0.3: 2512 2727 resolution: {integrity: sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==} 2513 2728 2514 - alien-signals@3.1.1: 2515 - resolution: {integrity: sha512-ogkIWbVrLwKtHY6oOAXaYkAxP+cTH7V5FZ5+Tm4NZFd8VDZ6uNMDrfzqctTZ42eTMCSR3ne3otpcxmqSnFfPYA==} 2729 + alien-signals@3.1.2: 2730 + resolution: {integrity: sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==} 2516 2731 2517 2732 ansi-regex@5.0.1: 2518 2733 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} ··· 2615 2830 resolution: {integrity: sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==} 2616 2831 hasBin: true 2617 2832 2618 - baseline-browser-mapping@2.9.8: 2619 - resolution: {integrity: sha512-Y1fOuNDowLfgKOypdc9SPABfoWXuZHBOyCS4cD52IeZBhr4Md6CLLs6atcxVrzRmQ06E7hSlm5bHHApPKR/byA==} 2833 + baseline-browser-mapping@2.9.15: 2834 + resolution: {integrity: sha512-kX8h7K2srmDyYnXRIppo4AH/wYgzWVCs+eKr3RusRSQ5PvRYoEFmR/I0PbdTjKFAoKqp5+kbxnNTFO9jOfSVJg==} 2620 2835 hasBin: true 2621 2836 2622 2837 bindings@1.5.0: ··· 2702 2917 caniuse-lite@1.0.30001754: 2703 2918 resolution: {integrity: sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==} 2704 2919 2705 - caniuse-lite@1.0.30001760: 2706 - resolution: {integrity: sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==} 2920 + caniuse-lite@1.0.30001764: 2921 + resolution: {integrity: sha512-9JGuzl2M+vPL+pz70gtMF9sHdMFbY9FJaQBi186cHKH3pSzDvzoUJUPV6fqiKIMyXbud9ZLg4F3Yza1vJ1+93g==} 2707 2922 2708 2923 chai@5.3.3: 2709 2924 resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==} ··· 2720 2935 resolution: {integrity: sha512-QtC7+r9BxoUm+XDAwhLbz3CgU134J1ytfE3iCpLpA4KFzX2P1e6s21RrWDwUBzfx66b1Rv+6lOA2nS2btprd+A==} 2721 2936 hasBin: true 2722 2937 2723 - check-error@2.1.1: 2724 - resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} 2938 + check-error@2.1.3: 2939 + resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==} 2725 2940 engines: {node: '>= 16'} 2726 2941 2727 2942 chokidar@4.0.3: ··· 2782 2997 2783 2998 comment-parser@1.4.1: 2784 2999 resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} 3000 + engines: {node: '>= 12.0.0'} 3001 + 3002 + comment-parser@1.4.3: 3003 + resolution: {integrity: sha512-qvEp8Hk/uxsIbBe2gnu87CrP2wSFLzG0fIgcxF27DiBlD12Nlyydt91T4KQNiRxfebMxU5QEoWQBNiha+A9I3A==} 2785 3004 engines: {node: '>= 12.0.0'} 2786 3005 2787 3006 commondir@1.0.1: ··· 2862 3081 peerDependencies: 2863 3082 postcss: ^8.0.9 2864 3083 3084 + css-declaration-sorter@7.3.1: 3085 + resolution: {integrity: sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==} 3086 + engines: {node: ^14 || ^16 || >=18} 3087 + peerDependencies: 3088 + postcss: ^8.0.9 3089 + 2865 3090 css-select@5.2.2: 2866 3091 resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} 2867 3092 ··· 3010 3235 devalue@5.4.2: 3011 3236 resolution: {integrity: sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==} 3012 3237 3013 - devalue@5.6.1: 3014 - resolution: {integrity: sha512-jDwizj+IlEZBunHcOuuFVBnIMPAEHvTsJj0BcIp94xYguLRVBcXO853px/MyIJvbVzWdsGvrRweIUWJw8hBP7A==} 3238 + devalue@5.6.2: 3239 + resolution: {integrity: sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==} 3015 3240 3016 3241 diff@8.0.2: 3017 3242 resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==} 3243 + engines: {node: '>=0.3.1'} 3244 + 3245 + diff@8.0.3: 3246 + resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==} 3018 3247 engines: {node: '>=0.3.1'} 3019 3248 3020 3249 dom-serializer@2.0.0: ··· 3071 3300 resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} 3072 3301 engines: {node: '>=0.12'} 3073 3302 3303 + entities@7.0.0: 3304 + resolution: {integrity: sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==} 3305 + engines: {node: '>=0.12'} 3306 + 3074 3307 error-stack-parser-es@1.0.5: 3075 3308 resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} 3076 3309 ··· 3079 3312 3080 3313 es-module-lexer@1.7.0: 3081 3314 resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 3315 + 3316 + es-module-lexer@2.0.0: 3317 + resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} 3082 3318 3083 3319 esbuild@0.25.11: 3084 3320 resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==} ··· 3159 3395 eslint-import-resolver-node: 3160 3396 optional: true 3161 3397 3162 - eslint-plugin-jsdoc@61.5.0: 3163 - resolution: {integrity: sha512-PR81eOGq4S7diVnV9xzFSBE4CDENRQGP0Lckkek8AdHtbj+6Bm0cItwlFnxsLFriJHspiE3mpu8U20eODyToIg==} 3398 + eslint-plugin-jsdoc@61.7.1: 3399 + resolution: {integrity: sha512-36DpldF95MlTX//n3/naULFVt8d1cV4jmSkx7ZKrE9ikkKHAgMLesuWp1SmwpVwAs5ndIM6abKd6PeOYZUgdWg==} 3164 3400 engines: {node: '>=20.11.0'} 3165 3401 peerDependencies: 3166 3402 eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 ··· 3177 3413 peerDependencies: 3178 3414 eslint: '>=9.38.0' 3179 3415 3180 - eslint-plugin-vue@10.6.2: 3181 - resolution: {integrity: sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw==} 3416 + eslint-plugin-vue@10.7.0: 3417 + resolution: {integrity: sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==} 3182 3418 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3183 3419 peerDependencies: 3184 3420 '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 ··· 3209 3445 resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} 3210 3446 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3211 3447 3448 + eslint-visitor-keys@5.0.0: 3449 + resolution: {integrity: sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==} 3450 + engines: {node: ^20.19.0 || ^22.13.0 || >=24} 3451 + 3212 3452 eslint@9.38.0: 3213 3453 resolution: {integrity: sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==} 3214 3454 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 3233 3473 resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} 3234 3474 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3235 3475 3476 + espree@11.0.0: 3477 + resolution: {integrity: sha512-+gMeWRrIh/NsG+3NaLeWHuyeyk70p2tbvZIWBYcqQ4/7Xvars6GYTZNhF1sIeLcc6Wb11He5ffz3hsHyXFrw5A==} 3478 + engines: {node: ^20.19.0 || ^22.13.0 || >=24} 3479 + 3236 3480 esquery@1.6.0: 3237 3481 resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} 3482 + engines: {node: '>=0.10'} 3483 + 3484 + esquery@1.7.0: 3485 + resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} 3238 3486 engines: {node: '>=0.10'} 3239 3487 3240 3488 esrecurse@4.3.0: ··· 3311 3559 fast-npm-meta@0.4.7: 3312 3560 resolution: {integrity: sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==} 3313 3561 3314 - fastq@1.19.1: 3315 - resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} 3562 + fastq@1.20.1: 3563 + resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} 3316 3564 3317 3565 fdir@6.5.0: 3318 3566 resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} ··· 3430 3678 resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} 3431 3679 hasBin: true 3432 3680 3681 + glob@13.0.0: 3682 + resolution: {integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==} 3683 + engines: {node: 20 || >=22} 3684 + 3433 3685 global-directory@4.0.1: 3434 3686 resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} 3435 3687 engines: {node: '>=18'} ··· 3446 3698 resolution: {integrity: sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==} 3447 3699 engines: {node: '>=20'} 3448 3700 3701 + globby@16.1.0: 3702 + resolution: {integrity: sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==} 3703 + engines: {node: '>=20'} 3704 + 3449 3705 graceful-fs@4.2.11: 3450 3706 resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 3451 3707 ··· 3456 3712 h3@1.15.4: 3457 3713 resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} 3458 3714 3715 + h3@1.15.5: 3716 + resolution: {integrity: sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==} 3717 + 3718 + h3@2.0.1-rc.8: 3719 + resolution: {integrity: sha512-IIMQG7qnXx1Ls75suuMHH4xtcvTFxsUguDIZB+dgdYr1RftLj59FkeWF1dOr+jnejDs8Eo+ZKV1CMqogFeqGRQ==} 3720 + engines: {node: '>=20.11.1'} 3721 + peerDependencies: 3722 + crossws: ^0.4.1 3723 + peerDependenciesMeta: 3724 + crossws: 3725 + optional: true 3726 + 3459 3727 has-flag@4.0.0: 3460 3728 resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 3461 3729 engines: {node: '>=8'} ··· 3470 3738 3471 3739 hookable@5.5.3: 3472 3740 resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} 3741 + 3742 + hookable@6.0.1: 3743 + resolution: {integrity: sha512-uKGyY8BuzN/a5gvzvA+3FVWo0+wUjgtfSdnmjtrOVwQCZPHpHDH2WRO3VZSOeluYrHoDCiXFffZXs8Dj1ULWtw==} 3473 3744 3474 3745 html-entities@2.6.0: 3475 3746 resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==} ··· 3541 3812 resolution: {integrity: sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==} 3542 3813 engines: {node: '>=12.22.0'} 3543 3814 3815 + ioredis@5.9.2: 3816 + resolution: {integrity: sha512-tAAg/72/VxOUW7RQSX1pIxJVucYKcjFjfvj60L57jrZpYCHC3XN0WCQ3sNYL4Gmvv+7GPvTAjc+KSdeNuE8oWQ==} 3817 + engines: {node: '>=12.22.0'} 3818 + 3544 3819 iron-webcrypto@1.2.1: 3545 3820 resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} 3546 3821 ··· 3675 3950 resolution: {integrity: sha512-iZ8Bdb84lWRuGHamRXFyML07r21pcwBrLkHEuHgEY5UbCouBwv7ECknDRKzsQIXMiqpPymqtIf8TC/shYKB5rw==} 3676 3951 engines: {node: '>=12.0.0'} 3677 3952 3678 - jsdoc-type-pratt-parser@6.10.0: 3679 - resolution: {integrity: sha512-+LexoTRyYui5iOhJGn13N9ZazL23nAHGkXsa1p/C8yeq79WRfLBag6ZZ0FQG2aRoc9yfo59JT9EYCQonOkHKkQ==} 3953 + jsdoc-type-pratt-parser@7.0.0: 3954 + resolution: {integrity: sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==} 3680 3955 engines: {node: '>=20.0.0'} 3681 3956 3682 3957 jsesc@3.1.0: ··· 3773 4048 lru-cache@10.4.3: 3774 4049 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 3775 4050 4051 + lru-cache@11.2.4: 4052 + resolution: {integrity: sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==} 4053 + engines: {node: 20 || >=22} 4054 + 3776 4055 lru-cache@5.1.1: 3777 4056 resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} 3778 4057 ··· 3929 4208 xml2js: 3930 4209 optional: true 3931 4210 3932 - nitropack@2.12.9: 3933 - resolution: {integrity: sha512-t6qqNBn2UDGMWogQuORjbL2UPevB8PvIPsPHmqvWpeGOlPr4P8Oc5oA8t3wFwGmaolM2M/s2SwT23nx9yARmOg==} 4211 + nitropack@2.13.1: 4212 + resolution: {integrity: sha512-2dDj89C4wC2uzG7guF3CnyG+zwkZosPEp7FFBGHB3AJo11AywOolWhyQJFHDzve8COvGxJaqscye9wW2IrUsNw==} 3934 4213 engines: {node: ^20.19.0 || >=22.12.0} 3935 4214 hasBin: true 3936 4215 peerDependencies: ··· 4172 4451 path-scurry@1.11.1: 4173 4452 resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} 4174 4453 engines: {node: '>=16 || 14 >=14.18'} 4454 + 4455 + path-scurry@2.0.1: 4456 + resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==} 4457 + engines: {node: 20 || >=22} 4175 4458 4176 4459 path-type@6.0.0: 4177 4460 resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} ··· 4586 4869 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 4587 4870 hasBin: true 4588 4871 4589 - rollup@4.53.5: 4590 - resolution: {integrity: sha512-iTNAbFSlRpcHeeWu73ywU/8KuU/LZmNCSxp6fjQkJBD3ivUb8tpDrXhIxEzA05HlYMEwmtaUnb3RP+YNv162OQ==} 4872 + rollup@4.55.1: 4873 + resolution: {integrity: sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==} 4591 4874 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 4592 4875 hasBin: true 4593 4876 4877 + rou3@0.7.12: 4878 + resolution: {integrity: sha512-iFE4hLDuloSWcD7mjdCDhx2bKcIsYbtOTpfH5MHHLSKMOUyjqQXTeZVa289uuwEGEKFoE/BAPbhaU4B774nceg==} 4879 + 4594 4880 run-applescript@7.1.0: 4595 4881 resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==} 4596 4882 engines: {node: '>=18'} ··· 4607 4893 safer-buffer@2.1.2: 4608 4894 resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} 4609 4895 4610 - sax@1.4.3: 4611 - resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==} 4896 + sax@1.4.4: 4897 + resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} 4898 + engines: {node: '>=11.0.0'} 4612 4899 4613 4900 scslre@0.3.0: 4614 4901 resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==} ··· 4637 4924 serialize-javascript@6.0.2: 4638 4925 resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} 4639 4926 4640 - seroval@1.4.0: 4641 - resolution: {integrity: sha512-BdrNXdzlofomLTiRnwJTSEAaGKyHHZkbMXIywOh7zlzp4uZnXErEwl9XZ+N1hJSNpeTtNxWvVwN0wUzAIQ4Hpg==} 4927 + seroval@1.4.2: 4928 + resolution: {integrity: sha512-N3HEHRCZYn3cQbsC4B5ldj9j+tHdf4JZoYPlcI4rRYu0Xy4qN8MQf1Z08EibzB0WpgRG5BGK08FTrmM66eSzKQ==} 4642 4929 engines: {node: '>=10'} 4643 4930 4644 4931 serve-placeholder@2.0.2: ··· 4722 5009 resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} 4723 5010 engines: {node: '>=0.10.0'} 4724 5011 4725 - srvx@0.8.16: 4726 - resolution: {integrity: sha512-hmcGW4CgroeSmzgF1Ihwgl+Ths0JqAJ7HwjP2X7e3JzY7u4IydLMcdnlqGQiQGUswz+PO9oh/KtCpOISIvs9QQ==} 5012 + srvx@0.10.0: 5013 + resolution: {integrity: sha512-NqIsR+wQCfkvvwczBh8J8uM4wTZx41K2lLSEp/3oMp917ODVVMtW5Me4epCmQ3gH8D+0b+/t4xxkUKutyhimTA==} 4727 5014 engines: {node: '>=20.16.0'} 4728 5015 hasBin: true 4729 5016 4730 - srvx@0.9.8: 4731 - resolution: {integrity: sha512-RZaxTKJEE/14HYn8COLuUOJAt0U55N9l1Xf6jj+T0GoA01EUH1Xz5JtSUOI+EHn+AEgPCVn7gk6jHJffrr06fQ==} 5017 + srvx@0.8.16: 5018 + resolution: {integrity: sha512-hmcGW4CgroeSmzgF1Ihwgl+Ths0JqAJ7HwjP2X7e3JzY7u4IydLMcdnlqGQiQGUswz+PO9oh/KtCpOISIvs9QQ==} 4732 5019 engines: {node: '>=20.16.0'} 4733 5020 hasBin: true 4734 5021 ··· 4842 5129 resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} 4843 5130 engines: {node: '>=18'} 4844 5131 5132 + tar@7.5.3: 5133 + resolution: {integrity: sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==} 5134 + engines: {node: '>=18'} 5135 + 4845 5136 terser@5.44.0: 4846 5137 resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==} 4847 5138 engines: {node: '>=10'} ··· 4849 5140 4850 5141 terser@5.44.1: 4851 5142 resolution: {integrity: sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==} 5143 + engines: {node: '>=10'} 5144 + hasBin: true 5145 + 5146 + terser@5.46.0: 5147 + resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==} 4852 5148 engines: {node: '>=10'} 4853 5149 hasBin: true 4854 5150 ··· 4906 5202 tr46@0.0.3: 4907 5203 resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} 4908 5204 4909 - ts-api-utils@2.1.0: 4910 - resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} 5205 + ts-api-utils@2.4.0: 5206 + resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} 4911 5207 engines: {node: '>=18.12'} 4912 5208 peerDependencies: 4913 5209 typescript: '>=4.8.4' ··· 4929 5225 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 4930 5226 engines: {node: '>= 0.8.0'} 4931 5227 4932 - type-fest@5.3.1: 4933 - resolution: {integrity: sha512-VCn+LMHbd4t6sF3wfU/+HKT63C9OoyrSIf4b+vtWHpt2U7/4InZG467YDNMFMR70DdHjAdpPWmw2lzRdg0Xqqg==} 5228 + type-fest@5.4.1: 5229 + resolution: {integrity: sha512-xygQcmneDyzsEuKZrFbRMne5HDqMs++aFzefrJTgEIKjQ3rekM+RPfFCVq2Gp1VIDqddoYeppCj4Pcb+RZW0GQ==} 4934 5230 engines: {node: '>=20'} 4935 5231 4936 5232 type-level-regexp@0.1.17: ··· 4943 5239 4944 5240 ufo@1.6.1: 4945 5241 resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} 5242 + 5243 + ufo@1.6.3: 5244 + resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==} 4946 5245 4947 5246 ultrahtml@1.6.0: 4948 5247 resolution: {integrity: sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==} ··· 4984 5283 unhead@2.0.19: 4985 5284 resolution: {integrity: sha512-gEEjkV11Aj+rBnY6wnRfsFtF2RxKOLaPN4i+Gx3UhBxnszvV6ApSNZbGk7WKyy/lErQ6ekPN63qdFL7sa1leow==} 4986 5285 5286 + unhead@2.1.2: 5287 + resolution: {integrity: sha512-vSihrxyb+zsEUfEbraZBCjdE0p/WSoc2NGDrpwwSNAwuPxhYK1nH3eegf02IENLpn1sUhL8IoO84JWmRQ6tILA==} 5288 + 4987 5289 unicorn-magic@0.3.0: 4988 5290 resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} 4989 5291 engines: {node: '>=18'} 5292 + 5293 + unicorn-magic@0.4.0: 5294 + resolution: {integrity: sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==} 5295 + engines: {node: '>=20'} 4990 5296 4991 5297 unimport@5.5.0: 4992 5298 resolution: {integrity: sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==} ··· 5013 5319 vue-router: 5014 5320 optional: true 5015 5321 5016 - unplugin-vue-router@0.19.1: 5017 - resolution: {integrity: sha512-LJVRzfxS4j34K4sx4pggzhqpfAtXNZ6mLLRHvlSbDw11lWKLluuLXRbSWLXfiVj4RHeNHXu/+XxsGX65Ogu07Q==} 5322 + unplugin-vue-router@0.19.2: 5323 + resolution: {integrity: sha512-u5dgLBarxE5cyDK/hzJGfpCTLIAyiTXGlo85COuD4Nssj6G7NxS+i9mhCWz/1p/ud1eMwdcUbTXehQe41jYZUA==} 5018 5324 peerDependencies: 5019 5325 '@vue/compiler-sfc': ^3.5.17 5020 5326 vue-router: ^4.6.0 ··· 5095 5401 uploadthing: 5096 5402 optional: true 5097 5403 5098 - unstorage@1.17.3: 5099 - resolution: {integrity: sha512-i+JYyy0DoKmQ3FximTHbGadmIYb8JEpq7lxUjnjeB702bCPum0vzo6oy5Mfu0lpqISw7hCyMW2yj4nWC8bqJ3Q==} 5404 + unstorage@1.17.4: 5405 + resolution: {integrity: sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==} 5100 5406 peerDependencies: 5101 5407 '@azure/app-configuration': ^1.8.0 5102 5408 '@azure/cosmos': ^4.2.0 ··· 5104 5410 '@azure/identity': ^4.6.0 5105 5411 '@azure/keyvault-secrets': ^4.9.0 5106 5412 '@azure/storage-blob': ^12.26.0 5107 - '@capacitor/preferences': ^6.0.3 || ^7.0.0 5413 + '@capacitor/preferences': ^6 || ^7 || ^8 5108 5414 '@deno/kv': '>=0.9.0' 5109 5415 '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 5110 5416 '@planetscale/database': ^1.19.0 5111 5417 '@upstash/redis': ^1.34.3 5112 5418 '@vercel/blob': '>=0.27.1' 5113 5419 '@vercel/functions': ^2.2.12 || ^3.0.0 5114 - '@vercel/kv': ^1.0.1 5420 + '@vercel/kv': ^1 || ^2 || ^3 5115 5421 aws4fetch: ^1.0.20 5116 5422 db0: '>=0.2.1' 5117 5423 idb-keyval: ^6.2.1 ··· 5168 5474 unwasm@0.3.11: 5169 5475 resolution: {integrity: sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==} 5170 5476 5477 + unwasm@0.5.3: 5478 + resolution: {integrity: sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==} 5479 + 5171 5480 update-browserslist-db@1.1.4: 5172 5481 resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==} 5173 5482 hasBin: true ··· 5204 5513 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 5205 5514 hasBin: true 5206 5515 5207 - vite-node@5.2.0: 5208 - resolution: {integrity: sha512-7UT39YxUukIA97zWPXUGb0SGSiLexEGlavMwU3HDE6+d/HJhKLjLqu4eX2qv6SQiocdhKLRcusroDwXHQ6CnRQ==} 5516 + vite-node@5.3.0: 5517 + resolution: {integrity: sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==} 5209 5518 engines: {node: ^20.19.0 || >=22.12.0} 5210 5519 hasBin: true 5211 5520 ··· 5345 5654 yaml: 5346 5655 optional: true 5347 5656 5348 - vite@7.3.0: 5349 - resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==} 5657 + vite@7.3.1: 5658 + resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} 5350 5659 engines: {node: ^20.19.0 || >=22.12.0} 5351 5660 hasBin: true 5352 5661 peerDependencies: ··· 5455 5764 peerDependencies: 5456 5765 typescript: '>=5.0.0' 5457 5766 5458 - vue-tsc@3.1.8: 5459 - resolution: {integrity: sha512-deKgwx6exIHeZwF601P1ktZKNF0bepaSN4jBU3AsbldPx9gylUc1JDxYppl82yxgkAgaz0Y0LCLOi+cXe9HMYA==} 5767 + vue-tsc@3.2.2: 5768 + resolution: {integrity: sha512-r9YSia/VgGwmbbfC06hDdAatH634XJ9nVl6Zrnz1iK4ucp8Wu78kawplXnIDa3MSu1XdQQePTHLXYwPDWn+nyQ==} 5460 5769 hasBin: true 5461 5770 peerDependencies: 5462 5771 typescript: '>=5.0.0' ··· 5469 5778 typescript: 5470 5779 optional: true 5471 5780 5472 - vue@3.5.25: 5473 - resolution: {integrity: sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==} 5781 + vue@3.5.26: 5782 + resolution: {integrity: sha512-SJ/NTccVyAoNUJmkM9KUqPcYlY+u8OVL1X5EW9RIs3ch5H2uERxyyIUI4MRxVCSOiEcupX9xNGde1tL9ZKpimA==} 5474 5783 peerDependencies: 5475 5784 typescript: '*' 5476 5785 peerDependenciesMeta: ··· 5528 5837 utf-8-validate: 5529 5838 optional: true 5530 5839 5840 + ws@8.19.0: 5841 + resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==} 5842 + engines: {node: '>=10.0.0'} 5843 + peerDependencies: 5844 + bufferutil: ^4.0.1 5845 + utf-8-validate: '>=5.0.2' 5846 + peerDependenciesMeta: 5847 + bufferutil: 5848 + optional: true 5849 + utf-8-validate: 5850 + optional: true 5851 + 5531 5852 wsl-utils@0.1.0: 5532 5853 resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==} 5533 5854 engines: {node: '>=18'} ··· 5599 5920 js-tokens: 4.0.0 5600 5921 picocolors: 1.1.1 5601 5922 5923 + '@babel/code-frame@7.28.6': 5924 + dependencies: 5925 + '@babel/helper-validator-identifier': 7.28.5 5926 + js-tokens: 4.0.0 5927 + picocolors: 1.1.1 5928 + 5602 5929 '@babel/compat-data@7.28.5': {} 5930 + 5931 + '@babel/compat-data@7.28.6': {} 5603 5932 5604 5933 '@babel/core@7.28.5': 5605 5934 dependencies: ··· 5621 5950 transitivePeerDependencies: 5622 5951 - supports-color 5623 5952 5953 + '@babel/core@7.28.6': 5954 + dependencies: 5955 + '@babel/code-frame': 7.28.6 5956 + '@babel/generator': 7.28.6 5957 + '@babel/helper-compilation-targets': 7.28.6 5958 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6) 5959 + '@babel/helpers': 7.28.6 5960 + '@babel/parser': 7.28.6 5961 + '@babel/template': 7.28.6 5962 + '@babel/traverse': 7.28.6 5963 + '@babel/types': 7.28.6 5964 + '@jridgewell/remapping': 2.3.5 5965 + convert-source-map: 2.0.0 5966 + debug: 4.4.3 5967 + gensync: 1.0.0-beta.2 5968 + json5: 2.2.3 5969 + semver: 6.3.1 5970 + transitivePeerDependencies: 5971 + - supports-color 5972 + 5624 5973 '@babel/generator@7.28.5': 5625 5974 dependencies: 5626 5975 '@babel/parser': 7.28.5 5627 5976 '@babel/types': 7.28.5 5977 + '@jridgewell/gen-mapping': 0.3.13 5978 + '@jridgewell/trace-mapping': 0.3.31 5979 + jsesc: 3.1.0 5980 + 5981 + '@babel/generator@7.28.6': 5982 + dependencies: 5983 + '@babel/parser': 7.28.6 5984 + '@babel/types': 7.28.6 5628 5985 '@jridgewell/gen-mapping': 0.3.13 5629 5986 '@jridgewell/trace-mapping': 0.3.31 5630 5987 jsesc: 3.1.0 5631 5988 5632 5989 '@babel/helper-annotate-as-pure@7.27.3': 5633 5990 dependencies: 5634 - '@babel/types': 7.28.5 5991 + '@babel/types': 7.28.6 5635 5992 5636 5993 '@babel/helper-compilation-targets@7.27.2': 5637 5994 dependencies: ··· 5641 5998 lru-cache: 5.1.1 5642 5999 semver: 6.3.1 5643 6000 6001 + '@babel/helper-compilation-targets@7.28.6': 6002 + dependencies: 6003 + '@babel/compat-data': 7.28.6 6004 + '@babel/helper-validator-option': 7.27.1 6005 + browserslist: 4.28.1 6006 + lru-cache: 5.1.1 6007 + semver: 6.3.1 6008 + 5644 6009 '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)': 5645 6010 dependencies: 5646 6011 '@babel/core': 7.28.5 ··· 5654 6019 transitivePeerDependencies: 5655 6020 - supports-color 5656 6021 6022 + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.6)': 6023 + dependencies: 6024 + '@babel/core': 7.28.6 6025 + '@babel/helper-annotate-as-pure': 7.27.3 6026 + '@babel/helper-member-expression-to-functions': 7.28.5 6027 + '@babel/helper-optimise-call-expression': 7.27.1 6028 + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6) 6029 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 6030 + '@babel/traverse': 7.28.6 6031 + semver: 6.3.1 6032 + transitivePeerDependencies: 6033 + - supports-color 6034 + 5657 6035 '@babel/helper-globals@7.28.0': {} 5658 6036 5659 6037 '@babel/helper-member-expression-to-functions@7.28.5': 5660 6038 dependencies: 5661 - '@babel/traverse': 7.28.5 5662 - '@babel/types': 7.28.5 6039 + '@babel/traverse': 7.28.6 6040 + '@babel/types': 7.28.6 5663 6041 transitivePeerDependencies: 5664 6042 - supports-color 5665 6043 ··· 5670 6048 transitivePeerDependencies: 5671 6049 - supports-color 5672 6050 6051 + '@babel/helper-module-imports@7.28.6': 6052 + dependencies: 6053 + '@babel/traverse': 7.28.6 6054 + '@babel/types': 7.28.6 6055 + transitivePeerDependencies: 6056 + - supports-color 6057 + 5673 6058 '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': 5674 6059 dependencies: 5675 6060 '@babel/core': 7.28.5 ··· 5679 6064 transitivePeerDependencies: 5680 6065 - supports-color 5681 6066 6067 + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)': 6068 + dependencies: 6069 + '@babel/core': 7.28.6 6070 + '@babel/helper-module-imports': 7.28.6 6071 + '@babel/helper-validator-identifier': 7.28.5 6072 + '@babel/traverse': 7.28.6 6073 + transitivePeerDependencies: 6074 + - supports-color 6075 + 5682 6076 '@babel/helper-optimise-call-expression@7.27.1': 5683 6077 dependencies: 5684 - '@babel/types': 7.28.5 6078 + '@babel/types': 7.28.6 5685 6079 5686 6080 '@babel/helper-plugin-utils@7.27.1': {} 6081 + 6082 + '@babel/helper-plugin-utils@7.28.6': {} 5687 6083 5688 6084 '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)': 5689 6085 dependencies: ··· 5694 6090 transitivePeerDependencies: 5695 6091 - supports-color 5696 6092 6093 + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.6)': 6094 + dependencies: 6095 + '@babel/core': 7.28.6 6096 + '@babel/helper-member-expression-to-functions': 7.28.5 6097 + '@babel/helper-optimise-call-expression': 7.27.1 6098 + '@babel/traverse': 7.28.6 6099 + transitivePeerDependencies: 6100 + - supports-color 6101 + 5697 6102 '@babel/helper-skip-transparent-expression-wrappers@7.27.1': 5698 6103 dependencies: 5699 - '@babel/traverse': 7.28.5 5700 - '@babel/types': 7.28.5 6104 + '@babel/traverse': 7.28.6 6105 + '@babel/types': 7.28.6 5701 6106 transitivePeerDependencies: 5702 6107 - supports-color 5703 6108 ··· 5712 6117 '@babel/template': 7.27.2 5713 6118 '@babel/types': 7.28.5 5714 6119 6120 + '@babel/helpers@7.28.6': 6121 + dependencies: 6122 + '@babel/template': 7.28.6 6123 + '@babel/types': 7.28.6 6124 + 5715 6125 '@babel/parser@7.28.5': 5716 6126 dependencies: 5717 6127 '@babel/types': 7.28.5 5718 6128 6129 + '@babel/parser@7.28.6': 6130 + dependencies: 6131 + '@babel/types': 7.28.6 6132 + 5719 6133 '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)': 5720 6134 dependencies: 5721 6135 '@babel/core': 7.28.5 5722 6136 '@babel/helper-plugin-utils': 7.27.1 5723 6137 6138 + '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.28.6)': 6139 + dependencies: 6140 + '@babel/core': 7.28.6 6141 + '@babel/helper-plugin-utils': 7.28.6 6142 + 5724 6143 '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)': 5725 6144 dependencies: 5726 6145 '@babel/core': 7.28.5 5727 6146 '@babel/helper-plugin-utils': 7.27.1 5728 6147 6148 + '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.28.6)': 6149 + dependencies: 6150 + '@babel/core': 7.28.6 6151 + '@babel/helper-plugin-utils': 7.28.6 6152 + 5729 6153 '@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5)': 5730 6154 dependencies: 5731 6155 '@babel/core': 7.28.5 ··· 5737 6161 transitivePeerDependencies: 5738 6162 - supports-color 5739 6163 6164 + '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.28.6)': 6165 + dependencies: 6166 + '@babel/core': 7.28.6 6167 + '@babel/helper-annotate-as-pure': 7.27.3 6168 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6) 6169 + '@babel/helper-plugin-utils': 7.28.6 6170 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 6171 + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6) 6172 + transitivePeerDependencies: 6173 + - supports-color 6174 + 5740 6175 '@babel/template@7.27.2': 5741 6176 dependencies: 5742 6177 '@babel/code-frame': 7.27.1 5743 6178 '@babel/parser': 7.28.5 5744 6179 '@babel/types': 7.28.5 5745 6180 6181 + '@babel/template@7.28.6': 6182 + dependencies: 6183 + '@babel/code-frame': 7.28.6 6184 + '@babel/parser': 7.28.6 6185 + '@babel/types': 7.28.6 6186 + 5746 6187 '@babel/traverse@7.28.5': 5747 6188 dependencies: 5748 6189 '@babel/code-frame': 7.27.1 ··· 5755 6196 transitivePeerDependencies: 5756 6197 - supports-color 5757 6198 6199 + '@babel/traverse@7.28.6': 6200 + dependencies: 6201 + '@babel/code-frame': 7.28.6 6202 + '@babel/generator': 7.28.6 6203 + '@babel/helper-globals': 7.28.0 6204 + '@babel/parser': 7.28.6 6205 + '@babel/template': 7.28.6 6206 + '@babel/types': 7.28.6 6207 + debug: 4.4.3 6208 + transitivePeerDependencies: 6209 + - supports-color 6210 + 5758 6211 '@babel/types@7.28.5': 5759 6212 dependencies: 5760 6213 '@babel/helper-string-parser': 7.27.1 5761 6214 '@babel/helper-validator-identifier': 7.28.5 5762 6215 5763 - '@bomb.sh/tab@0.0.9(cac@6.7.14)(citty@0.1.6)': 6216 + '@babel/types@7.28.6': 6217 + dependencies: 6218 + '@babel/helper-string-parser': 7.27.1 6219 + '@babel/helper-validator-identifier': 7.28.5 6220 + 6221 + '@bomb.sh/tab@0.0.11(cac@6.7.14)(citty@0.1.6)': 5764 6222 optionalDependencies: 5765 6223 cac: 6.7.14 5766 6224 citty: 0.1.6 ··· 5781 6239 picocolors: 1.1.1 5782 6240 sisteransi: 1.0.5 5783 6241 5784 - '@clack/prompts@1.0.0-alpha.7': 6242 + '@clack/prompts@1.0.0-alpha.9': 5785 6243 dependencies: 5786 6244 '@clack/core': 1.0.0-alpha.7 5787 6245 picocolors: 1.1.1 ··· 5791 6249 dependencies: 5792 6250 mime: 3.0.0 5793 6251 5794 - '@cloudflare/kv-asset-handler@0.4.1': 5795 - dependencies: 5796 - mime: 3.0.0 6252 + '@cloudflare/kv-asset-handler@0.4.2': {} 5797 6253 5798 6254 '@dxup/nuxt@0.2.2(magicast@0.5.1)': 5799 6255 dependencies: ··· 5813 6269 tslib: 2.8.1 5814 6270 optional: true 5815 6271 6272 + '@emnapi/core@1.8.1': 6273 + dependencies: 6274 + '@emnapi/wasi-threads': 1.1.0 6275 + tslib: 2.8.1 6276 + optional: true 6277 + 5816 6278 '@emnapi/runtime@1.7.1': 6279 + dependencies: 6280 + tslib: 2.8.1 6281 + optional: true 6282 + 6283 + '@emnapi/runtime@1.8.1': 5817 6284 dependencies: 5818 6285 tslib: 2.8.1 5819 6286 optional: true ··· 5823 6290 tslib: 2.8.1 5824 6291 optional: true 5825 6292 5826 - '@es-joy/jsdoccomment@0.76.0': 6293 + '@es-joy/jsdoccomment@0.78.0': 5827 6294 dependencies: 5828 6295 '@types/estree': 1.0.8 5829 - '@typescript-eslint/types': 8.50.0 6296 + '@typescript-eslint/types': 8.53.0 5830 6297 comment-parser: 1.4.1 5831 - esquery: 1.6.0 5832 - jsdoc-type-pratt-parser: 6.10.0 6298 + esquery: 1.7.0 6299 + jsdoc-type-pratt-parser: 7.0.0 5833 6300 5834 6301 '@es-joy/resolve.exports@1.2.0': {} 5835 6302 ··· 6073 6540 eslint-visitor-keys: 3.4.3 6074 6541 optional: true 6075 6542 6076 - '@eslint-community/eslint-utils@4.9.0(eslint@9.39.2(jiti@2.6.1))': 6543 + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))': 6077 6544 dependencies: 6078 6545 eslint: 9.39.2(jiti@2.6.1) 6079 6546 eslint-visitor-keys: 3.4.3 ··· 6161 6628 6162 6629 '@ioredis/commands@1.4.0': {} 6163 6630 6631 + '@ioredis/commands@1.5.0': {} 6632 + 6164 6633 '@isaacs/balanced-match@4.0.1': {} 6165 6634 6166 6635 '@isaacs/brace-expansion@5.0.0': ··· 6233 6702 node-fetch: 2.7.0 6234 6703 nopt: 8.1.0 6235 6704 semver: 7.7.3 6236 - tar: 7.5.2 6705 + tar: 7.5.3 6237 6706 transitivePeerDependencies: 6238 6707 - encoding 6239 6708 - supports-color 6240 6709 6241 6710 '@napi-rs/wasm-runtime@0.2.12': 6242 6711 dependencies: 6243 - '@emnapi/core': 1.7.1 6244 - '@emnapi/runtime': 1.7.1 6712 + '@emnapi/core': 1.8.1 6713 + '@emnapi/runtime': 1.8.1 6245 6714 '@tybys/wasm-util': 0.10.1 6246 6715 optional: true 6247 6716 ··· 6252 6721 '@tybys/wasm-util': 0.10.1 6253 6722 optional: true 6254 6723 6255 - '@napi-rs/wasm-runtime@1.1.0': 6724 + '@napi-rs/wasm-runtime@1.1.1': 6256 6725 dependencies: 6257 - '@emnapi/core': 1.7.1 6258 - '@emnapi/runtime': 1.7.1 6726 + '@emnapi/core': 1.8.1 6727 + '@emnapi/runtime': 1.8.1 6259 6728 '@tybys/wasm-util': 0.10.1 6260 6729 optional: true 6261 6730 ··· 6269 6738 '@nodelib/fs.walk@1.2.8': 6270 6739 dependencies: 6271 6740 '@nodelib/fs.scandir': 2.1.5 6272 - fastq: 1.19.1 6741 + fastq: 1.20.1 6273 6742 6274 6743 '@nuxt/cli@3.29.3(magicast@0.3.5)': 6275 6744 dependencies: ··· 6303 6772 transitivePeerDependencies: 6304 6773 - magicast 6305 6774 6306 - '@nuxt/cli@3.31.2(cac@6.7.14)(magicast@0.5.1)': 6775 + '@nuxt/cli@3.32.0(cac@6.7.14)(magicast@0.5.1)': 6307 6776 dependencies: 6308 - '@bomb.sh/tab': 0.0.9(cac@6.7.14)(citty@0.1.6) 6309 - '@clack/prompts': 1.0.0-alpha.7 6777 + '@bomb.sh/tab': 0.0.11(cac@6.7.14)(citty@0.1.6) 6778 + '@clack/prompts': 1.0.0-alpha.9 6310 6779 c12: 3.3.3(magicast@0.5.1) 6311 6780 citty: 0.1.6 6312 6781 confbox: 0.2.2 ··· 6327 6796 pkg-types: 2.3.0 6328 6797 scule: 1.3.0 6329 6798 semver: 7.7.3 6330 - srvx: 0.9.8 6799 + srvx: 0.10.0 6331 6800 std-env: 3.10.0 6332 6801 tinyexec: 1.0.2 6333 - ufo: 1.6.1 6802 + ufo: 1.6.3 6334 6803 youch: 4.1.0-beta.13 6335 6804 transitivePeerDependencies: 6336 6805 - cac ··· 6348 6817 transitivePeerDependencies: 6349 6818 - magicast 6350 6819 6351 - '@nuxt/devtools-kit@3.1.1(magicast@0.5.1)(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))': 6820 + '@nuxt/devtools-kit@3.1.1(magicast@0.5.1)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': 6352 6821 dependencies: 6353 6822 '@nuxt/kit': 4.2.2(magicast@0.5.1) 6354 6823 execa: 8.0.1 6355 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6824 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 6356 6825 transitivePeerDependencies: 6357 6826 - magicast 6358 6827 ··· 6370 6839 '@nuxt/devtools-wizard@3.1.1': 6371 6840 dependencies: 6372 6841 consola: 3.4.2 6373 - diff: 8.0.2 6842 + diff: 8.0.3 6374 6843 execa: 8.0.1 6375 6844 magicast: 0.5.1 6376 6845 pathe: 2.0.3 ··· 6419 6888 - utf-8-validate 6420 6889 - vue 6421 6890 6422 - '@nuxt/devtools@3.1.1(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 6891 + '@nuxt/devtools@3.1.1(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': 6423 6892 dependencies: 6424 - '@nuxt/devtools-kit': 3.1.1(magicast@0.5.1)(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 6893 + '@nuxt/devtools-kit': 3.1.1(magicast@0.5.1)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 6425 6894 '@nuxt/devtools-wizard': 3.1.1 6426 6895 '@nuxt/kit': 4.2.2(magicast@0.5.1) 6427 - '@vue/devtools-core': 8.0.5(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 6896 + '@vue/devtools-core': 8.0.5(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) 6428 6897 '@vue/devtools-kit': 8.0.5 6429 6898 birpc: 2.9.0 6430 6899 consola: 3.4.2 ··· 6449 6918 sirv: 3.0.2 6450 6919 structured-clone-es: 1.0.0 6451 6920 tinyglobby: 0.2.15 6452 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6453 - vite-plugin-inspect: 11.3.3(@nuxt/kit@4.2.2(magicast@0.5.1))(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 6454 - vite-plugin-vue-tracer: 1.2.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 6921 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 6922 + vite-plugin-inspect: 11.3.3(@nuxt/kit@4.2.2(magicast@0.5.1))(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 6923 + vite-plugin-vue-tracer: 1.2.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) 6455 6924 which: 5.0.0 6456 - ws: 8.18.3 6925 + ws: 8.19.0 6457 6926 transitivePeerDependencies: 6458 6927 - bufferutil 6459 6928 - supports-color 6460 6929 - utf-8-validate 6461 6930 - vue 6462 6931 6463 - '@nuxt/eslint-config@1.12.1(@typescript-eslint/utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.25)(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 6932 + '@nuxt/eslint-config@1.12.1(@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(@vue/compiler-sfc@3.5.26)(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 6464 6933 dependencies: 6465 6934 '@antfu/install-pkg': 1.1.0 6466 6935 '@clack/prompts': 0.11.0 6467 6936 '@eslint/js': 9.39.2 6468 6937 '@nuxt/eslint-plugin': 1.12.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6469 - '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.2(jiti@2.6.1)) 6470 - '@typescript-eslint/eslint-plugin': 8.50.0(@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6471 - '@typescript-eslint/parser': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6938 + '@stylistic/eslint-plugin': 5.7.0(eslint@9.39.2(jiti@2.6.1)) 6939 + '@typescript-eslint/eslint-plugin': 8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6940 + '@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6472 6941 eslint: 9.39.2(jiti@2.6.1) 6473 6942 eslint-config-flat-gitignore: 2.1.0(eslint@9.39.2(jiti@2.6.1)) 6474 6943 eslint-flat-config-utils: 2.1.4 6475 6944 eslint-merge-processors: 2.0.0(eslint@9.39.2(jiti@2.6.1)) 6476 6945 eslint-plugin-import-lite: 0.3.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6477 - eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) 6478 - eslint-plugin-jsdoc: 61.5.0(eslint@9.39.2(jiti@2.6.1)) 6946 + eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) 6947 + eslint-plugin-jsdoc: 61.7.1(eslint@9.39.2(jiti@2.6.1)) 6479 6948 eslint-plugin-regexp: 2.10.0(eslint@9.39.2(jiti@2.6.1)) 6480 6949 eslint-plugin-unicorn: 62.0.0(eslint@9.39.2(jiti@2.6.1)) 6481 - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) 6482 - eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.25)(eslint@9.39.2(jiti@2.6.1)) 6950 + eslint-plugin-vue: 10.7.0(@stylistic/eslint-plugin@5.7.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) 6951 + eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.26)(eslint@9.39.2(jiti@2.6.1)) 6483 6952 globals: 16.5.0 6484 6953 local-pkg: 1.1.2 6485 6954 pathe: 2.0.3 ··· 6493 6962 6494 6963 '@nuxt/eslint-plugin@1.12.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 6495 6964 dependencies: 6496 - '@typescript-eslint/types': 8.50.0 6497 - '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6965 + '@typescript-eslint/types': 8.53.0 6966 + '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 6498 6967 eslint: 9.39.2(jiti@2.6.1) 6499 6968 transitivePeerDependencies: 6500 6969 - supports-color ··· 6548 7017 scule: 1.3.0 6549 7018 semver: 7.7.3 6550 7019 tinyglobby: 0.2.15 6551 - ufo: 1.6.1 7020 + ufo: 1.6.3 6552 7021 unctx: 2.5.0 6553 7022 untyped: 2.0.0 6554 7023 transitivePeerDependencies: ··· 6600 7069 scule: 1.3.0 6601 7070 semver: 7.7.3 6602 7071 tinyglobby: 0.2.15 6603 - ufo: 1.6.1 7072 + ufo: 1.6.3 6604 7073 unctx: 2.5.0 6605 7074 untyped: 2.0.0 6606 7075 transitivePeerDependencies: 6607 7076 - magicast 6608 7077 6609 - '@nuxt/module-builder@1.0.2(@nuxt/cli@3.31.2(cac@6.7.14)(magicast@0.5.1))(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(typescript@5.9.3)(vue-tsc@3.1.8(typescript@5.9.3))(vue@3.5.25(typescript@5.9.3))': 7078 + '@nuxt/module-builder@1.0.2(@nuxt/cli@3.32.0(cac@6.7.14)(magicast@0.5.1))(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(typescript@5.9.3)(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))': 6610 7079 dependencies: 6611 - '@nuxt/cli': 3.31.2(cac@6.7.14)(magicast@0.5.1) 7080 + '@nuxt/cli': 3.32.0(cac@6.7.14)(magicast@0.5.1) 6612 7081 citty: 0.1.6 6613 7082 consola: 3.4.2 6614 7083 defu: 6.1.4 6615 7084 jiti: 2.6.1 6616 7085 magic-regexp: 0.10.0 6617 - mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(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)) 7086 + mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)))(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) 6618 7087 mlly: 1.8.0 6619 7088 pathe: 2.0.3 6620 7089 pkg-types: 2.3.0 6621 7090 tsconfck: 3.1.6(typescript@5.9.3) 6622 7091 typescript: 5.9.3 6623 - unbuild: 3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(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)) 6624 - vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(vue@3.5.25(typescript@5.9.3)) 7092 + unbuild: 3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)))(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) 7093 + vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)) 6625 7094 transitivePeerDependencies: 6626 7095 - '@vue/compiler-core' 6627 7096 - esbuild ··· 6629 7098 - vue 6630 7099 - vue-tsc 6631 7100 6632 - '@nuxt/nitro-server@4.2.2(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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)': 7101 + '@nuxt/nitro-server@4.2.2(db0@0.3.4)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3))(yaml@2.8.2))(typescript@5.9.3)': 6633 7102 dependencies: 6634 7103 '@nuxt/devalue': 2.0.2 6635 7104 '@nuxt/kit': 4.2.2(magicast@0.5.1) 6636 - '@unhead/vue': 2.0.19(vue@3.5.25(typescript@5.9.3)) 6637 - '@vue/shared': 3.5.25 7105 + '@unhead/vue': 2.1.2(vue@3.5.26(typescript@5.9.3)) 7106 + '@vue/shared': 3.5.26 6638 7107 consola: 3.4.2 6639 7108 defu: 6.1.4 6640 7109 destr: 2.0.5 6641 - devalue: 5.6.1 7110 + devalue: 5.6.2 6642 7111 errx: 0.1.0 6643 7112 escape-string-regexp: 5.0.0 6644 7113 exsolve: 1.0.8 6645 - h3: 1.15.4 7114 + h3: 1.15.5 6646 7115 impound: 1.0.0 6647 7116 klona: 2.0.6 6648 7117 mocked-exports: 0.1.1 6649 - nitropack: 2.12.9 6650 - nuxt: 4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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) 7118 + nitropack: 2.13.1 7119 + nuxt: 4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3))(yaml@2.8.2) 6651 7120 pathe: 2.0.3 6652 7121 pkg-types: 2.3.0 6653 7122 radix3: 1.1.2 6654 7123 std-env: 3.10.0 6655 - ufo: 1.6.1 7124 + ufo: 1.6.3 6656 7125 unctx: 2.5.0 6657 - unstorage: 1.17.3(db0@0.3.4)(ioredis@5.8.2) 6658 - vue: 3.5.25(typescript@5.9.3) 7126 + unstorage: 1.17.4(db0@0.3.4)(ioredis@5.9.2) 7127 + vue: 3.5.26(typescript@5.9.3) 6659 7128 vue-bundle-renderer: 2.2.0 6660 7129 vue-devtools-stub: 0.1.0 6661 7130 transitivePeerDependencies: ··· 6705 7174 6706 7175 '@nuxt/schema@4.2.2': 6707 7176 dependencies: 6708 - '@vue/shared': 3.5.25 7177 + '@vue/shared': 3.5.26 6709 7178 defu: 6.1.4 6710 7179 pathe: 2.0.3 6711 7180 pkg-types: 2.3.0 ··· 6745 7214 transitivePeerDependencies: 6746 7215 - magicast 6747 7216 6748 - '@nuxt/test-utils@3.21.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))': 7217 + '@nuxt/test-utils@3.23.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': 6749 7218 dependencies: 7219 + '@clack/prompts': 1.0.0-alpha.9 6750 7220 '@nuxt/kit': 3.20.2(magicast@0.5.1) 6751 7221 c12: 3.3.3(magicast@0.5.1) 6752 7222 consola: 3.4.2 ··· 6756 7226 exsolve: 1.0.8 6757 7227 fake-indexeddb: 6.2.5 6758 7228 get-port-please: 3.2.0 6759 - h3: 1.15.4 7229 + h3: 1.15.5 7230 + h3-next: h3@2.0.1-rc.8 6760 7231 local-pkg: 1.1.2 6761 7232 magic-string: 0.30.21 6762 7233 node-fetch-native: 1.6.7 6763 7234 node-mock-http: 1.0.4 7235 + nypm: 0.6.2 6764 7236 ofetch: 1.5.1 6765 7237 pathe: 2.0.3 6766 7238 perfect-debounce: 2.0.0 ··· 6768 7240 scule: 1.3.0 6769 7241 std-env: 3.10.0 6770 7242 tinyexec: 1.0.2 6771 - ufo: 1.6.1 7243 + ufo: 1.6.3 6772 7244 unplugin: 2.3.11 6773 - vitest-environment-nuxt: 1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 6774 - vue: 3.5.25(typescript@5.9.3) 7245 + vitest-environment-nuxt: 1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 7246 + vue: 3.5.26(typescript@5.9.3) 6775 7247 optionalDependencies: 6776 - vitest: 3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 7248 + vitest: 3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 6777 7249 transitivePeerDependencies: 7250 + - crossws 6778 7251 - magicast 6779 7252 - typescript 6780 7253 ··· 6835 7308 - vue-tsc 6836 7309 - yaml 6837 7310 6838 - '@nuxt/vite-builder@4.2.2(@types/node@25.0.3)(eslint@9.39.2(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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.5)(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)': 7311 + '@nuxt/vite-builder@4.2.2(@types/node@25.0.9)(eslint@9.39.2(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))(yaml@2.8.2)': 6839 7312 dependencies: 6840 7313 '@nuxt/kit': 4.2.2(magicast@0.5.1) 6841 - '@rollup/plugin-replace': 6.0.3(rollup@4.53.5) 6842 - '@vitejs/plugin-vue': 6.0.3(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 6843 - '@vitejs/plugin-vue-jsx': 5.1.2(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 7314 + '@rollup/plugin-replace': 6.0.3(rollup@4.55.1) 7315 + '@vitejs/plugin-vue': 6.0.3(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) 7316 + '@vitejs/plugin-vue-jsx': 5.1.3(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) 6844 7317 autoprefixer: 10.4.23(postcss@8.5.6) 6845 7318 consola: 3.4.2 6846 7319 cssnano: 7.1.2(postcss@8.5.6) ··· 6849 7322 escape-string-regexp: 5.0.0 6850 7323 exsolve: 1.0.8 6851 7324 get-port-please: 3.2.0 6852 - h3: 1.15.4 7325 + h3: 1.15.5 6853 7326 jiti: 2.6.1 6854 7327 knitwork: 1.3.0 6855 7328 magic-string: 0.30.21 6856 7329 mlly: 1.8.0 6857 7330 mocked-exports: 0.1.1 6858 - nuxt: 4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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) 7331 + nuxt: 4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3))(yaml@2.8.2) 6859 7332 pathe: 2.0.3 6860 7333 pkg-types: 2.3.0 6861 7334 postcss: 8.5.6 6862 - rollup-plugin-visualizer: 6.0.5(rollup@4.53.5) 6863 - seroval: 1.4.0 7335 + rollup-plugin-visualizer: 6.0.5(rollup@4.55.1) 7336 + seroval: 1.4.2 6864 7337 std-env: 3.10.0 6865 - ufo: 1.6.1 7338 + ufo: 1.6.3 6866 7339 unenv: 2.0.0-rc.24 6867 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6868 - vite-node: 5.2.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 6869 - vite-plugin-checker: 0.12.0(eslint@9.39.2(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3)) 6870 - vue: 3.5.25(typescript@5.9.3) 7340 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 7341 + vite-node: 5.3.0(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 7342 + vite-plugin-checker: 0.12.0(eslint@9.39.2(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3)) 7343 + vue: 3.5.26(typescript@5.9.3) 6871 7344 vue-bundle-renderer: 2.2.0 6872 7345 transitivePeerDependencies: 6873 7346 - '@biomejs/biome' ··· 6968 7441 6969 7442 '@oxc-minify/binding-wasm32-wasi@0.102.0': 6970 7443 dependencies: 6971 - '@napi-rs/wasm-runtime': 1.1.0 7444 + '@napi-rs/wasm-runtime': 1.1.1 6972 7445 optional: true 6973 7446 6974 7447 '@oxc-minify/binding-wasm32-wasi@0.94.0': ··· 7062 7535 7063 7536 '@oxc-parser/binding-wasm32-wasi@0.102.0': 7064 7537 dependencies: 7065 - '@napi-rs/wasm-runtime': 1.1.0 7538 + '@napi-rs/wasm-runtime': 1.1.1 7066 7539 optional: true 7067 7540 7068 7541 '@oxc-parser/binding-wasm32-wasi@0.94.0': ··· 7160 7633 7161 7634 '@oxc-transform/binding-wasm32-wasi@0.102.0': 7162 7635 dependencies: 7163 - '@napi-rs/wasm-runtime': 1.1.0 7636 + '@napi-rs/wasm-runtime': 1.1.1 7164 7637 optional: true 7165 7638 7166 7639 '@oxc-transform/binding-wasm32-wasi@0.94.0': ··· 7181 7654 optional: true 7182 7655 7183 7656 '@parcel/watcher-android-arm64@2.5.1': 7657 + optional: true 7658 + 7659 + '@parcel/watcher-android-arm64@2.5.4': 7184 7660 optional: true 7185 7661 7186 7662 '@parcel/watcher-darwin-arm64@2.5.1': 7187 7663 optional: true 7188 7664 7665 + '@parcel/watcher-darwin-arm64@2.5.4': 7666 + optional: true 7667 + 7189 7668 '@parcel/watcher-darwin-x64@2.5.1': 7190 7669 optional: true 7191 7670 7671 + '@parcel/watcher-darwin-x64@2.5.4': 7672 + optional: true 7673 + 7192 7674 '@parcel/watcher-freebsd-x64@2.5.1': 7193 7675 optional: true 7194 7676 7677 + '@parcel/watcher-freebsd-x64@2.5.4': 7678 + optional: true 7679 + 7195 7680 '@parcel/watcher-linux-arm-glibc@2.5.1': 7681 + optional: true 7682 + 7683 + '@parcel/watcher-linux-arm-glibc@2.5.4': 7196 7684 optional: true 7197 7685 7198 7686 '@parcel/watcher-linux-arm-musl@2.5.1': 7687 + optional: true 7688 + 7689 + '@parcel/watcher-linux-arm-musl@2.5.4': 7199 7690 optional: true 7200 7691 7201 7692 '@parcel/watcher-linux-arm64-glibc@2.5.1': 7202 7693 optional: true 7203 7694 7695 + '@parcel/watcher-linux-arm64-glibc@2.5.4': 7696 + optional: true 7697 + 7204 7698 '@parcel/watcher-linux-arm64-musl@2.5.1': 7205 7699 optional: true 7206 7700 7701 + '@parcel/watcher-linux-arm64-musl@2.5.4': 7702 + optional: true 7703 + 7207 7704 '@parcel/watcher-linux-x64-glibc@2.5.1': 7208 7705 optional: true 7209 7706 7707 + '@parcel/watcher-linux-x64-glibc@2.5.4': 7708 + optional: true 7709 + 7210 7710 '@parcel/watcher-linux-x64-musl@2.5.1': 7211 7711 optional: true 7212 7712 7213 - '@parcel/watcher-wasm@2.5.1': 7713 + '@parcel/watcher-linux-x64-musl@2.5.4': 7714 + optional: true 7715 + 7716 + '@parcel/watcher-wasm@2.5.4': 7214 7717 dependencies: 7215 7718 is-glob: 4.0.3 7216 - micromatch: 4.0.8 7719 + picomatch: 4.0.3 7217 7720 7218 7721 '@parcel/watcher-win32-arm64@2.5.1': 7219 7722 optional: true 7220 7723 7724 + '@parcel/watcher-win32-arm64@2.5.4': 7725 + optional: true 7726 + 7221 7727 '@parcel/watcher-win32-ia32@2.5.1': 7222 7728 optional: true 7223 7729 7730 + '@parcel/watcher-win32-ia32@2.5.4': 7731 + optional: true 7732 + 7224 7733 '@parcel/watcher-win32-x64@2.5.1': 7734 + optional: true 7735 + 7736 + '@parcel/watcher-win32-x64@2.5.4': 7225 7737 optional: true 7226 7738 7227 7739 '@parcel/watcher@2.5.1': ··· 7244 7756 '@parcel/watcher-win32-arm64': 2.5.1 7245 7757 '@parcel/watcher-win32-ia32': 2.5.1 7246 7758 '@parcel/watcher-win32-x64': 2.5.1 7759 + optional: true 7760 + 7761 + '@parcel/watcher@2.5.4': 7762 + dependencies: 7763 + detect-libc: 2.1.2 7764 + is-glob: 4.0.3 7765 + node-addon-api: 7.1.1 7766 + picomatch: 4.0.3 7767 + optionalDependencies: 7768 + '@parcel/watcher-android-arm64': 2.5.4 7769 + '@parcel/watcher-darwin-arm64': 2.5.4 7770 + '@parcel/watcher-darwin-x64': 2.5.4 7771 + '@parcel/watcher-freebsd-x64': 2.5.4 7772 + '@parcel/watcher-linux-arm-glibc': 2.5.4 7773 + '@parcel/watcher-linux-arm-musl': 2.5.4 7774 + '@parcel/watcher-linux-arm64-glibc': 2.5.4 7775 + '@parcel/watcher-linux-arm64-musl': 2.5.4 7776 + '@parcel/watcher-linux-x64-glibc': 2.5.4 7777 + '@parcel/watcher-linux-x64-musl': 2.5.4 7778 + '@parcel/watcher-win32-arm64': 2.5.4 7779 + '@parcel/watcher-win32-ia32': 2.5.4 7780 + '@parcel/watcher-win32-x64': 2.5.4 7247 7781 7248 7782 '@pkgjs/parseargs@0.11.0': 7249 7783 optional: true ··· 7267 7801 '@poppinss/dumper@0.6.5': 7268 7802 dependencies: 7269 7803 '@poppinss/colors': 4.1.6 7270 - '@sindresorhus/is': 7.1.1 7804 + '@sindresorhus/is': 7.2.0 7271 7805 supports-color: 10.2.2 7272 7806 7273 7807 '@poppinss/exception@1.2.3': {} ··· 7278 7812 7279 7813 '@rolldown/pluginutils@1.0.0-beta.53': {} 7280 7814 7281 - '@rolldown/pluginutils@1.0.0-beta.55': {} 7815 + '@rolldown/pluginutils@1.0.0-beta.60': {} 7282 7816 7283 7817 '@rollup/plugin-alias@5.1.1(rollup@4.52.5)': 7284 7818 optionalDependencies: 7285 7819 rollup: 4.52.5 7286 7820 7287 - '@rollup/plugin-alias@5.1.1(rollup@4.53.5)': 7821 + '@rollup/plugin-alias@5.1.1(rollup@4.55.1)': 7822 + optionalDependencies: 7823 + rollup: 4.55.1 7824 + 7825 + '@rollup/plugin-alias@6.0.0(rollup@4.55.1)': 7288 7826 optionalDependencies: 7289 - rollup: 4.53.5 7827 + rollup: 4.55.1 7290 7828 7291 7829 '@rollup/plugin-commonjs@28.0.9(rollup@4.52.5)': 7292 7830 dependencies: ··· 7300 7838 optionalDependencies: 7301 7839 rollup: 4.52.5 7302 7840 7303 - '@rollup/plugin-commonjs@28.0.9(rollup@4.53.5)': 7841 + '@rollup/plugin-commonjs@28.0.9(rollup@4.55.1)': 7304 7842 dependencies: 7305 - '@rollup/pluginutils': 5.3.0(rollup@4.53.5) 7843 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 7306 7844 commondir: 1.0.1 7307 7845 estree-walker: 2.0.2 7308 7846 fdir: 6.5.0(picomatch@4.0.3) ··· 7310 7848 magic-string: 0.30.21 7311 7849 picomatch: 4.0.3 7312 7850 optionalDependencies: 7313 - rollup: 4.53.5 7851 + rollup: 4.55.1 7852 + 7853 + '@rollup/plugin-commonjs@29.0.0(rollup@4.55.1)': 7854 + dependencies: 7855 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 7856 + commondir: 1.0.1 7857 + estree-walker: 2.0.2 7858 + fdir: 6.5.0(picomatch@4.0.3) 7859 + is-reference: 1.2.1 7860 + magic-string: 0.30.21 7861 + picomatch: 4.0.3 7862 + optionalDependencies: 7863 + rollup: 4.55.1 7314 7864 7315 7865 '@rollup/plugin-inject@5.0.5(rollup@4.52.5)': 7316 7866 dependencies: ··· 7320 7870 optionalDependencies: 7321 7871 rollup: 4.52.5 7322 7872 7323 - '@rollup/plugin-inject@5.0.5(rollup@4.53.5)': 7873 + '@rollup/plugin-inject@5.0.5(rollup@4.55.1)': 7324 7874 dependencies: 7325 - '@rollup/pluginutils': 5.3.0(rollup@4.53.5) 7875 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 7326 7876 estree-walker: 2.0.2 7327 7877 magic-string: 0.30.21 7328 7878 optionalDependencies: 7329 - rollup: 4.53.5 7879 + rollup: 4.55.1 7330 7880 7331 7881 '@rollup/plugin-json@6.1.0(rollup@4.52.5)': 7332 7882 dependencies: ··· 7334 7884 optionalDependencies: 7335 7885 rollup: 4.52.5 7336 7886 7337 - '@rollup/plugin-json@6.1.0(rollup@4.53.5)': 7887 + '@rollup/plugin-json@6.1.0(rollup@4.55.1)': 7338 7888 dependencies: 7339 - '@rollup/pluginutils': 5.3.0(rollup@4.53.5) 7889 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 7340 7890 optionalDependencies: 7341 - rollup: 4.53.5 7891 + rollup: 4.55.1 7342 7892 7343 7893 '@rollup/plugin-node-resolve@16.0.3(rollup@4.52.5)': 7344 7894 dependencies: ··· 7350 7900 optionalDependencies: 7351 7901 rollup: 4.52.5 7352 7902 7353 - '@rollup/plugin-node-resolve@16.0.3(rollup@4.53.5)': 7903 + '@rollup/plugin-node-resolve@16.0.3(rollup@4.55.1)': 7354 7904 dependencies: 7355 - '@rollup/pluginutils': 5.3.0(rollup@4.53.5) 7905 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 7356 7906 '@types/resolve': 1.20.2 7357 7907 deepmerge: 4.3.1 7358 7908 is-module: 1.0.0 7359 7909 resolve: 1.22.11 7360 7910 optionalDependencies: 7361 - rollup: 4.53.5 7911 + rollup: 4.55.1 7362 7912 7363 7913 '@rollup/plugin-replace@6.0.2(rollup@4.52.5)': 7364 7914 dependencies: ··· 7367 7917 optionalDependencies: 7368 7918 rollup: 4.52.5 7369 7919 7370 - '@rollup/plugin-replace@6.0.3(rollup@4.53.5)': 7920 + '@rollup/plugin-replace@6.0.3(rollup@4.55.1)': 7371 7921 dependencies: 7372 - '@rollup/pluginutils': 5.3.0(rollup@4.53.5) 7922 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 7373 7923 magic-string: 0.30.21 7374 7924 optionalDependencies: 7375 - rollup: 4.53.5 7925 + rollup: 4.55.1 7376 7926 7377 7927 '@rollup/plugin-terser@0.4.4(rollup@4.52.5)': 7378 7928 dependencies: ··· 7382 7932 optionalDependencies: 7383 7933 rollup: 4.52.5 7384 7934 7385 - '@rollup/plugin-terser@0.4.4(rollup@4.53.5)': 7935 + '@rollup/plugin-terser@0.4.4(rollup@4.55.1)': 7386 7936 dependencies: 7387 7937 serialize-javascript: 6.0.2 7388 7938 smob: 1.5.0 7389 - terser: 5.44.1 7939 + terser: 5.46.0 7390 7940 optionalDependencies: 7391 - rollup: 4.53.5 7941 + rollup: 4.55.1 7392 7942 7393 7943 '@rollup/pluginutils@5.3.0(rollup@4.52.5)': 7394 7944 dependencies: ··· 7398 7948 optionalDependencies: 7399 7949 rollup: 4.52.5 7400 7950 7401 - '@rollup/pluginutils@5.3.0(rollup@4.53.5)': 7951 + '@rollup/pluginutils@5.3.0(rollup@4.55.1)': 7402 7952 dependencies: 7403 7953 '@types/estree': 1.0.8 7404 7954 estree-walker: 2.0.2 7405 7955 picomatch: 4.0.3 7406 7956 optionalDependencies: 7407 - rollup: 4.53.5 7957 + rollup: 4.55.1 7408 7958 7409 7959 '@rollup/rollup-android-arm-eabi@4.52.5': 7410 7960 optional: true 7411 7961 7412 - '@rollup/rollup-android-arm-eabi@4.53.5': 7962 + '@rollup/rollup-android-arm-eabi@4.55.1': 7413 7963 optional: true 7414 7964 7415 7965 '@rollup/rollup-android-arm64@4.52.5': 7416 7966 optional: true 7417 7967 7418 - '@rollup/rollup-android-arm64@4.53.5': 7968 + '@rollup/rollup-android-arm64@4.55.1': 7419 7969 optional: true 7420 7970 7421 7971 '@rollup/rollup-darwin-arm64@4.52.5': 7422 7972 optional: true 7423 7973 7424 - '@rollup/rollup-darwin-arm64@4.53.5': 7974 + '@rollup/rollup-darwin-arm64@4.55.1': 7425 7975 optional: true 7426 7976 7427 7977 '@rollup/rollup-darwin-x64@4.52.5': 7428 7978 optional: true 7429 7979 7430 - '@rollup/rollup-darwin-x64@4.53.5': 7980 + '@rollup/rollup-darwin-x64@4.55.1': 7431 7981 optional: true 7432 7982 7433 7983 '@rollup/rollup-freebsd-arm64@4.52.5': 7434 7984 optional: true 7435 7985 7436 - '@rollup/rollup-freebsd-arm64@4.53.5': 7986 + '@rollup/rollup-freebsd-arm64@4.55.1': 7437 7987 optional: true 7438 7988 7439 7989 '@rollup/rollup-freebsd-x64@4.52.5': 7440 7990 optional: true 7441 7991 7442 - '@rollup/rollup-freebsd-x64@4.53.5': 7992 + '@rollup/rollup-freebsd-x64@4.55.1': 7443 7993 optional: true 7444 7994 7445 7995 '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 7446 7996 optional: true 7447 7997 7448 - '@rollup/rollup-linux-arm-gnueabihf@4.53.5': 7998 + '@rollup/rollup-linux-arm-gnueabihf@4.55.1': 7449 7999 optional: true 7450 8000 7451 8001 '@rollup/rollup-linux-arm-musleabihf@4.52.5': 7452 8002 optional: true 7453 8003 7454 - '@rollup/rollup-linux-arm-musleabihf@4.53.5': 8004 + '@rollup/rollup-linux-arm-musleabihf@4.55.1': 7455 8005 optional: true 7456 8006 7457 8007 '@rollup/rollup-linux-arm64-gnu@4.52.5': 7458 8008 optional: true 7459 8009 7460 - '@rollup/rollup-linux-arm64-gnu@4.53.5': 8010 + '@rollup/rollup-linux-arm64-gnu@4.55.1': 7461 8011 optional: true 7462 8012 7463 8013 '@rollup/rollup-linux-arm64-musl@4.52.5': 7464 8014 optional: true 7465 8015 7466 - '@rollup/rollup-linux-arm64-musl@4.53.5': 8016 + '@rollup/rollup-linux-arm64-musl@4.55.1': 7467 8017 optional: true 7468 8018 7469 8019 '@rollup/rollup-linux-loong64-gnu@4.52.5': 7470 8020 optional: true 7471 8021 7472 - '@rollup/rollup-linux-loong64-gnu@4.53.5': 8022 + '@rollup/rollup-linux-loong64-gnu@4.55.1': 8023 + optional: true 8024 + 8025 + '@rollup/rollup-linux-loong64-musl@4.55.1': 7473 8026 optional: true 7474 8027 7475 8028 '@rollup/rollup-linux-ppc64-gnu@4.52.5': 7476 8029 optional: true 7477 8030 7478 - '@rollup/rollup-linux-ppc64-gnu@4.53.5': 8031 + '@rollup/rollup-linux-ppc64-gnu@4.55.1': 8032 + optional: true 8033 + 8034 + '@rollup/rollup-linux-ppc64-musl@4.55.1': 7479 8035 optional: true 7480 8036 7481 8037 '@rollup/rollup-linux-riscv64-gnu@4.52.5': 7482 8038 optional: true 7483 8039 7484 - '@rollup/rollup-linux-riscv64-gnu@4.53.5': 8040 + '@rollup/rollup-linux-riscv64-gnu@4.55.1': 7485 8041 optional: true 7486 8042 7487 8043 '@rollup/rollup-linux-riscv64-musl@4.52.5': 7488 8044 optional: true 7489 8045 7490 - '@rollup/rollup-linux-riscv64-musl@4.53.5': 8046 + '@rollup/rollup-linux-riscv64-musl@4.55.1': 7491 8047 optional: true 7492 8048 7493 8049 '@rollup/rollup-linux-s390x-gnu@4.52.5': 7494 8050 optional: true 7495 8051 7496 - '@rollup/rollup-linux-s390x-gnu@4.53.5': 8052 + '@rollup/rollup-linux-s390x-gnu@4.55.1': 7497 8053 optional: true 7498 8054 7499 8055 '@rollup/rollup-linux-x64-gnu@4.52.5': 7500 8056 optional: true 7501 8057 7502 - '@rollup/rollup-linux-x64-gnu@4.53.5': 8058 + '@rollup/rollup-linux-x64-gnu@4.55.1': 7503 8059 optional: true 7504 8060 7505 8061 '@rollup/rollup-linux-x64-musl@4.52.5': 7506 8062 optional: true 7507 8063 7508 - '@rollup/rollup-linux-x64-musl@4.53.5': 8064 + '@rollup/rollup-linux-x64-musl@4.55.1': 8065 + optional: true 8066 + 8067 + '@rollup/rollup-openbsd-x64@4.55.1': 7509 8068 optional: true 7510 8069 7511 8070 '@rollup/rollup-openharmony-arm64@4.52.5': 7512 8071 optional: true 7513 8072 7514 - '@rollup/rollup-openharmony-arm64@4.53.5': 8073 + '@rollup/rollup-openharmony-arm64@4.55.1': 7515 8074 optional: true 7516 8075 7517 8076 '@rollup/rollup-win32-arm64-msvc@4.52.5': 7518 8077 optional: true 7519 8078 7520 - '@rollup/rollup-win32-arm64-msvc@4.53.5': 8079 + '@rollup/rollup-win32-arm64-msvc@4.55.1': 7521 8080 optional: true 7522 8081 7523 8082 '@rollup/rollup-win32-ia32-msvc@4.52.5': 7524 8083 optional: true 7525 8084 7526 - '@rollup/rollup-win32-ia32-msvc@4.53.5': 8085 + '@rollup/rollup-win32-ia32-msvc@4.55.1': 7527 8086 optional: true 7528 8087 7529 8088 '@rollup/rollup-win32-x64-gnu@4.52.5': 7530 8089 optional: true 7531 8090 7532 - '@rollup/rollup-win32-x64-gnu@4.53.5': 8091 + '@rollup/rollup-win32-x64-gnu@4.55.1': 7533 8092 optional: true 7534 8093 7535 8094 '@rollup/rollup-win32-x64-msvc@4.52.5': 7536 8095 optional: true 7537 8096 7538 - '@rollup/rollup-win32-x64-msvc@4.53.5': 8097 + '@rollup/rollup-win32-x64-msvc@4.55.1': 7539 8098 optional: true 7540 8099 7541 8100 '@sec-ant/readable-stream@0.4.1': {} ··· 7544 8103 7545 8104 '@sindresorhus/is@7.1.0': {} 7546 8105 7547 - '@sindresorhus/is@7.1.1': {} 8106 + '@sindresorhus/is@7.2.0': {} 7548 8107 7549 8108 '@sindresorhus/merge-streams@4.0.0': {} 7550 8109 7551 - '@speed-highlight/core@1.2.12': {} 8110 + '@speed-highlight/core@1.2.14': {} 7552 8111 7553 8112 '@speed-highlight/core@1.2.8': {} 7554 8113 7555 - '@stylistic/eslint-plugin@5.6.1(eslint@9.39.2(jiti@2.6.1))': 8114 + '@stylistic/eslint-plugin@5.7.0(eslint@9.39.2(jiti@2.6.1))': 7556 8115 dependencies: 7557 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 7558 - '@typescript-eslint/types': 8.50.0 8116 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 8117 + '@typescript-eslint/types': 8.53.0 7559 8118 eslint: 9.39.2(jiti@2.6.1) 7560 - eslint-visitor-keys: 4.2.1 7561 - espree: 10.4.0 8119 + eslint-visitor-keys: 5.0.0 8120 + espree: 11.0.0 7562 8121 estraverse: 5.3.0 7563 8122 picomatch: 4.0.3 7564 8123 ··· 7583 8142 undici-types: 7.16.0 7584 8143 optional: true 7585 8144 7586 - '@types/node@25.0.3': 8145 + '@types/node@25.0.9': 7587 8146 dependencies: 7588 8147 undici-types: 7.16.0 7589 8148 ··· 7593 8152 7594 8153 '@types/resolve@1.20.2': {} 7595 8154 7596 - '@typescript-eslint/eslint-plugin@8.50.0(@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 8155 + '@typescript-eslint/eslint-plugin@8.53.0(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 7597 8156 dependencies: 7598 8157 '@eslint-community/regexpp': 4.12.2 7599 - '@typescript-eslint/parser': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 7600 - '@typescript-eslint/scope-manager': 8.50.0 7601 - '@typescript-eslint/type-utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 7602 - '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 7603 - '@typescript-eslint/visitor-keys': 8.50.0 8158 + '@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8159 + '@typescript-eslint/scope-manager': 8.53.0 8160 + '@typescript-eslint/type-utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8161 + '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8162 + '@typescript-eslint/visitor-keys': 8.53.0 7604 8163 eslint: 9.39.2(jiti@2.6.1) 7605 8164 ignore: 7.0.5 7606 8165 natural-compare: 1.4.0 7607 - ts-api-utils: 2.1.0(typescript@5.9.3) 8166 + ts-api-utils: 2.4.0(typescript@5.9.3) 7608 8167 typescript: 5.9.3 7609 8168 transitivePeerDependencies: 7610 8169 - supports-color 7611 8170 7612 - '@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 8171 + '@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 7613 8172 dependencies: 7614 - '@typescript-eslint/scope-manager': 8.50.0 7615 - '@typescript-eslint/types': 8.50.0 7616 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 7617 - '@typescript-eslint/visitor-keys': 8.50.0 8173 + '@typescript-eslint/scope-manager': 8.53.0 8174 + '@typescript-eslint/types': 8.53.0 8175 + '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3) 8176 + '@typescript-eslint/visitor-keys': 8.53.0 7618 8177 debug: 4.4.3 7619 8178 eslint: 9.39.2(jiti@2.6.1) 7620 8179 typescript: 5.9.3 7621 8180 transitivePeerDependencies: 7622 8181 - supports-color 7623 8182 7624 - '@typescript-eslint/project-service@8.50.0(typescript@5.9.3)': 8183 + '@typescript-eslint/project-service@8.53.0(typescript@5.9.3)': 7625 8184 dependencies: 7626 - '@typescript-eslint/tsconfig-utils': 8.50.0(typescript@5.9.3) 7627 - '@typescript-eslint/types': 8.50.0 8185 + '@typescript-eslint/tsconfig-utils': 8.53.0(typescript@5.9.3) 8186 + '@typescript-eslint/types': 8.53.0 7628 8187 debug: 4.4.3 7629 8188 typescript: 5.9.3 7630 8189 transitivePeerDependencies: 7631 8190 - supports-color 7632 8191 7633 - '@typescript-eslint/scope-manager@8.50.0': 8192 + '@typescript-eslint/scope-manager@8.53.0': 7634 8193 dependencies: 7635 - '@typescript-eslint/types': 8.50.0 7636 - '@typescript-eslint/visitor-keys': 8.50.0 8194 + '@typescript-eslint/types': 8.53.0 8195 + '@typescript-eslint/visitor-keys': 8.53.0 7637 8196 7638 - '@typescript-eslint/tsconfig-utils@8.50.0(typescript@5.9.3)': 8197 + '@typescript-eslint/tsconfig-utils@8.53.0(typescript@5.9.3)': 7639 8198 dependencies: 7640 8199 typescript: 5.9.3 7641 8200 7642 - '@typescript-eslint/type-utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 8201 + '@typescript-eslint/type-utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 7643 8202 dependencies: 7644 - '@typescript-eslint/types': 8.50.0 7645 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 7646 - '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8203 + '@typescript-eslint/types': 8.53.0 8204 + '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3) 8205 + '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 7647 8206 debug: 4.4.3 7648 8207 eslint: 9.39.2(jiti@2.6.1) 7649 - ts-api-utils: 2.1.0(typescript@5.9.3) 8208 + ts-api-utils: 2.4.0(typescript@5.9.3) 7650 8209 typescript: 5.9.3 7651 8210 transitivePeerDependencies: 7652 8211 - supports-color 7653 8212 7654 - '@typescript-eslint/types@8.50.0': {} 8213 + '@typescript-eslint/types@8.53.0': {} 7655 8214 7656 - '@typescript-eslint/typescript-estree@8.50.0(typescript@5.9.3)': 8215 + '@typescript-eslint/typescript-estree@8.53.0(typescript@5.9.3)': 7657 8216 dependencies: 7658 - '@typescript-eslint/project-service': 8.50.0(typescript@5.9.3) 7659 - '@typescript-eslint/tsconfig-utils': 8.50.0(typescript@5.9.3) 7660 - '@typescript-eslint/types': 8.50.0 7661 - '@typescript-eslint/visitor-keys': 8.50.0 8217 + '@typescript-eslint/project-service': 8.53.0(typescript@5.9.3) 8218 + '@typescript-eslint/tsconfig-utils': 8.53.0(typescript@5.9.3) 8219 + '@typescript-eslint/types': 8.53.0 8220 + '@typescript-eslint/visitor-keys': 8.53.0 7662 8221 debug: 4.4.3 7663 8222 minimatch: 9.0.5 7664 8223 semver: 7.7.3 7665 8224 tinyglobby: 0.2.15 7666 - ts-api-utils: 2.1.0(typescript@5.9.3) 8225 + ts-api-utils: 2.4.0(typescript@5.9.3) 7667 8226 typescript: 5.9.3 7668 8227 transitivePeerDependencies: 7669 8228 - supports-color 7670 8229 7671 - '@typescript-eslint/utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 8230 + '@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 7672 8231 dependencies: 7673 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 7674 - '@typescript-eslint/scope-manager': 8.50.0 7675 - '@typescript-eslint/types': 8.50.0 7676 - '@typescript-eslint/typescript-estree': 8.50.0(typescript@5.9.3) 8232 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 8233 + '@typescript-eslint/scope-manager': 8.53.0 8234 + '@typescript-eslint/types': 8.53.0 8235 + '@typescript-eslint/typescript-estree': 8.53.0(typescript@5.9.3) 7677 8236 eslint: 9.39.2(jiti@2.6.1) 7678 8237 typescript: 5.9.3 7679 8238 transitivePeerDependencies: 7680 8239 - supports-color 7681 8240 7682 - '@typescript-eslint/visitor-keys@8.50.0': 8241 + '@typescript-eslint/visitor-keys@8.53.0': 7683 8242 dependencies: 7684 - '@typescript-eslint/types': 8.50.0 8243 + '@typescript-eslint/types': 8.53.0 7685 8244 eslint-visitor-keys: 4.2.1 7686 8245 7687 8246 '@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3))': ··· 7690 8249 unhead: 2.0.19 7691 8250 vue: 3.5.22(typescript@5.9.3) 7692 8251 7693 - '@unhead/vue@2.0.19(vue@3.5.25(typescript@5.9.3))': 8252 + '@unhead/vue@2.1.2(vue@3.5.26(typescript@5.9.3))': 7694 8253 dependencies: 7695 - hookable: 5.5.3 7696 - unhead: 2.0.19 7697 - vue: 3.5.25(typescript@5.9.3) 8254 + hookable: 6.0.1 8255 + unhead: 2.1.2 8256 + vue: 3.5.26(typescript@5.9.3) 7698 8257 7699 8258 '@unrs/resolver-binding-android-arm-eabi@1.11.1': 7700 8259 optional: true ··· 7774 8333 - rollup 7775 8334 - supports-color 7776 8335 7777 - '@vercel/nft@0.30.4(rollup@4.53.5)': 8336 + '@vercel/nft@1.2.0(rollup@4.55.1)': 7778 8337 dependencies: 7779 8338 '@mapbox/node-pre-gyp': 2.0.3 7780 - '@rollup/pluginutils': 5.3.0(rollup@4.53.5) 8339 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 7781 8340 acorn: 8.15.0 7782 8341 acorn-import-attributes: 1.9.5(acorn@8.15.0) 7783 8342 async-sema: 3.1.1 7784 8343 bindings: 1.5.0 7785 8344 estree-walker: 2.0.2 7786 - glob: 10.5.0 8345 + glob: 13.0.0 7787 8346 graceful-fs: 4.2.11 7788 8347 node-gyp-build: 4.8.4 7789 8348 picomatch: 4.0.3 ··· 7805 8364 transitivePeerDependencies: 7806 8365 - supports-color 7807 8366 7808 - '@vitejs/plugin-vue-jsx@5.1.2(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 8367 + '@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': 7809 8368 dependencies: 7810 - '@babel/core': 7.28.5 7811 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) 7812 - '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) 7813 - '@rolldown/pluginutils': 1.0.0-beta.55 7814 - '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.5) 7815 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 7816 - vue: 3.5.25(typescript@5.9.3) 8369 + '@babel/core': 7.28.6 8370 + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6) 8371 + '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6) 8372 + '@rolldown/pluginutils': 1.0.0-beta.60 8373 + '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.6) 8374 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 8375 + vue: 3.5.26(typescript@5.9.3) 7817 8376 transitivePeerDependencies: 7818 8377 - supports-color 7819 8378 ··· 7823 8382 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 7824 8383 vue: 3.5.22(typescript@5.9.3) 7825 8384 7826 - '@vitejs/plugin-vue@6.0.3(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 8385 + '@vitejs/plugin-vue@6.0.3(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': 7827 8386 dependencies: 7828 8387 '@rolldown/pluginutils': 1.0.0-beta.53 7829 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 7830 - vue: 3.5.25(typescript@5.9.3) 8388 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 8389 + vue: 3.5.26(typescript@5.9.3) 7831 8390 7832 8391 '@vitest/expect@3.2.4': 7833 8392 dependencies: ··· 7837 8396 chai: 5.3.3 7838 8397 tinyrainbow: 2.0.0 7839 8398 7840 - '@vitest/mocker@3.2.4(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))': 8399 + '@vitest/mocker@3.2.4(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': 7841 8400 dependencies: 7842 8401 '@vitest/spy': 3.2.4 7843 8402 estree-walker: 3.0.3 7844 8403 magic-string: 0.30.21 7845 8404 optionalDependencies: 7846 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 8405 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 7847 8406 7848 8407 '@vitest/pretty-format@3.2.4': 7849 8408 dependencies: ··· 7880 8439 dependencies: 7881 8440 '@volar/source-map': 2.4.23 7882 8441 7883 - '@volar/language-core@2.4.26': 8442 + '@volar/language-core@2.4.27': 7884 8443 dependencies: 7885 - '@volar/source-map': 2.4.26 8444 + '@volar/source-map': 2.4.27 7886 8445 7887 8446 '@volar/source-map@2.4.15': 7888 8447 optional: true 7889 8448 7890 8449 '@volar/source-map@2.4.23': {} 7891 8450 7892 - '@volar/source-map@2.4.26': {} 8451 + '@volar/source-map@2.4.27': {} 7893 8452 7894 8453 '@volar/typescript@2.4.15': 7895 8454 dependencies: ··· 7898 8457 vscode-uri: 3.1.0 7899 8458 optional: true 7900 8459 7901 - '@volar/typescript@2.4.26': 8460 + '@volar/typescript@2.4.27': 7902 8461 dependencies: 7903 - '@volar/language-core': 2.4.26 8462 + '@volar/language-core': 2.4.27 7904 8463 path-browserify: 1.0.1 7905 8464 vscode-uri: 3.1.0 7906 8465 ··· 7914 8473 optionalDependencies: 7915 8474 vue: 3.5.22(typescript@5.9.3) 7916 8475 7917 - '@vue-macros/common@3.1.1(vue@3.5.25(typescript@5.9.3))': 8476 + '@vue-macros/common@3.1.2(vue@3.5.26(typescript@5.9.3))': 7918 8477 dependencies: 7919 - '@vue/compiler-sfc': 3.5.25 8478 + '@vue/compiler-sfc': 3.5.26 7920 8479 ast-kit: 2.2.0 7921 8480 local-pkg: 1.1.2 7922 8481 magic-string-ast: 1.0.3 7923 8482 unplugin-utils: 0.3.1 7924 8483 optionalDependencies: 7925 - vue: 3.5.25(typescript@5.9.3) 8484 + vue: 3.5.26(typescript@5.9.3) 7926 8485 7927 8486 '@vue/babel-helper-vue-transform-on@1.5.0': {} 7928 8487 ··· 7944 8503 transitivePeerDependencies: 7945 8504 - supports-color 7946 8505 7947 - '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.5)': 8506 + '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.6)': 7948 8507 dependencies: 7949 - '@babel/helper-module-imports': 7.27.1 7950 - '@babel/helper-plugin-utils': 7.27.1 7951 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5) 7952 - '@babel/template': 7.27.2 7953 - '@babel/traverse': 7.28.5 7954 - '@babel/types': 7.28.5 8508 + '@babel/helper-module-imports': 7.28.6 8509 + '@babel/helper-plugin-utils': 7.28.6 8510 + '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6) 8511 + '@babel/template': 7.28.6 8512 + '@babel/traverse': 7.28.6 8513 + '@babel/types': 7.28.6 7955 8514 '@vue/babel-helper-vue-transform-on': 2.0.1 7956 - '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.5) 7957 - '@vue/shared': 3.5.25 8515 + '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.6) 8516 + '@vue/shared': 3.5.26 7958 8517 optionalDependencies: 7959 - '@babel/core': 7.28.5 8518 + '@babel/core': 7.28.6 7960 8519 transitivePeerDependencies: 7961 8520 - supports-color 7962 8521 ··· 7971 8530 transitivePeerDependencies: 7972 8531 - supports-color 7973 8532 7974 - '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.5)': 8533 + '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.6)': 7975 8534 dependencies: 7976 - '@babel/code-frame': 7.27.1 7977 - '@babel/core': 7.28.5 7978 - '@babel/helper-module-imports': 7.27.1 7979 - '@babel/helper-plugin-utils': 7.27.1 7980 - '@babel/parser': 7.28.5 7981 - '@vue/compiler-sfc': 3.5.25 8535 + '@babel/code-frame': 7.28.6 8536 + '@babel/core': 7.28.6 8537 + '@babel/helper-module-imports': 7.28.6 8538 + '@babel/helper-plugin-utils': 7.28.6 8539 + '@babel/parser': 7.28.6 8540 + '@vue/compiler-sfc': 3.5.26 7982 8541 transitivePeerDependencies: 7983 8542 - supports-color 7984 8543 ··· 7998 8557 estree-walker: 2.0.2 7999 8558 source-map-js: 1.2.1 8000 8559 8001 - '@vue/compiler-core@3.5.25': 8560 + '@vue/compiler-core@3.5.26': 8002 8561 dependencies: 8003 - '@babel/parser': 7.28.5 8004 - '@vue/shared': 3.5.25 8005 - entities: 4.5.0 8562 + '@babel/parser': 7.28.6 8563 + '@vue/shared': 3.5.26 8564 + entities: 7.0.0 8006 8565 estree-walker: 2.0.2 8007 8566 source-map-js: 1.2.1 8008 8567 ··· 8016 8575 '@vue/compiler-core': 3.5.24 8017 8576 '@vue/shared': 3.5.24 8018 8577 8019 - '@vue/compiler-dom@3.5.25': 8578 + '@vue/compiler-dom@3.5.26': 8020 8579 dependencies: 8021 - '@vue/compiler-core': 3.5.25 8022 - '@vue/shared': 3.5.25 8580 + '@vue/compiler-core': 3.5.26 8581 + '@vue/shared': 3.5.26 8023 8582 8024 8583 '@vue/compiler-sfc@3.5.22': 8025 8584 dependencies: ··· 8045 8604 postcss: 8.5.6 8046 8605 source-map-js: 1.2.1 8047 8606 8048 - '@vue/compiler-sfc@3.5.25': 8607 + '@vue/compiler-sfc@3.5.26': 8049 8608 dependencies: 8050 - '@babel/parser': 7.28.5 8051 - '@vue/compiler-core': 3.5.25 8052 - '@vue/compiler-dom': 3.5.25 8053 - '@vue/compiler-ssr': 3.5.25 8054 - '@vue/shared': 3.5.25 8609 + '@babel/parser': 7.28.6 8610 + '@vue/compiler-core': 3.5.26 8611 + '@vue/compiler-dom': 3.5.26 8612 + '@vue/compiler-ssr': 3.5.26 8613 + '@vue/shared': 3.5.26 8055 8614 estree-walker: 2.0.2 8056 8615 magic-string: 0.30.21 8057 8616 postcss: 8.5.6 ··· 8067 8626 '@vue/compiler-dom': 3.5.24 8068 8627 '@vue/shared': 3.5.24 8069 8628 8070 - '@vue/compiler-ssr@3.5.25': 8629 + '@vue/compiler-ssr@3.5.26': 8071 8630 dependencies: 8072 - '@vue/compiler-dom': 3.5.25 8073 - '@vue/shared': 3.5.25 8631 + '@vue/compiler-dom': 3.5.26 8632 + '@vue/shared': 3.5.26 8074 8633 8075 8634 '@vue/compiler-vue2@2.7.16': 8076 8635 dependencies: ··· 8092 8651 transitivePeerDependencies: 8093 8652 - vite 8094 8653 8095 - '@vue/devtools-core@8.0.5(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3))': 8654 + '@vue/devtools-core@8.0.5(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': 8096 8655 dependencies: 8097 8656 '@vue/devtools-kit': 8.0.5 8098 8657 '@vue/devtools-shared': 8.0.5 8099 8658 mitt: 3.0.1 8100 8659 nanoid: 5.1.6 8101 8660 pathe: 2.0.3 8102 - vite-hot-client: 2.1.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 8103 - vue: 3.5.25(typescript@5.9.3) 8661 + vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 8662 + vue: 3.5.26(typescript@5.9.3) 8104 8663 transitivePeerDependencies: 8105 8664 - vite 8106 8665 ··· 8158 8717 optionalDependencies: 8159 8718 typescript: 5.9.3 8160 8719 8161 - '@vue/language-core@3.1.8(typescript@5.9.3)': 8720 + '@vue/language-core@3.2.2': 8162 8721 dependencies: 8163 - '@volar/language-core': 2.4.26 8164 - '@vue/compiler-dom': 3.5.25 8165 - '@vue/shared': 3.5.25 8166 - alien-signals: 3.1.1 8722 + '@volar/language-core': 2.4.27 8723 + '@vue/compiler-dom': 3.5.26 8724 + '@vue/shared': 3.5.26 8725 + alien-signals: 3.1.2 8167 8726 muggle-string: 0.4.1 8168 8727 path-browserify: 1.0.1 8169 8728 picomatch: 4.0.3 8170 - optionalDependencies: 8171 - typescript: 5.9.3 8172 8729 8173 8730 '@vue/reactivity@3.5.22': 8174 8731 dependencies: 8175 8732 '@vue/shared': 3.5.22 8176 8733 8177 - '@vue/reactivity@3.5.25': 8734 + '@vue/reactivity@3.5.26': 8178 8735 dependencies: 8179 - '@vue/shared': 3.5.25 8736 + '@vue/shared': 3.5.26 8180 8737 8181 8738 '@vue/runtime-core@3.5.22': 8182 8739 dependencies: 8183 8740 '@vue/reactivity': 3.5.22 8184 8741 '@vue/shared': 3.5.22 8185 8742 8186 - '@vue/runtime-core@3.5.25': 8743 + '@vue/runtime-core@3.5.26': 8187 8744 dependencies: 8188 - '@vue/reactivity': 3.5.25 8189 - '@vue/shared': 3.5.25 8745 + '@vue/reactivity': 3.5.26 8746 + '@vue/shared': 3.5.26 8190 8747 8191 8748 '@vue/runtime-dom@3.5.22': 8192 8749 dependencies: ··· 8195 8752 '@vue/shared': 3.5.22 8196 8753 csstype: 3.1.3 8197 8754 8198 - '@vue/runtime-dom@3.5.25': 8755 + '@vue/runtime-dom@3.5.26': 8199 8756 dependencies: 8200 - '@vue/reactivity': 3.5.25 8201 - '@vue/runtime-core': 3.5.25 8202 - '@vue/shared': 3.5.25 8757 + '@vue/reactivity': 3.5.26 8758 + '@vue/runtime-core': 3.5.26 8759 + '@vue/shared': 3.5.26 8203 8760 csstype: 3.2.3 8204 8761 8205 8762 '@vue/server-renderer@3.5.22(vue@3.5.22(typescript@5.9.3))': ··· 8208 8765 '@vue/shared': 3.5.22 8209 8766 vue: 3.5.22(typescript@5.9.3) 8210 8767 8211 - '@vue/server-renderer@3.5.25(vue@3.5.25(typescript@5.9.3))': 8768 + '@vue/server-renderer@3.5.26(vue@3.5.26(typescript@5.9.3))': 8212 8769 dependencies: 8213 - '@vue/compiler-ssr': 3.5.25 8214 - '@vue/shared': 3.5.25 8215 - vue: 3.5.25(typescript@5.9.3) 8770 + '@vue/compiler-ssr': 3.5.26 8771 + '@vue/shared': 3.5.26 8772 + vue: 3.5.26(typescript@5.9.3) 8216 8773 8217 8774 '@vue/shared@3.5.22': {} 8218 8775 8219 8776 '@vue/shared@3.5.24': {} 8220 8777 8221 - '@vue/shared@3.5.25': {} 8778 + '@vue/shared@3.5.26': {} 8222 8779 8223 8780 abbrev@3.0.1: {} 8224 8781 ··· 8250 8807 8251 8808 alien-signals@3.0.3: {} 8252 8809 8253 - alien-signals@3.1.1: {} 8810 + alien-signals@3.1.2: {} 8254 8811 8255 8812 ansi-regex@5.0.1: {} 8256 8813 ··· 8305 8862 8306 8863 ast-kit@2.2.0: 8307 8864 dependencies: 8308 - '@babel/parser': 7.28.5 8865 + '@babel/parser': 7.28.6 8309 8866 pathe: 2.0.3 8310 8867 8311 8868 ast-walker-scope@0.8.3: 8312 8869 dependencies: 8313 - '@babel/parser': 7.28.5 8870 + '@babel/parser': 7.28.6 8314 8871 ast-kit: 2.2.0 8315 8872 8316 8873 async-sema@3.1.1: {} ··· 8330 8887 autoprefixer@10.4.23(postcss@8.5.6): 8331 8888 dependencies: 8332 8889 browserslist: 4.28.1 8333 - caniuse-lite: 1.0.30001760 8890 + caniuse-lite: 1.0.30001764 8334 8891 fraction.js: 5.3.4 8335 8892 picocolors: 1.1.1 8336 8893 postcss: 8.5.6 ··· 8346 8903 8347 8904 baseline-browser-mapping@2.8.25: {} 8348 8905 8349 - baseline-browser-mapping@2.9.8: {} 8906 + baseline-browser-mapping@2.9.15: {} 8350 8907 8351 8908 bindings@1.5.0: 8352 8909 dependencies: ··· 8383 8940 8384 8941 browserslist@4.28.1: 8385 8942 dependencies: 8386 - baseline-browser-mapping: 2.9.8 8387 - caniuse-lite: 1.0.30001760 8943 + baseline-browser-mapping: 2.9.15 8944 + caniuse-lite: 1.0.30001764 8388 8945 electron-to-chromium: 1.5.267 8389 8946 node-releases: 2.0.27 8390 8947 update-browserslist-db: 1.2.3(browserslist@4.28.1) ··· 8445 9002 caniuse-api@3.0.0: 8446 9003 dependencies: 8447 9004 browserslist: 4.28.1 8448 - caniuse-lite: 1.0.30001760 9005 + caniuse-lite: 1.0.30001764 8449 9006 lodash.memoize: 4.1.2 8450 9007 lodash.uniq: 4.5.0 8451 9008 8452 9009 caniuse-lite@1.0.30001754: {} 8453 9010 8454 - caniuse-lite@1.0.30001760: {} 9011 + caniuse-lite@1.0.30001764: {} 8455 9012 8456 9013 chai@5.3.3: 8457 9014 dependencies: 8458 9015 assertion-error: 2.0.1 8459 - check-error: 2.1.1 9016 + check-error: 2.1.3 8460 9017 deep-eql: 5.0.2 8461 9018 loupe: 3.2.1 8462 9019 pathval: 2.0.1 ··· 8486 9043 transitivePeerDependencies: 8487 9044 - magicast 8488 9045 8489 - check-error@2.1.1: {} 9046 + check-error@2.1.3: {} 8490 9047 8491 9048 chokidar@4.0.3: 8492 9049 dependencies: ··· 8543 9100 8544 9101 comment-parser@1.4.1: {} 8545 9102 9103 + comment-parser@1.4.3: {} 9104 + 8546 9105 commondir@1.0.1: {} 8547 9106 8548 9107 compatx@0.2.0: {} ··· 8610 9169 dependencies: 8611 9170 postcss: 8.5.6 8612 9171 9172 + css-declaration-sorter@7.3.1(postcss@8.5.6): 9173 + dependencies: 9174 + postcss: 8.5.6 9175 + 8613 9176 css-select@5.2.2: 8614 9177 dependencies: 8615 9178 boolbase: 1.0.0 ··· 8635 9198 cssnano-preset-default@7.0.10(postcss@8.5.6): 8636 9199 dependencies: 8637 9200 browserslist: 4.28.1 8638 - css-declaration-sorter: 7.3.0(postcss@8.5.6) 9201 + css-declaration-sorter: 7.3.1(postcss@8.5.6) 8639 9202 cssnano-utils: 5.0.1(postcss@8.5.6) 8640 9203 postcss: 8.5.6 8641 9204 postcss-calc: 10.1.1(postcss@8.5.6) ··· 8758 9321 8759 9322 destr@2.0.5: {} 8760 9323 8761 - detect-libc@1.0.3: {} 9324 + detect-libc@1.0.3: 9325 + optional: true 8762 9326 8763 9327 detect-libc@2.1.2: {} 8764 9328 8765 9329 devalue@5.4.2: {} 8766 9330 8767 - devalue@5.6.1: {} 9331 + devalue@5.6.2: {} 8768 9332 8769 9333 diff@8.0.2: {} 8770 9334 9335 + diff@8.0.3: {} 9336 + 8771 9337 dom-serializer@2.0.0: 8772 9338 dependencies: 8773 9339 domelementtype: 2.3.0 ··· 8788 9354 8789 9355 dot-prop@10.1.0: 8790 9356 dependencies: 8791 - type-fest: 5.3.1 9357 + type-fest: 5.4.1 8792 9358 8793 9359 dotenv@16.6.1: {} 8794 9360 ··· 8811 9377 encodeurl@2.0.0: {} 8812 9378 8813 9379 entities@4.5.0: {} 9380 + 9381 + entities@7.0.0: {} 8814 9382 8815 9383 error-stack-parser-es@1.0.5: {} 8816 9384 ··· 8818 9386 8819 9387 es-module-lexer@1.7.0: {} 8820 9388 9389 + es-module-lexer@2.0.0: {} 9390 + 8821 9391 esbuild@0.25.11: 8822 9392 optionalDependencies: 8823 9393 '@esbuild/aix-ppc64': 0.25.11 ··· 8941 9511 optionalDependencies: 8942 9512 typescript: 5.9.3 8943 9513 8944 - eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): 9514 + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): 8945 9515 dependencies: 8946 - '@typescript-eslint/types': 8.50.0 8947 - comment-parser: 1.4.1 9516 + '@typescript-eslint/types': 8.53.0 9517 + comment-parser: 1.4.3 8948 9518 debug: 4.4.3 8949 9519 eslint: 9.39.2(jiti@2.6.1) 8950 9520 eslint-import-context: 0.1.9(unrs-resolver@1.11.1) ··· 8954 9524 stable-hash-x: 0.2.0 8955 9525 unrs-resolver: 1.11.1 8956 9526 optionalDependencies: 8957 - '@typescript-eslint/utils': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 9527 + '@typescript-eslint/utils': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 8958 9528 transitivePeerDependencies: 8959 9529 - supports-color 8960 9530 8961 - eslint-plugin-jsdoc@61.5.0(eslint@9.39.2(jiti@2.6.1)): 9531 + eslint-plugin-jsdoc@61.7.1(eslint@9.39.2(jiti@2.6.1)): 8962 9532 dependencies: 8963 - '@es-joy/jsdoccomment': 0.76.0 9533 + '@es-joy/jsdoccomment': 0.78.0 8964 9534 '@es-joy/resolve.exports': 1.2.0 8965 9535 are-docs-informative: 0.0.2 8966 9536 comment-parser: 1.4.1 8967 9537 debug: 4.4.3 8968 9538 escape-string-regexp: 4.0.0 8969 9539 eslint: 9.39.2(jiti@2.6.1) 8970 - espree: 10.4.0 8971 - esquery: 1.6.0 9540 + espree: 11.0.0 9541 + esquery: 1.7.0 8972 9542 html-entities: 2.6.0 8973 9543 object-deep-merge: 2.0.0 8974 9544 parse-imports-exports: 0.2.4 ··· 8980 9550 8981 9551 eslint-plugin-regexp@2.10.0(eslint@9.39.2(jiti@2.6.1)): 8982 9552 dependencies: 8983 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 9553 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 8984 9554 '@eslint-community/regexpp': 4.12.2 8985 - comment-parser: 1.4.1 9555 + comment-parser: 1.4.3 8986 9556 eslint: 9.39.2(jiti@2.6.1) 8987 9557 jsdoc-type-pratt-parser: 4.8.0 8988 9558 refa: 0.12.1 ··· 8992 9562 eslint-plugin-unicorn@62.0.0(eslint@9.39.2(jiti@2.6.1)): 8993 9563 dependencies: 8994 9564 '@babel/helper-validator-identifier': 7.28.5 8995 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 9565 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 8996 9566 '@eslint/plugin-kit': 0.4.1 8997 9567 change-case: 5.4.4 8998 9568 ci-info: 4.3.1 8999 9569 clean-regexp: 1.0.0 9000 9570 core-js-compat: 3.47.0 9001 9571 eslint: 9.39.2(jiti@2.6.1) 9002 - esquery: 1.6.0 9572 + esquery: 1.7.0 9003 9573 find-up-simple: 1.0.1 9004 9574 globals: 16.5.0 9005 9575 indent-string: 5.0.0 ··· 9011 9581 semver: 7.7.3 9012 9582 strip-indent: 4.1.1 9013 9583 9014 - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.6.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): 9584 + eslint-plugin-vue@10.7.0(@stylistic/eslint-plugin@5.7.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): 9015 9585 dependencies: 9016 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 9586 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 9017 9587 eslint: 9.39.2(jiti@2.6.1) 9018 9588 natural-compare: 1.4.0 9019 9589 nth-check: 2.1.1 ··· 9022 9592 vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1)) 9023 9593 xml-name-validator: 4.0.0 9024 9594 optionalDependencies: 9025 - '@stylistic/eslint-plugin': 5.6.1(eslint@9.39.2(jiti@2.6.1)) 9026 - '@typescript-eslint/parser': 8.50.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 9595 + '@stylistic/eslint-plugin': 5.7.0(eslint@9.39.2(jiti@2.6.1)) 9596 + '@typescript-eslint/parser': 8.53.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 9027 9597 9028 - eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.25)(eslint@9.39.2(jiti@2.6.1)): 9598 + eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.26)(eslint@9.39.2(jiti@2.6.1)): 9029 9599 dependencies: 9030 - '@vue/compiler-sfc': 3.5.25 9600 + '@vue/compiler-sfc': 3.5.26 9031 9601 eslint: 9.39.2(jiti@2.6.1) 9032 9602 9033 9603 eslint-scope@8.4.0: ··· 9039 9609 9040 9610 eslint-visitor-keys@4.2.1: {} 9041 9611 9612 + eslint-visitor-keys@5.0.0: {} 9613 + 9042 9614 eslint@9.38.0(jiti@2.6.1): 9043 9615 dependencies: 9044 9616 '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0(jiti@2.6.1)) ··· 9083 9655 9084 9656 eslint@9.39.2(jiti@2.6.1): 9085 9657 dependencies: 9086 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) 9658 + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) 9087 9659 '@eslint-community/regexpp': 4.12.2 9088 9660 '@eslint/config-array': 0.21.1 9089 9661 '@eslint/config-helpers': 0.4.2 ··· 9103 9675 eslint-scope: 8.4.0 9104 9676 eslint-visitor-keys: 4.2.1 9105 9677 espree: 10.4.0 9106 - esquery: 1.6.0 9678 + esquery: 1.7.0 9107 9679 esutils: 2.0.3 9108 9680 fast-deep-equal: 3.1.3 9109 9681 file-entry-cache: 8.0.0 ··· 9128 9700 acorn-jsx: 5.3.2(acorn@8.15.0) 9129 9701 eslint-visitor-keys: 4.2.1 9130 9702 9703 + espree@11.0.0: 9704 + dependencies: 9705 + acorn: 8.15.0 9706 + acorn-jsx: 5.3.2(acorn@8.15.0) 9707 + eslint-visitor-keys: 5.0.0 9708 + 9131 9709 esquery@1.6.0: 9710 + dependencies: 9711 + estraverse: 5.3.0 9712 + optional: true 9713 + 9714 + esquery@1.7.0: 9132 9715 dependencies: 9133 9716 estraverse: 5.3.0 9134 9717 ··· 9211 9794 9212 9795 fast-npm-meta@0.4.7: {} 9213 9796 9214 - fastq@1.19.1: 9797 + fastq@1.20.1: 9215 9798 dependencies: 9216 9799 reusify: 1.1.0 9217 9800 ··· 9244 9827 dependencies: 9245 9828 magic-string: 0.30.21 9246 9829 mlly: 1.8.0 9247 - rollup: 4.53.5 9830 + rollup: 4.55.1 9248 9831 9249 9832 flat-cache@4.0.1: 9250 9833 dependencies: ··· 9332 9915 package-json-from-dist: 1.0.1 9333 9916 path-scurry: 1.11.1 9334 9917 9918 + glob@13.0.0: 9919 + dependencies: 9920 + minimatch: 10.1.1 9921 + minipass: 7.1.2 9922 + path-scurry: 2.0.1 9923 + 9335 9924 global-directory@4.0.1: 9336 9925 dependencies: 9337 9926 ini: 4.1.1 ··· 9349 9938 slash: 5.1.0 9350 9939 unicorn-magic: 0.3.0 9351 9940 9941 + globby@16.1.0: 9942 + dependencies: 9943 + '@sindresorhus/merge-streams': 4.0.0 9944 + fast-glob: 3.3.3 9945 + ignore: 7.0.5 9946 + is-path-inside: 4.0.0 9947 + slash: 5.1.0 9948 + unicorn-magic: 0.4.0 9949 + 9352 9950 graceful-fs@4.2.11: {} 9353 9951 9354 9952 gzip-size@7.0.0: ··· 9367 9965 ufo: 1.6.1 9368 9966 uncrypto: 0.1.3 9369 9967 9968 + h3@1.15.5: 9969 + dependencies: 9970 + cookie-es: 1.2.2 9971 + crossws: 0.3.5 9972 + defu: 6.1.4 9973 + destr: 2.0.5 9974 + iron-webcrypto: 1.2.1 9975 + node-mock-http: 1.0.4 9976 + radix3: 1.1.2 9977 + ufo: 1.6.3 9978 + uncrypto: 0.1.3 9979 + 9980 + h3@2.0.1-rc.8: 9981 + dependencies: 9982 + rou3: 0.7.12 9983 + srvx: 0.10.0 9984 + 9370 9985 has-flag@4.0.0: {} 9371 9986 9372 9987 hasown@2.0.2: ··· 9377 9992 optional: true 9378 9993 9379 9994 hookable@5.5.3: {} 9995 + 9996 + hookable@6.0.1: {} 9380 9997 9381 9998 html-entities@2.6.0: {} 9382 9999 ··· 9450 10067 transitivePeerDependencies: 9451 10068 - supports-color 9452 10069 10070 + ioredis@5.9.2: 10071 + dependencies: 10072 + '@ioredis/commands': 1.5.0 10073 + cluster-key-slot: 1.1.2 10074 + debug: 4.4.3 10075 + denque: 2.1.0 10076 + lodash.defaults: 4.2.0 10077 + lodash.isarguments: 3.1.0 10078 + redis-errors: 1.2.0 10079 + redis-parser: 3.0.0 10080 + standard-as-callback: 2.1.0 10081 + transitivePeerDependencies: 10082 + - supports-color 10083 + 9453 10084 iron-webcrypto@1.2.1: {} 9454 10085 9455 10086 is-builtin-module@5.0.0: ··· 9547 10178 9548 10179 jsdoc-type-pratt-parser@4.8.0: {} 9549 10180 9550 - jsdoc-type-pratt-parser@6.10.0: {} 10181 + jsdoc-type-pratt-parser@7.0.0: {} 9551 10182 9552 10183 jsesc@3.1.0: {} 9553 10184 ··· 9596 10227 9597 10228 listhen@1.9.0: 9598 10229 dependencies: 9599 - '@parcel/watcher': 2.5.1 9600 - '@parcel/watcher-wasm': 2.5.1 10230 + '@parcel/watcher': 2.5.4 10231 + '@parcel/watcher-wasm': 2.5.4 9601 10232 citty: 0.1.6 9602 10233 clipboardy: 4.0.0 9603 10234 consola: 3.4.2 9604 10235 crossws: 0.3.5 9605 10236 defu: 6.1.4 9606 10237 get-port-please: 3.2.0 9607 - h3: 1.15.4 10238 + h3: 1.15.5 9608 10239 http-shutdown: 1.2.2 9609 10240 jiti: 2.6.1 9610 10241 mlly: 1.8.0 9611 10242 node-forge: 1.3.3 9612 10243 pathe: 1.1.2 9613 10244 std-env: 3.10.0 9614 - ufo: 1.6.1 10245 + ufo: 1.6.3 9615 10246 untun: 0.1.3 9616 10247 uqr: 0.1.2 9617 10248 ··· 9641 10272 9642 10273 lru-cache@10.4.3: {} 9643 10274 10275 + lru-cache@11.2.4: {} 10276 + 9644 10277 lru-cache@5.1.1: 9645 10278 dependencies: 9646 10279 yallist: 3.1.1 ··· 9652 10285 mlly: 1.8.0 9653 10286 regexp-tree: 0.1.27 9654 10287 type-level-regexp: 0.1.17 9655 - ufo: 1.6.1 10288 + ufo: 1.6.3 9656 10289 unplugin: 2.3.11 9657 10290 9658 10291 magic-string-ast@1.0.3: ··· 9671 10304 9672 10305 magicast@0.5.1: 9673 10306 dependencies: 9674 - '@babel/parser': 7.28.5 9675 - '@babel/types': 7.28.5 10307 + '@babel/parser': 7.28.6 10308 + '@babel/types': 7.28.6 9676 10309 source-map-js: 1.2.1 9677 10310 9678 10311 mdn-data@2.0.28: {} ··· 9724 10357 9725 10358 mitt@3.0.1: {} 9726 10359 9727 - mkdist@2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(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)): 10360 + mkdist@2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)))(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)): 9728 10361 dependencies: 9729 10362 autoprefixer: 10.4.23(postcss@8.5.6) 9730 10363 citty: 0.1.6 ··· 9741 10374 tinyglobby: 0.2.15 9742 10375 optionalDependencies: 9743 10376 typescript: 5.9.3 9744 - vue: 3.5.25(typescript@5.9.3) 9745 - vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(vue@3.5.25(typescript@5.9.3)) 9746 - vue-tsc: 3.1.8(typescript@5.9.3) 10377 + vue: 3.5.26(typescript@5.9.3) 10378 + vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)) 10379 + vue-tsc: 3.2.2(typescript@5.9.3) 9747 10380 9748 10381 mlly@1.8.0: 9749 10382 dependencies: 9750 10383 acorn: 8.15.0 9751 10384 pathe: 2.0.3 9752 10385 pkg-types: 1.3.1 9753 - ufo: 1.6.1 10386 + ufo: 1.6.3 9754 10387 9755 10388 mocked-exports@0.1.1: {} 9756 10389 ··· 9874 10507 - supports-color 9875 10508 - uploadthing 9876 10509 9877 - nitropack@2.12.9: 10510 + nitropack@2.13.1: 9878 10511 dependencies: 9879 - '@cloudflare/kv-asset-handler': 0.4.1 9880 - '@rollup/plugin-alias': 5.1.1(rollup@4.53.5) 9881 - '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.5) 9882 - '@rollup/plugin-inject': 5.0.5(rollup@4.53.5) 9883 - '@rollup/plugin-json': 6.1.0(rollup@4.53.5) 9884 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.53.5) 9885 - '@rollup/plugin-replace': 6.0.3(rollup@4.53.5) 9886 - '@rollup/plugin-terser': 0.4.4(rollup@4.53.5) 9887 - '@vercel/nft': 0.30.4(rollup@4.53.5) 10512 + '@cloudflare/kv-asset-handler': 0.4.2 10513 + '@rollup/plugin-alias': 6.0.0(rollup@4.55.1) 10514 + '@rollup/plugin-commonjs': 29.0.0(rollup@4.55.1) 10515 + '@rollup/plugin-inject': 5.0.5(rollup@4.55.1) 10516 + '@rollup/plugin-json': 6.1.0(rollup@4.55.1) 10517 + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.55.1) 10518 + '@rollup/plugin-replace': 6.0.3(rollup@4.55.1) 10519 + '@rollup/plugin-terser': 0.4.4(rollup@4.55.1) 10520 + '@vercel/nft': 1.2.0(rollup@4.55.1) 9888 10521 archiver: 7.0.1 9889 10522 c12: 3.3.3(magicast@0.5.1) 9890 - chokidar: 4.0.3 10523 + chokidar: 5.0.0 9891 10524 citty: 0.1.6 9892 10525 compatx: 0.2.0 9893 10526 confbox: 0.2.2 ··· 9899 10532 defu: 6.1.4 9900 10533 destr: 2.0.5 9901 10534 dot-prop: 10.1.0 9902 - esbuild: 0.25.12 10535 + esbuild: 0.27.2 9903 10536 escape-string-regexp: 5.0.0 9904 10537 etag: 1.8.1 9905 10538 exsolve: 1.0.8 9906 - globby: 15.0.0 10539 + globby: 16.1.0 9907 10540 gzip-size: 7.0.0 9908 - h3: 1.15.4 10541 + h3: 1.15.5 9909 10542 hookable: 5.5.3 9910 10543 httpxy: 0.1.7 9911 - ioredis: 5.8.2 10544 + ioredis: 5.9.2 9912 10545 jiti: 2.6.1 9913 10546 klona: 2.0.6 9914 10547 knitwork: 1.3.0 ··· 9926 10559 pkg-types: 2.3.0 9927 10560 pretty-bytes: 7.1.0 9928 10561 radix3: 1.1.2 9929 - rollup: 4.53.5 9930 - rollup-plugin-visualizer: 6.0.5(rollup@4.53.5) 10562 + rollup: 4.55.1 10563 + rollup-plugin-visualizer: 6.0.5(rollup@4.55.1) 9931 10564 scule: 1.3.0 9932 10565 semver: 7.7.3 9933 10566 serve-placeholder: 2.0.2 9934 10567 serve-static: 2.2.1 9935 10568 source-map: 0.7.6 9936 10569 std-env: 3.10.0 9937 - ufo: 1.6.1 10570 + ufo: 1.6.3 9938 10571 ultrahtml: 1.6.0 9939 10572 uncrypto: 0.1.3 9940 10573 unctx: 2.5.0 9941 10574 unenv: 2.0.0-rc.24 9942 10575 unimport: 5.6.0 9943 10576 unplugin-utils: 0.3.1 9944 - unstorage: 1.17.3(db0@0.3.4)(ioredis@5.8.2) 10577 + unstorage: 1.17.4(db0@0.3.4)(ioredis@5.9.2) 9945 10578 untyped: 2.0.0 9946 - unwasm: 0.3.11 10579 + unwasm: 0.5.3 9947 10580 youch: 4.1.0-beta.13 9948 10581 youch-core: 0.3.3 9949 10582 transitivePeerDependencies: ··· 10141 10774 - xml2js 10142 10775 - yaml 10143 10776 10144 - nuxt@4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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): 10777 + nuxt@4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3))(yaml@2.8.2): 10145 10778 dependencies: 10146 10779 '@dxup/nuxt': 0.2.2(magicast@0.5.1) 10147 - '@nuxt/cli': 3.31.2(cac@6.7.14)(magicast@0.5.1) 10148 - '@nuxt/devtools': 3.1.1(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)) 10780 + '@nuxt/cli': 3.32.0(cac@6.7.14)(magicast@0.5.1) 10781 + '@nuxt/devtools': 3.1.1(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) 10149 10782 '@nuxt/kit': 4.2.2(magicast@0.5.1) 10150 - '@nuxt/nitro-server': 4.2.2(db0@0.3.4)(ioredis@5.8.2)(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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) 10783 + '@nuxt/nitro-server': 4.2.2(db0@0.3.4)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3))(yaml@2.8.2))(typescript@5.9.3) 10151 10784 '@nuxt/schema': 4.2.2 10152 10785 '@nuxt/telemetry': 2.6.6(magicast@0.5.1) 10153 - '@nuxt/vite-builder': 4.2.2(@types/node@25.0.3)(eslint@9.39.2(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.1)(@types/node@25.0.3)(@vue/compiler-sfc@3.5.25)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.53.5)(terser@5.44.1)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(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.5)(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) 10154 - '@unhead/vue': 2.0.19(vue@3.5.25(typescript@5.9.3)) 10155 - '@vue/shared': 3.5.25 10786 + '@nuxt/vite-builder': 4.2.2(@types/node@25.0.9)(eslint@9.39.2(jiti@2.6.1))(magicast@0.5.1)(nuxt@4.2.2(@parcel/watcher@2.5.4)(@types/node@25.0.9)(@vue/compiler-sfc@3.5.26)(cac@6.7.14)(db0@0.3.4)(eslint@9.39.2(jiti@2.6.1))(ioredis@5.9.2)(magicast@0.5.1)(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3))(yaml@2.8.2))(optionator@0.9.4)(rollup@4.55.1)(terser@5.46.0)(typescript@5.9.3)(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3))(yaml@2.8.2) 10787 + '@unhead/vue': 2.1.2(vue@3.5.26(typescript@5.9.3)) 10788 + '@vue/shared': 3.5.26 10156 10789 c12: 3.3.3(magicast@0.5.1) 10157 10790 chokidar: 5.0.0 10158 10791 compatx: 0.2.0 ··· 10160 10793 cookie-es: 2.0.0 10161 10794 defu: 6.1.4 10162 10795 destr: 2.0.5 10163 - devalue: 5.6.1 10796 + devalue: 5.6.2 10164 10797 errx: 0.1.0 10165 10798 escape-string-regexp: 5.0.0 10166 10799 exsolve: 1.0.8 10167 - h3: 1.15.4 10800 + h3: 1.15.5 10168 10801 hookable: 5.5.3 10169 10802 ignore: 7.0.5 10170 10803 impound: 1.0.0 ··· 10190 10823 semver: 7.7.3 10191 10824 std-env: 3.10.0 10192 10825 tinyglobby: 0.2.15 10193 - ufo: 1.6.1 10826 + ufo: 1.6.3 10194 10827 ultrahtml: 1.6.0 10195 10828 uncrypto: 0.1.3 10196 10829 unctx: 2.5.0 10197 10830 unimport: 5.6.0 10198 10831 unplugin: 2.3.11 10199 - unplugin-vue-router: 0.19.1(@vue/compiler-sfc@3.5.25)(typescript@5.9.3)(vue-router@4.6.4(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3)) 10832 + unplugin-vue-router: 0.19.2(@vue/compiler-sfc@3.5.26)(vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3)) 10200 10833 untyped: 2.0.0 10201 - vue: 3.5.25(typescript@5.9.3) 10202 - vue-router: 4.6.4(vue@3.5.25(typescript@5.9.3)) 10834 + vue: 3.5.26(typescript@5.9.3) 10835 + vue-router: 4.6.4(vue@3.5.26(typescript@5.9.3)) 10203 10836 optionalDependencies: 10204 - '@parcel/watcher': 2.5.1 10205 - '@types/node': 25.0.3 10837 + '@parcel/watcher': 2.5.4 10838 + '@types/node': 25.0.9 10206 10839 transitivePeerDependencies: 10207 10840 - '@azure/app-configuration' 10208 10841 - '@azure/cosmos' ··· 10292 10925 dependencies: 10293 10926 destr: 2.0.5 10294 10927 node-fetch-native: 1.6.7 10295 - ufo: 1.6.1 10928 + ufo: 1.6.3 10296 10929 10297 10930 ohash@2.0.11: {} 10298 10931 ··· 10506 11139 path-scurry@1.11.1: 10507 11140 dependencies: 10508 11141 lru-cache: 10.4.3 11142 + minipass: 7.1.2 11143 + 11144 + path-scurry@2.0.1: 11145 + dependencies: 11146 + lru-cache: 11.2.4 10509 11147 minipass: 7.1.2 10510 11148 10511 11149 path-type@6.0.0: {} ··· 10863 11501 10864 11502 rfdc@1.4.1: {} 10865 11503 10866 - rollup-plugin-dts@6.3.0(rollup@4.53.5)(typescript@5.9.3): 11504 + rollup-plugin-dts@6.3.0(rollup@4.55.1)(typescript@5.9.3): 10867 11505 dependencies: 10868 11506 magic-string: 0.30.21 10869 - rollup: 4.53.5 11507 + rollup: 4.55.1 10870 11508 typescript: 5.9.3 10871 11509 optionalDependencies: 10872 - '@babel/code-frame': 7.27.1 11510 + '@babel/code-frame': 7.28.6 10873 11511 10874 11512 rollup-plugin-visualizer@6.0.5(rollup@4.52.5): 10875 11513 dependencies: ··· 10880 11518 optionalDependencies: 10881 11519 rollup: 4.52.5 10882 11520 10883 - rollup-plugin-visualizer@6.0.5(rollup@4.53.5): 11521 + rollup-plugin-visualizer@6.0.5(rollup@4.55.1): 10884 11522 dependencies: 10885 11523 open: 8.4.2 10886 11524 picomatch: 4.0.3 10887 11525 source-map: 0.7.6 10888 11526 yargs: 17.7.2 10889 11527 optionalDependencies: 10890 - rollup: 4.53.5 11528 + rollup: 4.55.1 10891 11529 10892 11530 rollup@4.52.5: 10893 11531 dependencies: ··· 10917 11555 '@rollup/rollup-win32-x64-msvc': 4.52.5 10918 11556 fsevents: 2.3.3 10919 11557 10920 - rollup@4.53.5: 11558 + rollup@4.55.1: 10921 11559 dependencies: 10922 11560 '@types/estree': 1.0.8 10923 11561 optionalDependencies: 10924 - '@rollup/rollup-android-arm-eabi': 4.53.5 10925 - '@rollup/rollup-android-arm64': 4.53.5 10926 - '@rollup/rollup-darwin-arm64': 4.53.5 10927 - '@rollup/rollup-darwin-x64': 4.53.5 10928 - '@rollup/rollup-freebsd-arm64': 4.53.5 10929 - '@rollup/rollup-freebsd-x64': 4.53.5 10930 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.5 10931 - '@rollup/rollup-linux-arm-musleabihf': 4.53.5 10932 - '@rollup/rollup-linux-arm64-gnu': 4.53.5 10933 - '@rollup/rollup-linux-arm64-musl': 4.53.5 10934 - '@rollup/rollup-linux-loong64-gnu': 4.53.5 10935 - '@rollup/rollup-linux-ppc64-gnu': 4.53.5 10936 - '@rollup/rollup-linux-riscv64-gnu': 4.53.5 10937 - '@rollup/rollup-linux-riscv64-musl': 4.53.5 10938 - '@rollup/rollup-linux-s390x-gnu': 4.53.5 10939 - '@rollup/rollup-linux-x64-gnu': 4.53.5 10940 - '@rollup/rollup-linux-x64-musl': 4.53.5 10941 - '@rollup/rollup-openharmony-arm64': 4.53.5 10942 - '@rollup/rollup-win32-arm64-msvc': 4.53.5 10943 - '@rollup/rollup-win32-ia32-msvc': 4.53.5 10944 - '@rollup/rollup-win32-x64-gnu': 4.53.5 10945 - '@rollup/rollup-win32-x64-msvc': 4.53.5 11562 + '@rollup/rollup-android-arm-eabi': 4.55.1 11563 + '@rollup/rollup-android-arm64': 4.55.1 11564 + '@rollup/rollup-darwin-arm64': 4.55.1 11565 + '@rollup/rollup-darwin-x64': 4.55.1 11566 + '@rollup/rollup-freebsd-arm64': 4.55.1 11567 + '@rollup/rollup-freebsd-x64': 4.55.1 11568 + '@rollup/rollup-linux-arm-gnueabihf': 4.55.1 11569 + '@rollup/rollup-linux-arm-musleabihf': 4.55.1 11570 + '@rollup/rollup-linux-arm64-gnu': 4.55.1 11571 + '@rollup/rollup-linux-arm64-musl': 4.55.1 11572 + '@rollup/rollup-linux-loong64-gnu': 4.55.1 11573 + '@rollup/rollup-linux-loong64-musl': 4.55.1 11574 + '@rollup/rollup-linux-ppc64-gnu': 4.55.1 11575 + '@rollup/rollup-linux-ppc64-musl': 4.55.1 11576 + '@rollup/rollup-linux-riscv64-gnu': 4.55.1 11577 + '@rollup/rollup-linux-riscv64-musl': 4.55.1 11578 + '@rollup/rollup-linux-s390x-gnu': 4.55.1 11579 + '@rollup/rollup-linux-x64-gnu': 4.55.1 11580 + '@rollup/rollup-linux-x64-musl': 4.55.1 11581 + '@rollup/rollup-openbsd-x64': 4.55.1 11582 + '@rollup/rollup-openharmony-arm64': 4.55.1 11583 + '@rollup/rollup-win32-arm64-msvc': 4.55.1 11584 + '@rollup/rollup-win32-ia32-msvc': 4.55.1 11585 + '@rollup/rollup-win32-x64-gnu': 4.55.1 11586 + '@rollup/rollup-win32-x64-msvc': 4.55.1 10946 11587 fsevents: 2.3.3 11588 + 11589 + rou3@0.7.12: {} 10947 11590 10948 11591 run-applescript@7.1.0: {} 10949 11592 ··· 10957 11600 10958 11601 safer-buffer@2.1.2: {} 10959 11602 10960 - sax@1.4.3: {} 11603 + sax@1.4.4: {} 10961 11604 10962 11605 scslre@0.3.0: 10963 11606 dependencies: ··· 11007 11650 dependencies: 11008 11651 randombytes: 2.1.0 11009 11652 11010 - seroval@1.4.0: {} 11653 + seroval@1.4.2: {} 11011 11654 11012 11655 serve-placeholder@2.0.2: 11013 11656 dependencies: ··· 11095 11738 11096 11739 speakingurl@14.0.1: {} 11097 11740 11098 - srvx@0.8.16: {} 11741 + srvx@0.10.0: {} 11099 11742 11100 - srvx@0.9.8: {} 11743 + srvx@0.8.16: {} 11101 11744 11102 11745 stable-hash-x@0.2.0: {} 11103 11746 ··· 11190 11833 css-what: 6.2.2 11191 11834 csso: 5.0.5 11192 11835 picocolors: 1.1.1 11193 - sax: 1.4.3 11836 + sax: 1.4.4 11194 11837 11195 11838 system-architecture@0.1.0: {} 11196 11839 ··· 11213 11856 minizlib: 3.1.0 11214 11857 yallist: 5.0.0 11215 11858 11859 + tar@7.5.3: 11860 + dependencies: 11861 + '@isaacs/fs-minipass': 4.0.1 11862 + chownr: 3.0.0 11863 + minipass: 7.1.2 11864 + minizlib: 3.1.0 11865 + yallist: 5.0.0 11866 + 11216 11867 terser@5.44.0: 11217 11868 dependencies: 11218 11869 '@jridgewell/source-map': 0.3.11 ··· 11228 11879 commander: 2.20.3 11229 11880 source-map-support: 0.5.21 11230 11881 11882 + terser@5.46.0: 11883 + dependencies: 11884 + '@jridgewell/source-map': 0.3.11 11885 + acorn: 8.15.0 11886 + commander: 2.20.3 11887 + source-map-support: 0.5.21 11888 + 11231 11889 text-decoder@1.2.3: 11232 11890 dependencies: 11233 11891 b4a: 1.7.3 ··· 11270 11928 11271 11929 tr46@0.0.3: {} 11272 11930 11273 - ts-api-utils@2.1.0(typescript@5.9.3): 11931 + ts-api-utils@2.4.0(typescript@5.9.3): 11274 11932 dependencies: 11275 11933 typescript: 5.9.3 11276 11934 ··· 11285 11943 dependencies: 11286 11944 prelude-ls: 1.2.1 11287 11945 11288 - type-fest@5.3.1: 11946 + type-fest@5.4.1: 11289 11947 dependencies: 11290 11948 tagged-tag: 1.0.0 11291 11949 ··· 11294 11952 typescript@5.9.3: {} 11295 11953 11296 11954 ufo@1.6.1: {} 11955 + 11956 + ufo@1.6.3: {} 11297 11957 11298 11958 ultrahtml@1.6.0: {} 11299 11959 11300 - unbuild@3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(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)): 11960 + unbuild@3.6.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)))(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)): 11301 11961 dependencies: 11302 - '@rollup/plugin-alias': 5.1.1(rollup@4.53.5) 11303 - '@rollup/plugin-commonjs': 28.0.9(rollup@4.53.5) 11304 - '@rollup/plugin-json': 6.1.0(rollup@4.53.5) 11305 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.53.5) 11306 - '@rollup/plugin-replace': 6.0.3(rollup@4.53.5) 11307 - '@rollup/pluginutils': 5.3.0(rollup@4.53.5) 11962 + '@rollup/plugin-alias': 5.1.1(rollup@4.55.1) 11963 + '@rollup/plugin-commonjs': 28.0.9(rollup@4.55.1) 11964 + '@rollup/plugin-json': 6.1.0(rollup@4.55.1) 11965 + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.55.1) 11966 + '@rollup/plugin-replace': 6.0.3(rollup@4.55.1) 11967 + '@rollup/pluginutils': 5.3.0(rollup@4.55.1) 11308 11968 citty: 0.1.6 11309 11969 consola: 3.4.2 11310 11970 defu: 6.1.4 ··· 11313 11973 hookable: 5.5.3 11314 11974 jiti: 2.6.1 11315 11975 magic-string: 0.30.21 11316 - mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(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)) 11976 + mkdist: 2.4.1(typescript@5.9.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)))(vue-tsc@3.2.2(typescript@5.9.3))(vue@3.5.26(typescript@5.9.3)) 11317 11977 mlly: 1.8.0 11318 11978 pathe: 2.0.3 11319 11979 pkg-types: 2.3.0 11320 11980 pretty-bytes: 7.1.0 11321 - rollup: 4.53.5 11322 - rollup-plugin-dts: 6.3.0(rollup@4.53.5)(typescript@5.9.3) 11981 + rollup: 4.55.1 11982 + rollup-plugin-dts: 6.3.0(rollup@4.55.1)(typescript@5.9.3) 11323 11983 scule: 1.3.0 11324 11984 tinyglobby: 0.2.15 11325 11985 untyped: 2.0.0 ··· 11375 12035 dependencies: 11376 12036 hookable: 5.5.3 11377 12037 12038 + unhead@2.1.2: 12039 + dependencies: 12040 + hookable: 6.0.1 12041 + 11378 12042 unicorn-magic@0.3.0: {} 12043 + 12044 + unicorn-magic@0.4.0: {} 11379 12045 11380 12046 unimport@5.5.0: 11381 12047 dependencies: ··· 11446 12112 - typescript 11447 12113 - vue 11448 12114 11449 - unplugin-vue-router@0.19.1(@vue/compiler-sfc@3.5.25)(typescript@5.9.3)(vue-router@4.6.4(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3)): 12115 + unplugin-vue-router@0.19.2(@vue/compiler-sfc@3.5.26)(vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3)): 11450 12116 dependencies: 11451 - '@babel/generator': 7.28.5 11452 - '@vue-macros/common': 3.1.1(vue@3.5.25(typescript@5.9.3)) 11453 - '@vue/compiler-sfc': 3.5.25 11454 - '@vue/language-core': 3.1.8(typescript@5.9.3) 12117 + '@babel/generator': 7.28.6 12118 + '@vue-macros/common': 3.1.2(vue@3.5.26(typescript@5.9.3)) 12119 + '@vue/compiler-sfc': 3.5.26 12120 + '@vue/language-core': 3.2.2 11455 12121 ast-walker-scope: 0.8.3 11456 12122 chokidar: 5.0.0 11457 12123 json5: 2.2.3 ··· 11467 12133 unplugin-utils: 0.3.1 11468 12134 yaml: 2.8.2 11469 12135 optionalDependencies: 11470 - vue-router: 4.6.4(vue@3.5.25(typescript@5.9.3)) 12136 + vue-router: 4.6.4(vue@3.5.26(typescript@5.9.3)) 11471 12137 transitivePeerDependencies: 11472 - - typescript 11473 12138 - vue 11474 12139 11475 12140 unplugin@2.3.10: ··· 11524 12189 db0: 0.3.4 11525 12190 ioredis: 5.8.2 11526 12191 11527 - unstorage@1.17.3(db0@0.3.4)(ioredis@5.8.2): 12192 + unstorage@1.17.4(db0@0.3.4)(ioredis@5.9.2): 11528 12193 dependencies: 11529 12194 anymatch: 3.1.3 11530 - chokidar: 4.0.3 12195 + chokidar: 5.0.0 11531 12196 destr: 2.0.5 11532 - h3: 1.15.4 11533 - lru-cache: 10.4.3 12197 + h3: 1.15.5 12198 + lru-cache: 11.2.4 11534 12199 node-fetch-native: 1.6.7 11535 12200 ofetch: 1.5.1 11536 - ufo: 1.6.1 12201 + ufo: 1.6.3 11537 12202 optionalDependencies: 11538 12203 db0: 0.3.4 11539 - ioredis: 5.8.2 12204 + ioredis: 5.9.2 11540 12205 11541 12206 untun@0.1.3: 11542 12207 dependencies: ··· 11561 12226 pkg-types: 2.3.0 11562 12227 unplugin: 2.3.11 11563 12228 12229 + unwasm@0.5.3: 12230 + dependencies: 12231 + exsolve: 1.0.8 12232 + knitwork: 1.3.0 12233 + magic-string: 0.30.21 12234 + mlly: 1.8.0 12235 + pathe: 2.0.3 12236 + pkg-types: 2.3.0 12237 + 11564 12238 update-browserslist-db@1.1.4(browserslist@4.27.0): 11565 12239 dependencies: 11566 12240 browserslist: 4.27.0 ··· 11587 12261 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 11588 12262 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)) 11589 12263 11590 - vite-dev-rpc@1.1.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 12264 + vite-dev-rpc@1.1.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)): 11591 12265 dependencies: 11592 12266 birpc: 2.9.0 11593 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11594 - vite-hot-client: 2.1.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 12267 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 12268 + vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 11595 12269 11596 12270 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)): 11597 12271 dependencies: 11598 12272 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 11599 12273 11600 - vite-hot-client@2.1.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 12274 + vite-hot-client@2.1.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)): 11601 12275 dependencies: 11602 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 12276 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 11603 12277 11604 12278 vite-node@3.2.4(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1): 11605 12279 dependencies: ··· 11622 12296 - tsx 11623 12297 - yaml 11624 12298 11625 - vite-node@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 12299 + vite-node@3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): 11626 12300 dependencies: 11627 12301 cac: 6.7.14 11628 12302 debug: 4.4.3 11629 12303 es-module-lexer: 1.7.0 11630 12304 pathe: 2.0.3 11631 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 12305 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 11632 12306 transitivePeerDependencies: 11633 12307 - '@types/node' 11634 12308 - jiti ··· 11643 12317 - tsx 11644 12318 - yaml 11645 12319 11646 - vite-node@5.2.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 12320 + vite-node@5.3.0(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): 11647 12321 dependencies: 11648 12322 cac: 6.7.14 11649 - es-module-lexer: 1.7.0 12323 + es-module-lexer: 2.0.0 11650 12324 obug: 2.1.1 11651 12325 pathe: 2.0.3 11652 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 12326 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 11653 12327 transitivePeerDependencies: 11654 12328 - '@types/node' 11655 12329 - jiti ··· 11680 12354 typescript: 5.9.3 11681 12355 vue-tsc: 2.2.12(typescript@5.9.3) 11682 12356 11683 - vite-plugin-checker@0.12.0(eslint@9.39.2(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue-tsc@3.1.8(typescript@5.9.3)): 12357 + vite-plugin-checker@0.12.0(eslint@9.39.2(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue-tsc@3.2.2(typescript@5.9.3)): 11684 12358 dependencies: 11685 - '@babel/code-frame': 7.27.1 12359 + '@babel/code-frame': 7.28.6 11686 12360 chokidar: 4.0.3 11687 12361 npm-run-path: 6.0.0 11688 12362 picocolors: 1.1.1 11689 12363 picomatch: 4.0.3 11690 12364 tiny-invariant: 1.3.3 11691 12365 tinyglobby: 0.2.15 11692 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 12366 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 11693 12367 vscode-uri: 3.1.0 11694 12368 optionalDependencies: 11695 12369 eslint: 9.39.2(jiti@2.6.1) 11696 12370 optionator: 0.9.4 11697 12371 typescript: 5.9.3 11698 - vue-tsc: 3.1.8(typescript@5.9.3) 12372 + vue-tsc: 3.2.2(typescript@5.9.3) 11699 12373 11700 12374 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)): 11701 12375 dependencies: ··· 11714 12388 transitivePeerDependencies: 11715 12389 - supports-color 11716 12390 11717 - vite-plugin-inspect@11.3.3(@nuxt/kit@4.2.2(magicast@0.5.1))(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 12391 + vite-plugin-inspect@11.3.3(@nuxt/kit@4.2.2(magicast@0.5.1))(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)): 11718 12392 dependencies: 11719 12393 ansis: 4.2.0 11720 12394 debug: 4.4.3 ··· 11724 12398 perfect-debounce: 2.0.0 11725 12399 sirv: 3.0.2 11726 12400 unplugin-utils: 0.3.1 11727 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11728 - vite-dev-rpc: 1.1.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 12401 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 12402 + vite-dev-rpc: 1.1.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 11729 12403 optionalDependencies: 11730 12404 '@nuxt/kit': 4.2.2(magicast@0.5.1) 11731 12405 transitivePeerDependencies: ··· 11741 12415 vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 11742 12416 vue: 3.5.22(typescript@5.9.3) 11743 12417 11744 - vite-plugin-vue-tracer@1.2.0(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2))(vue@3.5.25(typescript@5.9.3)): 12418 + vite-plugin-vue-tracer@1.2.0(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)): 11745 12419 dependencies: 11746 12420 estree-walker: 3.0.3 11747 12421 exsolve: 1.0.8 11748 12422 magic-string: 0.30.21 11749 12423 pathe: 2.0.3 11750 12424 source-map-js: 1.2.1 11751 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11752 - vue: 3.5.25(typescript@5.9.3) 12425 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 12426 + vue: 3.5.26(typescript@5.9.3) 11753 12427 11754 12428 vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1): 11755 12429 dependencies: ··· 11766 12440 terser: 5.44.0 11767 12441 yaml: 2.8.1 11768 12442 11769 - vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 12443 + vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): 11770 12444 dependencies: 11771 12445 esbuild: 0.27.2 11772 12446 fdir: 6.5.0(picomatch@4.0.3) 11773 12447 picomatch: 4.0.3 11774 12448 postcss: 8.5.6 11775 - rollup: 4.53.5 12449 + rollup: 4.55.1 11776 12450 tinyglobby: 0.2.15 11777 12451 optionalDependencies: 11778 - '@types/node': 25.0.3 12452 + '@types/node': 25.0.9 11779 12453 fsevents: 2.3.3 11780 12454 jiti: 2.6.1 11781 - terser: 5.44.1 12455 + terser: 5.46.0 11782 12456 yaml: 2.8.2 11783 12457 11784 - vitest-environment-nuxt@1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)): 12458 + vitest-environment-nuxt@1.0.1(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)): 11785 12459 dependencies: 11786 - '@nuxt/test-utils': 3.21.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 12460 + '@nuxt/test-utils': 3.23.0(magicast@0.5.1)(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 11787 12461 transitivePeerDependencies: 11788 12462 - '@cucumber/cucumber' 11789 12463 - '@jest/globals' ··· 11791 12465 - '@testing-library/vue' 11792 12466 - '@vitest/ui' 11793 12467 - '@vue/test-utils' 12468 + - crossws 11794 12469 - happy-dom 11795 12470 - jsdom 11796 12471 - magicast ··· 11798 12473 - typescript 11799 12474 - vitest 11800 12475 11801 - vitest@3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2): 12476 + vitest@3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): 11802 12477 dependencies: 11803 12478 '@types/chai': 5.2.3 11804 12479 '@vitest/expect': 3.2.4 11805 - '@vitest/mocker': 3.2.4(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2)) 12480 + '@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) 11806 12481 '@vitest/pretty-format': 3.2.4 11807 12482 '@vitest/runner': 3.2.4 11808 12483 '@vitest/snapshot': 3.2.4 ··· 11820 12495 tinyglobby: 0.2.15 11821 12496 tinypool: 1.1.1 11822 12497 tinyrainbow: 2.0.0 11823 - vite: 7.3.0(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 11824 - vite-node: 3.2.4(@types/node@25.0.3)(jiti@2.6.1)(terser@5.44.1)(yaml@2.8.2) 12498 + vite: 7.3.1(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 12499 + vite-node: 3.2.4(@types/node@25.0.9)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) 11825 12500 why-is-node-running: 2.3.0 11826 12501 optionalDependencies: 11827 - '@types/node': 25.0.3 12502 + '@types/node': 25.0.9 11828 12503 transitivePeerDependencies: 11829 12504 - jiti 11830 12505 - less ··· 11843 12518 11844 12519 vue-bundle-renderer@2.2.0: 11845 12520 dependencies: 11846 - ufo: 1.6.1 12521 + ufo: 1.6.3 11847 12522 11848 12523 vue-devtools-stub@0.1.0: {} 11849 12524 ··· 11854 12529 eslint-scope: 8.4.0 11855 12530 eslint-visitor-keys: 4.2.1 11856 12531 espree: 10.4.0 11857 - esquery: 1.6.0 12532 + esquery: 1.7.0 11858 12533 semver: 7.7.3 11859 12534 transitivePeerDependencies: 11860 12535 - supports-color ··· 11864 12539 '@vue/devtools-api': 6.6.4 11865 12540 vue: 3.5.22(typescript@5.9.3) 11866 12541 11867 - vue-router@4.6.4(vue@3.5.25(typescript@5.9.3)): 12542 + vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)): 11868 12543 dependencies: 11869 12544 '@vue/devtools-api': 6.6.4 11870 - vue: 3.5.25(typescript@5.9.3) 12545 + vue: 3.5.26(typescript@5.9.3) 11871 12546 11872 - vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.25)(esbuild@0.27.2)(vue@3.5.25(typescript@5.9.3)): 12547 + vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.26)(esbuild@0.27.2)(vue@3.5.26(typescript@5.9.3)): 11873 12548 dependencies: 11874 - '@babel/parser': 7.28.5 11875 - '@vue/compiler-core': 3.5.25 12549 + '@babel/parser': 7.28.6 12550 + '@vue/compiler-core': 3.5.26 11876 12551 esbuild: 0.27.2 11877 - vue: 3.5.25(typescript@5.9.3) 12552 + vue: 3.5.26(typescript@5.9.3) 11878 12553 11879 12554 vue-tsc@2.2.12(typescript@5.9.3): 11880 12555 dependencies: ··· 11883 12558 typescript: 5.9.3 11884 12559 optional: true 11885 12560 11886 - vue-tsc@3.1.8(typescript@5.9.3): 12561 + vue-tsc@3.2.2(typescript@5.9.3): 11887 12562 dependencies: 11888 - '@volar/typescript': 2.4.26 11889 - '@vue/language-core': 3.1.8(typescript@5.9.3) 12563 + '@volar/typescript': 2.4.27 12564 + '@vue/language-core': 3.2.2 11890 12565 typescript: 5.9.3 11891 12566 11892 12567 vue@3.5.22(typescript@5.9.3): ··· 11899 12574 optionalDependencies: 11900 12575 typescript: 5.9.3 11901 12576 11902 - vue@3.5.25(typescript@5.9.3): 12577 + vue@3.5.26(typescript@5.9.3): 11903 12578 dependencies: 11904 - '@vue/compiler-dom': 3.5.25 11905 - '@vue/compiler-sfc': 3.5.25 11906 - '@vue/runtime-dom': 3.5.25 11907 - '@vue/server-renderer': 3.5.25(vue@3.5.25(typescript@5.9.3)) 11908 - '@vue/shared': 3.5.25 12579 + '@vue/compiler-dom': 3.5.26 12580 + '@vue/compiler-sfc': 3.5.26 12581 + '@vue/runtime-dom': 3.5.26 12582 + '@vue/server-renderer': 3.5.26(vue@3.5.26(typescript@5.9.3)) 12583 + '@vue/shared': 3.5.26 11909 12584 optionalDependencies: 11910 12585 typescript: 5.9.3 11911 12586 ··· 11948 12623 strip-ansi: 7.1.2 11949 12624 11950 12625 ws@8.18.3: {} 12626 + 12627 + ws@8.19.0: {} 11951 12628 11952 12629 wsl-utils@0.1.0: 11953 12630 dependencies: ··· 11998 12675 dependencies: 11999 12676 '@poppinss/colors': 4.1.6 12000 12677 '@poppinss/dumper': 0.6.5 12001 - '@speed-highlight/core': 1.2.12 12678 + '@speed-highlight/core': 1.2.14 12002 12679 cookie-es: 2.0.0 12003 12680 youch-core: 0.3.3 12004 12681