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

v1.3.0 - refactor composable to use local proxy to reach ollama & bump pnpm & dependencies

fix vulnerability that expose ollama cloud api key to browser

Thomas (Jun 20, 2026, 9:05 AM +0200) 156e8137 6989ea83

+2182 -6543
-3
.npmrc
··· 1 - shamefully-hoist=true 2 - strict-peer-dependencies=false 3 - auto-install-peers=true
+11 -11
package.json
··· 1 1 { 2 2 "name": "nuxt-ollama", 3 - "version": "1.2.26", 3 + "version": "1.3.0", 4 4 "description": "Easy ollama integration for Nuxt", 5 5 "repository": { 6 6 "type": "git", ··· 35 35 "bump": "pnpm self-update && pnpm update" 36 36 }, 37 37 "dependencies": { 38 - "@typescript-eslint/eslint-plugin": "^8.59.2", 39 - "@typescript-eslint/parser": "^8.59.2", 38 + "@typescript-eslint/eslint-plugin": "^8.61.1", 39 + "@typescript-eslint/parser": "^8.61.1", 40 40 "defu": "^6.1.7", 41 41 "ollama": "^0.6.3" 42 42 }, 43 43 "devDependencies": { 44 44 "@nuxt/devtools": "^3.2.4", 45 - "@nuxt/eslint-config": "^1.15.2", 46 - "@nuxt/kit": "^4.4.4", 45 + "@nuxt/eslint-config": "^1.16.0", 46 + "@nuxt/kit": "^4.4.8", 47 47 "@nuxt/module-builder": "^1.0.2", 48 - "@nuxt/schema": "^4.4.4", 48 + "@nuxt/schema": "^4.4.8", 49 49 "@nuxt/test-utils": "^4.0.3", 50 50 "@types/node": "latest", 51 51 "changelogen": "^0.6.2", 52 - "eslint": "^10.3.0", 53 - "nuxt": "^4.4.4", 52 + "eslint": "^10.5.0", 53 + "nuxt": "^4.4.8", 54 54 "typescript": "^6.0.3", 55 - "vitest": "^4.1.5", 56 - "vue-tsc": "^3.2.8" 55 + "vitest": "^4.1.9", 56 + "vue-tsc": "^3.3.5" 57 57 }, 58 - "packageManager": "pnpm@10.33.4" 58 + "packageManager": "pnpm@11.8.0" 59 59 }
+2 -2
playground/app.vue
··· 92 92 } 93 93 } 94 94 95 - const { data: response, refresh } = await useFetch('/api/ollama') 95 + const { data: response, refresh } = useFetch('/api/ollama') 96 96 97 - const { data: list, refresh: refreshList } = await useFetch('/api/list') 97 + const { data: list, refresh: refreshList } = useFetch('/api/list') 98 98 </script>
+2097 -6511
pnpm-lock.yaml
··· 9 9 .: 10 10 dependencies: 11 11 '@typescript-eslint/eslint-plugin': 12 - specifier: ^8.59.2 13 - version: 8.59.2(@typescript-eslint/parser@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 12 + specifier: ^8.61.1 13 + version: 8.61.1(@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 14 14 '@typescript-eslint/parser': 15 - specifier: ^8.59.2 16 - version: 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 15 + specifier: ^8.61.1 16 + version: 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 17 17 defu: 18 18 specifier: ^6.1.7 19 19 version: 6.1.7 ··· 23 23 devDependencies: 24 24 '@nuxt/devtools': 25 25 specifier: ^3.2.4 26 - version: 3.2.4(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3)) 26 + version: 3.2.4(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) 27 27 '@nuxt/eslint-config': 28 - specifier: ^1.15.2 29 - version: 1.15.2(@typescript-eslint/utils@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(@vue/compiler-sfc@3.5.34)(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 28 + specifier: ^1.16.0 29 + version: 1.16.0(@typescript-eslint/utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(@vue/compiler-sfc@3.5.38)(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 30 30 '@nuxt/kit': 31 - specifier: ^4.4.4 32 - version: 4.4.4(magicast@0.5.2) 31 + specifier: ^4.4.8 32 + version: 4.4.8(magicast@0.5.3) 33 33 '@nuxt/module-builder': 34 34 specifier: ^1.0.2 35 - version: 1.0.2(@nuxt/cli@3.35.1(@nuxt/schema@4.4.4)(cac@6.7.14)(magicast@0.5.2))(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3)) 35 + version: 1.0.2(@nuxt/cli@3.35.2(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3))(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(typescript@6.0.3)(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)) 36 36 '@nuxt/schema': 37 - specifier: ^4.4.4 38 - version: 4.4.4 37 + specifier: ^4.4.8 38 + version: 4.4.8 39 39 '@nuxt/test-utils': 40 40 specifier: ^4.0.3 41 - version: 4.0.3(crossws@0.4.5(srvx@0.11.15))(magicast@0.5.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vitest@4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))) 41 + version: 4.0.3(crossws@0.4.6(srvx@0.11.16))(magicast@0.5.3)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vitest@4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))) 42 42 '@types/node': 43 43 specifier: latest 44 - version: 25.6.0 44 + version: 25.9.3 45 45 changelogen: 46 46 specifier: ^0.6.2 47 - version: 0.6.2(magicast@0.5.2) 47 + version: 0.6.2(magicast@0.5.3) 48 48 eslint: 49 - specifier: ^10.3.0 50 - version: 10.3.0(jiti@2.7.0) 49 + specifier: ^10.5.0 50 + version: 10.5.0(jiti@2.7.0) 51 51 nuxt: 52 - specifier: ^4.4.4 53 - version: 4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4) 52 + specifier: ^4.4.8 53 + version: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0) 54 54 typescript: 55 55 specifier: ^6.0.3 56 56 version: 6.0.3 57 57 vitest: 58 - specifier: ^4.1.5 59 - version: 4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 58 + specifier: ^4.1.9 59 + version: 4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 60 60 vue-tsc: 61 - specifier: ^3.2.8 62 - version: 3.2.8(typescript@6.0.3) 63 - 64 - playground: 65 - dependencies: 66 - nuxt: 67 - specifier: ^4.1.3 68 - version: 4.1.3(@parcel/watcher@2.5.1)(@types/node@24.9.1)(@vue/compiler-sfc@3.5.22)(db0@0.3.4)(eslint@9.38.0(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.12(typescript@5.9.3))(yaml@2.8.1) 69 - 70 - test/fixtures/basic: {} 61 + specifier: ^3.3.5 62 + version: 3.3.5(typescript@6.0.3) 71 63 72 64 packages: 73 65 74 66 '@antfu/install-pkg@1.1.0': 75 67 resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==} 76 68 77 - '@babel/code-frame@7.27.1': 78 - resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} 69 + '@babel/code-frame@7.29.7': 70 + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} 79 71 engines: {node: '>=6.9.0'} 80 72 81 - '@babel/code-frame@7.29.0': 82 - resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} 73 + '@babel/compat-data@7.29.7': 74 + resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} 83 75 engines: {node: '>=6.9.0'} 84 76 85 - '@babel/compat-data@7.28.5': 86 - resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} 77 + '@babel/core@7.29.7': 78 + resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==} 87 79 engines: {node: '>=6.9.0'} 88 80 89 - '@babel/compat-data@7.29.3': 90 - resolution: {integrity: sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==} 81 + '@babel/generator@7.29.7': 82 + resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} 91 83 engines: {node: '>=6.9.0'} 92 84 93 - '@babel/core@7.28.5': 94 - resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==} 95 - engines: {node: '>=6.9.0'} 96 - 97 - '@babel/core@7.29.0': 98 - resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} 99 - engines: {node: '>=6.9.0'} 100 - 101 - '@babel/generator@7.28.5': 102 - resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} 103 - engines: {node: '>=6.9.0'} 104 - 105 - '@babel/generator@7.29.1': 106 - resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} 107 - engines: {node: '>=6.9.0'} 85 + '@babel/generator@8.0.0': 86 + resolution: {integrity: sha512-NT9NrVwJsbSV6Y2FSstWa71EETOnzrjkL5/wX3D2mYHtKM+qvqB1DvR4D0Setb/gDBsHzRICifwEWMO8CnTF6g==} 87 + engines: {node: ^22.18.0 || >=24.11.0} 108 88 109 - '@babel/helper-annotate-as-pure@7.27.3': 110 - resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} 89 + '@babel/helper-annotate-as-pure@7.29.7': 90 + resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==} 111 91 engines: {node: '>=6.9.0'} 112 92 113 - '@babel/helper-compilation-targets@7.27.2': 114 - resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} 93 + '@babel/helper-compilation-targets@7.29.7': 94 + resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} 115 95 engines: {node: '>=6.9.0'} 116 96 117 - '@babel/helper-compilation-targets@7.28.6': 118 - resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} 119 - engines: {node: '>=6.9.0'} 120 - 121 - '@babel/helper-create-class-features-plugin@7.28.5': 122 - resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==} 97 + '@babel/helper-create-class-features-plugin@7.29.7': 98 + resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==} 123 99 engines: {node: '>=6.9.0'} 124 100 peerDependencies: 125 101 '@babel/core': ^7.0.0 126 102 127 - '@babel/helper-create-class-features-plugin@7.29.3': 128 - resolution: {integrity: sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==} 103 + '@babel/helper-globals@7.29.7': 104 + resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} 129 105 engines: {node: '>=6.9.0'} 130 - peerDependencies: 131 - '@babel/core': ^7.0.0 132 106 133 - '@babel/helper-globals@7.28.0': 134 - resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} 107 + '@babel/helper-member-expression-to-functions@7.29.7': 108 + resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==} 135 109 engines: {node: '>=6.9.0'} 136 110 137 - '@babel/helper-member-expression-to-functions@7.28.5': 138 - resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} 111 + '@babel/helper-module-imports@7.29.7': 112 + resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} 139 113 engines: {node: '>=6.9.0'} 140 114 141 - '@babel/helper-module-imports@7.27.1': 142 - resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} 143 - engines: {node: '>=6.9.0'} 144 - 145 - '@babel/helper-module-imports@7.28.6': 146 - resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} 147 - engines: {node: '>=6.9.0'} 148 - 149 - '@babel/helper-module-transforms@7.28.3': 150 - resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} 115 + '@babel/helper-module-transforms@7.29.7': 116 + resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} 151 117 engines: {node: '>=6.9.0'} 152 118 peerDependencies: 153 119 '@babel/core': ^7.0.0 154 120 155 - '@babel/helper-module-transforms@7.28.6': 156 - resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} 121 + '@babel/helper-optimise-call-expression@7.29.7': 122 + resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==} 157 123 engines: {node: '>=6.9.0'} 158 - peerDependencies: 159 - '@babel/core': ^7.0.0 160 124 161 - '@babel/helper-optimise-call-expression@7.27.1': 162 - resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} 125 + '@babel/helper-plugin-utils@7.29.7': 126 + resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==} 163 127 engines: {node: '>=6.9.0'} 164 128 165 - '@babel/helper-plugin-utils@7.27.1': 166 - resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} 167 - engines: {node: '>=6.9.0'} 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 - 173 - '@babel/helper-replace-supers@7.27.1': 174 - resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==} 129 + '@babel/helper-replace-supers@7.29.7': 130 + resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==} 175 131 engines: {node: '>=6.9.0'} 176 132 peerDependencies: 177 133 '@babel/core': ^7.0.0 178 134 179 - '@babel/helper-replace-supers@7.28.6': 180 - resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==} 135 + '@babel/helper-skip-transparent-expression-wrappers@7.29.7': 136 + resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==} 181 137 engines: {node: '>=6.9.0'} 182 - peerDependencies: 183 - '@babel/core': ^7.0.0 184 138 185 - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': 186 - resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} 139 + '@babel/helper-string-parser@7.29.7': 140 + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} 187 141 engines: {node: '>=6.9.0'} 188 142 189 - '@babel/helper-string-parser@7.27.1': 190 - resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} 191 - engines: {node: '>=6.9.0'} 143 + '@babel/helper-string-parser@8.0.0': 144 + resolution: {integrity: sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==} 145 + engines: {node: ^22.18.0 || >=24.11.0} 192 146 193 - '@babel/helper-validator-identifier@7.28.5': 194 - resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} 147 + '@babel/helper-validator-identifier@7.29.7': 148 + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} 195 149 engines: {node: '>=6.9.0'} 196 150 197 - '@babel/helper-validator-option@7.27.1': 198 - resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} 199 - engines: {node: '>=6.9.0'} 151 + '@babel/helper-validator-identifier@8.0.0': 152 + resolution: {integrity: sha512-kXxQVZHNOctSJJsqzmcbPSCEkM6oHNnDIkua7g9RCO9xRHj2eCiKvRx2KPdfWR9QxcGWnK/oArrtunmie3rL9g==} 153 + engines: {node: ^22.18.0 || >=24.11.0} 200 154 201 - '@babel/helpers@7.28.4': 202 - resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} 155 + '@babel/helper-validator-option@7.29.7': 156 + resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} 203 157 engines: {node: '>=6.9.0'} 204 158 205 - '@babel/helpers@7.29.2': 206 - resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==} 159 + '@babel/helpers@7.29.7': 160 + resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==} 207 161 engines: {node: '>=6.9.0'} 208 162 209 - '@babel/parser@7.28.5': 210 - resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} 163 + '@babel/parser@7.29.7': 164 + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} 211 165 engines: {node: '>=6.0.0'} 212 166 hasBin: true 213 167 214 - '@babel/parser@7.29.3': 215 - resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==} 216 - engines: {node: '>=6.0.0'} 168 + '@babel/parser@8.0.0': 169 + resolution: {integrity: sha512-aLxAE+imI9bCcyaPrUDjBv3uSkWieifjLe0kuFOZF0zli0L6GCsTmsePnTr55adbIAgYz2zhN1vnFimCBUYcRQ==} 170 + engines: {node: ^22.18.0 || >=24.11.0} 217 171 hasBin: true 218 172 219 - '@babel/plugin-syntax-jsx@7.27.1': 220 - resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} 221 - engines: {node: '>=6.9.0'} 222 - peerDependencies: 223 - '@babel/core': ^7.0.0-0 224 - 225 - '@babel/plugin-syntax-jsx@7.28.6': 226 - resolution: {integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==} 173 + '@babel/plugin-syntax-jsx@7.29.7': 174 + resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==} 227 175 engines: {node: '>=6.9.0'} 228 176 peerDependencies: 229 177 '@babel/core': ^7.0.0-0 230 178 231 - '@babel/plugin-syntax-typescript@7.27.1': 232 - resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} 179 + '@babel/plugin-syntax-typescript@7.29.7': 180 + resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==} 233 181 engines: {node: '>=6.9.0'} 234 182 peerDependencies: 235 183 '@babel/core': ^7.0.0-0 236 184 237 - '@babel/plugin-syntax-typescript@7.28.6': 238 - resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==} 185 + '@babel/plugin-transform-typescript@7.29.7': 186 + resolution: {integrity: sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==} 239 187 engines: {node: '>=6.9.0'} 240 188 peerDependencies: 241 189 '@babel/core': ^7.0.0-0 242 190 243 - '@babel/plugin-transform-typescript@7.28.5': 244 - resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==} 191 + '@babel/template@7.29.7': 192 + resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} 245 193 engines: {node: '>=6.9.0'} 246 - peerDependencies: 247 - '@babel/core': ^7.0.0-0 248 194 249 - '@babel/plugin-transform-typescript@7.28.6': 250 - resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==} 195 + '@babel/traverse@7.29.7': 196 + resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} 251 197 engines: {node: '>=6.9.0'} 252 - peerDependencies: 253 - '@babel/core': ^7.0.0-0 254 198 255 - '@babel/template@7.27.2': 256 - resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} 199 + '@babel/types@7.29.7': 200 + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} 257 201 engines: {node: '>=6.9.0'} 258 202 259 - '@babel/template@7.28.6': 260 - resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} 261 - engines: {node: '>=6.9.0'} 203 + '@babel/types@8.0.0': 204 + resolution: {integrity: sha512-K8ponJDxBwDHigkeFqaqT5wLGl4bTlwMafR8k7b5CPxr6Ww+UG9ls8Yx6Tcpboxu97eeGVEEyKcHmEyOwN1vSw==} 205 + engines: {node: ^22.18.0 || >=24.11.0} 262 206 263 - '@babel/traverse@7.28.5': 264 - resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} 265 - engines: {node: '>=6.9.0'} 266 - 267 - '@babel/traverse@7.29.0': 268 - resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} 269 - engines: {node: '>=6.9.0'} 270 - 271 - '@babel/types@7.28.5': 272 - resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 273 - engines: {node: '>=6.9.0'} 274 - 275 - '@babel/types@7.29.0': 276 - resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} 277 - engines: {node: '>=6.9.0'} 278 - 279 - '@bomb.sh/tab@0.0.14': 280 - resolution: {integrity: sha512-cHMk2LI430MVoX1unTt9oK1iZzQS4CYDz97MSxKLNErW69T43Z2QLFTpdS/3jVOIKrIADWfuxQ+nQNJkNV7E4w==} 207 + '@bomb.sh/tab@0.0.15': 208 + resolution: {integrity: sha512-Y90ub44TAvbdO9P8mcD/XPyQjFhiR5xmd4Fk7JErmWmEWEUimNnjWiBrVZ16Tj3GA1rLZ+uvCN2V/pzLawv31g==} 281 209 hasBin: true 282 210 peerDependencies: 283 211 cac: ^6.7.14 ··· 294 222 '@clack/core@1.2.0': 295 223 resolution: {integrity: sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==} 296 224 297 - '@clack/core@1.3.0': 298 - resolution: {integrity: sha512-xJPHpAmEQUBrXSLx0gF+q5K/IyihXpsHZcha+jB+tyahsKRK3Dxo4D0coZDewHo12NhiuzC3dTtMPbm53GEAAA==} 225 + '@clack/core@1.4.1': 226 + resolution: {integrity: sha512-FILJa1gGKEFTGZAJE9RpVhrjKz3c3h4ar60dSv6cGuDqufQ84YEIS3GAGvZiN+H6yaLbbvTFNejjCC4tXpZEuw==} 299 227 engines: {node: '>= 20.12.0'} 300 228 301 229 '@clack/prompts@1.2.0': 302 230 resolution: {integrity: sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==} 303 231 304 - '@clack/prompts@1.3.0': 305 - resolution: {integrity: sha512-GgcWwRCs/xPtaqlMy8qRhPnZf9vlWcWZNHAitnVQ3yk7JmSralSiq5q07yaffYE8SogtDm7zFeKccx1QNVARpw==} 232 + '@clack/prompts@1.5.1': 233 + resolution: {integrity: sha512-zccHj2z2oCCO4yrDiRSlFOxWerGqRiysP7a5jPK6uoI9URKAquwY42Dd/iUP8JWHxEzdRe4TlbvZCo8z1/mhrw==} 306 234 engines: {node: '>= 20.12.0'} 307 - 308 - '@cloudflare/kv-asset-handler@0.4.0': 309 - resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==} 310 - engines: {node: '>=18.0.0'} 311 235 312 236 '@cloudflare/kv-asset-handler@0.4.2': 313 237 resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==} ··· 330 254 '@emnapi/core@1.10.0': 331 255 resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} 332 256 333 - '@emnapi/core@1.6.0': 334 - resolution: {integrity: sha512-zq/ay+9fNIJJtJiZxdTnXS20PllcYMX3OE23ESc4HK/bdYu3cOWYVhsOhVnXALfU/uqJIxn5NBPd9z4v+SfoSg==} 335 - 336 257 '@emnapi/runtime@1.10.0': 337 258 resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} 338 259 339 - '@emnapi/runtime@1.6.0': 340 - resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==} 341 - 342 - '@emnapi/wasi-threads@1.1.0': 343 - resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} 344 - 345 260 '@emnapi/wasi-threads@1.2.1': 346 261 resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} 347 262 348 - '@es-joy/jsdoccomment@0.86.0': 349 - resolution: {integrity: sha512-ukZmRQ81WiTpDWO6D/cTBM7XbrNtutHKvAVnZN/8pldAwLoJArGOvkNyxPTBGsPjsoaQBJxlH+tE2TNA/92Qgw==} 263 + '@es-joy/jsdoccomment@0.87.0': 264 + resolution: {integrity: sha512-mFXZloZMzuJZXSHUmAFu/pXTk0ZJTJBluuAkrvbzidpTN8W6F2bpRFuedSH+85kbdlRLJqc+gfN+kD3JOLJK5g==} 350 265 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 351 266 352 267 '@es-joy/resolve.exports@1.2.0': 353 268 resolution: {integrity: sha512-Q9hjxWI5xBM+qW2enxfe8wDKdFWMfd0Z29k5ZJnuBqD/CasY5Zryj09aCA6owbGATWz+39p5uIdaHXpopOcG8g==} 354 269 engines: {node: '>=10'} 355 270 356 - '@esbuild/aix-ppc64@0.25.11': 357 - resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==} 358 - engines: {node: '>=18'} 359 - cpu: [ppc64] 360 - os: [aix] 361 - 362 271 '@esbuild/aix-ppc64@0.25.12': 363 272 resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} 364 273 engines: {node: '>=18'} ··· 371 280 cpu: [ppc64] 372 281 os: [aix] 373 282 374 - '@esbuild/aix-ppc64@0.28.0': 375 - resolution: {integrity: sha512-lhRUCeuOyJQURhTxl4WkpFTjIsbDayJHih5kZC1giwE+MhIzAb7mEsQMqMf18rHLsrb5qI1tafG20mLxEWcWlA==} 283 + '@esbuild/aix-ppc64@0.28.1': 284 + resolution: {integrity: sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==} 376 285 engines: {node: '>=18'} 377 286 cpu: [ppc64] 378 287 os: [aix] 379 288 380 - '@esbuild/android-arm64@0.25.11': 381 - resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==} 382 - engines: {node: '>=18'} 383 - cpu: [arm64] 384 - os: [android] 385 - 386 289 '@esbuild/android-arm64@0.25.12': 387 290 resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} 388 291 engines: {node: '>=18'} ··· 395 298 cpu: [arm64] 396 299 os: [android] 397 300 398 - '@esbuild/android-arm64@0.28.0': 399 - resolution: {integrity: sha512-+WzIXQOSaGs33tLEgYPYe/yQHf0WTU0X42Jca3y8NWMbUVhp7rUnw+vAsRC/QiDrdD31IszMrZy+qwPOPjd+rw==} 301 + '@esbuild/android-arm64@0.28.1': 302 + resolution: {integrity: sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==} 400 303 engines: {node: '>=18'} 401 304 cpu: [arm64] 402 305 os: [android] 403 306 404 - '@esbuild/android-arm@0.25.11': 405 - resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==} 406 - engines: {node: '>=18'} 407 - cpu: [arm] 408 - os: [android] 409 - 410 307 '@esbuild/android-arm@0.25.12': 411 308 resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} 412 309 engines: {node: '>=18'} ··· 419 316 cpu: [arm] 420 317 os: [android] 421 318 422 - '@esbuild/android-arm@0.28.0': 423 - resolution: {integrity: sha512-wqh0ByljabXLKHeWXYLqoJ5jKC4XBaw6Hk08OfMrCRd2nP2ZQ5eleDZC41XHyCNgktBGYMbqnrJKq/K/lzPMSQ==} 319 + '@esbuild/android-arm@0.28.1': 320 + resolution: {integrity: sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==} 424 321 engines: {node: '>=18'} 425 322 cpu: [arm] 426 323 os: [android] 427 324 428 - '@esbuild/android-x64@0.25.11': 429 - resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==} 430 - engines: {node: '>=18'} 431 - cpu: [x64] 432 - os: [android] 433 - 434 325 '@esbuild/android-x64@0.25.12': 435 326 resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} 436 327 engines: {node: '>=18'} ··· 443 334 cpu: [x64] 444 335 os: [android] 445 336 446 - '@esbuild/android-x64@0.28.0': 447 - resolution: {integrity: sha512-+VJggoaKhk2VNNqVL7f6S189UzShHC/mR9EE8rDdSkdpN0KflSwWY/gWjDrNxxisg8Fp1ZCD9jLMo4m0OUfeUA==} 337 + '@esbuild/android-x64@0.28.1': 338 + resolution: {integrity: sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==} 448 339 engines: {node: '>=18'} 449 340 cpu: [x64] 450 341 os: [android] 451 - 452 - '@esbuild/darwin-arm64@0.25.11': 453 - resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==} 454 - engines: {node: '>=18'} 455 - cpu: [arm64] 456 - os: [darwin] 457 342 458 343 '@esbuild/darwin-arm64@0.25.12': 459 344 resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} ··· 467 352 cpu: [arm64] 468 353 os: [darwin] 469 354 470 - '@esbuild/darwin-arm64@0.28.0': 471 - resolution: {integrity: sha512-0T+A9WZm+bZ84nZBtk1ckYsOvyA3x7e2Acj1KdVfV4/2tdG4fzUp91YHx+GArWLtwqp77pBXVCPn2We7Letr0Q==} 355 + '@esbuild/darwin-arm64@0.28.1': 356 + resolution: {integrity: sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==} 472 357 engines: {node: '>=18'} 473 358 cpu: [arm64] 474 - os: [darwin] 475 - 476 - '@esbuild/darwin-x64@0.25.11': 477 - resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==} 478 - engines: {node: '>=18'} 479 - cpu: [x64] 480 359 os: [darwin] 481 360 482 361 '@esbuild/darwin-x64@0.25.12': ··· 491 370 cpu: [x64] 492 371 os: [darwin] 493 372 494 - '@esbuild/darwin-x64@0.28.0': 495 - resolution: {integrity: sha512-fyzLm/DLDl/84OCfp2f/XQ4flmORsjU7VKt8HLjvIXChJoFFOIL6pLJPH4Yhd1n1gGFF9mPwtlN5Wf82DZs+LQ==} 373 + '@esbuild/darwin-x64@0.28.1': 374 + resolution: {integrity: sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==} 496 375 engines: {node: '>=18'} 497 376 cpu: [x64] 498 377 os: [darwin] 499 378 500 - '@esbuild/freebsd-arm64@0.25.11': 501 - resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==} 502 - engines: {node: '>=18'} 503 - cpu: [arm64] 504 - os: [freebsd] 505 - 506 379 '@esbuild/freebsd-arm64@0.25.12': 507 380 resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 508 381 engines: {node: '>=18'} ··· 515 388 cpu: [arm64] 516 389 os: [freebsd] 517 390 518 - '@esbuild/freebsd-arm64@0.28.0': 519 - resolution: {integrity: sha512-l9GeW5UZBT9k9brBYI+0WDffcRxgHQD8ShN2Ur4xWq/NFzUKm3k5lsH4PdaRgb2w7mI9u61nr2gI2mLI27Nh3Q==} 391 + '@esbuild/freebsd-arm64@0.28.1': 392 + resolution: {integrity: sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==} 520 393 engines: {node: '>=18'} 521 394 cpu: [arm64] 522 395 os: [freebsd] 523 396 524 - '@esbuild/freebsd-x64@0.25.11': 525 - resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==} 526 - engines: {node: '>=18'} 527 - cpu: [x64] 528 - os: [freebsd] 529 - 530 397 '@esbuild/freebsd-x64@0.25.12': 531 398 resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} 532 399 engines: {node: '>=18'} ··· 539 406 cpu: [x64] 540 407 os: [freebsd] 541 408 542 - '@esbuild/freebsd-x64@0.28.0': 543 - resolution: {integrity: sha512-BXoQai/A0wPO6Es3yFJ7APCiKGc1tdAEOgeTNy3SsB491S3aHn4S4r3e976eUnPdU+NbdtmBuLncYir2tMU9Nw==} 409 + '@esbuild/freebsd-x64@0.28.1': 410 + resolution: {integrity: sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==} 544 411 engines: {node: '>=18'} 545 412 cpu: [x64] 546 413 os: [freebsd] 547 414 548 - '@esbuild/linux-arm64@0.25.11': 549 - resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==} 550 - engines: {node: '>=18'} 551 - cpu: [arm64] 552 - os: [linux] 553 - 554 415 '@esbuild/linux-arm64@0.25.12': 555 416 resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} 556 417 engines: {node: '>=18'} ··· 563 424 cpu: [arm64] 564 425 os: [linux] 565 426 566 - '@esbuild/linux-arm64@0.28.0': 567 - resolution: {integrity: sha512-RVyzfb3FWsGA55n6WY0MEIEPURL1FcbhFE6BffZEMEekfCzCIMtB5yyDcFnVbTnwk+CLAgTujmV/Lgvih56W+A==} 427 + '@esbuild/linux-arm64@0.28.1': 428 + resolution: {integrity: sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==} 568 429 engines: {node: '>=18'} 569 430 cpu: [arm64] 570 431 os: [linux] 571 432 572 - '@esbuild/linux-arm@0.25.11': 573 - resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==} 574 - engines: {node: '>=18'} 575 - cpu: [arm] 576 - os: [linux] 577 - 578 433 '@esbuild/linux-arm@0.25.12': 579 434 resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} 580 435 engines: {node: '>=18'} ··· 587 442 cpu: [arm] 588 443 os: [linux] 589 444 590 - '@esbuild/linux-arm@0.28.0': 591 - resolution: {integrity: sha512-CjaaREJagqJp7iTaNQjjidaNbCKYcd4IDkzbwwxtSvjI7NZm79qiHc8HqciMddQ6CKvJT6aBd8lO9kN/ZudLlw==} 445 + '@esbuild/linux-arm@0.28.1': 446 + resolution: {integrity: sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==} 592 447 engines: {node: '>=18'} 593 448 cpu: [arm] 594 - os: [linux] 595 - 596 - '@esbuild/linux-ia32@0.25.11': 597 - resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==} 598 - engines: {node: '>=18'} 599 - cpu: [ia32] 600 449 os: [linux] 601 450 602 451 '@esbuild/linux-ia32@0.25.12': ··· 611 460 cpu: [ia32] 612 461 os: [linux] 613 462 614 - '@esbuild/linux-ia32@0.28.0': 615 - resolution: {integrity: sha512-KBnSTt1kxl9x70q+ydterVdl+Cn0H18ngRMRCEQfrbqdUuntQQ0LoMZv47uB97NljZFzY6HcfqEZ2SAyIUTQBQ==} 463 + '@esbuild/linux-ia32@0.28.1': 464 + resolution: {integrity: sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==} 616 465 engines: {node: '>=18'} 617 466 cpu: [ia32] 618 467 os: [linux] 619 468 620 - '@esbuild/linux-loong64@0.25.11': 621 - resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==} 622 - engines: {node: '>=18'} 623 - cpu: [loong64] 624 - os: [linux] 625 - 626 469 '@esbuild/linux-loong64@0.25.12': 627 470 resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} 628 471 engines: {node: '>=18'} ··· 635 478 cpu: [loong64] 636 479 os: [linux] 637 480 638 - '@esbuild/linux-loong64@0.28.0': 639 - resolution: {integrity: sha512-zpSlUce1mnxzgBADvxKXX5sl8aYQHo2ezvMNI8I0lbblJtp8V4odlm3Yzlj7gPyt3T8ReksE6bK+pT3WD+aJRg==} 481 + '@esbuild/linux-loong64@0.28.1': 482 + resolution: {integrity: sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==} 640 483 engines: {node: '>=18'} 641 484 cpu: [loong64] 642 485 os: [linux] 643 486 644 - '@esbuild/linux-mips64el@0.25.11': 645 - resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==} 646 - engines: {node: '>=18'} 647 - cpu: [mips64el] 648 - os: [linux] 649 - 650 487 '@esbuild/linux-mips64el@0.25.12': 651 488 resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} 652 489 engines: {node: '>=18'} ··· 659 496 cpu: [mips64el] 660 497 os: [linux] 661 498 662 - '@esbuild/linux-mips64el@0.28.0': 663 - resolution: {integrity: sha512-2jIfP6mmjkdmeTlsX/9vmdmhBmKADrWqN7zcdtHIeNSCH1SqIoNI63cYsjQR8J+wGa4Y5izRcSHSm8K3QWmk3w==} 499 + '@esbuild/linux-mips64el@0.28.1': 500 + resolution: {integrity: sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==} 664 501 engines: {node: '>=18'} 665 502 cpu: [mips64el] 666 503 os: [linux] 667 504 668 - '@esbuild/linux-ppc64@0.25.11': 669 - resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==} 670 - engines: {node: '>=18'} 671 - cpu: [ppc64] 672 - os: [linux] 673 - 674 505 '@esbuild/linux-ppc64@0.25.12': 675 506 resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} 676 507 engines: {node: '>=18'} ··· 683 514 cpu: [ppc64] 684 515 os: [linux] 685 516 686 - '@esbuild/linux-ppc64@0.28.0': 687 - resolution: {integrity: sha512-bc0FE9wWeC0WBm49IQMPSPILRocGTQt3j5KPCA8os6VprfuJ7KD+5PzESSrJ6GmPIPJK965ZJHTUlSA6GNYEhg==} 517 + '@esbuild/linux-ppc64@0.28.1': 518 + resolution: {integrity: sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==} 688 519 engines: {node: '>=18'} 689 520 cpu: [ppc64] 690 521 os: [linux] 691 522 692 - '@esbuild/linux-riscv64@0.25.11': 693 - resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==} 694 - engines: {node: '>=18'} 695 - cpu: [riscv64] 696 - os: [linux] 697 - 698 523 '@esbuild/linux-riscv64@0.25.12': 699 524 resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} 700 525 engines: {node: '>=18'} ··· 707 532 cpu: [riscv64] 708 533 os: [linux] 709 534 710 - '@esbuild/linux-riscv64@0.28.0': 711 - resolution: {integrity: sha512-SQPZOwoTTT/HXFXQJG/vBX8sOFagGqvZyXcgLA3NhIqcBv1BJU1d46c0rGcrij2B56Z2rNiSLaZOYW5cUk7yLQ==} 535 + '@esbuild/linux-riscv64@0.28.1': 536 + resolution: {integrity: sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==} 712 537 engines: {node: '>=18'} 713 538 cpu: [riscv64] 714 - os: [linux] 715 - 716 - '@esbuild/linux-s390x@0.25.11': 717 - resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==} 718 - engines: {node: '>=18'} 719 - cpu: [s390x] 720 539 os: [linux] 721 540 722 541 '@esbuild/linux-s390x@0.25.12': ··· 731 550 cpu: [s390x] 732 551 os: [linux] 733 552 734 - '@esbuild/linux-s390x@0.28.0': 735 - resolution: {integrity: sha512-SCfR0HN8CEEjnYnySJTd2cw0k9OHB/YFzt5zgJEwa+wL/T/raGWYMBqwDNAC6dqFKmJYZoQBRfHjgwLHGSrn3Q==} 553 + '@esbuild/linux-s390x@0.28.1': 554 + resolution: {integrity: sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==} 736 555 engines: {node: '>=18'} 737 556 cpu: [s390x] 738 - os: [linux] 739 - 740 - '@esbuild/linux-x64@0.25.11': 741 - resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==} 742 - engines: {node: '>=18'} 743 - cpu: [x64] 744 557 os: [linux] 745 558 746 559 '@esbuild/linux-x64@0.25.12': ··· 755 568 cpu: [x64] 756 569 os: [linux] 757 570 758 - '@esbuild/linux-x64@0.28.0': 759 - resolution: {integrity: sha512-us0dSb9iFxIi8srnpl931Nvs65it/Jd2a2K3qs7fz2WfGPHqzfzZTfec7oxZJRNPXPnNYZtanmRc4AL/JwVzHQ==} 571 + '@esbuild/linux-x64@0.28.1': 572 + resolution: {integrity: sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==} 760 573 engines: {node: '>=18'} 761 574 cpu: [x64] 762 575 os: [linux] 763 576 764 - '@esbuild/netbsd-arm64@0.25.11': 765 - resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==} 766 - engines: {node: '>=18'} 767 - cpu: [arm64] 768 - os: [netbsd] 769 - 770 577 '@esbuild/netbsd-arm64@0.25.12': 771 578 resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} 772 579 engines: {node: '>=18'} ··· 779 586 cpu: [arm64] 780 587 os: [netbsd] 781 588 782 - '@esbuild/netbsd-arm64@0.28.0': 783 - resolution: {integrity: sha512-CR/RYotgtCKwtftMwJlUU7xCVNg3lMYZ0RzTmAHSfLCXw3NtZtNpswLEj/Kkf6kEL3Gw+BpOekRX0BYCtklhUw==} 589 + '@esbuild/netbsd-arm64@0.28.1': 590 + resolution: {integrity: sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==} 784 591 engines: {node: '>=18'} 785 592 cpu: [arm64] 786 593 os: [netbsd] 787 594 788 - '@esbuild/netbsd-x64@0.25.11': 789 - resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==} 790 - engines: {node: '>=18'} 791 - cpu: [x64] 792 - os: [netbsd] 793 - 794 595 '@esbuild/netbsd-x64@0.25.12': 795 596 resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} 796 597 engines: {node: '>=18'} ··· 803 604 cpu: [x64] 804 605 os: [netbsd] 805 606 806 - '@esbuild/netbsd-x64@0.28.0': 807 - resolution: {integrity: sha512-nU1yhmYutL+fQ71Kxnhg8uEOdC0pwEW9entHykTgEbna2pw2dkbFSMeqjjyHZoCmt8SBkOSvV+yNmm94aUrrqw==} 607 + '@esbuild/netbsd-x64@0.28.1': 608 + resolution: {integrity: sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==} 808 609 engines: {node: '>=18'} 809 610 cpu: [x64] 810 611 os: [netbsd] 811 612 812 - '@esbuild/openbsd-arm64@0.25.11': 813 - resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==} 814 - engines: {node: '>=18'} 815 - cpu: [arm64] 816 - os: [openbsd] 817 - 818 613 '@esbuild/openbsd-arm64@0.25.12': 819 614 resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 820 615 engines: {node: '>=18'} ··· 827 622 cpu: [arm64] 828 623 os: [openbsd] 829 624 830 - '@esbuild/openbsd-arm64@0.28.0': 831 - resolution: {integrity: sha512-cXb5vApOsRsxsEl4mcZ1XY3D4DzcoMxR/nnc4IyqYs0rTI8ZKmW6kyyg+11Z8yvgMfAEldKzP7AdP64HnSC/6g==} 625 + '@esbuild/openbsd-arm64@0.28.1': 626 + resolution: {integrity: sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==} 832 627 engines: {node: '>=18'} 833 628 cpu: [arm64] 834 - os: [openbsd] 835 - 836 - '@esbuild/openbsd-x64@0.25.11': 837 - resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==} 838 - engines: {node: '>=18'} 839 - cpu: [x64] 840 629 os: [openbsd] 841 630 842 631 '@esbuild/openbsd-x64@0.25.12': ··· 851 640 cpu: [x64] 852 641 os: [openbsd] 853 642 854 - '@esbuild/openbsd-x64@0.28.0': 855 - resolution: {integrity: sha512-8wZM2qqtv9UP3mzy7HiGYNH/zjTA355mpeuA+859TyR+e+Tc08IHYpLJuMsfpDJwoLo1ikIJI8jC3GFjnRClzA==} 643 + '@esbuild/openbsd-x64@0.28.1': 644 + resolution: {integrity: sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==} 856 645 engines: {node: '>=18'} 857 646 cpu: [x64] 858 647 os: [openbsd] 859 - 860 - '@esbuild/openharmony-arm64@0.25.11': 861 - resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==} 862 - engines: {node: '>=18'} 863 - cpu: [arm64] 864 - os: [openharmony] 865 648 866 649 '@esbuild/openharmony-arm64@0.25.12': 867 650 resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} ··· 875 658 cpu: [arm64] 876 659 os: [openharmony] 877 660 878 - '@esbuild/openharmony-arm64@0.28.0': 879 - resolution: {integrity: sha512-FLGfyizszcef5C3YtoyQDACyg95+dndv79i2EekILBofh5wpCa1KuBqOWKrEHZg3zrL3t5ouE5jgr94vA+Wb2w==} 661 + '@esbuild/openharmony-arm64@0.28.1': 662 + resolution: {integrity: sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==} 880 663 engines: {node: '>=18'} 881 664 cpu: [arm64] 882 665 os: [openharmony] 883 666 884 - '@esbuild/sunos-x64@0.25.11': 885 - resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==} 886 - engines: {node: '>=18'} 887 - cpu: [x64] 888 - os: [sunos] 889 - 890 667 '@esbuild/sunos-x64@0.25.12': 891 668 resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} 892 669 engines: {node: '>=18'} ··· 899 676 cpu: [x64] 900 677 os: [sunos] 901 678 902 - '@esbuild/sunos-x64@0.28.0': 903 - resolution: {integrity: sha512-1ZgjUoEdHZZl/YlV76TSCz9Hqj9h9YmMGAgAPYd+q4SicWNX3G5GCyx9uhQWSLcbvPW8Ni7lj4gDa1T40akdlw==} 679 + '@esbuild/sunos-x64@0.28.1': 680 + resolution: {integrity: sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==} 904 681 engines: {node: '>=18'} 905 682 cpu: [x64] 906 683 os: [sunos] 907 684 908 - '@esbuild/win32-arm64@0.25.11': 909 - resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==} 910 - engines: {node: '>=18'} 911 - cpu: [arm64] 912 - os: [win32] 913 - 914 685 '@esbuild/win32-arm64@0.25.12': 915 686 resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} 916 687 engines: {node: '>=18'} ··· 923 694 cpu: [arm64] 924 695 os: [win32] 925 696 926 - '@esbuild/win32-arm64@0.28.0': 927 - resolution: {integrity: sha512-Q9StnDmQ/enxnpxCCLSg0oo4+34B9TdXpuyPeTedN/6+iXBJ4J+zwfQI28u/Jl40nOYAxGoNi7mFP40RUtkmUA==} 697 + '@esbuild/win32-arm64@0.28.1': 698 + resolution: {integrity: sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==} 928 699 engines: {node: '>=18'} 929 700 cpu: [arm64] 930 701 os: [win32] 931 702 932 - '@esbuild/win32-ia32@0.25.11': 933 - resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==} 934 - engines: {node: '>=18'} 935 - cpu: [ia32] 936 - os: [win32] 937 - 938 703 '@esbuild/win32-ia32@0.25.12': 939 704 resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} 940 705 engines: {node: '>=18'} ··· 947 712 cpu: [ia32] 948 713 os: [win32] 949 714 950 - '@esbuild/win32-ia32@0.28.0': 951 - resolution: {integrity: sha512-zF3ag/gfiCe6U2iczcRzSYJKH1DCI+ByzSENHlM2FcDbEeo5Zd2C86Aq0tKUYAJJ1obRP84ymxIAksZUcdztHA==} 715 + '@esbuild/win32-ia32@0.28.1': 716 + resolution: {integrity: sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==} 952 717 engines: {node: '>=18'} 953 718 cpu: [ia32] 954 - os: [win32] 955 - 956 - '@esbuild/win32-x64@0.25.11': 957 - resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==} 958 - engines: {node: '>=18'} 959 - cpu: [x64] 960 719 os: [win32] 961 720 962 721 '@esbuild/win32-x64@0.25.12': ··· 971 730 cpu: [x64] 972 731 os: [win32] 973 732 974 - '@esbuild/win32-x64@0.28.0': 975 - resolution: {integrity: sha512-pEl1bO9mfAmIC+tW5btTmrKaujg3zGtUmWNdCw/xs70FBjwAL3o9OEKNHvNmnyylD6ubxUERiEhdsL0xBQ9efw==} 733 + '@esbuild/win32-x64@0.28.1': 734 + resolution: {integrity: sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==} 976 735 engines: {node: '>=18'} 977 736 cpu: [x64] 978 737 os: [win32] 979 - 980 - '@eslint-community/eslint-utils@4.9.0': 981 - resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==} 982 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 983 - peerDependencies: 984 - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 985 738 986 739 '@eslint-community/eslint-utils@4.9.1': 987 740 resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} ··· 993 746 resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} 994 747 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 995 748 996 - '@eslint/compat@2.0.5': 997 - resolution: {integrity: sha512-IbHDbHJfkVNv6xjlET8AIVo/K1NQt7YT4Rp6ok/clyBGcpRx1l6gv0Rq3vBvYfPJIZt6ODf66Zq08FJNDpnzgg==} 749 + '@eslint/compat@2.1.0': 750 + resolution: {integrity: sha512-LgaSCymEpw7tF53xvDw9SNsraPb1IBHxpdABIOM0hW8UAlP8znrjYtuxfR58FSJ3L9BhwD+FaPRFQpZq84Nh6g==} 998 751 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 999 752 peerDependencies: 1000 753 eslint: ^8.40 || 9 || 10 1001 754 peerDependenciesMeta: 1002 755 eslint: 1003 756 optional: true 1004 - 1005 - '@eslint/config-array@0.21.1': 1006 - resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==} 1007 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1008 757 1009 758 '@eslint/config-array@0.23.5': 1010 759 resolution: {integrity: sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==} 1011 760 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 1012 761 1013 - '@eslint/config-helpers@0.4.2': 1014 - resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==} 1015 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1016 - 1017 762 '@eslint/config-helpers@0.5.5': 1018 763 resolution: {integrity: sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==} 1019 764 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 1020 765 1021 - '@eslint/core@0.16.0': 1022 - resolution: {integrity: sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==} 1023 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1024 - 1025 - '@eslint/core@0.17.0': 1026 - resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} 1027 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 766 + '@eslint/config-helpers@0.6.0': 767 + resolution: {integrity: sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==} 768 + engines: {node: ^20.19.0 || ^22.13.0 || >=24} 1028 769 1029 770 '@eslint/core@1.2.1': 1030 771 resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==} 1031 772 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 1032 773 1033 - '@eslint/eslintrc@3.3.1': 1034 - resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 1035 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1036 - 1037 - '@eslint/js@9.38.0': 1038 - resolution: {integrity: sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==} 1039 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1040 - 1041 - '@eslint/js@9.39.4': 1042 - resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==} 1043 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1044 - 1045 - '@eslint/object-schema@2.1.7': 1046 - resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} 1047 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 774 + '@eslint/js@10.0.1': 775 + resolution: {integrity: sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==} 776 + engines: {node: ^20.19.0 || ^22.13.0 || >=24} 777 + peerDependencies: 778 + eslint: ^10.0.0 779 + peerDependenciesMeta: 780 + eslint: 781 + optional: true 1048 782 1049 783 '@eslint/object-schema@3.0.5': 1050 784 resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==} 1051 785 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 1052 786 1053 - '@eslint/plugin-kit@0.4.1': 1054 - resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} 1055 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1056 - 1057 - '@eslint/plugin-kit@0.7.1': 1058 - resolution: {integrity: sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==} 787 + '@eslint/plugin-kit@0.7.2': 788 + resolution: {integrity: sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==} 1059 789 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 1060 790 1061 - '@humanfs/core@0.19.1': 1062 - resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} 1063 - engines: {node: '>=18.18.0'} 1064 - 1065 791 '@humanfs/core@0.19.2': 1066 792 resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==} 1067 793 engines: {node: '>=18.18.0'} 1068 794 1069 - '@humanfs/node@0.16.7': 1070 - resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==} 1071 - engines: {node: '>=18.18.0'} 1072 - 1073 795 '@humanfs/node@0.16.8': 1074 796 resolution: {integrity: sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==} 1075 797 engines: {node: '>=18.18.0'} ··· 1086 808 resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} 1087 809 engines: {node: '>=18.18'} 1088 810 1089 - '@ioredis/commands@1.4.0': 1090 - resolution: {integrity: sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==} 1091 - 1092 - '@ioredis/commands@1.5.1': 1093 - resolution: {integrity: sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==} 811 + '@ioredis/commands@1.10.0': 812 + resolution: {integrity: sha512-UmeW7z4LfctwoQ5wkhVzgq8tXkreED2xZGpX+Bg+zA+WJFZCT6c062AfCK/Dfk81xZnnwdhJCUMkitihRaoC2Q==} 1094 813 1095 814 '@isaacs/cliui@8.0.2': 1096 815 resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} ··· 1125 844 '@kwsites/promise-deferred@1.1.1': 1126 845 resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} 1127 846 1128 - '@mapbox/node-pre-gyp@2.0.0': 1129 - resolution: {integrity: sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==} 1130 - engines: {node: '>=18'} 1131 - hasBin: true 1132 - 1133 847 '@mapbox/node-pre-gyp@2.0.3': 1134 848 resolution: {integrity: sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==} 1135 849 engines: {node: '>=18'} 1136 850 hasBin: true 1137 851 1138 - '@napi-rs/wasm-runtime@0.2.12': 1139 - resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} 1140 - 1141 - '@napi-rs/wasm-runtime@1.0.7': 1142 - resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==} 1143 - 1144 - '@napi-rs/wasm-runtime@1.1.4': 1145 - resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} 852 + '@napi-rs/wasm-runtime@1.1.5': 853 + resolution: {integrity: sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==} 1146 854 peerDependencies: 1147 855 '@emnapi/core': ^1.7.1 1148 856 '@emnapi/runtime': ^1.7.1 ··· 1159 867 resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 1160 868 engines: {node: '>= 8'} 1161 869 1162 - '@nuxt/cli@3.29.3': 1163 - resolution: {integrity: sha512-48GYmH4SyzR5pqd02UXVzBfrvEGaurPKMjSWxlHgqnpI5buwOYCvH+OqvHOmvnLrDP2bxR9hbDod/UIphOjMhg==} 1164 - engines: {node: ^16.10.0 || >=18.0.0} 1165 - hasBin: true 1166 - 1167 - '@nuxt/cli@3.35.1': 1168 - resolution: {integrity: sha512-nX9XO+e3l9pnhHL2zsbnBmQb/nsOQYhGz2XiqE8X962QN9ufc1ZSuDZoTmQVv/ymkbYNR6hpNWW8RZQhuhzadw==} 870 + '@nuxt/cli@3.35.2': 871 + resolution: {integrity: sha512-sCxNnFuYamqippdj+Cj4Nue55yaUvasaneyf2mnowK5/F1TKln/WVqTH18McxQ4baLlIlVapIFovKjJx1L8XMQ==} 1169 872 engines: {node: ^16.14.0 || >=18.0.0} 1170 873 hasBin: true 1171 874 peerDependencies: 1172 - '@nuxt/schema': ^4.4.2 875 + '@nuxt/schema': ^4.4.5 1173 876 peerDependenciesMeta: 1174 877 '@nuxt/schema': 1175 878 optional: true ··· 1177 880 '@nuxt/devalue@2.0.2': 1178 881 resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} 1179 882 1180 - '@nuxt/devtools-kit@2.6.5': 1181 - resolution: {integrity: sha512-t+NxoENyzJ8KZDrnbVYv3FJI5VXqSi6X4w6ZsuIIh0aKABu6+6k9nR/LoEhrM0oekn/2LDhA0NmsRZyzCXt2xQ==} 1182 - peerDependencies: 1183 - vite: '>=6.0' 1184 - 1185 883 '@nuxt/devtools-kit@2.7.0': 1186 884 resolution: {integrity: sha512-MIJdah6CF6YOW2GhfKnb8Sivu6HpcQheqdjOlZqShBr+1DyjtKQbAKSCAyKPaoIzZP4QOo2SmTFV6aN8jBeEIQ==} 1187 885 peerDependencies: ··· 1192 890 peerDependencies: 1193 891 vite: '>=6.0' 1194 892 1195 - '@nuxt/devtools-wizard@2.6.5': 1196 - resolution: {integrity: sha512-nYYGxT4lmQDvfHL6qolNWLu0QTavsdN/98F57falPuvdgs5ev1NuYsC12hXun+5ENcnigEcoM9Ij92qopBgqmQ==} 1197 - hasBin: true 1198 - 1199 893 '@nuxt/devtools-wizard@3.2.4': 1200 894 resolution: {integrity: sha512-5tu2+Quu9XTxwtpzM8CUN0UKn/bzZIfJcoGd+at5Yy1RiUQJ4E52tRK0idW1rMSUDkbkvX3dSnu8Tpj7SAtWdQ==} 1201 895 hasBin: true 1202 - 1203 - '@nuxt/devtools@2.6.5': 1204 - resolution: {integrity: sha512-Xh9XF1SzCTL5Zj6EULqsN2UjiNj4zWuUpS69rGAy5C55UTaj+Wn46IkDc6Q0+EKkGI279zlG6SzPRFawqPPUEw==} 1205 - hasBin: true 1206 - peerDependencies: 1207 - vite: '>=6.0' 1208 896 1209 897 '@nuxt/devtools@3.2.4': 1210 898 resolution: {integrity: sha512-VPbFy7hlPzWpEZk4BsuVpNuHq1ZYGV9xezjb7/NGuePuNLqeNn74YZugU+PCtva7OwKhEeTXmMK0Mqo/6+nwNA==} ··· 1216 904 '@vitejs/devtools': 1217 905 optional: true 1218 906 1219 - '@nuxt/eslint-config@1.15.2': 1220 - resolution: {integrity: sha512-vS6mWB87tYjB8h3TxG/QziaZ6CGJpEOBd7N/j+64/tjNipUJzNgKwDzyGoOifNqyDDnlvgi6T3m9XpeYm4qRaA==} 907 + '@nuxt/eslint-config@1.16.0': 908 + resolution: {integrity: sha512-YWEqctFWoKOUTaHWXe6TaUgZ1ewN7jeKz/ni4JopxDGIQ8AIMMST6VMWryybHqbPzEfpx8sEcAAFGM4W4quYhQ==} 1221 909 peerDependencies: 1222 910 eslint: ^9.0.0 || ^10.0.0 1223 911 eslint-plugin-format: '*' ··· 1225 913 eslint-plugin-format: 1226 914 optional: true 1227 915 1228 - '@nuxt/eslint-plugin@1.15.2': 1229 - resolution: {integrity: sha512-LZ4gEcPP5GjzAkb6Kk04a4v0vvkTLOpmnEvdDatnkSlxtQLUSwX8v11vcDGXL92ZQ98dFoC1Q1IA6Tz3jdFIig==} 916 + '@nuxt/eslint-plugin@1.16.0': 917 + resolution: {integrity: sha512-vbX9EsJqTqIRwf3+sv9mJ/OtFKhH8o8NIbNF9Q6weQZY1MRf8jGEvLnjsyJa5VEEHl5TXSXsPcyrmIK58jsRpw==} 1230 918 peerDependencies: 1231 919 eslint: ^9.0.0 || ^10.0.0 1232 920 1233 - '@nuxt/kit@3.19.3': 1234 - resolution: {integrity: sha512-ze46EW5xW+UxDvinvPkYt2MzR355Az1lA3bpX8KDialgnCwr+IbkBij/udbUEC6ZFbidPkfK1eKl4ESN7gMY+w==} 921 + '@nuxt/kit@3.21.8': 922 + resolution: {integrity: sha512-kg63DUPY5AHPn+9XM7u8rYcdWHXjzwfUscgRDuiC5YUciQ+xdLRhdwXelYFxEAx2nxJHossliiQXbMm/Fleivw==} 1235 923 engines: {node: '>=18.12.0'} 1236 924 1237 - '@nuxt/kit@3.21.4': 1238 - resolution: {integrity: sha512-XDWhQJsA5hpdFpVSmImQIVXcsANJI07TjT1LZC/AUKJxl/dcM52Rq4uU+b3uqyVl4LZR1fODSDEzLxcdXq4Rmg==} 1239 - engines: {node: '>=18.12.0'} 1240 - 1241 - '@nuxt/kit@4.1.3': 1242 - resolution: {integrity: sha512-WK0yPIqcb3GQ8r4GutF6p/2fsyXnmmmkuwVLzN4YaJHrpA2tjEagjbxdjkWYeHW8o4XIKJ4micah4wPOVK49Mg==} 1243 - engines: {node: '>=18.12.0'} 1244 - 1245 - '@nuxt/kit@4.4.4': 1246 - resolution: {integrity: sha512-oy4fAeMkyz7gelnalDQLPm8QZRN+c5c/Eh/M6oFgPx86jnA8m6xeOlONpJN2dk0GhcJwJYuN/kmzBffZ93WXPQ==} 925 + '@nuxt/kit@4.4.8': 926 + resolution: {integrity: sha512-ZUlZ5iYfyfJFDPluhn6ZxFWcsuxWbLnZBc8w3MAROcQ4lYfZ+qFpALBLSNlpc0zhOa++33EE+5PEbOAdVIY+dw==} 1247 927 engines: {node: '>=18.12.0'} 1248 928 1249 929 '@nuxt/module-builder@1.0.2': ··· 1254 934 '@nuxt/cli': ^3.26.4 1255 935 typescript: ^5.8.3 1256 936 1257 - '@nuxt/nitro-server@4.4.4': 1258 - resolution: {integrity: sha512-jMZPf+vJ2/IF5TZc+c/1c6O6p94pklVLvrexCu9FYZFK3H9oqYUlzBfYRd2kL5tdRTkIOpxTjfcgB1oc62UOhw==} 1259 - engines: {node: ^20.19.0 || >=22.12.0} 937 + '@nuxt/nitro-server@4.4.8': 938 + resolution: {integrity: sha512-cc1fxgSx34Htesx3JBO+hMhbqd6VljXDC06P+UOA5z53cR224TmEFYT/MUuZDkrtt4qLnSG8yq0IxhEM3NCUlw==} 939 + engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0} 1260 940 peerDependencies: 1261 941 '@babel/plugin-proposal-decorators': ^7.25.0 942 + '@babel/plugin-syntax-typescript': ^7.25.0 1262 943 '@rollup/plugin-babel': ^6.0.0 || ^7.0.0 1263 - nuxt: ^4.4.4 944 + nuxt: ^4.4.8 1264 945 peerDependenciesMeta: 1265 946 '@babel/plugin-proposal-decorators': 1266 947 optional: true 948 + '@babel/plugin-syntax-typescript': 949 + optional: true 1267 950 '@rollup/plugin-babel': 1268 951 optional: true 1269 952 1270 - '@nuxt/schema@4.1.3': 1271 - resolution: {integrity: sha512-ZLkIfleKHQF0PqTDEwuVVnnE/hyMdfY4m2zX8vRC0XMSbFS1I0MFcKkzWnJaMC13NYmGPnT3sX0o3lznweKHJQ==} 953 + '@nuxt/schema@4.4.8': 954 + resolution: {integrity: sha512-igfWuMF0x0Pmx/XwhPwH/bcXgbuwNnjUjqxCAsY6VQhmGKo0e9soJq3Q0ohj+rBkBfX6o2ysTP1/t2M82aK4qA==} 1272 955 engines: {node: ^14.18.0 || >=16.10.0} 1273 - 1274 - '@nuxt/schema@4.4.4': 1275 - resolution: {integrity: sha512-X70+lDZ4Wtp38l18/zFlKOZO5fd0uWQ60nrr1gxTNua8sqOxqVeZpLWTBmor7lFfJsXPPclsaFjcstyXYqXgpg==} 1276 - engines: {node: ^14.18.0 || >=16.10.0} 1277 - 1278 - '@nuxt/telemetry@2.6.6': 1279 - resolution: {integrity: sha512-Zh4HJLjzvm3Cq9w6sfzIFyH9ozK5ePYVfCUzzUQNiZojFsI2k1QkSBrVI9BGc6ArKXj/O6rkI6w7qQ+ouL8Cag==} 1280 - engines: {node: '>=18.12.0'} 1281 - hasBin: true 1282 956 1283 957 '@nuxt/telemetry@2.8.0': 1284 958 resolution: {integrity: sha512-zAwXY24KYvpLTmiV+osagd2EHkfs5IF+7oDZYTQoit5r0kPlwaCNlzHp5I/wUAWT4LBw6lG8gZ6bWidAdv/erQ==} ··· 1323 997 vitest: 1324 998 optional: true 1325 999 1326 - '@nuxt/vite-builder@4.1.3': 1327 - resolution: {integrity: sha512-yrblLSpGW6h9k+sDZa+vtevQz/6JLrPAj3n97HrEmVa6qB+4sE4HWtkMNUtWsOPe60sAm9usRsjDUkkiHZ0DpA==} 1328 - engines: {node: ^20.19.0 || >=22.12.0} 1329 - peerDependencies: 1330 - rolldown: ^1.0.0-beta.38 1331 - vue: ^3.3.4 1332 - peerDependenciesMeta: 1333 - rolldown: 1334 - optional: true 1335 - 1336 - '@nuxt/vite-builder@4.4.4': 1337 - resolution: {integrity: sha512-SNyxEYVeTo3d26tt5rxS550VOFLyXx1UBqhZJexWhk42HgHa3d115LWZx+4e+FJf75SYZ1B/KTrkVeeOhfNBMw==} 1338 - engines: {node: ^20.19.0 || >=22.12.0} 1000 + '@nuxt/vite-builder@4.4.8': 1001 + resolution: {integrity: sha512-54M/k6qVY85Qeoe1m/lPZ0SANGJEbI50r5uYgh3XT942ENve3K5Nk6TMYp8i5wGGC4TWvPea+1mlCrp8rjsXag==} 1002 + engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0} 1339 1003 peerDependencies: 1340 1004 '@babel/plugin-proposal-decorators': ^7.25.0 1341 1005 '@babel/plugin-syntax-jsx': ^7.25.0 1342 - nuxt: 4.4.4 1006 + nuxt: 4.4.8 1343 1007 rolldown: ^1.0.0-beta.38 1344 1008 rollup-plugin-visualizer: ^6.0.0 || ^7.0.1 1345 1009 vue: ^3.3.4 ··· 1353 1017 rollup-plugin-visualizer: 1354 1018 optional: true 1355 1019 1356 - '@oxc-minify/binding-android-arm-eabi@0.128.0': 1357 - resolution: {integrity: sha512-EwdDhZLRmXxSnfy0v9gdOru7TutM8ItRg1Xv8e2B4boWMnHlFCIH38JfwgQnenbkF8SVTwVJtDCkmwEzN4q3xA==} 1020 + '@oxc-minify/binding-android-arm-eabi@0.133.0': 1021 + resolution: {integrity: sha512-D8M1+nqwLaACHZsld/t6f+cE4N97XOu5iQ88f1ZaYH4ptFzFrXo5N7wUKACTI4xmNUD+6W0Y4Apk5U2r8HLdBQ==} 1358 1022 engines: {node: ^20.19.0 || >=22.12.0} 1359 1023 cpu: [arm] 1360 1024 os: [android] 1361 1025 1362 - '@oxc-minify/binding-android-arm64@0.128.0': 1363 - resolution: {integrity: sha512-kwJ8YxWTzty8hD36jXxKiB+Po/ecmHZvT1xAYklkATbr0A4NUqV32sV+3Wfm8TecdA6jX34/mc+4CKK2+Hha2Q==} 1364 - engines: {node: ^20.19.0 || >=22.12.0} 1365 - cpu: [arm64] 1366 - os: [android] 1367 - 1368 - '@oxc-minify/binding-android-arm64@0.94.0': 1369 - resolution: {integrity: sha512-7VEBFFFAi4cYqlW/ziVs5XmNM/0IqAp7duBuTM/zus/EOc3Q2zhS9ApJo0zIwbRUZMlIm1RHe8Hths//xE7K1A==} 1026 + '@oxc-minify/binding-android-arm64@0.133.0': 1027 + resolution: {integrity: sha512-dnQUJdpOEh/nZfQtvGGN61VcCCcPJ2aCm+ndl8GIA2lk2GpmIBgZ9h+phLVhgUFGt2es+2AQc0xvtK7RFNsViw==} 1370 1028 engines: {node: ^20.19.0 || >=22.12.0} 1371 1029 cpu: [arm64] 1372 1030 os: [android] 1373 1031 1374 - '@oxc-minify/binding-darwin-arm64@0.128.0': 1375 - resolution: {integrity: sha512-WBV8j5EZ7/3rvFbiJ8LxowmobR/XH+l2iRzkE7zRYLD5VC+TvZayYGrVGGDXQvXm6cGED0B1NweByTmeT4lpGQ==} 1376 - engines: {node: ^20.19.0 || >=22.12.0} 1377 - cpu: [arm64] 1378 - os: [darwin] 1379 - 1380 - '@oxc-minify/binding-darwin-arm64@0.94.0': 1381 - resolution: {integrity: sha512-T0k3pG/izIutpl8cQl9Xeb0TikBILGd3rglCgRhhG5G5xsk/AAAp/qsSdzBm/8yMXksfRWqE0teh7XDWKmzOXw==} 1032 + '@oxc-minify/binding-darwin-arm64@0.133.0': 1033 + resolution: {integrity: sha512-K6+aXlOlsCcibpTiTitQYNXWGGwea0fEKF/kGHCNB+MNqOLCkdC7wesycaABYcXcyr58DhDoJnVb8E4Hq95iVw==} 1382 1034 engines: {node: ^20.19.0 || >=22.12.0} 1383 1035 cpu: [arm64] 1384 1036 os: [darwin] 1385 1037 1386 - '@oxc-minify/binding-darwin-x64@0.128.0': 1387 - resolution: {integrity: sha512-U4k1CSBsY1uf6yHE+vCNJp0mHzjsUUXgOZXMyhRN3sE2ovBDT9Gl8oACmLWPjg0R68jwP+1vhnNPsSqpTEOycg==} 1038 + '@oxc-minify/binding-darwin-x64@0.133.0': 1039 + resolution: {integrity: sha512-BFEXHxYNwThyaO63p1VE5MOOXNGkHsHfkmajOCKXH40TfllTHQenXhpJ9mHDoF7EhaQjArpPjlDY88BuPjhurw==} 1388 1040 engines: {node: ^20.19.0 || >=22.12.0} 1389 1041 cpu: [x64] 1390 1042 os: [darwin] 1391 1043 1392 - '@oxc-minify/binding-darwin-x64@0.94.0': 1393 - resolution: {integrity: sha512-1gJeYcQf0Mmnu9Gxld2dLJGXTm9EzOQKRAjCVT2xGciKrNeekkJntDb+NdzxcSNPTjchkvbDwY6lCGZbcJx2lg==} 1394 - engines: {node: ^20.19.0 || >=22.12.0} 1395 - cpu: [x64] 1396 - os: [darwin] 1397 - 1398 - '@oxc-minify/binding-freebsd-x64@0.128.0': 1399 - resolution: {integrity: sha512-NT1GtcWpX4sOuU5dMdSNpdXJRpk9BGAHHnKc42IUId8E+jEhZUrg9vqIRIlspZG5O9Y7FjO2r6GBK93bpyIIUg==} 1044 + '@oxc-minify/binding-freebsd-x64@0.133.0': 1045 + resolution: {integrity: sha512-oT5dbcXnS/cbpdXCpudAeVg/fqH1XnKhLUE/vkuRTuocjOd/GA2MoNMMhLWUvqNXO0xJnYmo2ISmDxShkItfOQ==} 1400 1046 engines: {node: ^20.19.0 || >=22.12.0} 1401 1047 cpu: [x64] 1402 1048 os: [freebsd] 1403 1049 1404 - '@oxc-minify/binding-freebsd-x64@0.94.0': 1405 - resolution: {integrity: sha512-LvaxVkEVLgBNQO2RUYwbmRC0cLpq5WHPsM7B4xsojwqpJNsK5l2VnTAuExvPthC1gKWlsoQsVoT03Ex/SZ4FOw==} 1406 - engines: {node: ^20.19.0 || >=22.12.0} 1407 - cpu: [x64] 1408 - os: [freebsd] 1409 - 1410 - '@oxc-minify/binding-linux-arm-gnueabihf@0.128.0': 1411 - resolution: {integrity: sha512-OskPMYMH2KtkqvRMULF2/+55hFo/qmRz2p/g7Cp7XNiqdjZ/DvQDiVbME63rVoX3dYjgS15DolGbo54mHTyA9w==} 1050 + '@oxc-minify/binding-linux-arm-gnueabihf@0.133.0': 1051 + resolution: {integrity: sha512-tJ3B+b7DOuTsIMXSmu5xHHCakrBqqcrp4COYd/lelOdDvkbFoDRGnwH91POUOSUEOI/WLzIMkDqAH2SZ3N2jhQ==} 1412 1052 engines: {node: ^20.19.0 || >=22.12.0} 1413 1053 cpu: [arm] 1414 1054 os: [linux] 1415 1055 1416 - '@oxc-minify/binding-linux-arm-gnueabihf@0.94.0': 1417 - resolution: {integrity: sha512-o/IEdJKl7Y78fIvIRPeA4ccgmOAzeMS8tsjpO7XlENWPzS3cA/6Iy4BqMqYyqUZewgt0a2ggw0zAioIwKPiDmw==} 1056 + '@oxc-minify/binding-linux-arm-musleabihf@0.133.0': 1057 + resolution: {integrity: sha512-XMUHfdilk1KTtOM2vA1bwDso07/wkLm/GgDOO9z/ioxrZoQyjXnJRW665VXa08z2BqEgwHRc1zH9p7s6sKPQbg==} 1418 1058 engines: {node: ^20.19.0 || >=22.12.0} 1419 1059 cpu: [arm] 1420 1060 os: [linux] 1421 1061 1422 - '@oxc-minify/binding-linux-arm-musleabihf@0.128.0': 1423 - resolution: {integrity: sha512-fKUY7Y1vb8CYlGnS5FzqTeeM5zQz1Fleyaqz/T9iNHYAYNJ0Os9iT0rACLfAVCQKP9yOqPSwZ80xgZdVVGD61w==} 1424 - engines: {node: ^20.19.0 || >=22.12.0} 1425 - cpu: [arm] 1426 - os: [linux] 1427 - 1428 - '@oxc-minify/binding-linux-arm-musleabihf@0.94.0': 1429 - resolution: {integrity: sha512-hFCeIV/eCASCW/F2t/DR4JUKUNxn2pr4hAIBEBYDaGPvdOVMlMh+eMbg401ZiaQLwM26Dj53b5XWALwit0mGAw==} 1430 - engines: {node: ^20.19.0 || >=22.12.0} 1431 - cpu: [arm] 1432 - os: [linux] 1433 - 1434 - '@oxc-minify/binding-linux-arm64-gnu@0.128.0': 1435 - resolution: {integrity: sha512-T+CQQZ3BoWY/TxQk9LZsXZYj3madR/5tCErV6wzphTYZJfVjvKmQxnxMaT+TKE40Jha6+iGgwzxwcYWJfltULQ==} 1062 + '@oxc-minify/binding-linux-arm64-gnu@0.133.0': 1063 + resolution: {integrity: sha512-UEff2jopbwJ4SndmxK06uqXrOpwWiJERJPdgDTBywwXP9QgW0p1YkQnBNt4+jK0I/hdLpbbyaCLLuUPKbaU70w==} 1436 1064 engines: {node: ^20.19.0 || >=22.12.0} 1437 1065 cpu: [arm64] 1438 1066 os: [linux] 1439 1067 libc: [glibc] 1440 1068 1441 - '@oxc-minify/binding-linux-arm64-gnu@0.94.0': 1442 - resolution: {integrity: sha512-so/XF1XdJdpWVUkyz45F3iNJgzoXgeNBoYfmDTuLFIXE2U7vAtE8DHkA87LlbC6Ry7KIM4Ehw7hP4Z4h7M51fA==} 1443 - engines: {node: ^20.19.0 || >=22.12.0} 1444 - cpu: [arm64] 1445 - os: [linux] 1446 - 1447 - '@oxc-minify/binding-linux-arm64-musl@0.128.0': 1448 - resolution: {integrity: sha512-F6RkJ90S1Xt25Mk7/wPUmddsE4RZ7Nei+HlEa2FAjfhpoaTciOwV6E/Gtp7wPIYbwft7UfhMYwuEuZiZQytVWw==} 1069 + '@oxc-minify/binding-linux-arm64-musl@0.133.0': 1070 + resolution: {integrity: sha512-yqskeIapQvx7Tu/OLsepLPcGsHGzfYy9PX6gIbhaOHfF+LA2zHBKnKb587FGx+lQjHLQR0llfmoSuXQ6q2EN+A==} 1449 1071 engines: {node: ^20.19.0 || >=22.12.0} 1450 1072 cpu: [arm64] 1451 1073 os: [linux] 1452 1074 libc: [musl] 1453 1075 1454 - '@oxc-minify/binding-linux-arm64-musl@0.94.0': 1455 - resolution: {integrity: sha512-IMi2Sq3Z3xvA06Otit/D6Vo2BATZJcDHu6dHcaznBwnpO0z0+N9i3TKprIVizBHW77wq8QBLIbQaWQn4go1WwQ==} 1456 - engines: {node: ^20.19.0 || >=22.12.0} 1457 - cpu: [arm64] 1458 - os: [linux] 1459 - 1460 - '@oxc-minify/binding-linux-ppc64-gnu@0.128.0': 1461 - resolution: {integrity: sha512-0HP2FBGMlquLjShIIJvS4cebc6sdRRYL04GtxVpg96MtpejrkHYI2gQWcezsTUaGgg+eNRsuv2tdZPENu5+iWA==} 1076 + '@oxc-minify/binding-linux-ppc64-gnu@0.133.0': 1077 + resolution: {integrity: sha512-r7PnUNxRB9D/gQjCVeasoieJVUF48n43rvk/jYbGAw9sRfYGoEo/rOs0GyTZU9ttss8HzjBaerAbADbAL8K8vw==} 1462 1078 engines: {node: ^20.19.0 || >=22.12.0} 1463 1079 cpu: [ppc64] 1464 1080 os: [linux] 1465 1081 libc: [glibc] 1466 1082 1467 - '@oxc-minify/binding-linux-riscv64-gnu@0.128.0': 1468 - resolution: {integrity: sha512-2j6Bd340IZqZbu4KUI28z87Ao9aHhq56HH1Qz5/+EdE732ajFYIoDF3z+QcxHXY0CFOG/Ur1ZOKTBEIWQ6BYIw==} 1083 + '@oxc-minify/binding-linux-riscv64-gnu@0.133.0': 1084 + resolution: {integrity: sha512-omXWC8I9lAMMjQIeadfItP5H4VDAiuU2BiVCtHMH3ktTbFq04sxscZhK4NFUUuw3fApDdXmfd7LW18q0JBHarg==} 1469 1085 engines: {node: ^20.19.0 || >=22.12.0} 1470 1086 cpu: [riscv64] 1471 1087 os: [linux] 1472 1088 libc: [glibc] 1473 1089 1474 - '@oxc-minify/binding-linux-riscv64-gnu@0.94.0': 1475 - resolution: {integrity: sha512-1QWSK1CcmGwlJZBWCF+NpzpQ5c3WybtgVqeQX8FRIhlApBtvMsifZe4tz1FIoBoQeCKwCQzyvpIA71cpCpY/xg==} 1476 - engines: {node: ^20.19.0 || >=22.12.0} 1477 - cpu: [riscv64] 1478 - os: [linux] 1479 - 1480 - '@oxc-minify/binding-linux-riscv64-musl@0.128.0': 1481 - resolution: {integrity: sha512-z5HSppdxNwB6//3Eo7mDWbTrLeyuTKvL/iLXaKEgocrJg1MhZLbRR7P5ore9gKvS4lF4EtEpA24xzilFxQK0iw==} 1090 + '@oxc-minify/binding-linux-riscv64-musl@0.133.0': 1091 + resolution: {integrity: sha512-LtFA3Hi8LVD/zuiPLKy9Aiz7N1IOj8rRhdXiW38GKQ9mAhj+Ko6IHGcTk2A7yNDA1DZBl7r+Qd4PEGWgVelPPw==} 1482 1092 engines: {node: ^20.19.0 || >=22.12.0} 1483 1093 cpu: [riscv64] 1484 1094 os: [linux] 1485 1095 libc: [musl] 1486 1096 1487 - '@oxc-minify/binding-linux-s390x-gnu@0.128.0': 1488 - resolution: {integrity: sha512-9rxYqH7P8NiYqRlLxlnNjJSF8BYADOmihM5ZHVkmlE4tqjHkoLNevdAyAP2ZBkL8QJflm1WGOXFWmFnWA54EvA==} 1097 + '@oxc-minify/binding-linux-s390x-gnu@0.133.0': 1098 + resolution: {integrity: sha512-rFsPDsT1j3beSInbrFukAAlTg101PcqdVMXDioR9AgJ1180tZ8s8D+pNDpQTRmPd3956mnpAE+Cs77Xoo/QZAQ==} 1489 1099 engines: {node: ^20.19.0 || >=22.12.0} 1490 1100 cpu: [s390x] 1491 1101 os: [linux] 1492 1102 libc: [glibc] 1493 1103 1494 - '@oxc-minify/binding-linux-s390x-gnu@0.94.0': 1495 - resolution: {integrity: sha512-UfIuYWcs1tb/vwGwZPPVaO38OubKfi+MkySl2ZP/3Vk4InxtQ+BxxgNqiQbhyvx14GZtkFphH3I2FZaDUsvfYg==} 1496 - engines: {node: ^20.19.0 || >=22.12.0} 1497 - cpu: [s390x] 1498 - os: [linux] 1499 - 1500 - '@oxc-minify/binding-linux-x64-gnu@0.128.0': 1501 - resolution: {integrity: sha512-sy5+4Oamw6Ly5gUNUIDQ7346Lryt7AhqjKhOtWl5dzYZnTIwwoI0V2DeIl3bR/vU8D629ZMYQOqhquRtSyBUOA==} 1104 + '@oxc-minify/binding-linux-x64-gnu@0.133.0': 1105 + resolution: {integrity: sha512-xlrtAmDWZI8BEmsaXMYfblWuLIY5UnnRkit1VLkmVDb5ceZRZf4oEXK1QeYf5Z33dT0WK1Ek++P+TL/ZMCpyGQ==} 1502 1106 engines: {node: ^20.19.0 || >=22.12.0} 1503 1107 cpu: [x64] 1504 1108 os: [linux] 1505 1109 libc: [glibc] 1506 1110 1507 - '@oxc-minify/binding-linux-x64-gnu@0.94.0': 1508 - resolution: {integrity: sha512-Iokd1dfneOcNHBJH8o5cMgDkII8R7dzOFSaMrZiSZkLr+woT3Ed7uLqTKwleNKq52z5+XwmgcvO00c6ywStCpA==} 1509 - engines: {node: ^20.19.0 || >=22.12.0} 1510 - cpu: [x64] 1511 - os: [linux] 1512 - 1513 - '@oxc-minify/binding-linux-x64-musl@0.128.0': 1514 - resolution: {integrity: sha512-59Cxvjppy09TsaB15gr6rA9Bf87rm9t0bD1EW9dCZsdxWElnAC+TvWZ7v9dFUIeYeZUkhAAMPtpdqa3Y9CI2zA==} 1111 + '@oxc-minify/binding-linux-x64-musl@0.133.0': 1112 + resolution: {integrity: sha512-kd36CDkTkZDMNfVceNTSfpWnitE1+GjZmzJCeq8yaxsgvs/MXg8aauI2RgFjElYZIHSMyZku4pQ7Jtl3ZEYI6w==} 1515 1113 engines: {node: ^20.19.0 || >=22.12.0} 1516 1114 cpu: [x64] 1517 1115 os: [linux] 1518 1116 libc: [musl] 1519 1117 1520 - '@oxc-minify/binding-linux-x64-musl@0.94.0': 1521 - resolution: {integrity: sha512-W4hFq/e21o2cOKx9xltJuVo/xgXnn4SsUioo/86pk5vCmUXg++J0PMML/oOZTSbevlklg/Vxo8slRUSU4/0PzA==} 1522 - engines: {node: ^20.19.0 || >=22.12.0} 1523 - cpu: [x64] 1524 - os: [linux] 1525 - 1526 - '@oxc-minify/binding-openharmony-arm64@0.128.0': 1527 - resolution: {integrity: sha512-XGa03zmiYpD7Kf1aXy6vjgkjfaCR90qH0TzGplnUXo6FF6gNe6sH9Zgneo9kxOyYt8CKKzXYD4VudT/nDTXq8Q==} 1118 + '@oxc-minify/binding-openharmony-arm64@0.133.0': 1119 + resolution: {integrity: sha512-pI38dJBqfkNbFoL/GEarAzGDjKGVCZTdg0a8NKh1PP9GqWleXT6HLtXE4CZ+54e+2u68qVYVBwhbWAiRfwlUZA==} 1528 1120 engines: {node: ^20.19.0 || >=22.12.0} 1529 1121 cpu: [arm64] 1530 1122 os: [openharmony] 1531 1123 1532 - '@oxc-minify/binding-wasm32-wasi@0.128.0': 1533 - resolution: {integrity: sha512-W+fK3cWhu/cUgx3NIAmDYcAyJs01aULlr3E3n/ZN79Q1/CX+FS+yWfwt/IysIi4FhpVL7z58azbJHDzhEx4X4g==} 1124 + '@oxc-minify/binding-wasm32-wasi@0.133.0': 1125 + resolution: {integrity: sha512-AkLr+d+LLY4/55J/TrE0srNBUpZPzyU+cygdse7yZ9AhCndryNqe2y6e8naVK0TV7n8lxBd2OGGJAkho6blAkw==} 1534 1126 engines: {node: ^20.19.0 || >=22.12.0} 1535 1127 cpu: [wasm32] 1536 1128 1537 - '@oxc-minify/binding-wasm32-wasi@0.94.0': 1538 - resolution: {integrity: sha512-0bOaEuh7QX8MfqyrRjNPOWhcsYl0IGoHX1nPtFIFGm0f/AJsJ+3wbyI9WvkAOXZmRgI9DMKGbDJdU6J59JxA7w==} 1539 - engines: {node: '>=14.0.0'} 1540 - cpu: [wasm32] 1541 - 1542 - '@oxc-minify/binding-win32-arm64-msvc@0.128.0': 1543 - resolution: {integrity: sha512-pwMZd27FF+j4tHLYKtu4QBl6KI0gkt6xTNGLffs8VlH5vfDPHUvLo/AS6y66tdEjQ3chhs8OGg1mAFhPoQldDw==} 1129 + '@oxc-minify/binding-win32-arm64-msvc@0.133.0': 1130 + resolution: {integrity: sha512-V92v7397t2073g+mSfaLHnPeoz6hA/1U4JNLeUBP87eWGZgVxDZ2qz3t3wFyYqXGJ/0VoEwdP8yrHLQQ7QzAOQ==} 1544 1131 engines: {node: ^20.19.0 || >=22.12.0} 1545 1132 cpu: [arm64] 1546 1133 os: [win32] 1547 1134 1548 - '@oxc-minify/binding-win32-arm64-msvc@0.94.0': 1549 - resolution: {integrity: sha512-qXuSuUmLn7v79R0noaRlJES7m0BLfBWwPAmPjzu553eJObvKS15TfHH4uxr0h31Bmy4jqWX2r+oirz/Pg+hSEg==} 1550 - engines: {node: ^20.19.0 || >=22.12.0} 1551 - cpu: [arm64] 1552 - os: [win32] 1553 - 1554 - '@oxc-minify/binding-win32-ia32-msvc@0.128.0': 1555 - resolution: {integrity: sha512-GskPdx/Fsn3ttkJbzxh51LYhla4N4p1sMufJKgf6PHupt5RukBaHI/GKM/2ni6ObxUI0b9UK37fROdV+5ekpMQ==} 1135 + '@oxc-minify/binding-win32-ia32-msvc@0.133.0': 1136 + resolution: {integrity: sha512-2DP5RbG/SSaRVtmuwgTH6Ati4+uuOJjoI88dQnC5hD0zCC90EVDXZSXyJQ5i/OxLE1UAy58Wo2DJot/OrUspzA==} 1556 1137 engines: {node: ^20.19.0 || >=22.12.0} 1557 1138 cpu: [ia32] 1558 1139 os: [win32] 1559 1140 1560 - '@oxc-minify/binding-win32-x64-msvc@0.128.0': 1561 - resolution: {integrity: sha512-m8oakspZCbCod3WuY0U9DvwQlhMYaU31bK+Way1Rb+JGs455WLtkebEie/luSuN5DeF+aZyRH/zt1AY4weKQQg==} 1141 + '@oxc-minify/binding-win32-x64-msvc@0.133.0': 1142 + resolution: {integrity: sha512-PJ75c6PlBx87tau0W35J43eGCv4wrDmdZ+4ddTZAnGtZqEeCVsLdmDPOEMe2DepogqlSVUF2kGBWtnFUJ5c7Rw==} 1562 1143 engines: {node: ^20.19.0 || >=22.12.0} 1563 1144 cpu: [x64] 1564 1145 os: [win32] 1565 1146 1566 - '@oxc-minify/binding-win32-x64-msvc@0.94.0': 1567 - resolution: {integrity: sha512-DtnN623PGZlNLRyyWtUQPEATeiGVnv9l8TMV9wCdd3AFNA9bmeFzmojcpwBFj/a5DOY5mds7cwC+Z+rjTPn+OQ==} 1568 - engines: {node: ^20.19.0 || >=22.12.0} 1569 - cpu: [x64] 1570 - os: [win32] 1571 - 1572 - '@oxc-parser/binding-android-arm-eabi@0.128.0': 1573 - resolution: {integrity: sha512-aca6ZvzmCBUGOANQRiRQRZuRKYI3ENhcit6GisnknOOmcezfQc7xJ4dxlPU7MV7mOvrC7RNR1u3LAD7xyaiCxA==} 1147 + '@oxc-parser/binding-android-arm-eabi@0.133.0': 1148 + resolution: {integrity: sha512-l/44caGse+VpnY9gx0yvvc5QnnG3yG1FO3KZgYvNL1GZrfK86zIwAOgGEVlxDyRymzrU/KHiblPFpevKOmJmUA==} 1574 1149 engines: {node: ^20.19.0 || >=22.12.0} 1575 1150 cpu: [arm] 1576 1151 os: [android] 1577 1152 1578 - '@oxc-parser/binding-android-arm64@0.128.0': 1579 - resolution: {integrity: sha512-BbeDmuohoJ7Rz/it5wnkj69i/OsCPS3Z51nLEzwO/Y6YshtC4JU+15oNwhY8v4LRKRYclRc7ggOikwrsJ/eOEQ==} 1153 + '@oxc-parser/binding-android-arm64@0.133.0': 1154 + resolution: {integrity: sha512-KUHmPMziLBp4u+zbrLdB7iWS7KshuZe+RAp7ELnY9SI9nNXBZ+dp8fiBqWOxhXqn+FQg3a4UcQhwmsJOKV8Jjg==} 1580 1155 engines: {node: ^20.19.0 || >=22.12.0} 1581 1156 cpu: [arm64] 1582 1157 os: [android] 1583 1158 1584 - '@oxc-parser/binding-android-arm64@0.94.0': 1585 - resolution: {integrity: sha512-Ficqj6MggRGFkemU4pVFTyth3jWVL/zpIWjGMTXaPU81l46ZDcYVFWp9ia6nfE5mm8UdVSI2trvmK+BpNUim7g==} 1586 - engines: {node: ^20.19.0 || >=22.12.0} 1587 - cpu: [arm64] 1588 - os: [android] 1589 - 1590 - '@oxc-parser/binding-darwin-arm64@0.128.0': 1591 - resolution: {integrity: sha512-tRUHPt80417QmvNpoSslJT1VY8NUbWdrWR+L14Zn+RbOTcaqB8E6PYE/ZGN8jjWBzqporiA/H4MfO50ew/NCNA==} 1159 + '@oxc-parser/binding-darwin-arm64@0.133.0': 1160 + resolution: {integrity: sha512-q8dWmnU/8ea2tga9w2f1PinQ5rcMPDUGkF64T189b65YMjUomET4oy5oRldOr4AwOQkneOG/Zttnz1Dvrc62wg==} 1592 1161 engines: {node: ^20.19.0 || >=22.12.0} 1593 1162 cpu: [arm64] 1594 1163 os: [darwin] 1595 1164 1596 - '@oxc-parser/binding-darwin-arm64@0.94.0': 1597 - resolution: {integrity: sha512-uYyeMH9vMfb0JAdm6ZwHTgcTv53030elQKMnUbux9K5rxOCWbHUyeVACEv86V+E/Ft6RtkvWDIqUY4sYZRmcuQ==} 1598 - engines: {node: ^20.19.0 || >=22.12.0} 1599 - cpu: [arm64] 1600 - os: [darwin] 1601 - 1602 - '@oxc-parser/binding-darwin-x64@0.128.0': 1603 - resolution: {integrity: sha512-rWI2Hb1Nt3U/vKsjyNvZzDC8i/l144U20DKjhzaTmwIhIiSRGeroPWWiImwypmKLqrw8GuIixbWJkpGWLbkzrQ==} 1165 + '@oxc-parser/binding-darwin-x64@0.133.0': 1166 + resolution: {integrity: sha512-cOKeIELIB2bJnCKwqx4Rdj+1Lss/U6uCbLxRySZrhyOOQa1flKhwZFjEHRHxk8fU1NKmhK5OnTdPQ4CpjuFuVw==} 1604 1167 engines: {node: ^20.19.0 || >=22.12.0} 1605 1168 cpu: [x64] 1606 1169 os: [darwin] 1607 1170 1608 - '@oxc-parser/binding-darwin-x64@0.94.0': 1609 - resolution: {integrity: sha512-Ek1fh8dw6b+/hzLo5jjPuxkshRxekjtTfhfWZ4RehMYiApT8Rj4k+7kcQ+zV1ZaF+1+yLgNqNja2RMRqx3MHzQ==} 1610 - engines: {node: ^20.19.0 || >=22.12.0} 1611 - cpu: [x64] 1612 - os: [darwin] 1613 - 1614 - '@oxc-parser/binding-freebsd-x64@0.128.0': 1615 - resolution: {integrity: sha512-hhpdVMaNCLgQxjgNPeeFzSeJMmZPc5lKfv0NGSI3egZq9EdnEGqeC8JsYsQjK7PoQgbvZ17xlj0SO5ziH5Obkg==} 1171 + '@oxc-parser/binding-freebsd-x64@0.133.0': 1172 + resolution: {integrity: sha512-OpaSv4pW3KgFrMYQxTaS0aOE4T1DQF3qZE/4B6uqqv1KgPWWd4UQhJALi8PJPX1RRV5K7ThKXRfF7qGg2+3l1A==} 1616 1173 engines: {node: ^20.19.0 || >=22.12.0} 1617 1174 cpu: [x64] 1618 1175 os: [freebsd] 1619 1176 1620 - '@oxc-parser/binding-freebsd-x64@0.94.0': 1621 - resolution: {integrity: sha512-81bE/8F252Ew179uVo9FU67dmRc+n8QSMhj6mmMxisdI3ao5MjCI5jDL19mH3UeQ9uRUBSPFILmHBDQYNZ9oKw==} 1622 - engines: {node: ^20.19.0 || >=22.12.0} 1623 - cpu: [x64] 1624 - os: [freebsd] 1625 - 1626 - '@oxc-parser/binding-linux-arm-gnueabihf@0.128.0': 1627 - resolution: {integrity: sha512-093zNw0zZ/e/obML+rhlSdmnzR0mVZluPcAkxunEc5E3F0yBVsFn24Y1ILfsEte11Ud041qn/gp2OJ1jxNqUng==} 1177 + '@oxc-parser/binding-linux-arm-gnueabihf@0.133.0': 1178 + resolution: {integrity: sha512-JGK1wlGrGwxBIlVSF7KWTX1/ru6BEtf28fRROztDRkLfiW+Kxa4onnriezMIiogfn9hVw2KzYcKiLjkLR2ns8A==} 1628 1179 engines: {node: ^20.19.0 || >=22.12.0} 1629 1180 cpu: [arm] 1630 1181 os: [linux] 1631 1182 1632 - '@oxc-parser/binding-linux-arm-gnueabihf@0.94.0': 1633 - resolution: {integrity: sha512-aGOU8IYXVYGN2aRrvcU5+UdM7BzIVlm4m0REQzjpblQKRdZfWFtDBRJez+fK/F10g0H1AU5DQVgbW5aeko49Jw==} 1183 + '@oxc-parser/binding-linux-arm-musleabihf@0.133.0': 1184 + resolution: {integrity: sha512-yuZO533Ftonxn/iyoqQzURzLQHMspvsIyfiCSNi1t/ER4eIQaR0SsmUOUm5b/lmSig7IWIUa5/BrbEkAPwcilQ==} 1634 1185 engines: {node: ^20.19.0 || >=22.12.0} 1635 1186 cpu: [arm] 1636 1187 os: [linux] 1637 1188 1638 - '@oxc-parser/binding-linux-arm-musleabihf@0.128.0': 1639 - resolution: {integrity: sha512-fq7DmKmfC+dvD97IXrgbph6Jzwe0EDu+PYMofmzZ6fv5X1k9vtaqLpDGMuICO9MmUnyKAQmVl+wIv2RNy4Dz8g==} 1640 - engines: {node: ^20.19.0 || >=22.12.0} 1641 - cpu: [arm] 1642 - os: [linux] 1643 - 1644 - '@oxc-parser/binding-linux-arm-musleabihf@0.94.0': 1645 - resolution: {integrity: sha512-69/ZuYSZ4dd7UWoEOyf+pXYPtvUZguDQqjhxMx8fI0J30sEEqs1d/DBLLnog/afHmaapPEIEr6rp9jF6bYcgNw==} 1646 - engines: {node: ^20.19.0 || >=22.12.0} 1647 - cpu: [arm] 1648 - os: [linux] 1649 - 1650 - '@oxc-parser/binding-linux-arm64-gnu@0.128.0': 1651 - resolution: {integrity: sha512-Xvm48jJah8TlIrURIjNOP/gNiGe6aKvCB+r06VliflFo8Kq7VOLE8PxtgShJzZIqubrgdMdYfvuPPozn7F6MbQ==} 1189 + '@oxc-parser/binding-linux-arm64-gnu@0.133.0': 1190 + resolution: {integrity: sha512-hvpbqT5pN2rR+3+xtWeizwfR/aZ0vGceg6TqYMl+ToxMpk9/tmnX7kSvQnfEUkoua8mhogzvIKsAkn0wxgblBA==} 1652 1191 engines: {node: ^20.19.0 || >=22.12.0} 1653 1192 cpu: [arm64] 1654 1193 os: [linux] 1655 1194 libc: [glibc] 1656 1195 1657 - '@oxc-parser/binding-linux-arm64-gnu@0.94.0': 1658 - resolution: {integrity: sha512-u55PGVVfZF/frpEcv/vowfuqsCd5VKz3wta8KZ3MBxboat7XxgRIMS8VQEBiJ3aYE80taACu5EfPN1y9DhiU0Q==} 1659 - engines: {node: ^20.19.0 || >=22.12.0} 1660 - cpu: [arm64] 1661 - os: [linux] 1662 - 1663 - '@oxc-parser/binding-linux-arm64-musl@0.128.0': 1664 - resolution: {integrity: sha512-M7iwBGmYJTx+pKOYFjI0buop4gJvlmcVzFGaXPt21DKpQkbQZG1f63Yg7LloIYT/t9yLxCw0Lhfx/RFlAlMSjA==} 1196 + '@oxc-parser/binding-linux-arm64-musl@0.133.0': 1197 + resolution: {integrity: sha512-wJQGamIosQBoJHW9+S5XxrtKRo3eyJxsnS1XCPrqN0LHi8uw1pTqqTfn3t/NVuvbBg7Pumn4ez9Eidgcn0xbEg==} 1665 1198 engines: {node: ^20.19.0 || >=22.12.0} 1666 1199 cpu: [arm64] 1667 1200 os: [linux] 1668 1201 libc: [musl] 1669 1202 1670 - '@oxc-parser/binding-linux-arm64-musl@0.94.0': 1671 - resolution: {integrity: sha512-Qm2SEU7/f2b2Rg76Pj49BdMFF7Vv7+2qLPxaae4aH1515kzVv6nZW0bqCo4fPDDyiE4bryF7Jr+WKhllBxvXPw==} 1672 - engines: {node: ^20.19.0 || >=22.12.0} 1673 - cpu: [arm64] 1674 - os: [linux] 1675 - 1676 - '@oxc-parser/binding-linux-ppc64-gnu@0.128.0': 1677 - resolution: {integrity: sha512-21LGNIZb1Pcfk5/EGsqabrxv4yqQOWis1407JJrClS7XpFCrbvr74YAB1V+m54cYbwvO6UWwQqS4WecxiyfCRg==} 1203 + '@oxc-parser/binding-linux-ppc64-gnu@0.133.0': 1204 + resolution: {integrity: sha512-Koaz32/O5+abIfrNGdyndgRvdOZ9jEf5/z3Ep9h3h2QWpdDiUQpVwgH0OcMXCs+l9aXxPLtkupqyVig9W6FDKw==} 1678 1205 engines: {node: ^20.19.0 || >=22.12.0} 1679 1206 cpu: [ppc64] 1680 1207 os: [linux] 1681 1208 libc: [glibc] 1682 1209 1683 - '@oxc-parser/binding-linux-riscv64-gnu@0.128.0': 1684 - resolution: {integrity: sha512-gyHjOTFpg9bTTYjxPmQirvufb89+VdZwVfcMtAUyPr6F5H8ZswvCQshK4qOW+Q+2Xyb33hduRgY/eFHJQjU/vQ==} 1210 + '@oxc-parser/binding-linux-riscv64-gnu@0.133.0': 1211 + resolution: {integrity: sha512-R4vOjWzxhnNWHnVLeiB6jNuIifdy9vcMXZGPc7StXcxBovI+U2zg1QhZ9o8OjV80oGivs1lX5NfPLzk4IPqlRA==} 1685 1212 engines: {node: ^20.19.0 || >=22.12.0} 1686 1213 cpu: [riscv64] 1687 1214 os: [linux] 1688 1215 libc: [glibc] 1689 1216 1690 - '@oxc-parser/binding-linux-riscv64-gnu@0.94.0': 1691 - resolution: {integrity: sha512-bZO3QAt0lsZjk351mVM85obMivbXG+tDiah5XmmOaGO8k4vEYmoiKr2YHJoA2eNpKhPJF8dNyIS7U+XAvirr9g==} 1692 - engines: {node: ^20.19.0 || >=22.12.0} 1693 - cpu: [riscv64] 1694 - os: [linux] 1695 - 1696 - '@oxc-parser/binding-linux-riscv64-musl@0.128.0': 1697 - resolution: {integrity: sha512-X6Q2oKUrP5GyDd2xniuEBLk6aFQCZ97W2+aVXGgJXdjx5t4/oFuA9ri0wLOUrBIX+qdSuK581snMBio4z910eA==} 1217 + '@oxc-parser/binding-linux-riscv64-musl@0.133.0': 1218 + resolution: {integrity: sha512-iwgBNUTHiMdxARLYuM0SBlnYeb19iw1Ea5M+4ERZupCsBMLArti6FyZ6UfFjJxIiTDr2oW2DGQFxlQVQ/dW9rA==} 1698 1219 engines: {node: ^20.19.0 || >=22.12.0} 1699 1220 cpu: [riscv64] 1700 1221 os: [linux] 1701 1222 libc: [musl] 1702 1223 1703 - '@oxc-parser/binding-linux-s390x-gnu@0.128.0': 1704 - resolution: {integrity: sha512-BdzTmqxfxoYkpgokoLaSnOX6T+R3/goL42klre2tnG+kHbG2TXS0VN+P5BPofH1axdKOHy5ei4ENZrjmCOt2lA==} 1224 + '@oxc-parser/binding-linux-s390x-gnu@0.133.0': 1225 + resolution: {integrity: sha512-ZwZNo8FZmB/gVfboQl+wXilBigGl+6nQQs+nITOeAP/HcAOjiHl6XZJL9F/KXNEspODQcbjAiyjUbeCJd9a0fA==} 1705 1226 engines: {node: ^20.19.0 || >=22.12.0} 1706 1227 cpu: [s390x] 1707 1228 os: [linux] 1708 1229 libc: [glibc] 1709 1230 1710 - '@oxc-parser/binding-linux-s390x-gnu@0.94.0': 1711 - resolution: {integrity: sha512-IdbJ/rwsaEPQx11mQwGoClqhAmVaAF9+3VmDRYVmfsYsrhX1Ue1HvBdVHDvtHzJDuumC/X/codkVId9Ss+7fVg==} 1712 - engines: {node: ^20.19.0 || >=22.12.0} 1713 - cpu: [s390x] 1714 - os: [linux] 1715 - 1716 - '@oxc-parser/binding-linux-x64-gnu@0.128.0': 1717 - resolution: {integrity: sha512-OO1nW2Q7sSYYvJZpDHdvyFSdRaVcQqRijZSSmWVMqFxPYy8cEF45zJ9fcdIYuzIT3jYq6YRhEFm/VMWNWhE22Q==} 1231 + '@oxc-parser/binding-linux-x64-gnu@0.133.0': 1232 + resolution: {integrity: sha512-govCvWx1dBlED3uu4qXctxpRcouu9I8Kn+DBktGCl760JtlGJzc9l/OmPJKlYWSbrRqKkMZehNeZ/4Wfma7uSA==} 1718 1233 engines: {node: ^20.19.0 || >=22.12.0} 1719 1234 cpu: [x64] 1720 1235 os: [linux] 1721 1236 libc: [glibc] 1722 1237 1723 - '@oxc-parser/binding-linux-x64-gnu@0.94.0': 1724 - resolution: {integrity: sha512-TbtpRdViF3aPCQBKuEo+TcucwW3KFa6bMHVakgaJu12RZrFpO4h1IWppBbuuBQ9X7SfvpgC1YgCDGve9q6fpEA==} 1725 - engines: {node: ^20.19.0 || >=22.12.0} 1726 - cpu: [x64] 1727 - os: [linux] 1728 - 1729 - '@oxc-parser/binding-linux-x64-musl@0.128.0': 1730 - resolution: {integrity: sha512-4NehAe404MRdoZVS9DW8C5XbJwbXIc/KfVlYdpi5vE4081zc9Y0YzKVqyOYj/Puye7/Do+ohaONBFWlEHYl9hw==} 1238 + '@oxc-parser/binding-linux-x64-musl@0.133.0': 1239 + resolution: {integrity: sha512-ssTlpXD5Mq9uCssDJPzlRWqBt4Y7Zzd9i+XZhWmK/9Y6KUIuAxVYTYiI8lxcGWi0+3/Cz4A8q9UrD4NK9Y2j7g==} 1731 1240 engines: {node: ^20.19.0 || >=22.12.0} 1732 1241 cpu: [x64] 1733 1242 os: [linux] 1734 1243 libc: [musl] 1735 1244 1736 - '@oxc-parser/binding-linux-x64-musl@0.94.0': 1737 - resolution: {integrity: sha512-hlfoDmWvgSbexoJ9u3KwAJwpeu91FfJR6++fQjeYXD2InK4gZow9o3DRoTpN/kslZwzUNpiRURqxey/RvWh8JQ==} 1738 - engines: {node: ^20.19.0 || >=22.12.0} 1739 - cpu: [x64] 1740 - os: [linux] 1741 - 1742 - '@oxc-parser/binding-openharmony-arm64@0.128.0': 1743 - resolution: {integrity: sha512-kVbqgW9xLL8bh8oc7aYOJilRKXE5G33+tE0jan+duo/9OriaFRpijcCwT2waWs2oqYROYq0GlE7/p3ywoshVeg==} 1245 + '@oxc-parser/binding-openharmony-arm64@0.133.0': 1246 + resolution: {integrity: sha512-51aByfXhPtLEdWG4a2Ihdw6cPWV1ei1AarALpFdDP8MLWDLE2NuUMgbo3DERR2Kt8fT/ok1GUvBiLxVGke9uUQ==} 1744 1247 engines: {node: ^20.19.0 || >=22.12.0} 1745 1248 cpu: [arm64] 1746 1249 os: [openharmony] 1747 1250 1748 - '@oxc-parser/binding-wasm32-wasi@0.128.0': 1749 - resolution: {integrity: sha512-L38ojghJYHmgiz6fJd7jwLB/ESDBpB02NdFxh+smqVM6P2anCEvHn0jhaSrt5eVNR1Ak8+moOeftUlofeyvniA==} 1251 + '@oxc-parser/binding-wasm32-wasi@0.133.0': 1252 + resolution: {integrity: sha512-2e16tkKp+wDO2GTAmXfxbBcCmGEaFPIJEIRBBmVKNVXSc8/fJsSIaBGyFTPHM9ST5GNWgJcYIt94rDTks+PLwA==} 1750 1253 engines: {node: ^20.19.0 || >=22.12.0} 1751 1254 cpu: [wasm32] 1752 1255 1753 - '@oxc-parser/binding-wasm32-wasi@0.94.0': 1754 - resolution: {integrity: sha512-VoCtQZIsRZN8mszbdizh+5MwzbgbMxsPgT2hOzzILQLNY2o2OXG3xSiFNFakVhbWc9qSTaZ/MRDsqR+IM3fLFw==} 1755 - engines: {node: '>=14.0.0'} 1756 - cpu: [wasm32] 1757 - 1758 - '@oxc-parser/binding-win32-arm64-msvc@0.128.0': 1759 - resolution: {integrity: sha512-xgvO35GyHBtjlQ5AEpaYr7Rll1rvY7zqIhT6ty8E3ezBW2J1SFLjIDEvI/tcgDg6oaseDAqVcM+jU1HuCekgZw==} 1256 + '@oxc-parser/binding-win32-arm64-msvc@0.133.0': 1257 + resolution: {integrity: sha512-KPTNDKbxH1cglrqTyVeXHb4Pk4oksz8EcE1/v8zqU7N4UXbiHfA/IwtXZ2U77fnRAWBbgVkl/lZbL7o3hRdejg==} 1760 1258 engines: {node: ^20.19.0 || >=22.12.0} 1761 1259 cpu: [arm64] 1762 1260 os: [win32] 1763 1261 1764 - '@oxc-parser/binding-win32-arm64-msvc@0.94.0': 1765 - resolution: {integrity: sha512-3wsbMqV8V7WaLdiQ2oawdgKkCgMHXJ7VDuo6uIcXauU3wK6CG0QyDXRV9bPWzorGLRBUHndu/2VB1+9dgT9fvg==} 1766 - engines: {node: ^20.19.0 || >=22.12.0} 1767 - cpu: [arm64] 1768 - os: [win32] 1769 - 1770 - '@oxc-parser/binding-win32-ia32-msvc@0.128.0': 1771 - resolution: {integrity: sha512-OY+3eM2SN72prHKRB22mPz8o5A/7dJ+f5DFLBVvggyZhEaNDAH9IB+ElMjmOkOIwf5MDCUAowCK7pAncNxzpBA==} 1262 + '@oxc-parser/binding-win32-ia32-msvc@0.133.0': 1263 + resolution: {integrity: sha512-Una1bNYv9zCavQrfnDR9wuZVB3itLjCEH4Oz7i6CwAJN/Xq9b+zbbcxmvdkKvvJt4Ngc/MBmIYlbLo3zS4TQ0A==} 1772 1264 engines: {node: ^20.19.0 || >=22.12.0} 1773 1265 cpu: [ia32] 1774 1266 os: [win32] 1775 1267 1776 - '@oxc-parser/binding-win32-x64-msvc@0.128.0': 1777 - resolution: {integrity: sha512-NE9ny+cPUCCObXa0IKLfj0tCdPd7pe/dz9ZpkxpUOymB3miNeMPybdlYYTBSGJUalMWeBM85/4JcCErCNTqOXw==} 1268 + '@oxc-parser/binding-win32-x64-msvc@0.133.0': 1269 + resolution: {integrity: sha512-kjBhCiOGSYTwDJQuuZa7a94JbP8htWu7J0X1KwH74kV2K5eYf6eyJRYmkpCDvr0XEL8tMxYI4WU1VekblFCLgg==} 1778 1270 engines: {node: ^20.19.0 || >=22.12.0} 1779 1271 cpu: [x64] 1780 1272 os: [win32] 1781 1273 1782 - '@oxc-parser/binding-win32-x64-msvc@0.94.0': 1783 - resolution: {integrity: sha512-UTQQ1576Nzhh4jr/YmvzqnuwTPOauB/TPzsnWzT+w8InHxL5JA1fmy01wB1F2BWT9AD6YV4BTB1ozRICYdAgjw==} 1784 - engines: {node: ^20.19.0 || >=22.12.0} 1785 - cpu: [x64] 1786 - os: [win32] 1274 + '@oxc-project/types@0.133.0': 1275 + resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==} 1787 1276 1788 - '@oxc-project/types@0.128.0': 1789 - resolution: {integrity: sha512-huv1Y/LzBJkBVHt3OlC7u0zHBW9qXf1FdD7sGmc1rXc2P1mTwHssYv7jyGx5KAACSCH+9B3Bhn6Z9luHRvf7pQ==} 1790 - 1791 - '@oxc-project/types@0.94.0': 1792 - resolution: {integrity: sha512-+UgQT/4o59cZfH6Cp7G0hwmqEQ0wE+AdIwhikdwnhWI9Dp8CgSY081+Q3O67/wq3VJu8mgUEB93J9EHHn70fOw==} 1793 - 1794 - '@oxc-transform/binding-android-arm-eabi@0.128.0': 1795 - resolution: {integrity: sha512-qVO4izEs88ZSo7KOK4P+O5nAXXJmkSadInvFjGkhVnm2R2Wr8trU/GLhjAK0S0u8Qv9bkXspNhgpECk+CTQ/ew==} 1277 + '@oxc-transform/binding-android-arm-eabi@0.133.0': 1278 + resolution: {integrity: sha512-2A79NBpyBKgHJ0FwgC8D1hzp3x2ujyvqq/kG+M76YyDMMkxLhX6A3vjnAnfEKycOoZxuKhwYu8BF9hKq67ykIA==} 1796 1279 engines: {node: ^20.19.0 || >=22.12.0} 1797 1280 cpu: [arm] 1798 1281 os: [android] 1799 1282 1800 - '@oxc-transform/binding-android-arm64@0.128.0': 1801 - resolution: {integrity: sha512-F3RXlbCzIgkpRWlz1PEguDZl5NzZRmbeHKTFTQWFnK6mIdw2EkWihPVv9+CIcO80c7+sF/YRGOBaji6hwUDhtQ==} 1802 - engines: {node: ^20.19.0 || >=22.12.0} 1803 - cpu: [arm64] 1804 - os: [android] 1805 - 1806 - '@oxc-transform/binding-android-arm64@0.94.0': 1807 - resolution: {integrity: sha512-abxgEoomc5HNbDQaGhBWguR+W4cdrcEIwV8xIQ2qpUuhEUoHy6nQLfN/gREAZMdkyIaKwk12FckB9aNxVTte2w==} 1283 + '@oxc-transform/binding-android-arm64@0.133.0': 1284 + resolution: {integrity: sha512-dynEph/hyoSgBzd2XbNlW37NK97nU6tZMs5jrhObUxSasBV/Gv9THZrWj9AlbWiMXR07WFYE82C9axjntYyBSw==} 1808 1285 engines: {node: ^20.19.0 || >=22.12.0} 1809 1286 cpu: [arm64] 1810 1287 os: [android] 1811 1288 1812 - '@oxc-transform/binding-darwin-arm64@0.128.0': 1813 - resolution: {integrity: sha512-xj63gIzQ67LDYHCOWXSHgfx4LbPVz1ck0G3y0eR6mbgYk3CwwylbhWi/CaDC6BWsHwoLQryeYjHB5XBCR0EPMQ==} 1289 + '@oxc-transform/binding-darwin-arm64@0.133.0': 1290 + resolution: {integrity: sha512-4hGgKOG+dZSN3xjcgNWpcihekRG7/YbbAdjyz07yv0HjzA6kdqYAhGrn84374UPO2h6etYJwsCBoM9iJHHvJ8w==} 1814 1291 engines: {node: ^20.19.0 || >=22.12.0} 1815 1292 cpu: [arm64] 1816 1293 os: [darwin] 1817 1294 1818 - '@oxc-transform/binding-darwin-arm64@0.94.0': 1819 - resolution: {integrity: sha512-HbnmwC1pZ9M/nXqA36TpwF7vcXk+PgLMxDvvza5C9CCivfi3MUfqCvFMvRI0snlVm2PK2GAwWJjBtng1fR8LJw==} 1820 - engines: {node: ^20.19.0 || >=22.12.0} 1821 - cpu: [arm64] 1822 - os: [darwin] 1823 - 1824 - '@oxc-transform/binding-darwin-x64@0.128.0': 1825 - resolution: {integrity: sha512-YQkvFqNqpwEt197RjREAOWeRANalPtCD+ayZlx4IjTQ6IOYZEP83B9/++gTQisHV3r8E7dU8UqJKeSS1cHlTQg==} 1295 + '@oxc-transform/binding-darwin-x64@0.133.0': 1296 + resolution: {integrity: sha512-7J11/9PFkznmKuANkCAjt3znV1BcDFXQSgDiBvDxXT3Wm6995/zxrJD5zmo+5XSgY4sm+2V8/ED6ZSD3mKOC5A==} 1826 1297 engines: {node: ^20.19.0 || >=22.12.0} 1827 1298 cpu: [x64] 1828 1299 os: [darwin] 1829 1300 1830 - '@oxc-transform/binding-darwin-x64@0.94.0': 1831 - resolution: {integrity: sha512-GADv5xcClQpYj5d6GLdPF6Qz/3OSn0d/LKhDklpW/5S42RQsGxI+83iXF1e61KITd4yp4VAvjEiuDM52zb4xYQ==} 1832 - engines: {node: ^20.19.0 || >=22.12.0} 1833 - cpu: [x64] 1834 - os: [darwin] 1835 - 1836 - '@oxc-transform/binding-freebsd-x64@0.128.0': 1837 - resolution: {integrity: sha512-Jvd3Ximb3x3o0+xRBB5lq63JlzxhJN787IsBjn0PEnmuocYQj+tJ5BB4n9xPIG27GXwg3ycckQPO/RsWeEcBPg==} 1838 - engines: {node: ^20.19.0 || >=22.12.0} 1839 - cpu: [x64] 1840 - os: [freebsd] 1841 - 1842 - '@oxc-transform/binding-freebsd-x64@0.94.0': 1843 - resolution: {integrity: sha512-5H5V+H1CZoRQwbgAt/wLrN8oZwuYGP6xdXTuGUW2C2ON1DynMyxC4Padf8vjPcKbQph5GnLAuoaTafxokE2Z/Q==} 1301 + '@oxc-transform/binding-freebsd-x64@0.133.0': 1302 + resolution: {integrity: sha512-5EMAO0vzCpUfhn6aSjIUeJeRI2ztevHwSVr/M8sZ2VBYc79UuOfjjMCQ67LtUbgpvQtpBWkzeAHCP3L7JFYmlg==} 1844 1303 engines: {node: ^20.19.0 || >=22.12.0} 1845 1304 cpu: [x64] 1846 1305 os: [freebsd] 1847 1306 1848 - '@oxc-transform/binding-linux-arm-gnueabihf@0.128.0': 1849 - resolution: {integrity: sha512-TaRKWeGnAJNIdCa5+m0I8/SksBgkLX94iH40qy3chvLuaIOGAmOViUStYx8geXBzO9P99V7En8nHXLoqCONBRQ==} 1850 - engines: {node: ^20.19.0 || >=22.12.0} 1851 - cpu: [arm] 1852 - os: [linux] 1853 - 1854 - '@oxc-transform/binding-linux-arm-gnueabihf@0.94.0': 1855 - resolution: {integrity: sha512-BoWVkKUqgmUs4hDvGPgCSUkIeEMBVvHU/mO348Dhp7XT9ijdnSBmRzY6hFaqRSq768Hn6KblM0NM1QV7jEvKOw==} 1856 - engines: {node: ^20.19.0 || >=22.12.0} 1857 - cpu: [arm] 1858 - os: [linux] 1859 - 1860 - '@oxc-transform/binding-linux-arm-musleabihf@0.128.0': 1861 - resolution: {integrity: sha512-7TMrtA5/3SCvS+yMPrGnri5T4ZhIoCbjwKWV6Kn8d3v+vx7MpEmNkfe+CdF3rb5LlnuxeDMPwr1E2ntya0b8HQ==} 1307 + '@oxc-transform/binding-linux-arm-gnueabihf@0.133.0': 1308 + resolution: {integrity: sha512-z6XT8tmo9sPmCIYaFIxDelBU4wXLwwWMX2VNCMIY6bkQp5r+kRtVXYS3yLbJHMKEhRKvw/g+Z7fO9aadsGGEAw==} 1862 1309 engines: {node: ^20.19.0 || >=22.12.0} 1863 1310 cpu: [arm] 1864 1311 os: [linux] 1865 1312 1866 - '@oxc-transform/binding-linux-arm-musleabihf@0.94.0': 1867 - resolution: {integrity: sha512-XUAyt2EtSDycljMKfgDVg/T5C3aF5dR1mfMJAZUCPQkfJjXZwA/C0DTTC/xPlPm68WA4uRtVNLqExTHJ3JOPwg==} 1313 + '@oxc-transform/binding-linux-arm-musleabihf@0.133.0': 1314 + resolution: {integrity: sha512-GQDpEV2VhHG8hT5BviDv+emi9oHYhfv+JJJWROYp+eGgWjiQMp4QZVb6Bu3kwVMzkwy0r200ToA1KThYTq53ug==} 1868 1315 engines: {node: ^20.19.0 || >=22.12.0} 1869 1316 cpu: [arm] 1870 1317 os: [linux] 1871 1318 1872 - '@oxc-transform/binding-linux-arm64-gnu@0.128.0': 1873 - resolution: {integrity: sha512-lMQEa1jLBNm1N+5uvyj9zX9urVY4xKkLnhO8/4CtSGdXX+mExqsVawyQPAZqbtq1fLQ0yt1QYJ9YuM0+fiSJTQ==} 1319 + '@oxc-transform/binding-linux-arm64-gnu@0.133.0': 1320 + resolution: {integrity: sha512-VstR+NEQAJb80ysWk2vPjEvg0JzwEjKn2hDbC/joa5zGXkCnVVCWgAGG8c6o23S981a7XRpCMcClBgeD1q9H2A==} 1874 1321 engines: {node: ^20.19.0 || >=22.12.0} 1875 1322 cpu: [arm64] 1876 1323 os: [linux] 1877 1324 libc: [glibc] 1878 1325 1879 - '@oxc-transform/binding-linux-arm64-gnu@0.94.0': 1880 - resolution: {integrity: sha512-5Y7FI2FgawingojBEo3df4sI/Sq73UhVZy3DlT9o94Pgu8o+ujlKPD20kFmOJ1jQNEJ4ScKr5vh6pemHSZjUgA==} 1881 - engines: {node: ^20.19.0 || >=22.12.0} 1882 - cpu: [arm64] 1883 - os: [linux] 1884 - 1885 - '@oxc-transform/binding-linux-arm64-musl@0.128.0': 1886 - resolution: {integrity: sha512-dPSjyd0gQ9dE3mpdJi0BHNJaqQz4V7mVW6Fbs6jRSiGnrxwGfXdMJFInXoJ49B3k5Zhfa9Is9Ixp6St7c6ouCA==} 1326 + '@oxc-transform/binding-linux-arm64-musl@0.133.0': 1327 + resolution: {integrity: sha512-Ec7xJdDrnukgiz20E3iDNzAIgx1XXn8cVVsNNUpgEIAvNlXZaocqlQT8Zalk0Lv3fbkxcJ+9BuWB0ndBRHQtzg==} 1887 1328 engines: {node: ^20.19.0 || >=22.12.0} 1888 1329 cpu: [arm64] 1889 1330 os: [linux] 1890 1331 libc: [musl] 1891 1332 1892 - '@oxc-transform/binding-linux-arm64-musl@0.94.0': 1893 - resolution: {integrity: sha512-QiyHubpKo7upYPfwB+8bjaTczd60PJdL2zJrMKgL+CDlmP6HZlnWXZkeVTA3S6QXnbulRlrtERmqS2DePszG0g==} 1894 - engines: {node: ^20.19.0 || >=22.12.0} 1895 - cpu: [arm64] 1896 - os: [linux] 1897 - 1898 - '@oxc-transform/binding-linux-ppc64-gnu@0.128.0': 1899 - resolution: {integrity: sha512-YNa9XAotPKvAXFJrHC7kBsHMVg0HOB4vRiKuYUjzFsfLkxTbuztKHTKG/gW5kjp7dBw+TNFofTaVCVZgOnHXPQ==} 1333 + '@oxc-transform/binding-linux-ppc64-gnu@0.133.0': 1334 + resolution: {integrity: sha512-6YX38grimcigz20eYpyz6e4c9rDKzwK3i+tcDpgwYj0bWreaAOwrABmSmKplPJOorkDVlbT69wPCN+d11irBQw==} 1900 1335 engines: {node: ^20.19.0 || >=22.12.0} 1901 1336 cpu: [ppc64] 1902 1337 os: [linux] 1903 1338 libc: [glibc] 1904 1339 1905 - '@oxc-transform/binding-linux-riscv64-gnu@0.128.0': 1906 - resolution: {integrity: sha512-jjSiG9H8ya/U3igW5DdIBFIDwhffF7Vbc7th2tcHV73eg0DQz75n36a9RmQ1/0aS9vknUuNtY6SODr8/gmuzsQ==} 1340 + '@oxc-transform/binding-linux-riscv64-gnu@0.133.0': 1341 + resolution: {integrity: sha512-WxMIzItRJR66lgaAyyqj0FFwLMpcuCV9mTFcUMQpIz8+Hey1Enk8xuv+7QpSsqCR5zRlwNr092dsFkz5cbvtrw==} 1907 1342 engines: {node: ^20.19.0 || >=22.12.0} 1908 1343 cpu: [riscv64] 1909 1344 os: [linux] 1910 1345 libc: [glibc] 1911 1346 1912 - '@oxc-transform/binding-linux-riscv64-gnu@0.94.0': 1913 - resolution: {integrity: sha512-vh3PZGmoUCbfkqVGuB7fweuqthYxzAAGqhiAJAn8x4V+R86W5esCtxbm+PTyVawBT/eoq1cU8HhNVqE0rQlChg==} 1914 - engines: {node: ^20.19.0 || >=22.12.0} 1915 - cpu: [riscv64] 1916 - os: [linux] 1917 - 1918 - '@oxc-transform/binding-linux-riscv64-musl@0.128.0': 1919 - resolution: {integrity: sha512-FVUr/XNT7BfQA4XVMel/HTCJi5mQyEitslgX42ztYPnCFMRFG1sQQKgnlLJdl7qifuyxpvKLR1f7h7HEuwWw1Q==} 1347 + '@oxc-transform/binding-linux-riscv64-musl@0.133.0': 1348 + resolution: {integrity: sha512-+x6dnO87986rjVNjcF0tg8wVS0e/SH8nzLa/X0Wsh7jtEniN7buvR8iqZm8pnsfaZ8DH5F4GCSZpoPRrd9jJ6w==} 1920 1349 engines: {node: ^20.19.0 || >=22.12.0} 1921 1350 cpu: [riscv64] 1922 1351 os: [linux] 1923 1352 libc: [musl] 1924 1353 1925 - '@oxc-transform/binding-linux-s390x-gnu@0.128.0': 1926 - resolution: {integrity: sha512-caJnVw5PG8v339zAyHgA7p34xXa3A4Kc9VyrDgsT1znr51qacaUv4BRlgRi0qkqxRWXYNVFfsbU2g0t1qS7E9w==} 1354 + '@oxc-transform/binding-linux-s390x-gnu@0.133.0': 1355 + resolution: {integrity: sha512-oEyQudXIwWM/+v0vZzPbAi25YMWyvjtQYYjuSrhMEQwe7ZEMDXscX7U1j6alrVdZq2DtCMeror3X/Dv7p/JUwg==} 1927 1356 engines: {node: ^20.19.0 || >=22.12.0} 1928 1357 cpu: [s390x] 1929 1358 os: [linux] 1930 1359 libc: [glibc] 1931 1360 1932 - '@oxc-transform/binding-linux-s390x-gnu@0.94.0': 1933 - resolution: {integrity: sha512-DT3m7cF612RdHBmYK3Ave6OVT1iSvlbKo8T+81n6ZcFXO+L8vDJHzwMwMOXfeOLQ15zr0WmSHqBOZ14tHKNidw==} 1934 - engines: {node: ^20.19.0 || >=22.12.0} 1935 - cpu: [s390x] 1936 - os: [linux] 1937 - 1938 - '@oxc-transform/binding-linux-x64-gnu@0.128.0': 1939 - resolution: {integrity: sha512-zkQKjsHEUX3ckQBcZTtHE/7pgFMkWQp6y/4t7N8eT3j8wnoL+vapv7l4ISjgx1/EePRJN1HErYXmriz7tPVKRg==} 1361 + '@oxc-transform/binding-linux-x64-gnu@0.133.0': 1362 + resolution: {integrity: sha512-G8P/OadKTbyUHz5TK63sDDtUHwn2SXG/o0oGo4GGTzBu70xmUSN5/ZUgpyl6ypAmbshoyw8nC7+msb3BjzHxaA==} 1940 1363 engines: {node: ^20.19.0 || >=22.12.0} 1941 1364 cpu: [x64] 1942 1365 os: [linux] 1943 1366 libc: [glibc] 1944 1367 1945 - '@oxc-transform/binding-linux-x64-gnu@0.94.0': 1946 - resolution: {integrity: sha512-kK5dt8wfxUD3MGXnLHWxv57oYinIwoRFcjw2oJD5DCoGTeXCmrFk4D0eGPAlZKOm7uvWMs9yNI8rg1KY5nEs1w==} 1947 - engines: {node: ^20.19.0 || >=22.12.0} 1948 - cpu: [x64] 1949 - os: [linux] 1950 - 1951 - '@oxc-transform/binding-linux-x64-musl@0.128.0': 1952 - resolution: {integrity: sha512-NjYtwl9ijp34iisHxYBvE7nii1Ac0QPP3doHv8MQHhDA3zjUcDCROuBNybfaEYCxnJ1aF+cAPqsyeopnAGsyuQ==} 1368 + '@oxc-transform/binding-linux-x64-musl@0.133.0': 1369 + resolution: {integrity: sha512-Oi/fyOzZ+aytmmsRND5pGgvux4n++v9cG4qNFiXj7qFwSqBKWZHBq7cJLXqbH1I81pyI3kvU1Za+1qk3afXuwg==} 1953 1370 engines: {node: ^20.19.0 || >=22.12.0} 1954 1371 cpu: [x64] 1955 1372 os: [linux] 1956 1373 libc: [musl] 1957 1374 1958 - '@oxc-transform/binding-linux-x64-musl@0.94.0': 1959 - resolution: {integrity: sha512-+zfNBO2qEPcSPTHVUxsiG3Hm0vxWzuL+DZX0wbbtjKwwhH2Jr1Eo26R+Dwc1SfbvoWen36NitKkd2arkpMW8KQ==} 1960 - engines: {node: ^20.19.0 || >=22.12.0} 1961 - cpu: [x64] 1962 - os: [linux] 1963 - 1964 - '@oxc-transform/binding-openharmony-arm64@0.128.0': 1965 - resolution: {integrity: sha512-itsi0tVkVdrYphSppdFChLq9tD0pvbRRS3EV8NQYKZ/NWHMoxzjlf9TFA/ZZYV113juYo1Dq3glVX48knhBeFQ==} 1375 + '@oxc-transform/binding-openharmony-arm64@0.133.0': 1376 + resolution: {integrity: sha512-/ZElgq+/tcga27X2G2AUpxcYX0baX94Gz658w6Zz2P+6Kr06bfYSrdtC0P7oPrbu3Gy/6kpiSoJPgZy8R2IjYQ==} 1966 1377 engines: {node: ^20.19.0 || >=22.12.0} 1967 1378 cpu: [arm64] 1968 1379 os: [openharmony] 1969 1380 1970 - '@oxc-transform/binding-wasm32-wasi@0.128.0': 1971 - resolution: {integrity: sha512-elzjX2gy1jcseeFaKtbk/6T2FPTpGNx0IpeD0iyk6cahWN7wD6eHY5u7th1X85cYbRq9rqniS+xYIxN3StthWg==} 1381 + '@oxc-transform/binding-wasm32-wasi@0.133.0': 1382 + resolution: {integrity: sha512-GANcoEa8Nzza7saxdb4qWO24U6jk4nK6G+g87lGp8TTU45CUvWf1Igdze2+NrebgiwOy6F1/h6Esag4DM3JTtQ==} 1972 1383 engines: {node: ^20.19.0 || >=22.12.0} 1973 1384 cpu: [wasm32] 1974 1385 1975 - '@oxc-transform/binding-wasm32-wasi@0.94.0': 1976 - resolution: {integrity: sha512-rn3c2wGT3ha6j0VLykYOkXU5YyQYIeGXRsDPP7xyiZHVTVssoM0X1BuheFlgxmC1POXMT+dAAcVOFG5MdW1bnQ==} 1977 - engines: {node: '>=14.0.0'} 1978 - cpu: [wasm32] 1979 - 1980 - '@oxc-transform/binding-win32-arm64-msvc@0.128.0': 1981 - resolution: {integrity: sha512-p5LmbI66dk2dziJSUzjQ24gOWeI6pJpXcOC6famloRtKCq54V5/KegsztFgZZCtYFEAEqFgcfspFHrV+CcKWcg==} 1386 + '@oxc-transform/binding-win32-arm64-msvc@0.133.0': 1387 + resolution: {integrity: sha512-2+uDo/+ZvGQu10J8xryg/l5PdBt2vXPtf+0aIosVKJavqCaKcBDdo95OUaEulx0bqvoytAQ4yyz2gcPZ40mjcQ==} 1982 1388 engines: {node: ^20.19.0 || >=22.12.0} 1983 1389 cpu: [arm64] 1984 1390 os: [win32] 1985 1391 1986 - '@oxc-transform/binding-win32-arm64-msvc@0.94.0': 1987 - resolution: {integrity: sha512-An/Dd+I8dH0b+VLEdfTrZP53S4Fha3w/aD71d1uZB14aU02hBt3ZwU8IE3RGZIJPxub9OZmCmJN66uTqkT6oXg==} 1988 - engines: {node: ^20.19.0 || >=22.12.0} 1989 - cpu: [arm64] 1990 - os: [win32] 1991 - 1992 - '@oxc-transform/binding-win32-ia32-msvc@0.128.0': 1993 - resolution: {integrity: sha512-CMU3Yn05rXeLw7GyVlDB3bbp2iV14yt3VWyF0pNuMK9NVgOmUkXgFLe5SOcX9rEm64TRJjOMEghtE5+r0GtqIQ==} 1392 + '@oxc-transform/binding-win32-ia32-msvc@0.133.0': 1393 + resolution: {integrity: sha512-zpPIZ1S3JHmSEFyyGyPYCwhOiNLyfaPifYxK8BQY21JXyHglu/wUr3/ESFrXb+XegEy/iBlWbzr3FzPtcq1MUw==} 1994 1394 engines: {node: ^20.19.0 || >=22.12.0} 1995 1395 cpu: [ia32] 1996 1396 os: [win32] 1997 1397 1998 - '@oxc-transform/binding-win32-x64-msvc@0.128.0': 1999 - resolution: {integrity: sha512-Vck5AdNH2JPYMQWVDxvX5PbDFfqVG+tCOgKJzAC/S9bgbD3qcMjN5Dx6FOmEbwY3hZm//fzOsY4tErofoiK/aQ==} 2000 - engines: {node: ^20.19.0 || >=22.12.0} 2001 - cpu: [x64] 2002 - os: [win32] 2003 - 2004 - '@oxc-transform/binding-win32-x64-msvc@0.94.0': 2005 - resolution: {integrity: sha512-HEE/8x6H67jPlkCDDB3xl74eR86zY6nLAql6onmidF5JPNXt9v2XGB6xEwr4brUIaMLPkl90plbdCy9jWhEjdQ==} 1398 + '@oxc-transform/binding-win32-x64-msvc@0.133.0': 1399 + resolution: {integrity: sha512-cADrfLvc/VeyvpvQS+t5ktqfyqyyGANZC5NHp++JAElacfXqq/+k8bYkjqMWzNZ3HxkJtL1qDHfZZCA9+4hlSQ==} 2006 1400 engines: {node: ^20.19.0 || >=22.12.0} 2007 1401 cpu: [x64] 2008 1402 os: [win32] ··· 2010 1404 '@package-json/types@0.0.12': 2011 1405 resolution: {integrity: sha512-uu43FGU34B5VM9mCNjXCwLaGHYjXdNincqKLaraaCW+7S2+SmiBg1Nv8bPnmschrIfZmfKNY9f3fC376MRrObw==} 2012 1406 2013 - '@parcel/watcher-android-arm64@2.5.1': 2014 - resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} 2015 - engines: {node: '>= 10.0.0'} 2016 - cpu: [arm64] 2017 - os: [android] 2018 - 2019 1407 '@parcel/watcher-android-arm64@2.5.6': 2020 1408 resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==} 2021 1409 engines: {node: '>= 10.0.0'} 2022 1410 cpu: [arm64] 2023 1411 os: [android] 2024 1412 2025 - '@parcel/watcher-darwin-arm64@2.5.1': 2026 - resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==} 2027 - engines: {node: '>= 10.0.0'} 2028 - cpu: [arm64] 2029 - os: [darwin] 2030 - 2031 1413 '@parcel/watcher-darwin-arm64@2.5.6': 2032 1414 resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==} 2033 1415 engines: {node: '>= 10.0.0'} 2034 1416 cpu: [arm64] 2035 - os: [darwin] 2036 - 2037 - '@parcel/watcher-darwin-x64@2.5.1': 2038 - resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==} 2039 - engines: {node: '>= 10.0.0'} 2040 - cpu: [x64] 2041 1417 os: [darwin] 2042 1418 2043 1419 '@parcel/watcher-darwin-x64@2.5.6': ··· 2046 1422 cpu: [x64] 2047 1423 os: [darwin] 2048 1424 2049 - '@parcel/watcher-freebsd-x64@2.5.1': 2050 - resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==} 2051 - engines: {node: '>= 10.0.0'} 2052 - cpu: [x64] 2053 - os: [freebsd] 2054 - 2055 1425 '@parcel/watcher-freebsd-x64@2.5.6': 2056 1426 resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==} 2057 1427 engines: {node: '>= 10.0.0'} 2058 1428 cpu: [x64] 2059 1429 os: [freebsd] 2060 1430 2061 - '@parcel/watcher-linux-arm-glibc@2.5.1': 2062 - resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==} 2063 - engines: {node: '>= 10.0.0'} 2064 - cpu: [arm] 2065 - os: [linux] 2066 - 2067 1431 '@parcel/watcher-linux-arm-glibc@2.5.6': 2068 1432 resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==} 2069 1433 engines: {node: '>= 10.0.0'} ··· 2071 1435 os: [linux] 2072 1436 libc: [glibc] 2073 1437 2074 - '@parcel/watcher-linux-arm-musl@2.5.1': 2075 - resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==} 2076 - engines: {node: '>= 10.0.0'} 2077 - cpu: [arm] 2078 - os: [linux] 2079 - 2080 1438 '@parcel/watcher-linux-arm-musl@2.5.6': 2081 1439 resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==} 2082 1440 engines: {node: '>= 10.0.0'} 2083 1441 cpu: [arm] 2084 1442 os: [linux] 2085 1443 libc: [musl] 2086 - 2087 - '@parcel/watcher-linux-arm64-glibc@2.5.1': 2088 - resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==} 2089 - engines: {node: '>= 10.0.0'} 2090 - cpu: [arm64] 2091 - os: [linux] 2092 1444 2093 1445 '@parcel/watcher-linux-arm64-glibc@2.5.6': 2094 1446 resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==} ··· 2097 1449 os: [linux] 2098 1450 libc: [glibc] 2099 1451 2100 - '@parcel/watcher-linux-arm64-musl@2.5.1': 2101 - resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==} 2102 - engines: {node: '>= 10.0.0'} 2103 - cpu: [arm64] 2104 - os: [linux] 2105 - 2106 1452 '@parcel/watcher-linux-arm64-musl@2.5.6': 2107 1453 resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==} 2108 1454 engines: {node: '>= 10.0.0'} ··· 2110 1456 os: [linux] 2111 1457 libc: [musl] 2112 1458 2113 - '@parcel/watcher-linux-x64-glibc@2.5.1': 2114 - resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==} 2115 - engines: {node: '>= 10.0.0'} 2116 - cpu: [x64] 2117 - os: [linux] 2118 - 2119 1459 '@parcel/watcher-linux-x64-glibc@2.5.6': 2120 1460 resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==} 2121 1461 engines: {node: '>= 10.0.0'} ··· 2123 1463 os: [linux] 2124 1464 libc: [glibc] 2125 1465 2126 - '@parcel/watcher-linux-x64-musl@2.5.1': 2127 - resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==} 2128 - engines: {node: '>= 10.0.0'} 2129 - cpu: [x64] 2130 - os: [linux] 2131 - 2132 1466 '@parcel/watcher-linux-x64-musl@2.5.6': 2133 1467 resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==} 2134 1468 engines: {node: '>= 10.0.0'} ··· 2142 1476 bundledDependencies: 2143 1477 - napi-wasm 2144 1478 2145 - '@parcel/watcher-win32-arm64@2.5.1': 2146 - resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==} 2147 - engines: {node: '>= 10.0.0'} 2148 - cpu: [arm64] 2149 - os: [win32] 2150 - 2151 1479 '@parcel/watcher-win32-arm64@2.5.6': 2152 1480 resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==} 2153 1481 engines: {node: '>= 10.0.0'} 2154 1482 cpu: [arm64] 2155 1483 os: [win32] 2156 1484 2157 - '@parcel/watcher-win32-ia32@2.5.1': 2158 - resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==} 2159 - engines: {node: '>= 10.0.0'} 2160 - cpu: [ia32] 2161 - os: [win32] 2162 - 2163 1485 '@parcel/watcher-win32-ia32@2.5.6': 2164 1486 resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==} 2165 1487 engines: {node: '>= 10.0.0'} 2166 1488 cpu: [ia32] 2167 1489 os: [win32] 2168 1490 2169 - '@parcel/watcher-win32-x64@2.5.1': 2170 - resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==} 2171 - engines: {node: '>= 10.0.0'} 2172 - cpu: [x64] 2173 - os: [win32] 2174 - 2175 1491 '@parcel/watcher-win32-x64@2.5.6': 2176 1492 resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==} 2177 1493 engines: {node: '>= 10.0.0'} 2178 1494 cpu: [x64] 2179 1495 os: [win32] 2180 1496 2181 - '@parcel/watcher@2.5.1': 2182 - resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==} 2183 - engines: {node: '>= 10.0.0'} 2184 - 2185 1497 '@parcel/watcher@2.5.6': 2186 1498 resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==} 2187 1499 engines: {node: '>= 10.0.0'} ··· 2192 1504 2193 1505 '@polka/url@1.0.0-next.29': 2194 1506 resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} 2195 - 2196 - '@poppinss/colors@4.1.5': 2197 - resolution: {integrity: sha512-FvdDqtcRCtz6hThExcFOgW0cWX+xwSMWcRuQe5ZEb2m7cVQOAVZOIMt+/v9RxGiD9/OY16qJBXK4CVKWAPalBw==} 2198 1507 2199 1508 '@poppinss/colors@4.1.6': 2200 1509 resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==} 2201 1510 2202 - '@poppinss/dumper@0.6.4': 2203 - resolution: {integrity: sha512-iG0TIdqv8xJ3Lt9O8DrPRxw1MRLjNpoqiSGU03P/wNLP/s0ra0udPJ1J2Tx5M0J3H/cVyEgpbn8xUKRY9j59kQ==} 2204 - 2205 1511 '@poppinss/dumper@0.7.0': 2206 1512 resolution: {integrity: sha512-0UTYalzk2t6S4rA2uHOz5bSSW2CHdv4vggJI6Alg90yvl0UgXs6XSXpH96OH+bRkX4J/06djv29pqXJ0lq5Kag==} 2207 1513 2208 1514 '@poppinss/exception@1.2.3': 2209 1515 resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==} 2210 1516 2211 - '@rolldown/pluginutils@1.0.0-beta.29': 2212 - resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==} 2213 - 2214 - '@rolldown/pluginutils@1.0.0-beta.44': 2215 - resolution: {integrity: sha512-g6eW7Zwnr2c5RADIoqziHoVs6b3W5QTQ4+qbpfjbkMJ9x+8Og211VW/oot2dj9dVwaK/UyC6Yo+02gV+wWQVNg==} 2216 - 2217 - '@rolldown/pluginutils@1.0.0-rc.13': 2218 - resolution: {integrity: sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==} 2219 - 2220 - '@rolldown/pluginutils@1.0.0-rc.18': 2221 - resolution: {integrity: sha512-CUY5Mnhe64xQBGZEEXQ5WyZwsc1JU3vAZLIxtrsBt3LO6UOb+C8GunVKqe9sT8NeWb4lqSaoJtp2xo6GxT1MNw==} 1517 + '@rolldown/pluginutils@1.0.1': 1518 + resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==} 2222 1519 2223 1520 '@rollup/plugin-alias@5.1.1': 2224 1521 resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} ··· 2247 1544 rollup: 2248 1545 optional: true 2249 1546 2250 - '@rollup/plugin-commonjs@29.0.2': 2251 - resolution: {integrity: sha512-S/ggWH1LU7jTyi9DxZOKyxpVd4hF/OZ0JrEbeLjXk/DFXwRny0tjD2c992zOUYQobLrVkRVMDdmHP16HKP7GRg==} 1547 + '@rollup/plugin-commonjs@29.0.3': 1548 + resolution: {integrity: sha512-ZaOxZceP7SOUW7Lqw5IRVweSQYWaeIPnXIGLiB690EBA3FGJTO40EEr2L5yZplJWsgTCogILRSpcAe7+U0Otdg==} 2252 1549 engines: {node: '>=16.0.0 || 14 >= 14.17'} 2253 1550 peerDependencies: 2254 1551 rollup: ^2.68.0||^3.0.0||^4.0.0 ··· 2283 1580 rollup: 2284 1581 optional: true 2285 1582 2286 - '@rollup/plugin-replace@6.0.2': 2287 - resolution: {integrity: sha512-7QaYCf8bqF04dOy7w/eHmJeNExxTYwvKAmlSAH/EaWWUzbT0h5sbF6bktFoX/0F/0qwng5/dWFMyf3gzaM8DsQ==} 2288 - engines: {node: '>=14.0.0'} 2289 - peerDependencies: 2290 - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 2291 - peerDependenciesMeta: 2292 - rollup: 2293 - optional: true 2294 - 2295 1583 '@rollup/plugin-replace@6.0.3': 2296 1584 resolution: {integrity: sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==} 2297 1585 engines: {node: '>=14.0.0'} ··· 2301 1589 rollup: 2302 1590 optional: true 2303 1591 2304 - '@rollup/plugin-terser@0.4.4': 2305 - resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 2306 - engines: {node: '>=14.0.0'} 2307 - peerDependencies: 2308 - rollup: ^2.0.0||^3.0.0||^4.0.0 2309 - peerDependenciesMeta: 2310 - rollup: 2311 - optional: true 2312 - 2313 1592 '@rollup/plugin-terser@1.0.0': 2314 1593 resolution: {integrity: sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==} 2315 1594 engines: {node: '>=20.0.0'} ··· 2319 1598 rollup: 2320 1599 optional: true 2321 1600 2322 - '@rollup/pluginutils@5.3.0': 2323 - resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} 1601 + '@rollup/pluginutils@5.4.0': 1602 + resolution: {integrity: sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==} 2324 1603 engines: {node: '>=14.0.0'} 2325 1604 peerDependencies: 2326 1605 rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 ··· 2328 1607 rollup: 2329 1608 optional: true 2330 1609 2331 - '@rollup/rollup-android-arm-eabi@4.52.5': 2332 - resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==} 1610 + '@rollup/rollup-android-arm-eabi@4.62.0': 1611 + resolution: {integrity: sha512-IPIQ55ythEHkfEd9jMEi32OQ7SxURsGA43JI22lj01OLZNt2NUbJX8YUHxkVWyQ6daHPNn0truF5nSj3DQp6YQ==} 2333 1612 cpu: [arm] 2334 1613 os: [android] 2335 1614 2336 - '@rollup/rollup-android-arm-eabi@4.60.3': 2337 - resolution: {integrity: sha512-x35CNW/ANXG3hE/EZpRU8MXX1JDN86hBb2wMGAtltkz7pc6cxgjpy1OMMfDosOQ+2hWqIkag/fGok1Yady9nGw==} 2338 - cpu: [arm] 2339 - os: [android] 2340 - 2341 - '@rollup/rollup-android-arm64@4.52.5': 2342 - resolution: {integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==} 2343 - cpu: [arm64] 2344 - os: [android] 2345 - 2346 - '@rollup/rollup-android-arm64@4.60.3': 2347 - resolution: {integrity: sha512-xw3xtkDApIOGayehp2+Rz4zimfkaX65r4t47iy+ymQB2G4iJCBBfj0ogVg5jpvjpn8UWn/+q9tprxleYeNp3Hw==} 1615 + '@rollup/rollup-android-arm64@4.62.0': 1616 + resolution: {integrity: sha512-M6s9cr10MibETyo8JsOkq+Lo1+lU6hcvb1MApnUql5qte/5hMEgzlN8/ReIKNfRV8rrqX50W1BX9zoUhC192RA==} 2348 1617 cpu: [arm64] 2349 1618 os: [android] 2350 1619 2351 - '@rollup/rollup-darwin-arm64@4.52.5': 2352 - resolution: {integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==} 1620 + '@rollup/rollup-darwin-arm64@4.62.0': 1621 + resolution: {integrity: sha512-BqCoMoIbn0keKys+dEAdBa70EtOwV1bEsQCUgU9FdiZmmMge/Zk7LlkYGqbrdHR+Frnt0E1FOanly+rlwvvQzw==} 2353 1622 cpu: [arm64] 2354 1623 os: [darwin] 2355 1624 2356 - '@rollup/rollup-darwin-arm64@4.60.3': 2357 - resolution: {integrity: sha512-vo6Y5Qfpx7/5EaamIwi0WqW2+zfiusVihKatLvtN1VFVy3D13uERk/6gZLU1UiHRL6fDXqj/ELIeVRGnvcTE1g==} 2358 - cpu: [arm64] 2359 - os: [darwin] 2360 - 2361 - '@rollup/rollup-darwin-x64@4.52.5': 2362 - resolution: {integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==} 2363 - cpu: [x64] 2364 - os: [darwin] 2365 - 2366 - '@rollup/rollup-darwin-x64@4.60.3': 2367 - resolution: {integrity: sha512-D+0QGcZhBzTN82weOnsSlY7V7+RMmPuF1CkbxyMAGE8+ZHeUjyb76ZiWmBlCu//AQQONvxcqRbwZTajZKqjuOw==} 1625 + '@rollup/rollup-darwin-x64@4.62.0': 1626 + resolution: {integrity: sha512-SIMzST3VFNXDAbeIWDWiFCNM5qncUBDWaEV7NfE7oZbDt2mgfW4MvbKdbYiGOLoM32gbTv608UMd0XktEYSD7w==} 2368 1627 cpu: [x64] 2369 1628 os: [darwin] 2370 1629 2371 - '@rollup/rollup-freebsd-arm64@4.52.5': 2372 - resolution: {integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==} 1630 + '@rollup/rollup-freebsd-arm64@4.62.0': 1631 + resolution: {integrity: sha512-ezjfSQMP7ArdUsbBwbQIfwAlhE84I2iVnzQNCFSveqV42q+BmKlzVpf7mxv5EchLcoWU4y6/heFzVg1F+hodUQ==} 2373 1632 cpu: [arm64] 2374 1633 os: [freebsd] 2375 1634 2376 - '@rollup/rollup-freebsd-arm64@4.60.3': 2377 - resolution: {integrity: sha512-6HnvHCT7fDyj6R0Ph7A6x8dQS/S38MClRWeDLqc0MdfWkxjiu1HSDYrdPhqSILzjTIC/pnXbbJbo+ft+gy/9hQ==} 2378 - cpu: [arm64] 2379 - os: [freebsd] 2380 - 2381 - '@rollup/rollup-freebsd-x64@4.52.5': 2382 - resolution: {integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==} 1635 + '@rollup/rollup-freebsd-x64@4.62.0': 1636 + resolution: {integrity: sha512-9+qTWGW9AZRhnUgwtTwzNwcPlL87ngkeN0LA+q1bADvmY9aNvWaF2TFW8BZgnQPYxpDI7+rMVLivcd4V737TAQ==} 2383 1637 cpu: [x64] 2384 1638 os: [freebsd] 2385 1639 2386 - '@rollup/rollup-freebsd-x64@4.60.3': 2387 - resolution: {integrity: sha512-KHLgC3WKlUYW3ShFKnnosZDOJ0xjg9zp7au3sIm2bs/tGBeC2ipmvRh/N7JKi0t9Ue20C0dpEshi8WUubg+cnA==} 2388 - cpu: [x64] 2389 - os: [freebsd] 2390 - 2391 - '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 2392 - resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==} 2393 - cpu: [arm] 2394 - os: [linux] 2395 - 2396 - '@rollup/rollup-linux-arm-gnueabihf@4.60.3': 2397 - resolution: {integrity: sha512-DV6fJoxEYWJOvaZIsok7KrYl0tPvga5OZ2yvKHNNYyk/2roMLqQAbGhr78EQ5YhHpnhLKJD3S1WFusAkmUuV5g==} 1640 + '@rollup/rollup-linux-arm-gnueabihf@4.62.0': 1641 + resolution: {integrity: sha512-T1dMEQhXA/jkJ/jyMIw9IovK8bSUq7A8kLIlvZTb/6YIVsp2zLavr4F3oyllHWo7eIVJRyE5n3tUjQJEbE1IuQ==} 2398 1642 cpu: [arm] 2399 1643 os: [linux] 2400 1644 libc: [glibc] 2401 1645 2402 - '@rollup/rollup-linux-arm-musleabihf@4.52.5': 2403 - resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==} 2404 - cpu: [arm] 2405 - os: [linux] 2406 - 2407 - '@rollup/rollup-linux-arm-musleabihf@4.60.3': 2408 - resolution: {integrity: sha512-mQKoJAzvuOs6F+TZybQO4GOTSMUu7v0WdxEk24krQ/uUxXoPTtHjuaUuPmFhtBcM4K0ons8nrE3JyhTuCFtT/w==} 1646 + '@rollup/rollup-linux-arm-musleabihf@4.62.0': 1647 + resolution: {integrity: sha512-2as0LgT7qQpyceQq6VUJYnumUMUrgGQCWIiDIN9DE0/tglsk6o66uCB4f3djRawAltvfCNLyZZrsqbPA6inCsA==} 2409 1648 cpu: [arm] 2410 1649 os: [linux] 2411 1650 libc: [musl] 2412 1651 2413 - '@rollup/rollup-linux-arm64-gnu@4.52.5': 2414 - resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==} 2415 - cpu: [arm64] 2416 - os: [linux] 2417 - 2418 - '@rollup/rollup-linux-arm64-gnu@4.60.3': 2419 - resolution: {integrity: sha512-Whjj2qoiJ6+OOJMGptTYazaJvjOJm+iKHpXQM1P3LzGjt7Ff++Tp7nH4N8J/BUA7R9IHfDyx4DJIflifwnbmIA==} 1652 + '@rollup/rollup-linux-arm64-gnu@4.62.0': 1653 + resolution: {integrity: sha512-bVURMg+6eNN9C/yc0aVjooZcwTTtYF4YW3xta5pP0//r3o1V8gXEHXWCndj47w/HhwsFroZrFhR+6uQP5T0n0g==} 2420 1654 cpu: [arm64] 2421 1655 os: [linux] 2422 1656 libc: [glibc] 2423 1657 2424 - '@rollup/rollup-linux-arm64-musl@4.52.5': 2425 - resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==} 2426 - cpu: [arm64] 2427 - os: [linux] 2428 - 2429 - '@rollup/rollup-linux-arm64-musl@4.60.3': 2430 - resolution: {integrity: sha512-4YTNHKqGng5+yiZt3mg77nmyuCfmNfX4fPmyUapBcIk+BdwSwmCWGXOUxhXbBEkFHtoN5boLj/5NON+u5QC9tg==} 1658 + '@rollup/rollup-linux-arm64-musl@4.62.0': 1659 + resolution: {integrity: sha512-Ful8pM/2yYI83PViWdFdpZhdI8HJ5qsXANe5atypbHDf+KIBBDsZsbyy8hbXnULVvW9NsTh5DHwbcBftyLTfiw==} 2431 1660 cpu: [arm64] 2432 1661 os: [linux] 2433 1662 libc: [musl] 2434 1663 2435 - '@rollup/rollup-linux-loong64-gnu@4.52.5': 2436 - resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==} 2437 - cpu: [loong64] 2438 - os: [linux] 2439 - 2440 - '@rollup/rollup-linux-loong64-gnu@4.60.3': 2441 - resolution: {integrity: sha512-SU3kNlhkpI4UqlUc2VXPGK9o886ZsSeGfMAX2ba2b8DKmMXq4AL7KUrkSWVbb7koVqx41Yczx6dx5PNargIrEA==} 1664 + '@rollup/rollup-linux-loong64-gnu@4.62.0': 1665 + resolution: {integrity: sha512-9Gp/DgrkzfUBmNPVTyPTvay+4xEP7M/clXpj3efXBcm6uTIVIgDg4rqUpqKXvLEuFRVuEpSAOkhgNeecvaZ4Cg==} 2442 1666 cpu: [loong64] 2443 1667 os: [linux] 2444 1668 libc: [glibc] 2445 1669 2446 - '@rollup/rollup-linux-loong64-musl@4.60.3': 2447 - resolution: {integrity: sha512-6lDLl5h4TXpB1mTf2rQWnAk/LcXrx9vBfu/DT5TIPhvMhRWaZ5MxkIc8u4lJAmBo6klTe1ywXIUHFjylW505sg==} 1670 + '@rollup/rollup-linux-loong64-musl@4.62.0': 1671 + resolution: {integrity: sha512-m9tsJz54LUXkSYM8+8PG81B9IKK5r+2T0clMq4QrS16xFosufU7firBDAZEsDheDs7wTlP7h3++S7lMsU955HA==} 2448 1672 cpu: [loong64] 2449 1673 os: [linux] 2450 1674 libc: [musl] 2451 1675 2452 - '@rollup/rollup-linux-ppc64-gnu@4.52.5': 2453 - resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==} 2454 - cpu: [ppc64] 2455 - os: [linux] 2456 - 2457 - '@rollup/rollup-linux-ppc64-gnu@4.60.3': 2458 - resolution: {integrity: sha512-BMo8bOw8evlup/8G+cj5xWtPyp93xPdyoSN16Zy90Q2QZ0ZYRhCt6ZJSwbrRzG9HApFabjwj2p25TUPDWrhzqQ==} 1676 + '@rollup/rollup-linux-ppc64-gnu@4.62.0': 1677 + resolution: {integrity: sha512-3UvJ5PNVU16aJf6M3tFI24pWzAl2/ynfbyRN3ICyQajK1lSkrnVYNnLz3v04J32qKa0FczJc22zeToc0lr2A3w==} 2459 1678 cpu: [ppc64] 2460 1679 os: [linux] 2461 1680 libc: [glibc] 2462 1681 2463 - '@rollup/rollup-linux-ppc64-musl@4.60.3': 2464 - resolution: {integrity: sha512-E0L8X1dZN1/Rph+5VPF6Xj2G7JJvMACVXtamTJIDrVI44Y3K+G8gQaMEAavbqCGTa16InptiVrX6eM6pmJ+7qA==} 1682 + '@rollup/rollup-linux-ppc64-musl@4.62.0': 1683 + resolution: {integrity: sha512-vRWUAbYLGHBZS6Q8Msb2sfnf1fvJf+47t8l/TwOerM2qArzy+IeNMTHrYLHXh95h8MoatPHI5hhSZNs+mGXKPg==} 2465 1684 cpu: [ppc64] 2466 1685 os: [linux] 2467 1686 libc: [musl] 2468 1687 2469 - '@rollup/rollup-linux-riscv64-gnu@4.52.5': 2470 - resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==} 2471 - cpu: [riscv64] 2472 - os: [linux] 2473 - 2474 - '@rollup/rollup-linux-riscv64-gnu@4.60.3': 2475 - resolution: {integrity: sha512-oZJ/WHaVfHUiRAtmTAeo3DcevNsVvH8mbvodjZy7D5QKvCefO371SiKRpxoDcCxB3PTRTLayWBkvmDQKTcX/sw==} 1688 + '@rollup/rollup-linux-riscv64-gnu@4.62.0': 1689 + resolution: {integrity: sha512-c00T5SYENHAt86cfW47URaP3Us5vLC/4QO7GYud1G5VNRffCwwCuBspwqYrriuJB+5m0WFzClCn9wed0FBjKvg==} 2476 1690 cpu: [riscv64] 2477 1691 os: [linux] 2478 1692 libc: [glibc] 2479 1693 2480 - '@rollup/rollup-linux-riscv64-musl@4.52.5': 2481 - resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==} 2482 - cpu: [riscv64] 2483 - os: [linux] 2484 - 2485 - '@rollup/rollup-linux-riscv64-musl@4.60.3': 2486 - resolution: {integrity: sha512-Dhbyh7j9FybM3YaTgaHmVALwA8AkUwTPccyCQ79TG9AJUsMQqgN1DDEZNr4+QUfwiWvLDumW5vdwzoeUF+TNxQ==} 1694 + '@rollup/rollup-linux-riscv64-musl@4.62.0': 1695 + resolution: {integrity: sha512-krrCDilhXOwFkSkO3Wm9I/f9H0L92XHHwy2fwxjukxIbh0dem8gZqOW5Y8BsHrpJv5qwlRBV+Wl4ZFyRWhUpwg==} 2487 1696 cpu: [riscv64] 2488 1697 os: [linux] 2489 1698 libc: [musl] 2490 1699 2491 - '@rollup/rollup-linux-s390x-gnu@4.52.5': 2492 - resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==} 2493 - cpu: [s390x] 2494 - os: [linux] 2495 - 2496 - '@rollup/rollup-linux-s390x-gnu@4.60.3': 2497 - resolution: {integrity: sha512-cJd1X5XhHHlltkaypz1UcWLA8AcoIi1aWhsvaWDskD1oz2eKCypnqvTQ8ykMNI0RSmm7NkTdSqSSD7zM0xa6Ig==} 1700 + '@rollup/rollup-linux-s390x-gnu@4.62.0': 1701 + resolution: {integrity: sha512-7pfYFSTc4/rUC/FtAI0Qp6QthDBCIi6/AuP1xYqFk5vanI6KnL5dWKP60OM/05LOsbwTmIcvr6eXC4CJuJ75IA==} 2498 1702 cpu: [s390x] 2499 1703 os: [linux] 2500 1704 libc: [glibc] 2501 1705 2502 - '@rollup/rollup-linux-x64-gnu@4.52.5': 2503 - resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==} 2504 - cpu: [x64] 2505 - os: [linux] 2506 - 2507 - '@rollup/rollup-linux-x64-gnu@4.60.3': 2508 - resolution: {integrity: sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==} 1706 + '@rollup/rollup-linux-x64-gnu@4.62.0': 1707 + resolution: {integrity: sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==} 2509 1708 cpu: [x64] 2510 1709 os: [linux] 2511 1710 libc: [glibc] 2512 1711 2513 - '@rollup/rollup-linux-x64-musl@4.52.5': 2514 - resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==} 2515 - cpu: [x64] 2516 - os: [linux] 2517 - 2518 - '@rollup/rollup-linux-x64-musl@4.60.3': 2519 - resolution: {integrity: sha512-cRxsE8c13mZOh3vP+wLDxpQBRrOHDIGOWyDL93Sy0Ga8y515fBcC2pjUfFwUe5T7tqvTvWbCpg1URM/AXdWIXA==} 1712 + '@rollup/rollup-linux-x64-musl@4.62.0': 1713 + resolution: {integrity: sha512-eRZevouTH2i1HeAVLqJuLnt256krQkGY0TN6WsTmsIhuzbh457HuWDMakKwmi0Cjadux983CoSr8Lim2QhUIFw==} 2520 1714 cpu: [x64] 2521 1715 os: [linux] 2522 1716 libc: [musl] 2523 1717 2524 - '@rollup/rollup-openbsd-x64@4.60.3': 2525 - resolution: {integrity: sha512-QaWcIgRxqEdQdhJqW4DJctsH6HCmo5vHxY0krHSX4jMtOqfzC+dqDGuHM87bu4H8JBeibWx7jFz+h6/4C8wA5Q==} 1718 + '@rollup/rollup-openbsd-x64@4.62.0': 1719 + resolution: {integrity: sha512-3oVS7FLGa4U1qcvao9ylGxrjXZyUQqR8UwxEcnUEyPX53O/C/mKDZegNXTdHCP+h3e6ta/f1EN38Yif1mmZHYg==} 2526 1720 cpu: [x64] 2527 1721 os: [openbsd] 2528 1722 2529 - '@rollup/rollup-openharmony-arm64@4.52.5': 2530 - resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==} 1723 + '@rollup/rollup-openharmony-arm64@4.62.0': 1724 + resolution: {integrity: sha512-yTB9TgfWj5wHe5QgktAgXTLLot1gvEjl1NiPPAUiCs4oPrIWFl5V4nC3GrkNdj9LaAU4s94nVrGbGOCqUpyWsg==} 2531 1725 cpu: [arm64] 2532 1726 os: [openharmony] 2533 1727 2534 - '@rollup/rollup-openharmony-arm64@4.60.3': 2535 - resolution: {integrity: sha512-AaXwSvUi3QIPtroAUw1t5yHGIyqKEXwH54WUocFolZhpGDruJcs8c+xPNDRn4XiQsS7MEwnYsHW2l0MBLDMkWg==} 2536 - cpu: [arm64] 2537 - os: [openharmony] 2538 - 2539 - '@rollup/rollup-win32-arm64-msvc@4.52.5': 2540 - resolution: {integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==} 2541 - cpu: [arm64] 2542 - os: [win32] 2543 - 2544 - '@rollup/rollup-win32-arm64-msvc@4.60.3': 2545 - resolution: {integrity: sha512-65LAKM/bAWDqKNEelHlcHvm2V+Vfb8C6INFxQXRHCvaVN1rJfwr4NvdP4FyzUaLqWfaCGaadf6UbTm8xJeYfEg==} 1728 + '@rollup/rollup-win32-arm64-msvc@4.62.0': 1729 + resolution: {integrity: sha512-5LOhoaesY3doG1c+ac/2JtgREpKoJr5bUHH8tKY0V8di7+uSV6BwLs2PlR0/yzefGOkR+wE7ZolZphHCsyG5Rw==} 2546 1730 cpu: [arm64] 2547 1731 os: [win32] 2548 1732 2549 - '@rollup/rollup-win32-ia32-msvc@4.52.5': 2550 - resolution: {integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==} 1733 + '@rollup/rollup-win32-ia32-msvc@4.62.0': 1734 + resolution: {integrity: sha512-yYkWHhmbhRTWTnWos5HC4GcPQfjlzzCNbM9e/+GXrLuaBXYA3qSDR9f0Vgufd5S8yX81U8jPKp7ZnAjZFMtRnw==} 2551 1735 cpu: [ia32] 2552 1736 os: [win32] 2553 1737 2554 - '@rollup/rollup-win32-ia32-msvc@4.60.3': 2555 - resolution: {integrity: sha512-EEM2gyhBF5MFnI6vMKdX1LAosE627RGBzIoGMdLloPZkXrUN0Ckqgr2Qi8+J3zip/8NVVro3/FjB+tjhZUgUHA==} 2556 - cpu: [ia32] 2557 - os: [win32] 2558 - 2559 - '@rollup/rollup-win32-x64-gnu@4.52.5': 2560 - resolution: {integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==} 2561 - cpu: [x64] 2562 - os: [win32] 2563 - 2564 - '@rollup/rollup-win32-x64-gnu@4.60.3': 2565 - resolution: {integrity: sha512-E5Eb5H/DpxaoXH++Qkv28RcUJboMopmdDUALBczvHMf7hNIxaDZqwY5lK12UK1BHacSmvupoEWGu+n993Z0y1A==} 2566 - cpu: [x64] 2567 - os: [win32] 2568 - 2569 - '@rollup/rollup-win32-x64-msvc@4.52.5': 2570 - resolution: {integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==} 1738 + '@rollup/rollup-win32-x64-gnu@4.62.0': 1739 + resolution: {integrity: sha512-SoTb6lPg25xZlA2ibwQ++ahCCnH+FP0qmEuafMJ4gznZKOlXioKEAeJLgCrqjM98ACziXM9V1amFjICVL4IFoA==} 2571 1740 cpu: [x64] 2572 1741 os: [win32] 2573 1742 2574 - '@rollup/rollup-win32-x64-msvc@4.60.3': 2575 - resolution: {integrity: sha512-hPt/bgL5cE+Qp+/TPHBqptcAgPzgj46mPcg/16zNUmbQk0j+mOEQV/+Lqu8QRtDV3Ek95Q6FeFITpuhl6OTsAA==} 1743 + '@rollup/rollup-win32-x64-msvc@4.62.0': 1744 + resolution: {integrity: sha512-5L+T1fMX4RIEBoZzT0+sQ0PhTS36NULFmMXtl1TZo44TMAROIMHbZufSOjVWt/Y622BtxgxtaNOokbTDvfsrZA==} 2576 1745 cpu: [x64] 2577 1746 os: [win32] 2578 1747 2579 - '@sec-ant/readable-stream@0.4.1': 2580 - resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} 2581 - 2582 1748 '@simple-git/args-pathspec@1.0.3': 2583 1749 resolution: {integrity: sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==} 2584 1750 ··· 2589 1755 resolution: {integrity: sha512-TeheYy0ILzBEI/CO55CP6zJCSdSWeRtGnHy8U8dWSUH4I68iqTsy7HkMktR4xakThc9jotkPQUXT4ITdbV7cHA==} 2590 1756 engines: {node: '>=18'} 2591 1757 2592 - '@sindresorhus/is@7.1.0': 2593 - resolution: {integrity: sha512-7F/yz2IphV39hiS2zB4QYVkivrptHHh0K8qJJd9HhuWSdvf8AN7NpebW3CcDZDBQsUPMoDKWsY2WWgW7bqOcfA==} 2594 - engines: {node: '>=18'} 2595 - 2596 1758 '@sindresorhus/is@7.2.0': 2597 1759 resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==} 2598 1760 engines: {node: '>=18'} ··· 2601 1763 resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} 2602 1764 engines: {node: '>=18'} 2603 1765 2604 - '@speed-highlight/core@1.2.15': 2605 - resolution: {integrity: sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==} 2606 - 2607 - '@speed-highlight/core@1.2.8': 2608 - resolution: {integrity: sha512-IGytNtnUnPIobIbOq5Y6LIlqiHNX+vnToQIS7lj6L5819C+rA8TXRDkkG8vePsiBOGcoW9R6i+dp2YBUKdB09Q==} 1766 + '@speed-highlight/core@1.2.17': 1767 + resolution: {integrity: sha512-Z92FwKpCtfaW1V0jTU/fh3QzYEZN8wDwrzRIBoADCJfn4mJCNcJN/XegifX7BDrQ8/h9Xh/JnbyMchL0FqXrkg==} 2609 1768 2610 1769 '@standard-schema/spec@1.1.0': 2611 1770 resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} ··· 2615 1774 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2616 1775 peerDependencies: 2617 1776 eslint: ^9.0.0 || ^10.0.0 2618 - 2619 - '@tybys/wasm-util@0.10.1': 2620 - resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} 2621 1777 2622 1778 '@tybys/wasm-util@0.10.2': 2623 1779 resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==} ··· 2631 1787 '@types/esrecurse@4.3.1': 2632 1788 resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==} 2633 1789 2634 - '@types/estree@1.0.8': 2635 - resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 1790 + '@types/estree@1.0.9': 1791 + resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==} 1792 + 1793 + '@types/jsesc@2.5.1': 1794 + resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} 2636 1795 2637 1796 '@types/json-schema@7.0.15': 2638 1797 resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} 2639 1798 2640 - '@types/node@24.9.1': 2641 - resolution: {integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==} 2642 - 2643 - '@types/node@25.6.0': 2644 - resolution: {integrity: sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==} 2645 - 2646 - '@types/parse-path@7.1.0': 2647 - resolution: {integrity: sha512-EULJ8LApcVEPbrfND0cRQqutIOdiIgJ1Mgrhpy755r14xMohPTEpkV/k28SJvuOs9bHRFW8x+KeDAEPiGQPB9Q==} 2648 - deprecated: This is a stub types definition. parse-path provides its own type definitions, so you do not need this installed. 1799 + '@types/node@25.9.3': 1800 + resolution: {integrity: sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==} 2649 1801 2650 1802 '@types/resolve@1.20.2': 2651 1803 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} 2652 1804 2653 - '@typescript-eslint/eslint-plugin@8.59.2': 2654 - resolution: {integrity: sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==} 1805 + '@typescript-eslint/eslint-plugin@8.61.1': 1806 + resolution: {integrity: sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==} 2655 1807 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2656 1808 peerDependencies: 2657 - '@typescript-eslint/parser': ^8.59.2 1809 + '@typescript-eslint/parser': ^8.61.1 2658 1810 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 2659 1811 typescript: '>=4.8.4 <6.1.0' 2660 1812 2661 - '@typescript-eslint/parser@8.59.2': 2662 - resolution: {integrity: sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==} 1813 + '@typescript-eslint/parser@8.61.1': 1814 + resolution: {integrity: sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==} 2663 1815 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2664 1816 peerDependencies: 2665 1817 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 2666 1818 typescript: '>=4.8.4 <6.1.0' 2667 1819 2668 - '@typescript-eslint/project-service@8.59.2': 2669 - resolution: {integrity: sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==} 1820 + '@typescript-eslint/project-service@8.61.1': 1821 + resolution: {integrity: sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==} 2670 1822 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2671 1823 peerDependencies: 2672 1824 typescript: '>=4.8.4 <6.1.0' 2673 1825 2674 - '@typescript-eslint/scope-manager@8.59.2': 2675 - resolution: {integrity: sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==} 1826 + '@typescript-eslint/scope-manager@8.61.1': 1827 + resolution: {integrity: sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==} 2676 1828 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2677 1829 2678 - '@typescript-eslint/tsconfig-utils@8.59.2': 2679 - resolution: {integrity: sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==} 1830 + '@typescript-eslint/tsconfig-utils@8.61.1': 1831 + resolution: {integrity: sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==} 2680 1832 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2681 1833 peerDependencies: 2682 1834 typescript: '>=4.8.4 <6.1.0' 2683 1835 2684 - '@typescript-eslint/type-utils@8.59.2': 2685 - resolution: {integrity: sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==} 1836 + '@typescript-eslint/type-utils@8.61.1': 1837 + resolution: {integrity: sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==} 2686 1838 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2687 1839 peerDependencies: 2688 1840 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 2689 1841 typescript: '>=4.8.4 <6.1.0' 2690 1842 2691 - '@typescript-eslint/types@8.59.2': 2692 - resolution: {integrity: sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==} 1843 + '@typescript-eslint/types@8.61.1': 1844 + resolution: {integrity: sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==} 2693 1845 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2694 1846 2695 - '@typescript-eslint/typescript-estree@8.59.2': 2696 - resolution: {integrity: sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==} 1847 + '@typescript-eslint/typescript-estree@8.61.1': 1848 + resolution: {integrity: sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==} 2697 1849 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2698 1850 peerDependencies: 2699 1851 typescript: '>=4.8.4 <6.1.0' 2700 1852 2701 - '@typescript-eslint/utils@8.59.2': 2702 - resolution: {integrity: sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==} 1853 + '@typescript-eslint/utils@8.61.1': 1854 + resolution: {integrity: sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==} 2703 1855 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2704 1856 peerDependencies: 2705 1857 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 2706 1858 typescript: '>=4.8.4 <6.1.0' 2707 1859 2708 - '@typescript-eslint/visitor-keys@8.59.2': 2709 - resolution: {integrity: sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==} 1860 + '@typescript-eslint/visitor-keys@8.61.1': 1861 + resolution: {integrity: sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==} 2710 1862 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2711 1863 2712 - '@unhead/vue@2.0.19': 2713 - resolution: {integrity: sha512-7BYjHfOaoZ9+ARJkT10Q2TjnTUqDXmMpfakIAsD/hXiuff1oqWg1xeXT5+MomhNcC15HbiABpbbBmITLSHxdKg==} 1864 + '@unhead/vue@2.1.15': 1865 + resolution: {integrity: sha512-SSByXfEjhzPn8gXdEdgpYqpLMPSkLUH2HVE0GxZfOtNsJ0GgOHQs0g9T67ZZ1z0kTELLKdtOtYrzrbv9+ffF7g==} 2714 1866 peerDependencies: 2715 1867 vue: '>=3.5.18' 2716 1868 2717 - '@unhead/vue@2.1.13': 2718 - resolution: {integrity: sha512-HYy0shaHRnLNW9r85gppO8IiGz0ONWVV3zGdlT8CQ0tbTwixznJCIiyqV4BSV1aIF1jJIye0pd1p/k6Eab8Z/A==} 2719 - peerDependencies: 2720 - vue: '>=3.5.18' 2721 - 2722 - '@unrs/resolver-binding-android-arm-eabi@1.11.1': 2723 - resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==} 1869 + '@unrs/resolver-binding-android-arm-eabi@1.12.2': 1870 + resolution: {integrity: sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==} 2724 1871 cpu: [arm] 2725 1872 os: [android] 2726 1873 2727 - '@unrs/resolver-binding-android-arm64@1.11.1': 2728 - resolution: {integrity: sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==} 1874 + '@unrs/resolver-binding-android-arm64@1.12.2': 1875 + resolution: {integrity: sha512-YGCRZv/9GLhwmz6mYDeTsm/92BAyR28l6c2ReweVW5pWgfsitWLY8upvfRlGdoyD8HjeTHSYJWyZGD4KJA/nFQ==} 2729 1876 cpu: [arm64] 2730 1877 os: [android] 2731 1878 2732 - '@unrs/resolver-binding-darwin-arm64@1.11.1': 2733 - resolution: {integrity: sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==} 1879 + '@unrs/resolver-binding-darwin-arm64@1.12.2': 1880 + resolution: {integrity: sha512-u9DiNT1auQMO20A9SyTuG3wUgQWB9Z7KjAg0uFuCDR1FsAY8A0CG2S6JpHS1xwm/w1G08bjXZDcyOCjv1WAm2w==} 2734 1881 cpu: [arm64] 2735 1882 os: [darwin] 2736 1883 2737 - '@unrs/resolver-binding-darwin-x64@1.11.1': 2738 - resolution: {integrity: sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==} 1884 + '@unrs/resolver-binding-darwin-x64@1.12.2': 1885 + resolution: {integrity: sha512-f7rPLi/T1HVKZu/u6t87lroib16n8vrSzcyxI7lg4BGO9UF26KhQL44sd9eOUgrTYhvRXtWOIZT5PejdPyJfUA==} 2739 1886 cpu: [x64] 2740 1887 os: [darwin] 2741 1888 2742 - '@unrs/resolver-binding-freebsd-x64@1.11.1': 2743 - resolution: {integrity: sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==} 1889 + '@unrs/resolver-binding-freebsd-x64@1.12.2': 1890 + resolution: {integrity: sha512-BpcOjWCJub6nRZUS2zA20pmLvjtqAtGejETaIyRLiZiQf++cbrjltLA5NN/xaXfqeOBOSlMFbemIl5/S5tljmg==} 2744 1891 cpu: [x64] 2745 1892 os: [freebsd] 2746 1893 2747 - '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1': 2748 - resolution: {integrity: sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==} 1894 + '@unrs/resolver-binding-linux-arm-gnueabihf@1.12.2': 1895 + resolution: {integrity: sha512-vZTDvdSISZjJx66OzJqtsOhzifbqRjbmI1Mnu49fQDwog5GtDI4QidRiEAYbZCRj9C8YZEW+3ZjqsyS9GR4k2A==} 2749 1896 cpu: [arm] 2750 1897 os: [linux] 2751 1898 2752 - '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1': 2753 - resolution: {integrity: sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==} 1899 + '@unrs/resolver-binding-linux-arm-musleabihf@1.12.2': 1900 + resolution: {integrity: sha512-BiPI+IrIlwcW4nLLMM21+B1dFPzd55yAVgVGrdgDjNef+ch03GdxrcyaIz8X9SsQirh/kCQ7mviyWlMxdh2D7g==} 2754 1901 cpu: [arm] 2755 1902 os: [linux] 2756 1903 2757 - '@unrs/resolver-binding-linux-arm64-gnu@1.11.1': 2758 - resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==} 1904 + '@unrs/resolver-binding-linux-arm64-gnu@1.12.2': 1905 + resolution: {integrity: sha512-zJc0H99FEPoFfSrNpa91HYfxzfAJCr502oxNK1cfdC9hlaFI43RT+JFCann9JUgZmLzzntChHyn13Sgn9ljHNg==} 2759 1906 cpu: [arm64] 2760 1907 os: [linux] 2761 1908 libc: [glibc] 2762 1909 2763 - '@unrs/resolver-binding-linux-arm64-musl@1.11.1': 2764 - resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==} 1910 + '@unrs/resolver-binding-linux-arm64-musl@1.12.2': 1911 + resolution: {integrity: sha512-KQ3Lki6l+Pz1k/eBipN41ES+YUK30beLGb9YqcB1O542cyLCNE6GaxrfcY3T6EezmGGk84wb5XyO9loTM9tkcA==} 2765 1912 cpu: [arm64] 2766 1913 os: [linux] 2767 1914 libc: [musl] 2768 1915 2769 - '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': 2770 - resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==} 1916 + '@unrs/resolver-binding-linux-loong64-gnu@1.12.2': 1917 + resolution: {integrity: sha512-3SJGEh1DborhG6pyxvhPzCT4bbSIVihsvgJc13P1bHG7KLdNDaF9T3gsTwFc7Jw/5Y5/iWOjkEx7Zy0NvCGX3Q==} 1918 + cpu: [loong64] 1919 + os: [linux] 1920 + libc: [glibc] 1921 + 1922 + '@unrs/resolver-binding-linux-loong64-musl@1.12.2': 1923 + resolution: {integrity: sha512-jiuG/Obbel7uw1PwHNFfrkiKhLAF6mnyZ6aWlOAVN9WqKm8v0OFGnciJIHu8+CMvXLQ8AD51LPzAoUfT21D5Ew==} 1924 + cpu: [loong64] 1925 + os: [linux] 1926 + libc: [musl] 1927 + 1928 + '@unrs/resolver-binding-linux-ppc64-gnu@1.12.2': 1929 + resolution: {integrity: sha512-q7xRvVpmcfeL+LlZg8Pbbo6QaTZwDU5BaGZbwfhkEsXJn3Was8xYfE0RBH266xZt0rM6B7i8xAYIvjthuUIWHg==} 2771 1930 cpu: [ppc64] 2772 1931 os: [linux] 2773 1932 libc: [glibc] 2774 1933 2775 - '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': 2776 - resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==} 1934 + '@unrs/resolver-binding-linux-riscv64-gnu@1.12.2': 1935 + resolution: {integrity: sha512-0CVdx6lcnT3Q9inOH8tsMIOJ6ImndllMjqJHg8RLVdB7Vq4SfkEXl9mCSsVNuNA4MCYycRicCUxPCabVHJRr6A==} 2777 1936 cpu: [riscv64] 2778 1937 os: [linux] 2779 1938 libc: [glibc] 2780 1939 2781 - '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': 2782 - resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==} 1940 + '@unrs/resolver-binding-linux-riscv64-musl@1.12.2': 1941 + resolution: {integrity: sha512-iOwlRo9vnp6R6ohHQS11n0NnfdXx/omhkocmIfaPRpQhKZ+3BDMkkdRVh53qjkFkpPddf+FETA28NwGN7l5l+w==} 2783 1942 cpu: [riscv64] 2784 1943 os: [linux] 2785 1944 libc: [musl] 2786 1945 2787 - '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': 2788 - resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==} 1946 + '@unrs/resolver-binding-linux-s390x-gnu@1.12.2': 1947 + resolution: {integrity: sha512-HYJtLfXq94q8iZNFT1lknx258wlkkWhZeUXJRqzKBBUJ00CvZ+N33zgbCqimLjsyw5Va6uUxhVa12mI+kaveEw==} 2789 1948 cpu: [s390x] 2790 1949 os: [linux] 2791 1950 libc: [glibc] 2792 1951 2793 - '@unrs/resolver-binding-linux-x64-gnu@1.11.1': 2794 - resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==} 1952 + '@unrs/resolver-binding-linux-x64-gnu@1.12.2': 1953 + resolution: {integrity: sha512-mPsUhunKKDih5O96Y6enDQyHc1SqBPlY1E/SfMWDM3EdJ95Z9CArPeCVwCCqbP45ljvivdEk8Fxn+SIb1rDAJQ==} 2795 1954 cpu: [x64] 2796 1955 os: [linux] 2797 1956 libc: [glibc] 2798 1957 2799 - '@unrs/resolver-binding-linux-x64-musl@1.11.1': 2800 - resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==} 1958 + '@unrs/resolver-binding-linux-x64-musl@1.12.2': 1959 + resolution: {integrity: sha512-azrt6+5ydLd8Vt210AAFis/lZevSfPw93EJRIJG+xPu4WCJ8K0kppCTpMyLPcKT7H15M4Jnt2tMp5bOvCkRC6A==} 2801 1960 cpu: [x64] 2802 1961 os: [linux] 2803 1962 libc: [musl] 2804 1963 2805 - '@unrs/resolver-binding-wasm32-wasi@1.11.1': 2806 - resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==} 1964 + '@unrs/resolver-binding-openharmony-arm64@1.12.2': 1965 + resolution: {integrity: sha512-YZ9hP4O0X9PQb8eO980qmLNGH4zT3I9+SZTdt0Pr0YyuGQhYKoOZkV02VzrzyOZJ5xIJ3UFIenKkUkGg8GjgWQ==} 1966 + cpu: [arm64] 1967 + os: [openharmony] 1968 + 1969 + '@unrs/resolver-binding-wasm32-wasi@1.12.2': 1970 + resolution: {integrity: sha512-tYFDIkMxSflfEc/h92ZWNsZlHSwgimbNHSO3PL2JWQHfCuC2q316jMyYU9TIWZsFK2bQwyK5VAdYgn8ygPj69A==} 2807 1971 engines: {node: '>=14.0.0'} 2808 1972 cpu: [wasm32] 2809 1973 2810 - '@unrs/resolver-binding-win32-arm64-msvc@1.11.1': 2811 - resolution: {integrity: sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==} 1974 + '@unrs/resolver-binding-win32-arm64-msvc@1.12.2': 1975 + resolution: {integrity: sha512-qzNyg3xL0VPQmCaUh+N5jSitce6k+uCBfMDesWRnlULOZaqUkaJ0ybdT+UqlAWJoQjuqfIU/0Ptx9bteN4D82g==} 2812 1976 cpu: [arm64] 2813 1977 os: [win32] 2814 1978 2815 - '@unrs/resolver-binding-win32-ia32-msvc@1.11.1': 2816 - resolution: {integrity: sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==} 1979 + '@unrs/resolver-binding-win32-ia32-msvc@1.12.2': 1980 + resolution: {integrity: sha512-WD9sY00OfpHVGfsnHZoA8jVT+esS/Bg8z8jzxp5BnDCjjwsuKsPQrzswwpFy4J1AUJbXPRfkpcX0mXrzeXW79g==} 2817 1981 cpu: [ia32] 2818 1982 os: [win32] 2819 1983 2820 - '@unrs/resolver-binding-win32-x64-msvc@1.11.1': 2821 - resolution: {integrity: sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==} 1984 + '@unrs/resolver-binding-win32-x64-msvc@1.12.2': 1985 + resolution: {integrity: sha512-nAB74NfSNKknqQ1RrYj6uz8FcXEomu/MATJZxh/x+BArzN2U3JbOYC0APYzUIGhVY3m5hRxA8VPNdPBoG8txlA==} 2822 1986 cpu: [x64] 2823 1987 os: [win32] 2824 1988 2825 - '@vercel/nft@0.30.3': 2826 - resolution: {integrity: sha512-UEq+eF0ocEf9WQCV1gktxKhha36KDs7jln5qii6UpPf5clMqDc0p3E7d9l2Smx0i9Pm1qpq4S4lLfNl97bbv6w==} 2827 - engines: {node: '>=18'} 2828 - hasBin: true 2829 - 2830 - '@vercel/nft@1.5.0': 2831 - resolution: {integrity: sha512-IWTDeIoWhQ7ZtRO/JRKH+jhmeQvZYhtGPmzw/QGDY+wDCQqfm25P9yIdoAFagu4fWsK4IwZXDFIjrmp5rRm/sA==} 1989 + '@vercel/nft@1.10.2': 1990 + resolution: {integrity: sha512-w+WyX5Ulmj4dtTZrxaulqrjaLZHSbnPzx75SJsTNYmotKsqn1JlLnDJa+lz5hn90HJofhl/2MAtw0mCrgM3qYw==} 2832 1991 engines: {node: '>=20'} 2833 1992 hasBin: true 2834 1993 2835 - '@vitejs/plugin-vue-jsx@5.1.1': 2836 - resolution: {integrity: sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==} 2837 - engines: {node: ^20.19.0 || >=22.12.0} 2838 - peerDependencies: 2839 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2840 - vue: ^3.0.0 2841 - 2842 1994 '@vitejs/plugin-vue-jsx@5.1.5': 2843 1995 resolution: {integrity: sha512-jIAsvHOEtWpslLOI2MeElGFxH7M8pM83BU/Tor4RLyiwH0FM4nUW3xdvbw20EeU9wc5IspQwMq225K3CMnJEpA==} 2844 1996 engines: {node: ^20.19.0 || >=22.12.0} ··· 2846 1998 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 2847 1999 vue: ^3.0.0 2848 2000 2849 - '@vitejs/plugin-vue@6.0.1': 2850 - resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==} 2851 - engines: {node: ^20.19.0 || >=22.12.0} 2852 - peerDependencies: 2853 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0 2854 - vue: ^3.2.25 2855 - 2856 - '@vitejs/plugin-vue@6.0.6': 2857 - resolution: {integrity: sha512-u9HHgfrq3AjXlysn0eINFnWQOJQLO9WN6VprZ8FXl7A2bYisv3Hui9Ij+7QZ41F/WYWarHjwBbXtD7dKg3uxbg==} 2001 + '@vitejs/plugin-vue@6.0.7': 2002 + resolution: {integrity: sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==} 2858 2003 engines: {node: ^20.19.0 || >=22.12.0} 2859 2004 peerDependencies: 2860 2005 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 2861 2006 vue: ^3.2.25 2862 2007 2863 - '@vitest/expect@4.1.5': 2864 - resolution: {integrity: sha512-PWBaRY5JoKuRnHlUHfpV/KohFylaDZTupcXN1H9vYryNLOnitSw60Mw9IAE2r67NbwwzBw/Cc/8q9BK3kIX8Kw==} 2008 + '@vitest/expect@4.1.9': 2009 + resolution: {integrity: sha512-vl/rYsUKcBr3SnQn166+XR5ZQcgMx3DQhFWdfli/cWpLnLUmbxZvyrJZotLFUryib+LtArYMSTJ5RbQ57ZqrlA==} 2865 2010 2866 - '@vitest/mocker@4.1.5': 2867 - resolution: {integrity: sha512-/x2EmFC4mT4NNzqvC3fmesuV97w5FC903KPmey4gsnJiMQ3Be1IlDKVaDaG8iqaLFHqJ2FVEkxZk5VmeLjIItw==} 2011 + '@vitest/mocker@4.1.9': 2012 + resolution: {integrity: sha512-EVkXzBjrPGM+cK8/ANWgBrkUCfJfb38/EfTSO8h7pWvKkyPkpWxvR7BkD2MyItMF62C97zAEoqdpUixwR/e+Rw==} 2868 2013 peerDependencies: 2869 2014 msw: ^2.4.9 2870 2015 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 2874 2019 vite: 2875 2020 optional: true 2876 2021 2877 - '@vitest/pretty-format@4.1.5': 2878 - resolution: {integrity: sha512-7I3q6l5qr03dVfMX2wCo9FxwSJbPdwKjy2uu/YPpU3wfHvIL4QHwVRp57OfGrDFeUJ8/8QdfBKIV12FTtLn00g==} 2022 + '@vitest/pretty-format@4.1.9': 2023 + resolution: {integrity: sha512-s0iufns3iIFitdgm+YR7g1whCAaGtXz459VS9/PqyKDEEFgYIhsHOQmXgIgDuYCt7DeQmiZT0Qe2OA2p4ZPu5A==} 2879 2024 2880 - '@vitest/runner@4.1.5': 2881 - resolution: {integrity: sha512-2D+o7Pr82IEO46YPpoA/YU0neeyr6FTerQb5Ro7BUnBuv6NQtT/kmVnczngiMEBhzgqz2UZYl5gArejsyERDSQ==} 2025 + '@vitest/runner@4.1.9': 2026 + resolution: {integrity: sha512-KXLMDtc7oe70+3mJfGrPUWPesswH+3sTxAMAMl8DG7I8IUQT4XW718dY5ID3vPUcmlu27CcKfY4P3h3I29SLJg==} 2882 2027 2883 - '@vitest/snapshot@4.1.5': 2884 - resolution: {integrity: sha512-zypXEt4KH/XgKGPUz4eC2AvErYx0My5hfL8oDb1HzGFpEk1P62bxSohdyOmvz+d9UJwanI68MKwr2EquOaOgMQ==} 2028 + '@vitest/snapshot@4.1.9': 2029 + resolution: {integrity: sha512-Jc7RKGNBo8Z28WYIm0Niej4xdSPByRf6mU58VpHQkd6Zh05rlnA+twjbK5HyeIGHxrzsc3mJgS43uM0CZKzaIA==} 2885 2030 2886 - '@vitest/spy@4.1.5': 2887 - resolution: {integrity: sha512-2lNOsh6+R2Idnf1TCZqSwYlKN2E/iDlD8sgU59kYVl+OMDmvldO1VDk39smRfpUNwYpNRVn3w4YfuC7KfbBnkQ==} 2888 - 2889 - '@vitest/utils@4.1.5': 2890 - resolution: {integrity: sha512-76wdkrmfXfqGjueGgnb45ITPyUi1ycZ4IHgC2bhPDUfWHklY/q3MdLOAB+TF1e6xfl8NxNY0ZYaPCFNWSsw3Ug==} 2891 - 2892 - '@volar/language-core@2.4.15': 2893 - resolution: {integrity: sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==} 2031 + '@vitest/spy@4.1.9': 2032 + resolution: {integrity: sha512-fHpsS6mIi+PiEW+vcRVOMkX1oSaPKne3VOclSFICPcGOmfKgXPU5iAah+wcNcj2xPrCCmfq99IDGf+EojhhvhA==} 2894 2033 2895 - '@volar/language-core@2.4.23': 2896 - resolution: {integrity: sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==} 2034 + '@vitest/utils@4.1.9': 2035 + resolution: {integrity: sha512-A51o8ymO5PpqlWNnBP9ZHPXDIpuMtTLlGSjN7la4US+LJzoUMyhwjA5QXlm39JexgwHKW4Xjs8Z2d3dLCXOeuA==} 2897 2036 2898 2037 '@volar/language-core@2.4.28': 2899 2038 resolution: {integrity: sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==} 2900 2039 2901 - '@volar/source-map@2.4.15': 2902 - resolution: {integrity: sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg==} 2903 - 2904 - '@volar/source-map@2.4.23': 2905 - resolution: {integrity: sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==} 2906 - 2907 2040 '@volar/source-map@2.4.28': 2908 2041 resolution: {integrity: sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==} 2909 2042 2910 - '@volar/typescript@2.4.15': 2911 - resolution: {integrity: sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg==} 2912 - 2913 2043 '@volar/typescript@2.4.28': 2914 2044 resolution: {integrity: sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==} 2915 2045 2916 - '@vue-macros/common@3.0.0-beta.16': 2917 - resolution: {integrity: sha512-8O2gWxWFiaoNkk7PGi0+p7NPGe/f8xJ3/INUufvje/RZOs7sJvlI1jnR4lydtRFa/mU0ylMXUXXjSK0fHDEYTA==} 2918 - engines: {node: '>=20.18.0'} 2919 - peerDependencies: 2920 - vue: ^2.7.0 || ^3.2.25 2921 - peerDependenciesMeta: 2922 - vue: 2923 - optional: true 2924 - 2925 2046 '@vue-macros/common@3.1.2': 2926 2047 resolution: {integrity: sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==} 2927 2048 engines: {node: '>=20.19.0'} ··· 2931 2052 vue: 2932 2053 optional: true 2933 2054 2934 - '@vue/babel-helper-vue-transform-on@1.5.0': 2935 - resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==} 2936 - 2937 2055 '@vue/babel-helper-vue-transform-on@2.0.1': 2938 2056 resolution: {integrity: sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==} 2939 - 2940 - '@vue/babel-plugin-jsx@1.5.0': 2941 - resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==} 2942 - peerDependencies: 2943 - '@babel/core': ^7.0.0-0 2944 - peerDependenciesMeta: 2945 - '@babel/core': 2946 - optional: true 2947 2057 2948 2058 '@vue/babel-plugin-jsx@2.0.1': 2949 2059 resolution: {integrity: sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==} ··· 2953 2063 '@babel/core': 2954 2064 optional: true 2955 2065 2956 - '@vue/babel-plugin-resolve-type@1.5.0': 2957 - resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==} 2958 - peerDependencies: 2959 - '@babel/core': ^7.0.0-0 2960 - 2961 2066 '@vue/babel-plugin-resolve-type@2.0.1': 2962 2067 resolution: {integrity: sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==} 2963 2068 peerDependencies: 2964 2069 '@babel/core': ^7.0.0-0 2965 2070 2966 - '@vue/compiler-core@3.5.22': 2967 - resolution: {integrity: sha512-jQ0pFPmZwTEiRNSb+i9Ow/I/cHv2tXYqsnHKKyCQ08irI2kdF5qmYedmF8si8mA7zepUFmJ2hqzS8CQmNOWOkQ==} 2968 - 2969 - '@vue/compiler-core@3.5.24': 2970 - resolution: {integrity: sha512-eDl5H57AOpNakGNAkFDH+y7kTqrQpJkZFXhWZQGyx/5Wh7B1uQYvcWkvZi11BDhscPgj8N7XV3oRwiPnx1Vrig==} 2971 - 2972 - '@vue/compiler-core@3.5.34': 2973 - resolution: {integrity: sha512-s9cLyK5mLcvZ4Agva5QgRsQyLKvts9WbU9DB6NqiZkkGEdwmcEiylj5Jbwkp680drF/NNCV8OlAJSe+yMLxaJw==} 2974 - 2975 - '@vue/compiler-dom@3.5.22': 2976 - resolution: {integrity: sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==} 2977 - 2978 - '@vue/compiler-dom@3.5.24': 2979 - resolution: {integrity: sha512-1QHGAvs53gXkWdd3ZMGYuvQFXHW4ksKWPG8HP8/2BscrbZ0brw183q2oNWjMrSWImYLHxHrx1ItBQr50I/q2zw==} 2980 - 2981 - '@vue/compiler-dom@3.5.34': 2982 - resolution: {integrity: sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==} 2983 - 2984 - '@vue/compiler-sfc@3.5.22': 2985 - resolution: {integrity: sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==} 2986 - 2987 - '@vue/compiler-sfc@3.5.24': 2988 - resolution: {integrity: sha512-8EG5YPRgmTB+YxYBM3VXy8zHD9SWHUJLIGPhDovo3Z8VOgvP+O7UP5vl0J4BBPWYD9vxtBabzW1EuEZ+Cqs14g==} 2989 - 2990 - '@vue/compiler-sfc@3.5.34': 2991 - resolution: {integrity: sha512-D/ihr6uZeIt6r+pVZf46RWT1fAsLFMbUP7k8G1VkiiWexriED9GrX3echHd4Abbt17zjlfiFJ8z7a3BxZOPNjg==} 2992 - 2993 - '@vue/compiler-ssr@3.5.22': 2994 - resolution: {integrity: sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==} 2995 - 2996 - '@vue/compiler-ssr@3.5.24': 2997 - resolution: {integrity: sha512-trOvMWNBMQ/odMRHW7Ae1CdfYx+7MuiQu62Jtu36gMLXcaoqKvAyh+P73sYG9ll+6jLB6QPovqoKGGZROzkFFg==} 2998 - 2999 - '@vue/compiler-ssr@3.5.34': 3000 - resolution: {integrity: sha512-cDtTHKibkThKGHH1SP+WdccquNRYQDFH6rRjQCqT9G2ltFAfoR5pUftpab/z+aM5mW9HLLVQW7hfKKQe/1GBeQ==} 2071 + '@vue/compiler-core@3.5.38': 2072 + resolution: {integrity: sha512-s99aGxWYig9ErHbct27KXEGhrBYlRI6c4MwAgXErOAbX9xiW37/uMa+XUDO69zLz83dng8UUZ70CTOJrLrYrEQ==} 3001 2073 3002 - '@vue/compiler-vue2@2.7.16': 3003 - resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} 2074 + '@vue/compiler-dom@3.5.38': 2075 + resolution: {integrity: sha512-JTqp25l8aFfJYF7/KmsXZjAxJz7T+SjmTJLoXVjHtc2BrSgSiW2n9Aem/cWq1OPe68A8JL06B3eVdhlP0H4TVw==} 3004 2076 3005 - '@vue/devtools-api@6.6.4': 3006 - resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} 2077 + '@vue/compiler-sfc@3.5.38': 2078 + resolution: {integrity: sha512-DuA2GiZawSEW442iw/9+Fkol8hTgb4Ke5KkhmSry65QA7YuyMbIdy8p0XZRMvNwJdgRz307W8g1CSzdvS4nuNg==} 3007 2079 3008 - '@vue/devtools-api@8.1.1': 3009 - resolution: {integrity: sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==} 2080 + '@vue/compiler-ssr@3.5.38': 2081 + resolution: {integrity: sha512-7s+W5Gc42FGxZMcuwl8H5B29T8BJPMdBT7KHFE+BbAuZ/iTEdTtv7z2XiMjiaUUw4w3ZcCEdHs36RuYJ2VA7bA==} 3010 2082 3011 - '@vue/devtools-core@7.7.7': 3012 - resolution: {integrity: sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==} 3013 - peerDependencies: 3014 - vue: ^3.0.0 2083 + '@vue/devtools-api@8.1.3': 2084 + resolution: {integrity: sha512-73NMCvxXh8Hyozc/jiwqTFWVcCMyi11U1zmrq4DoukQJnuo8JHt6FsNu4HdeUDa8SpIp5vb7Q22GWgIq0efsXg==} 3015 2085 3016 - '@vue/devtools-core@8.1.1': 3017 - resolution: {integrity: sha512-bCCsSABp1/ot4j8xJEycM6Mtt2wbuucfByr6hMgjbYhrtlscOJypZKvy8f1FyWLYrLTchB5Qz216Lm92wfbq0A==} 2086 + '@vue/devtools-core@8.1.3': 2087 + resolution: {integrity: sha512-xezkv5/CPH/o5C8PE2Len9MnTJMsctYYQbKbbUiNOJpKd+fRHj27nKDb/sbtYI8NSQduegeQhCJGKRgAiOV6Uw==} 3018 2088 peerDependencies: 3019 2089 vue: ^3.0.0 3020 2090 3021 - '@vue/devtools-kit@7.7.7': 3022 - resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==} 3023 - 3024 - '@vue/devtools-kit@8.1.1': 3025 - resolution: {integrity: sha512-gVBaBv++i+adg4JpH71k9ppl4soyR7Y2McEqO5YNgv0BI1kMZ7BDX5gnwkZ5COYgiCyhejZG+yGNrBAjj6Coqg==} 3026 - 3027 - '@vue/devtools-shared@7.7.7': 3028 - resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==} 3029 - 3030 - '@vue/devtools-shared@8.1.1': 3031 - resolution: {integrity: sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==} 2091 + '@vue/devtools-kit@8.1.3': 2092 + resolution: {integrity: sha512-cRn7GXiCQkMYU2Z3h3pM4YO/ndbx9FY1yLDAqIqPLcmIq4H6zAOJHein6tvZU3AfPwgrodqLiPBEF+YQaS8AxA==} 3032 2093 3033 - '@vue/language-core@2.2.12': 3034 - resolution: {integrity: sha512-IsGljWbKGU1MZpBPN+BvPAdr55YPkj2nB/TBNGNC32Vy2qLG25DYu/NBN2vNtZqdRbTRjaoYrahLrToim2NanA==} 3035 - peerDependencies: 3036 - typescript: '*' 3037 - peerDependenciesMeta: 3038 - typescript: 3039 - optional: true 2094 + '@vue/devtools-shared@8.1.3': 2095 + resolution: {integrity: sha512-CM3uIPL+v+lrJUk33+pxspYo0MhuMWlCvf7zC9fybifvCPyM2jUbYRPwoYEJgYbwRqPikm5HozbUhp60MF2QuA==} 3040 2096 3041 - '@vue/language-core@3.1.1': 3042 - resolution: {integrity: sha512-qjMY3Q+hUCjdH+jLrQapqgpsJ0rd/2mAY02lZoHG3VFJZZZKLjAlV+Oo9QmWIT4jh8+Rx8RUGUi++d7T9Wb6Mw==} 3043 - peerDependencies: 3044 - typescript: '*' 3045 - peerDependenciesMeta: 3046 - typescript: 3047 - optional: true 2097 + '@vue/language-core@3.3.5': 2098 + resolution: {integrity: sha512-UkKu5nhX89fg4VhlG/FOeI10G3cj/7radKT/cy9BT4Q9qJmJlSTAc/dP63Xqs29aypN4f39xUV6PsLNk/dcD6g==} 3048 2099 3049 - '@vue/language-core@3.2.8': 3050 - resolution: {integrity: sha512-9OiSPQFiAAWNVnXb0d2dcTmcKnFQamhuNES6ayyISrb/mwPWVgoGdAqSfCWqKhQpa3D5gDTcYD+w7ObiheZ81g==} 2100 + '@vue/reactivity@3.5.38': 2101 + resolution: {integrity: sha512-pG6LV/NDNRbKizcUjFFLAfjaL8mcv4DmR9avNcUw2gDHBzZneuS2TWCmp633ynzxz9YYKNeEPK2I8Wraqy2HUQ==} 3051 2102 3052 - '@vue/reactivity@3.5.22': 3053 - resolution: {integrity: sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==} 2103 + '@vue/runtime-core@3.5.38': 2104 + resolution: {integrity: sha512-iyW8WVfF1CpCXxncZY5Ei6rSd6oZr5DgEom//fUjRBRl56AXPD+s9ATvukRt77ZFTuYlnVA1bxY+dJB94tWVYw==} 3054 2105 3055 - '@vue/reactivity@3.5.34': 3056 - resolution: {integrity: sha512-y9XDjCEuBp+98k+UL5dbYkh57AHU4o6cxZedOPXw3bmrZZYLQsVHguGurq7hVrPCSrQtrnz1f9dssyFr+dMXfQ==} 2106 + '@vue/runtime-dom@3.5.38': 2107 + resolution: {integrity: sha512-apX2wt9sdfDshS+a2xueFZLVpt0GkRJZSoPmrW/SA4yzXTznhfcMVW59gr7h4YQeY0vJhdJkk2rsIDwgfFgC5A==} 3057 2108 3058 - '@vue/runtime-core@3.5.22': 3059 - resolution: {integrity: sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==} 3060 - 3061 - '@vue/runtime-core@3.5.34': 3062 - resolution: {integrity: sha512-mKeBYvu8tcMSLhypAHBmriUFfWXKTCF/23Z4jiCoYK3UtWepkliViNLuR90V9XOyD62mUxs9p1jsrpK3CCGIzw==} 3063 - 3064 - '@vue/runtime-dom@3.5.22': 3065 - resolution: {integrity: sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==} 3066 - 3067 - '@vue/runtime-dom@3.5.34': 3068 - resolution: {integrity: sha512-e8kZzERmCwUnBRVsgSQlAfrfU2rGoy0FFKPBXSlfEjc/O3KfA7QP0t1/2ZylrbchjmIKB4dPTd07A6WPr0eOrg==} 3069 - 3070 - '@vue/server-renderer@3.5.22': 3071 - resolution: {integrity: sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==} 2109 + '@vue/server-renderer@3.5.38': 2110 + resolution: {integrity: sha512-vue8vbf2QlV4quHqzwmJy6dWfmRhP1J8l4wtZg60CL6VoKqcPY2oe7may3+1d9qfpedjK5PRLFqd5k3Isj9mUw==} 3072 2111 peerDependencies: 3073 - vue: 3.5.22 3074 - 3075 - '@vue/server-renderer@3.5.34': 3076 - resolution: {integrity: sha512-nHxmJoTrKsmrkbILRhkC9gY1G3moZbJTqCzDd7DOOzG5KH9oeJ0Unqrff5f9v0pW//jES05ZkJcNtfE8JjOIew==} 3077 - peerDependencies: 3078 - vue: 3.5.34 3079 - 3080 - '@vue/shared@3.5.22': 3081 - resolution: {integrity: sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==} 3082 - 3083 - '@vue/shared@3.5.24': 3084 - resolution: {integrity: sha512-9cwHL2EsJBdi8NY22pngYYWzkTDhld6fAD6jlaeloNGciNSJL6bLpbxVgXl96X00Jtc6YWQv96YA/0sxex/k1A==} 2112 + vue: 3.5.38 3085 2113 3086 - '@vue/shared@3.5.34': 3087 - resolution: {integrity: sha512-24uqU4OIiX29ryC3MeWid/Xf2fa2EFRUVLb77nRhk+UrTVrh/XiGtFAFmJBAtBRbjwNdsPRP+jj/OL27Eg1NDA==} 2114 + '@vue/shared@3.5.38': 2115 + resolution: {integrity: sha512-FTW0AFZNaK5/mOqvGBwVfUlNLU38TiQn4+DQgIFUnrBBJQ1crMJ82yeGQLV5jyKFsO8yRukpbuP7x+nRbH6aug==} 3088 2116 3089 2117 abbrev@3.0.1: 3090 2118 resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} ··· 3104 2132 peerDependencies: 3105 2133 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 3106 2134 3107 - acorn@8.15.0: 3108 - resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} 3109 - engines: {node: '>=0.4.0'} 3110 - hasBin: true 3111 - 3112 - acorn@8.16.0: 3113 - resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} 2135 + acorn@8.17.0: 2136 + resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==} 3114 2137 engines: {node: '>=0.4.0'} 3115 2138 hasBin: true 3116 2139 3117 2140 agent-base@7.1.4: 3118 2141 resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} 3119 2142 engines: {node: '>= 14'} 3120 - 3121 - ajv@6.12.6: 3122 - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} 3123 2143 3124 2144 ajv@6.15.0: 3125 2145 resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==} 3126 2146 3127 - alien-signals@1.0.13: 3128 - resolution: {integrity: sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==} 3129 - 3130 - alien-signals@3.0.3: 3131 - resolution: {integrity: sha512-2JXjom6R7ZwrISpUphLhf4htUq1aKRCennTJ6u9kFfr3sLmC9+I4CxxVi+McoFnIg+p1HnVrfLT/iCt4Dlz//Q==} 3132 - 3133 - alien-signals@3.1.2: 3134 - resolution: {integrity: sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==} 2147 + alien-signals@3.2.1: 2148 + resolution: {integrity: sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==} 3135 2149 3136 2150 ansi-regex@5.0.1: 3137 2151 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} ··· 3149 2163 resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} 3150 2164 engines: {node: '>=12'} 3151 2165 3152 - ansis@4.2.0: 3153 - resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} 2166 + ansis@4.3.1: 2167 + resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==} 3154 2168 engines: {node: '>=14'} 3155 2169 3156 2170 anymatch@3.1.3: ··· 3169 2183 resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} 3170 2184 engines: {node: '>=14'} 3171 2185 3172 - argparse@2.0.1: 3173 - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} 3174 - 3175 2186 assertion-error@2.0.1: 3176 2187 resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} 3177 2188 engines: {node: '>=12'} 3178 2189 3179 - ast-kit@2.1.3: 3180 - resolution: {integrity: sha512-TH+b3Lv6pUjy/Nu0m6A2JULtdzLpmqF9x1Dhj00ZoEiML8qvVA9j1flkzTKNYgdEhWrjDwtWNpyyCUbfQe514g==} 3181 - engines: {node: '>=20.19.0'} 3182 - 3183 2190 ast-kit@2.2.0: 3184 2191 resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==} 3185 2192 engines: {node: '>=20.19.0'} 3186 2193 3187 - ast-walker-scope@0.8.3: 3188 - resolution: {integrity: sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==} 2194 + ast-walker-scope@0.9.0: 2195 + resolution: {integrity: sha512-IJdzo2vLiElBxKzwS36VsCue/62d6IdWjnPB2v3nuPKeWGynp6FF/CYoLa5i/3jXH/z97ZDdsXz6abpgM6w07A==} 3189 2196 engines: {node: '>=20.19.0'} 3190 2197 3191 2198 async-sema@3.1.1: ··· 3193 2200 3194 2201 async@3.2.6: 3195 2202 resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} 3196 - 3197 - autoprefixer@10.4.21: 3198 - resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} 3199 - engines: {node: ^10 || ^12 || >=14} 3200 - hasBin: true 3201 - peerDependencies: 3202 - postcss: ^8.1.0 3203 2203 3204 2204 autoprefixer@10.5.0: 3205 2205 resolution: {integrity: sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==} ··· 3223 2223 resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} 3224 2224 engines: {node: 18 || 20 || >=22} 3225 2225 3226 - bare-events@2.8.2: 3227 - resolution: {integrity: sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==} 2226 + bare-events@2.9.1: 2227 + resolution: {integrity: sha512-Z0oHEHAFDZkffN8Qc39zNZjQlMDkPJRyyyZieU1VH7u8c5S+qHZ2S8ixdKIAxEjfHO7FJxXmJWgteOghVanIsg==} 3228 2228 peerDependencies: 3229 2229 bare-abort-controller: '*' 3230 2230 peerDependenciesMeta: 3231 2231 bare-abort-controller: 3232 2232 optional: true 3233 2233 3234 - bare-fs@4.7.1: 3235 - resolution: {integrity: sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==} 2234 + bare-fs@4.7.2: 2235 + resolution: {integrity: sha512-aTvMFUWkBmjzKtEQMDGGDNF8bkfpD5N1b/FCwt7A3wrU4t1o/e/85Wzkluh6JlODCjqVESYCkQCdTXqZ9G7VFg==} 3236 2236 engines: {bare: '>=1.16.0'} 3237 2237 peerDependencies: 3238 2238 bare-buffer: '*' ··· 3244 2244 resolution: {integrity: sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==} 3245 2245 engines: {bare: '>=1.14.0'} 3246 2246 3247 - bare-path@3.0.0: 3248 - resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==} 2247 + bare-path@3.0.1: 2248 + resolution: {integrity: sha512-ghj2DSK/2e99a1anTVPCV4m4YIYtrbXhfM7V3D7XZLOTsybnYyaJloymGqssQc8l/or0UoDyRtNQkmkEF/ysgQ==} 3249 2249 3250 - bare-stream@2.13.1: 3251 - resolution: {integrity: sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==} 2250 + bare-stream@2.13.3: 2251 + resolution: {integrity: sha512-Kc+brLqvEqGkjyfiwJmImAOqLZL7OsoLKuavx+hJjgVV3nLTOjloJyPMFxjUPerGGHrNH0fLU06jjykMLWrERQ==} 3252 2252 peerDependencies: 3253 2253 bare-abort-controller: '*' 3254 2254 bare-buffer: '*' ··· 3261 2261 bare-events: 3262 2262 optional: true 3263 2263 3264 - bare-url@2.4.3: 3265 - resolution: {integrity: sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==} 2264 + bare-url@2.4.5: 2265 + resolution: {integrity: sha512-K+y9xF1tN+CdPu4qWwr0QiK1Al07eFPGYK5M2pDXcmHdMdgC/tT/bpmMe1hrmRHaidKLkXrC+cRNYf3XVDUhSQ==} 3266 2266 3267 2267 base64-js@1.5.1: 3268 2268 resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} 3269 2269 3270 - baseline-browser-mapping@2.10.0: 3271 - resolution: {integrity: sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==} 2270 + baseline-browser-mapping@2.10.37: 2271 + resolution: {integrity: sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==} 3272 2272 engines: {node: '>=6.0.0'} 3273 2273 hasBin: true 3274 2274 3275 - baseline-browser-mapping@2.10.27: 3276 - resolution: {integrity: sha512-zEs/ufmZoUd7WftKpKyXaT6RFxpQ5Qm9xytKRHvJfxFV9DFJkZph9RvJ1LcOUi0Z1ZVijMte65JbILeV+8QQEA==} 3277 - engines: {node: '>=6.0.0'} 3278 - hasBin: true 3279 - 3280 - baseline-browser-mapping@2.8.25: 3281 - resolution: {integrity: sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==} 3282 - hasBin: true 3283 - 3284 2275 bindings@1.5.0: 3285 2276 resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} 3286 2277 3287 - birpc@2.6.1: 3288 - resolution: {integrity: sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==} 3289 - 3290 - birpc@2.7.0: 3291 - resolution: {integrity: sha512-tub/wFGH49vNCm0xraykcY3TcRgX/3JsALYq/Lwrtti+bTyFHkCUAWF5wgYoie8P41wYwig2mIKiqoocr1EkEQ==} 3292 - 3293 2278 birpc@2.9.0: 3294 2279 resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==} 3295 2280 ··· 3299 2284 boolbase@1.0.0: 3300 2285 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 3301 2286 3302 - brace-expansion@1.1.12: 3303 - resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} 2287 + brace-expansion@2.1.1: 2288 + resolution: {integrity: sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==} 3304 2289 3305 - brace-expansion@1.1.14: 3306 - resolution: {integrity: sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==} 3307 - 3308 - brace-expansion@2.0.2: 3309 - resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} 3310 - 3311 - brace-expansion@2.1.0: 3312 - resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==} 3313 - 3314 - brace-expansion@5.0.5: 3315 - resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} 2290 + brace-expansion@5.0.6: 2291 + resolution: {integrity: sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==} 3316 2292 engines: {node: 18 || 20 || >=22} 3317 2293 3318 2294 braces@3.0.3: 3319 2295 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 3320 2296 engines: {node: '>=8'} 3321 2297 3322 - browserslist@4.27.0: 3323 - resolution: {integrity: sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==} 3324 - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 3325 - hasBin: true 3326 - 3327 - browserslist@4.28.1: 3328 - resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} 3329 - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 3330 - hasBin: true 3331 - 3332 2298 browserslist@4.28.2: 3333 2299 resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} 3334 2300 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} ··· 3344 2310 buffer@6.0.3: 3345 2311 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} 3346 2312 3347 - builtin-modules@5.1.0: 3348 - resolution: {integrity: sha512-c5JxaDrzwRjq3WyJkI1AGR5xy6Gr6udlt7sQPbl09+3ckB+Zo2qqQ2KhCTBr7Q8dHB43bENGYEk4xddrFH/b7A==} 2313 + builtin-modules@5.2.0: 2314 + resolution: {integrity: sha512-02yxLeyxF4dNl6SlY6/5HfRSrSdZ/sCPoxy2kZNP5dZZX8LSAD9aE2gtJIUgWrsQTiMPl3mxESyrobSwvRGisQ==} 3349 2315 engines: {node: '>=18.20'} 3350 2316 3351 2317 bundle-name@4.1.0: 3352 2318 resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==} 3353 2319 engines: {node: '>=18'} 3354 2320 3355 - c12@3.3.1: 3356 - resolution: {integrity: sha512-LcWQ01LT9tkoUINHgpIOv3mMs+Abv7oVCrtpMRi1PaapVEpWoMga5WuT7/DqFTu7URP9ftbOmimNw1KNIGh9DQ==} 3357 - peerDependencies: 3358 - magicast: ^0.3.5 3359 - peerDependenciesMeta: 3360 - magicast: 3361 - optional: true 3362 - 3363 2321 c12@3.3.4: 3364 2322 resolution: {integrity: sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==} 3365 2323 peerDependencies: ··· 3372 2330 resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} 3373 2331 engines: {node: '>=8'} 3374 2332 3375 - callsites@3.1.0: 3376 - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} 3377 - engines: {node: '>=6'} 3378 - 3379 2333 caniuse-api@3.0.0: 3380 2334 resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} 3381 2335 3382 - caniuse-lite@1.0.30001754: 3383 - resolution: {integrity: sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==} 3384 - 3385 - caniuse-lite@1.0.30001777: 3386 - resolution: {integrity: sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==} 2336 + caniuse-api@4.0.0: 2337 + resolution: {integrity: sha512-B0hQ1OLyJuHTQSOWXvwibWqM6DCoqJdvBA6X1S/53bd4XU7LJ1yurIPlrsouol3mw1jh9pGI4ivubSpmJeIqCA==} 3387 2338 3388 - caniuse-lite@1.0.30001792: 3389 - resolution: {integrity: sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==} 2339 + caniuse-lite@1.0.30001799: 2340 + resolution: {integrity: sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==} 3390 2341 3391 2342 chai@6.2.2: 3392 2343 resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==} 3393 2344 engines: {node: '>=18'} 3394 2345 3395 - chalk@4.1.2: 3396 - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} 3397 - engines: {node: '>=10'} 3398 - 3399 2346 change-case@5.4.4: 3400 2347 resolution: {integrity: sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==} 3401 2348 3402 2349 changelogen@0.6.2: 3403 2350 resolution: {integrity: sha512-QtC7+r9BxoUm+XDAwhLbz3CgU134J1ytfE3iCpLpA4KFzX2P1e6s21RrWDwUBzfx66b1Rv+6lOA2nS2btprd+A==} 3404 2351 hasBin: true 3405 - 3406 - chokidar@4.0.3: 3407 - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 3408 - engines: {node: '>= 14.16.0'} 3409 2352 3410 2353 chokidar@5.0.0: 3411 2354 resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} ··· 3422 2365 citty@0.1.6: 3423 2366 resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==} 3424 2367 3425 - citty@0.2.1: 3426 - resolution: {integrity: sha512-kEV95lFBhQgtogAPlQfJJ0WGVSokvLr/UEoFPiKKOXF7pl98HfUVUD0ejsuTCld/9xH9vogSywZ5KqHzXrZpqg==} 3427 - 3428 2368 citty@0.2.2: 3429 2369 resolution: {integrity: sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==} 3430 2370 3431 - clean-regexp@1.0.0: 3432 - resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} 3433 - engines: {node: '>=4'} 3434 - 3435 - clipboardy@4.0.0: 3436 - resolution: {integrity: sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==} 3437 - engines: {node: '>=18'} 3438 - 3439 - clipboardy@5.0.0: 3440 - resolution: {integrity: sha512-MQfKHaD09eP80Pev4qBxZLbxJK/ONnqfSYAPlCmPh+7BDboYtO/3BmB6HGzxDIT0SlTRc2tzS8lQqfcdLtZ0Kg==} 3441 - engines: {node: '>=20'} 3442 - 3443 - cliui@8.0.1: 3444 - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} 3445 - engines: {node: '>=12'} 3446 - 3447 2371 cliui@9.0.1: 3448 2372 resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==} 3449 2373 engines: {node: '>=20'} 3450 2374 3451 - cluster-key-slot@1.1.2: 3452 - resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==} 2375 + cluster-key-slot@1.1.1: 2376 + resolution: {integrity: sha512-rwHwUfXL40Chm1r08yrhU3qpUvdVlgkKNeyeGPOxnW8/SyVDvgRaed/Uz54AqWNaTCAThlj6QAs3TZcKI0xDEw==} 3453 2377 engines: {node: '>=0.10.0'} 3454 2378 3455 2379 color-convert@2.0.1: ··· 3459 2383 color-name@1.1.4: 3460 2384 resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} 3461 2385 3462 - colord@2.9.3: 3463 - resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} 3464 - 3465 2386 commander@11.1.0: 3466 2387 resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} 3467 2388 engines: {node: '>=16'} ··· 3469 2390 commander@2.20.3: 3470 2391 resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} 3471 2392 3472 - comment-parser@1.4.6: 3473 - resolution: {integrity: sha512-ObxuY6vnbWTN6Od72xfwN9DbzC7Y2vv8u1Soi9ahRKL37gb6y1qk6/dgjs+3JWuXJHWvsg3BXIwzd/rkmAwavg==} 2393 + comment-parser@1.4.7: 2394 + resolution: {integrity: sha512-0h+uSNtQGW3D98eQt3jJ8L06Fves8hncB4V/PKdw/Qb8Hnk19VaKuTr55UNRYiSoVa7WwrFls+rh3ux9agmkeQ==} 3474 2395 engines: {node: '>= 12.0.0'} 3475 2396 3476 2397 commondir@1.0.1: ··· 3483 2404 resolution: {integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==} 3484 2405 engines: {node: '>= 14'} 3485 2406 3486 - concat-map@0.0.1: 3487 - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 3488 - 3489 2407 confbox@0.1.8: 3490 2408 resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} 3491 2409 3492 - confbox@0.2.2: 3493 - resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==} 3494 - 3495 2410 confbox@0.2.4: 3496 2411 resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==} 3497 2412 ··· 3505 2420 convert-source-map@2.0.0: 3506 2421 resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} 3507 2422 3508 - cookie-es@1.2.2: 3509 - resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} 3510 - 3511 2423 cookie-es@1.2.3: 3512 2424 resolution: {integrity: sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==} 3513 - 3514 - cookie-es@2.0.0: 3515 - resolution: {integrity: sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==} 3516 2425 3517 2426 cookie-es@2.0.1: 3518 2427 resolution: {integrity: sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==} ··· 3520 2429 cookie-es@3.1.1: 3521 2430 resolution: {integrity: sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==} 3522 2431 3523 - cookie@1.0.2: 3524 - resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 3525 - engines: {node: '>=18'} 3526 - 3527 - copy-anything@4.0.5: 3528 - resolution: {integrity: sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==} 3529 - engines: {node: '>=18'} 3530 - 3531 2432 core-js-compat@3.49.0: 3532 2433 resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==} 3533 2434 ··· 3547 2448 resolution: {integrity: sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==} 3548 2449 engines: {node: '>=18.0'} 3549 2450 3550 - croner@9.1.0: 3551 - resolution: {integrity: sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==} 3552 - engines: {node: '>=18.0'} 3553 - 3554 2451 cross-spawn@7.0.6: 3555 2452 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} 3556 2453 engines: {node: '>= 8'} ··· 3558 2455 crossws@0.3.5: 3559 2456 resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==} 3560 2457 3561 - crossws@0.4.5: 3562 - resolution: {integrity: sha512-wUR89x/Rw7/8t+vn0CmGDYM9TD6VtARGb0LD5jq2wjtMy1vCP4M+sm6N6TigWeTYvnA8MoW29NqqXD0ep0rfBA==} 2458 + crossws@0.4.6: 2459 + resolution: {integrity: sha512-/Wxe9Z007EbJ496j88nToZEvyPZ8PY/wjZJ18Agh/GCA9cYHyLbxtrpdFlFzAw3TV20F0SUYGl0g6PzChbwUrg==} 3563 2460 peerDependencies: 3564 2461 srvx: '>=0.11.5' 3565 2462 peerDependenciesMeta: 3566 2463 srvx: 3567 2464 optional: true 3568 2465 3569 - css-declaration-sorter@7.3.0: 3570 - resolution: {integrity: sha512-LQF6N/3vkAMYF4xoHLJfG718HRJh34Z8BnNhd6bosOMIVjMlhuZK5++oZa3uYAgrI5+7x2o27gUqTR2U/KjUOQ==} 3571 - engines: {node: ^14 || ^16 || >=18} 3572 - peerDependencies: 3573 - postcss: ^8.0.9 3574 - 3575 2466 css-declaration-sorter@7.4.0: 3576 2467 resolution: {integrity: sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==} 3577 2468 engines: {node: ^14 || ^16 || >=18} ··· 3584 2475 css-tree@2.2.1: 3585 2476 resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} 3586 2477 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} 3587 - 3588 - css-tree@3.1.0: 3589 - resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} 3590 - engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} 3591 2478 3592 2479 css-tree@3.2.1: 3593 2480 resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==} ··· 3608 2495 peerDependencies: 3609 2496 postcss: ^8.5.13 3610 2497 3611 - cssnano-preset-default@7.0.9: 3612 - resolution: {integrity: sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==} 3613 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3614 - peerDependencies: 3615 - postcss: ^8.4.32 3616 - 3617 - cssnano-utils@5.0.1: 3618 - resolution: {integrity: sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==} 3619 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 2498 + cssnano-preset-default@8.0.2: 2499 + resolution: {integrity: sha512-+jQAqIKCqMmBjZs7741XkilU93ITZ/EW8gjAkMmujdCzfDkfjrDBv2VqkSu29Fzeig/0rZ3S9IAwfPLlmXEUfQ==} 2500 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 3620 2501 peerDependencies: 3621 - postcss: ^8.4.32 2502 + postcss: ^8.5.15 3622 2503 3623 2504 cssnano-utils@5.0.3: 3624 2505 resolution: {integrity: sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==} ··· 3626 2507 peerDependencies: 3627 2508 postcss: ^8.5.13 3628 2509 3629 - cssnano@7.1.1: 3630 - resolution: {integrity: sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==} 3631 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 2510 + cssnano-utils@6.0.1: 2511 + resolution: {integrity: sha512-zk65GIxA8tCjqVk7nTm1mE+ZKxtnxAvU5JSUaBLXbAr3ZF7IOvz3fbPOnEDvZKhnS7GOIitXTS5BgehLzNoc8Q==} 2512 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 3632 2513 peerDependencies: 3633 - postcss: ^8.4.32 2514 + postcss: ^8.5.15 3634 2515 3635 2516 cssnano@7.1.9: 3636 2517 resolution: {integrity: sha512-uPR75+5Dk/WJ/YSPR1/YDHdwMM9c5FsaARljfKWgeCKLKOtJ0we21xy/RcCjn53fZnD/f6yYEIZ8pu18+GnbNQ==} ··· 3638 2519 peerDependencies: 3639 2520 postcss: ^8.5.13 3640 2521 2522 + cssnano@8.0.2: 2523 + resolution: {integrity: sha512-K+a76gA1v0/CsYgcsE95HGGyIuPKxpQSetwSwz4nHEM8fFXqSkzq2JzEXFL8v5+CCjxzVVVhPcTK3Oo8SaF/xA==} 2524 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 2525 + peerDependencies: 2526 + postcss: ^8.5.15 2527 + 3641 2528 csso@5.0.5: 3642 2529 resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} 3643 2530 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} 3644 - 3645 - csstype@3.1.3: 3646 - resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} 3647 2531 3648 2532 csstype@3.2.3: 3649 2533 resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} ··· 3670 2554 optional: true 3671 2555 sqlite3: 3672 2556 optional: true 3673 - 3674 - de-indent@1.0.2: 3675 - resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} 3676 2557 3677 2558 debug@4.4.3: 3678 2559 resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} ··· 3698 2579 resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==} 3699 2580 engines: {node: '>=18'} 3700 2581 3701 - define-lazy-prop@2.0.0: 3702 - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} 3703 - engines: {node: '>=8'} 3704 - 3705 2582 define-lazy-prop@3.0.0: 3706 2583 resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==} 3707 2584 engines: {node: '>=12'} 3708 - 3709 - defu@6.1.4: 3710 - resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} 3711 2585 3712 2586 defu@6.1.7: 3713 2587 resolution: {integrity: sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==} ··· 3723 2597 destr@2.0.5: 3724 2598 resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==} 3725 2599 3726 - detect-libc@1.0.3: 3727 - resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} 3728 - engines: {node: '>=0.10'} 3729 - hasBin: true 2600 + detect-indent@7.0.2: 2601 + resolution: {integrity: sha512-y+8xyqdGLL+6sh0tVeHcfP/QDd8gUgbasolJJpY7NgeQGSZ739bDtSiaiDgtoicy+mtYB81dKLxO9xRhCyIB3A==} 2602 + engines: {node: '>=12.20'} 3730 2603 3731 2604 detect-libc@2.1.2: 3732 2605 resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 3733 2606 engines: {node: '>=8'} 3734 2607 3735 - devalue@5.4.2: 3736 - resolution: {integrity: sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==} 3737 - 3738 - devalue@5.8.0: 3739 - resolution: {integrity: sha512-2zA9pFEsnp7vWBZbXF5JAgAq0fsUIt/1XPbRiAmRV3lp/2C3upzH+sADiyy66aFCihoLEsrQHxNM5w1gIDfsBg==} 3740 - 3741 - diff@8.0.2: 3742 - resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==} 3743 - engines: {node: '>=0.3.1'} 2608 + devalue@5.8.1: 2609 + resolution: {integrity: sha512-4CXDYRBGqN+57wVJkuXBYmpAVUSg3L6JAQa/DFqm238G73E1wuyc/JhGQJzN7vUf/CMphYau2zXbfWzDR5aTEw==} 3744 2610 3745 2611 diff@8.0.4: 3746 2612 resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==} ··· 3763 2629 resolution: {integrity: sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==} 3764 2630 engines: {node: '>=20'} 3765 2631 3766 - dotenv@16.6.1: 3767 - resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} 3768 - engines: {node: '>=12'} 3769 - 3770 - dotenv@17.2.3: 3771 - resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==} 3772 - engines: {node: '>=12'} 3773 - 3774 2632 dotenv@17.4.2: 3775 2633 resolution: {integrity: sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==} 3776 2634 engines: {node: '>=12'} ··· 3784 2642 ee-first@1.1.1: 3785 2643 resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} 3786 2644 3787 - electron-to-chromium@1.5.248: 3788 - resolution: {integrity: sha512-zsur2yunphlyAO4gIubdJEXCK6KOVvtpiuDfCIqbM9FjcnMYiyn0ICa3hWfPr0nc41zcLWobgy1iL7VvoOyA2Q==} 3789 - 3790 - electron-to-chromium@1.5.307: 3791 - resolution: {integrity: sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg==} 3792 - 3793 - electron-to-chromium@1.5.351: 3794 - resolution: {integrity: sha512-9D7Iqx8RImSvCnOsj86rCH6eQjZFQoM04Jn6HnZVM0Nu/G58/gmKYQ1d12MZTbjQbQSTGI8nwEy07ErsA2slLA==} 2645 + electron-to-chromium@1.5.375: 2646 + resolution: {integrity: sha512-ZWP5eB4BVPW/ZYo9252hQZHZ5XavtsTgpbhcmMmRwymavC5AsLWQWBPaKMeNd2LW0KGby5HPXvj7+sr4ta5j/Q==} 3795 2647 3796 2648 emoji-regex@10.6.0: 3797 2649 resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} ··· 3824 2676 resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} 3825 2677 engines: {node: '>= 0.4'} 3826 2678 3827 - es-module-lexer@1.7.0: 3828 - resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} 3829 - 3830 2679 es-module-lexer@2.1.0: 3831 2680 resolution: {integrity: sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==} 3832 2681 3833 - esbuild@0.25.11: 3834 - resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==} 3835 - engines: {node: '>=18'} 3836 - hasBin: true 3837 - 3838 2682 esbuild@0.25.12: 3839 2683 resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} 3840 2684 engines: {node: '>=18'} ··· 3845 2689 engines: {node: '>=18'} 3846 2690 hasBin: true 3847 2691 3848 - esbuild@0.28.0: 3849 - resolution: {integrity: sha512-sNR9MHpXSUV/XB4zmsFKN+QgVG82Cc7+/aaxJ8Adi8hyOac+EXptIp45QBPaVyX3N70664wRbTcLTOemCAnyqw==} 2692 + esbuild@0.28.1: 2693 + resolution: {integrity: sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==} 3850 2694 engines: {node: '>=18'} 3851 2695 hasBin: true 3852 2696 ··· 3857 2701 escape-html@1.0.3: 3858 2702 resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} 3859 2703 3860 - escape-string-regexp@1.0.5: 3861 - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} 3862 - engines: {node: '>=0.8.0'} 3863 - 3864 2704 escape-string-regexp@4.0.0: 3865 2705 resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} 3866 2706 engines: {node: '>=10'} ··· 3891 2731 peerDependencies: 3892 2732 eslint: '*' 3893 2733 3894 - eslint-plugin-import-lite@0.5.2: 3895 - resolution: {integrity: sha512-XvfdWOC5dSLEI9krIPRlNmKSI2ViIE9pVylzfV9fCq0ZpDaNeUk6o0wZv0OzN83QdadgXp1NsY0qjLINxwYCsw==} 2734 + eslint-plugin-import-lite@0.6.0: 2735 + resolution: {integrity: sha512-80vevx2A7i3H7n1/6pqDO8cc5wRz6OwLDvIyVl9UflBV1N1f46e9Ihzi65IOLYoSxM6YykK2fTw1xm0Ixx6aTQ==} 3896 2736 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3897 2737 peerDependencies: 3898 - eslint: '>=9.0.0' 2738 + eslint: ^9.0.0 || ^10.0.0 3899 2739 3900 2740 eslint-plugin-import-x@4.16.2: 3901 2741 resolution: {integrity: sha512-rM9K8UBHcWKpzQzStn1YRN2T5NvdeIfSVoKu/lKF41znQXHAUcBbYXe5wd6GNjZjTrP7viQ49n1D83x/2gYgIw==} ··· 3910 2750 eslint-import-resolver-node: 3911 2751 optional: true 3912 2752 3913 - eslint-plugin-jsdoc@62.9.0: 3914 - resolution: {integrity: sha512-PY7/X4jrVgoIDncUmITlUqK546Ltmx/Pd4Hdsu4CvSjryQZJI2mEV4vrdMufyTetMiZ5taNSqvK//BTgVUlNkA==} 3915 - engines: {node: ^20.19.0 || ^22.13.0 || >=24} 2753 + eslint-plugin-jsdoc@63.0.5: 2754 + resolution: {integrity: sha512-AzI9bgKhV9li049/mIblX0c41DeWMMfH9qNsRasc+fAxwURRKChIp03Pk57M7UTf+Y6hifTJ89kQyCOoOLtEDw==} 2755 + engines: {node: ^22.13.0 || >=24} 3916 2756 peerDependencies: 3917 2757 eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 3918 2758 ··· 3922 2762 peerDependencies: 3923 2763 eslint: '>=9.38.0' 3924 2764 3925 - eslint-plugin-unicorn@63.0.0: 3926 - resolution: {integrity: sha512-Iqecl9118uQEXYh7adylgEmGfkn5es3/mlQTLLkd4pXkIk9CTGrAbeUux+YljSa2ohXCBmQQ0+Ej1kZaFgcfkA==} 2765 + eslint-plugin-unicorn@65.0.1: 2766 + resolution: {integrity: sha512-daCrQrgxOoOz2uMPWB3Y3vvv/5q+ncwICI8IjoebiwtW87CaY4tAN5EEiRXTYVnf7qi1v1BGBdHOSnZLV0rx6A==} 3927 2767 engines: {node: ^20.10.0 || >=21.0.0} 3928 2768 peerDependencies: 3929 2769 eslint: '>=9.38.0' 3930 2770 3931 - eslint-plugin-vue@10.9.1: 3932 - resolution: {integrity: sha512-cHB0Tf4Duvzwecwd/AqWzZvF/QszE13BhjVUpVXWCy9AeMR5GjkAjP3i85vqgLgOuTmkHR1OJ5oMeqLHtuw8zg==} 2771 + eslint-plugin-vue@10.9.2: 2772 + resolution: {integrity: sha512-4g7ZP3pYcuqd7Zp0pzUKcos0W+RkjBz4EGdhJ92FcYk6v03Ti/GK5NwjgsjxHK+98eXDbHeK7VtX1az7/8doZA==} 3933 2773 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3934 2774 peerDependencies: 3935 2775 '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 ··· 3948 2788 '@vue/compiler-sfc': ^3.3.0 3949 2789 eslint: '>=9.0.0' 3950 2790 3951 - eslint-scope@8.4.0: 3952 - resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} 3953 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3954 - 3955 2791 eslint-scope@9.1.2: 3956 2792 resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==} 3957 2793 engines: {node: ^20.19.0 || ^22.13.0 || >=24} ··· 3968 2804 resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} 3969 2805 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 3970 2806 3971 - eslint@10.3.0: 3972 - resolution: {integrity: sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==} 2807 + eslint@10.5.0: 2808 + resolution: {integrity: sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==} 3973 2809 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 3974 2810 hasBin: true 3975 2811 peerDependencies: ··· 3978 2814 jiti: 3979 2815 optional: true 3980 2816 3981 - eslint@9.38.0: 3982 - resolution: {integrity: sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==} 3983 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3984 - hasBin: true 3985 - peerDependencies: 3986 - jiti: '*' 3987 - peerDependenciesMeta: 3988 - jiti: 3989 - optional: true 3990 - 3991 2817 espree@10.4.0: 3992 2818 resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} 3993 2819 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 3995 2821 espree@11.2.0: 3996 2822 resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==} 3997 2823 engines: {node: ^20.19.0 || ^22.13.0 || >=24} 3998 - 3999 - esquery@1.6.0: 4000 - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} 4001 - engines: {node: '>=0.10'} 4002 2824 4003 2825 esquery@1.7.0: 4004 2826 resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} ··· 4041 2863 resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} 4042 2864 engines: {node: '>=16.17'} 4043 2865 4044 - execa@9.6.0: 4045 - resolution: {integrity: sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==} 4046 - engines: {node: ^18.19.0 || >=20.5.0} 4047 - 4048 2866 expect-type@1.3.0: 4049 2867 resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==} 4050 2868 engines: {node: '>=12.0.0'} 4051 - 4052 - exsolve@1.0.7: 4053 - resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==} 4054 2869 4055 2870 exsolve@1.0.8: 4056 2871 resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==} ··· 4075 2890 fast-levenshtein@2.0.6: 4076 2891 resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} 4077 2892 4078 - fast-npm-meta@0.4.7: 4079 - resolution: {integrity: sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==} 4080 - 4081 2893 fast-npm-meta@1.5.1: 4082 2894 resolution: {integrity: sha512-tWhw7z4jFuQgZB9tbQyUh5BY9nNd/wimM+fBLfmmJjakkJDNvbJKm0nQ5ruPKC0us1HGg7L6iBk1fxpSzcgSaA==} 4083 2895 hasBin: true ··· 4097 2909 fast-wrap-ansi@0.1.6: 4098 2910 resolution: {integrity: sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==} 4099 2911 4100 - fast-wrap-ansi@0.2.0: 4101 - resolution: {integrity: sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==} 2912 + fast-wrap-ansi@0.2.2: 2913 + resolution: {integrity: sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==} 4102 2914 4103 2915 fastq@1.20.1: 4104 2916 resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} ··· 4112 2924 picomatch: 4113 2925 optional: true 4114 2926 4115 - figures@6.1.0: 4116 - resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} 4117 - engines: {node: '>=18'} 4118 - 4119 2927 file-entry-cache@8.0.0: 4120 2928 resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} 4121 2929 engines: {node: '>=16.0.0'} ··· 4149 2957 resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} 4150 2958 engines: {node: '>=14'} 4151 2959 4152 - fraction.js@4.3.7: 4153 - resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} 4154 - 4155 2960 fraction.js@5.3.4: 4156 2961 resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==} 4157 2962 ··· 4167 2972 function-bind@1.1.2: 4168 2973 resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 4169 2974 4170 - fuse.js@7.1.0: 4171 - resolution: {integrity: sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==} 4172 - engines: {node: '>=10'} 4173 - 4174 - fuse.js@7.3.0: 4175 - resolution: {integrity: sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==} 2975 + fuse.js@7.4.2: 2976 + resolution: {integrity: sha512-LVbzjD4WA6UP5B1UnP8wuaXJiLnqMdM/E4fiJXTJ5haJ5b/MBNsK29h2fm6swEoQaVQjvYFWKLE2RanyZIoRVQ==} 4176 2977 engines: {node: '>=10'} 4177 2978 4178 2979 fzf@0.5.2: ··· 4186 2987 resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} 4187 2988 engines: {node: 6.* || 8.* || >= 10.*} 4188 2989 4189 - get-east-asian-width@1.5.0: 4190 - resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==} 2990 + get-east-asian-width@1.6.0: 2991 + resolution: {integrity: sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==} 4191 2992 engines: {node: '>=18'} 4192 2993 4193 2994 get-port-please@3.2.0: ··· 4197 2998 resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} 4198 2999 engines: {node: '>=16'} 4199 3000 4200 - get-stream@9.0.1: 4201 - resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} 4202 - engines: {node: '>=18'} 4203 - 4204 3001 get-tsconfig@4.14.0: 4205 3002 resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==} 4206 3003 4207 - giget@2.0.0: 4208 - resolution: {integrity: sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==} 4209 - hasBin: true 4210 - 4211 - giget@3.2.0: 4212 - resolution: {integrity: sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==} 3004 + giget@3.3.0: 3005 + resolution: {integrity: sha512-gzi2D96p+AMfDcmJHGDj3KJ9NRiwvlFAU5yfa3ROwWZmFUjX4P43x3BcyRaOMMLto1vUo7C+86+MFhYTl6Ryiw==} 4213 3006 hasBin: true 4214 3007 4215 - git-up@8.1.1: 4216 - resolution: {integrity: sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==} 4217 - 4218 - git-url-parse@16.1.0: 4219 - resolution: {integrity: sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==} 4220 - 4221 3008 glob-parent@5.1.2: 4222 3009 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 4223 3010 engines: {node: '>= 6'} ··· 4226 3013 resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 4227 3014 engines: {node: '>=10.13.0'} 4228 3015 4229 - glob@10.4.5: 4230 - resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} 4231 - hasBin: true 4232 - 4233 3016 glob@10.5.0: 4234 3017 resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} 4235 3018 deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me ··· 4243 3026 resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} 4244 3027 engines: {node: '>=18'} 4245 3028 4246 - globals@14.0.0: 4247 - resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} 4248 - engines: {node: '>=18'} 4249 - 4250 - globals@16.5.0: 4251 - resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} 4252 - engines: {node: '>=18'} 4253 - 4254 3029 globals@17.6.0: 4255 3030 resolution: {integrity: sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==} 4256 3031 engines: {node: '>=18'} 4257 - 4258 - globby@15.0.0: 4259 - resolution: {integrity: sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==} 4260 - engines: {node: '>=20'} 4261 3032 4262 3033 globby@16.2.0: 4263 3034 resolution: {integrity: sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==} ··· 4273 3044 h3@1.15.11: 4274 3045 resolution: {integrity: sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==} 4275 3046 4276 - h3@1.15.4: 4277 - resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} 4278 - 4279 - h3@1.15.6: 4280 - resolution: {integrity: sha512-oi15ESLW5LRthZ+qPCi5GNasY/gvynSKUQxgiovrY63bPAtG59wtM+LSrlcwvOHAXzGrXVLnI97brbkdPF9WoQ==} 4281 - 4282 3047 h3@2.0.1-rc.20: 4283 3048 resolution: {integrity: sha512-28ljodXuUp0fZovdiSRq4G9OgrxCztrJe5VdYzXAB7ueRvI7pIUqLU14Xi3XqdYJ/khXjfpUOOD2EQa6CmBgsg==} 4284 3049 engines: {node: '>=20.11.1'} ··· 4289 3054 crossws: 4290 3055 optional: true 4291 3056 4292 - has-flag@4.0.0: 4293 - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 4294 - engines: {node: '>=8'} 4295 - 4296 - hasown@2.0.3: 4297 - resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==} 3057 + hasown@2.0.4: 3058 + resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} 4298 3059 engines: {node: '>= 0.4'} 4299 - 4300 - he@1.2.0: 4301 - resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} 4302 - hasBin: true 4303 3060 4304 3061 hookable@5.5.3: 4305 3062 resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} ··· 4322 3079 resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} 4323 3080 engines: {node: '>= 14'} 4324 3081 4325 - httpxy@0.1.7: 4326 - resolution: {integrity: sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==} 4327 - 4328 - httpxy@0.5.1: 4329 - resolution: {integrity: sha512-JPhqYiixe1A1I+MXDewWDZqeudBGU8Q9jCHYN8ML+779RQzLjTi78HBvWz4jMxUD6h2/vUL12g4q/mFM0OUw1A==} 3082 + httpxy@0.5.3: 3083 + resolution: {integrity: sha512-SMS9V6Sn7VWaS11lYhoAr0ceoaiolTWf4jYdJn0NJhCdKMu9R2H9Fh0LBDWBHQF6HRLI1PmaePYsjanSpE5PEw==} 4330 3084 4331 3085 human-signals@5.0.0: 4332 3086 resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} 4333 3087 engines: {node: '>=16.17.0'} 4334 - 4335 - human-signals@8.0.1: 4336 - resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==} 4337 - engines: {node: '>=18.18.0'} 4338 3088 4339 3089 ieee754@1.2.1: 4340 3090 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} ··· 4350 3100 image-meta@0.2.2: 4351 3101 resolution: {integrity: sha512-3MOLanc3sb3LNGWQl1RlQlNWURE5g32aUphrDyFeCsxBTk08iE3VNe4CwsUZ0Qs1X+EfX0+r29Sxdpza4B+yRA==} 4352 3102 4353 - import-fresh@3.3.1: 4354 - resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} 4355 - engines: {node: '>=6'} 4356 - 4357 - impound@1.0.0: 4358 - resolution: {integrity: sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==} 4359 - 4360 3103 impound@1.1.5: 4361 3104 resolution: {integrity: sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==} 4362 3105 ··· 4375 3118 resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} 4376 3119 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 4377 3120 4378 - ioredis@5.10.1: 4379 - resolution: {integrity: sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==} 4380 - engines: {node: '>=12.22.0'} 4381 - 4382 - ioredis@5.8.2: 4383 - resolution: {integrity: sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==} 3121 + ioredis@5.11.1: 3122 + resolution: {integrity: sha512-ehuGcf94bQXhfagULNXrJdfnWO38v070jxSx/qE87Kjzmu2fU7ro5EFAb+OPituLqgfyuQaym5DlrNydW2sJ9A==} 4384 3123 engines: {node: '>=12.22.0'} 4385 3124 4386 3125 iron-webcrypto@1.2.1: ··· 4390 3129 resolution: {integrity: sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA==} 4391 3130 engines: {node: '>=18.20'} 4392 3131 4393 - is-core-module@2.16.1: 4394 - resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} 4395 - engines: {node: '>= 0.4'} 4396 - 4397 3132 is-core-module@2.16.2: 4398 3133 resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==} 4399 3134 engines: {node: '>= 0.4'} 4400 - 4401 - is-docker@2.2.1: 4402 - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} 4403 - engines: {node: '>=8'} 4404 - hasBin: true 4405 3135 4406 3136 is-docker@3.0.0: 4407 3137 resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} ··· 4444 3174 resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==} 4445 3175 engines: {node: '>=12'} 4446 3176 4447 - is-plain-obj@4.1.0: 4448 - resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} 4449 - engines: {node: '>=12'} 4450 - 4451 3177 is-reference@1.2.1: 4452 3178 resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} 4453 3179 4454 - is-ssh@1.4.1: 4455 - resolution: {integrity: sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==} 4456 - 4457 3180 is-stream@2.0.1: 4458 3181 resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} 4459 3182 engines: {node: '>=8'} ··· 4462 3185 resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} 4463 3186 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 4464 3187 4465 - is-stream@4.0.1: 4466 - resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==} 4467 - engines: {node: '>=18'} 4468 - 4469 - is-unicode-supported@2.1.0: 4470 - resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} 4471 - engines: {node: '>=18'} 4472 - 4473 - is-wayland@0.1.0: 4474 - resolution: {integrity: sha512-QkbMsWkIfkrzOPxenwye0h56iAXirZYHG9eHVPb22fO9y+wPbaX/CHacOWBa/I++4ohTcByimhM1/nyCsH8KNA==} 4475 - engines: {node: '>=20'} 4476 - 4477 - is-what@5.5.0: 4478 - resolution: {integrity: sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==} 4479 - engines: {node: '>=18'} 4480 - 4481 - is-wsl@2.2.0: 4482 - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} 4483 - engines: {node: '>=8'} 4484 - 4485 - is-wsl@3.1.0: 4486 - resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} 4487 - engines: {node: '>=16'} 4488 - 4489 3188 is-wsl@3.1.1: 4490 3189 resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} 4491 3190 engines: {node: '>=16'} 4492 3191 4493 - is64bit@2.0.0: 4494 - resolution: {integrity: sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==} 4495 - engines: {node: '>=18'} 4496 - 4497 3192 isarray@1.0.0: 4498 3193 resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} 4499 3194 4500 3195 isexe@2.0.0: 4501 3196 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 4502 - 4503 - isexe@3.1.5: 4504 - resolution: {integrity: sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==} 4505 - engines: {node: '>=18'} 4506 3197 4507 3198 isexe@4.0.0: 4508 3199 resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==} ··· 4515 3206 resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} 4516 3207 hasBin: true 4517 3208 4518 - jiti@2.6.1: 4519 - resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} 4520 - hasBin: true 4521 - 4522 3209 jiti@2.7.0: 4523 3210 resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==} 4524 3211 hasBin: true ··· 4528 3215 4529 3216 js-tokens@9.0.1: 4530 3217 resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} 4531 - 4532 - js-yaml@4.1.1: 4533 - resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} 4534 - hasBin: true 4535 3218 4536 3219 jsdoc-type-pratt-parser@7.2.0: 4537 3220 resolution: {integrity: sha512-dh140MMgjyg3JhJZY/+iEzW+NO5xR2gpbDFKHqotCmexElVntw7GjWjt511+C/Ef02RU5TKYrJo/Xlzk+OLaTw==} ··· 4559 3242 keyv@4.5.4: 4560 3243 resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 4561 3244 4562 - kleur@3.0.3: 4563 - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} 4564 - engines: {node: '>=6'} 4565 - 4566 3245 kleur@4.1.5: 4567 3246 resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 4568 3247 engines: {node: '>=6'} ··· 4571 3250 resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} 4572 3251 engines: {node: '>= 8'} 4573 3252 4574 - knitwork@1.2.0: 4575 - resolution: {integrity: sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==} 4576 - 4577 3253 knitwork@1.3.0: 4578 3254 resolution: {integrity: sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==} 4579 3255 4580 - launch-editor@2.11.1: 4581 - resolution: {integrity: sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==} 4582 - 4583 - launch-editor@2.13.2: 4584 - resolution: {integrity: sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==} 3256 + launch-editor@2.14.1: 3257 + resolution: {integrity: sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==} 4585 3258 4586 3259 lazystream@1.0.1: 4587 3260 resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} ··· 4599 3272 resolution: {integrity: sha512-kfz4C0OrC6IpaVMtYDJtf6PFjurxe9NBBoDAh/o2p587INryFOO4DQ9OetbCdDrWFt1m1CJKvYrzkGsuPHw8nQ==} 4600 3273 hasBin: true 4601 3274 4602 - listhen@1.9.0: 4603 - resolution: {integrity: sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==} 4604 - hasBin: true 4605 - 4606 - local-pkg@1.1.2: 4607 - resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==} 3275 + local-pkg@1.2.1: 3276 + resolution: {integrity: sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==} 4608 3277 engines: {node: '>=14'} 4609 3278 4610 3279 locate-path@6.0.0: 4611 3280 resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} 4612 3281 engines: {node: '>=10'} 4613 3282 4614 - lodash.defaults@4.2.0: 4615 - resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} 4616 - 4617 - lodash.isarguments@3.1.0: 4618 - resolution: {integrity: sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==} 4619 - 4620 3283 lodash.memoize@4.1.2: 4621 3284 resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} 4622 - 4623 - lodash.merge@4.6.2: 4624 - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 4625 3285 4626 3286 lodash.uniq@4.5.0: 4627 3287 resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} ··· 4632 3292 lru-cache@10.4.3: 4633 3293 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 4634 3294 4635 - lru-cache@11.3.6: 4636 - resolution: {integrity: sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==} 3295 + lru-cache@11.5.1: 3296 + resolution: {integrity: sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==} 4637 3297 engines: {node: 20 || >=22} 4638 3298 4639 3299 lru-cache@5.1.1: ··· 4642 3302 magic-regexp@0.10.0: 4643 3303 resolution: {integrity: sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==} 4644 3304 3305 + magic-regexp@0.11.0: 3306 + resolution: {integrity: sha512-LG77Z/gVnwz7oaDpD4heX6ryl+lcr4l1B2gnP4MMvt2pGhGC1Dfj7dl1pXpP4ih+VQFLuAadeKVa+lARAzfW+Q==} 3307 + 4645 3308 magic-string-ast@1.0.3: 4646 3309 resolution: {integrity: sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==} 4647 3310 engines: {node: '>=20.19.0'} ··· 4649 3312 magic-string@0.30.21: 4650 3313 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 4651 3314 4652 - magicast@0.3.5: 4653 - resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} 4654 - 4655 - magicast@0.5.2: 4656 - resolution: {integrity: sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==} 3315 + magicast@0.5.3: 3316 + resolution: {integrity: sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==} 4657 3317 4658 3318 mdn-data@2.0.28: 4659 3319 resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} 4660 - 4661 - mdn-data@2.12.2: 4662 - resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} 4663 3320 4664 3321 mdn-data@2.27.1: 4665 3322 resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==} ··· 4683 3340 resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==} 4684 3341 engines: {node: '>=18'} 4685 3342 4686 - mime@3.0.0: 4687 - resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} 4688 - engines: {node: '>=10.0.0'} 4689 - hasBin: true 4690 - 4691 3343 mime@4.1.0: 4692 3344 resolution: {integrity: sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==} 4693 3345 engines: {node: '>=16'} ··· 4700 3352 minimatch@10.2.5: 4701 3353 resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} 4702 3354 engines: {node: 18 || 20 || >=22} 4703 - 4704 - minimatch@3.1.2: 4705 - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 4706 - 4707 - minimatch@3.1.5: 4708 - resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} 4709 3355 4710 3356 minimatch@5.1.9: 4711 3357 resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==} 4712 3358 engines: {node: '>=10'} 4713 3359 4714 - minimatch@9.0.5: 4715 - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} 4716 - engines: {node: '>=16 || 14 >=14.17'} 4717 - 4718 3360 minimatch@9.0.9: 4719 3361 resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==} 4720 3362 engines: {node: '>=16 || 14 >=14.17'} 4721 3363 4722 - minipass@7.1.2: 4723 - resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} 4724 - engines: {node: '>=16 || 14 >=14.17'} 4725 - 4726 3364 minipass@7.1.3: 4727 3365 resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} 4728 3366 engines: {node: '>=16 || 14 >=14.17'} ··· 4731 3369 resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==} 4732 3370 engines: {node: '>= 18'} 4733 3371 4734 - mitt@3.0.1: 4735 - resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} 4736 - 4737 3372 mkdist@2.4.1: 4738 3373 resolution: {integrity: sha512-Ezk0gi04GJBkqMfsksICU5Rjoemc4biIekwgrONWVPor2EO/N9nBgN6MZXAf7Yw4mDDhrNyKbdETaHNevfumKg==} 4739 3374 hasBin: true ··· 4754 3389 optional: true 4755 3390 vue-tsc: 4756 3391 optional: true 4757 - 4758 - mlly@1.8.0: 4759 - resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==} 4760 - 4761 - mlly@1.8.1: 4762 - resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==} 4763 3392 4764 3393 mlly@1.8.2: 4765 3394 resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==} ··· 4781 3410 muggle-string@0.4.1: 4782 3411 resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} 4783 3412 4784 - nanoid@3.3.11: 4785 - resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} 4786 - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 4787 - hasBin: true 4788 - 4789 3413 nanoid@3.3.12: 4790 3414 resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} 4791 3415 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 4792 3416 hasBin: true 4793 3417 4794 - nanoid@5.1.6: 4795 - resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==} 4796 - engines: {node: ^18 || >=20} 4797 - hasBin: true 4798 - 4799 - nanotar@0.2.0: 4800 - resolution: {integrity: sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==} 4801 - 4802 3418 nanotar@0.3.0: 4803 3419 resolution: {integrity: sha512-Kv2JYYiCzt16Kt5QwAc9BFG89xfPNBx+oQL4GQXD9nLqPkZBiNaqaCWtwnbk/q7UVsTYevvM1b0UF8zmEI4pCg==} 4804 3420 ··· 4810 3426 natural-compare@1.4.0: 4811 3427 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 4812 3428 4813 - nitropack@2.12.8: 4814 - resolution: {integrity: sha512-k4KT/6CMiX+aAI2LWEdVhvI4PPPWt6NTz70TcxrGUgvMpt8Pv4/iG0KTwBJ58KdwFp59p3Mlp8QyGVmIVP6GvQ==} 4815 - engines: {node: ^20.19.0 || >=22.12.0} 4816 - hasBin: true 4817 - peerDependencies: 4818 - xml2js: ^0.6.2 4819 - peerDependenciesMeta: 4820 - xml2js: 4821 - optional: true 4822 - 4823 3429 nitropack@2.13.4: 4824 3430 resolution: {integrity: sha512-tX7bT6zxNeMwkc6hxHiZeUoTOjVrcjoh1Z3cmxOlodIqjl4HISgqfGOmkWSayky3Nv9Z5+KQH52F8nmXJY5AAA==} 4825 3431 engines: {node: ^20.19.0 || >=22.12.0} ··· 4845 3451 encoding: 4846 3452 optional: true 4847 3453 4848 - node-forge@1.3.3: 4849 - resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==} 4850 - engines: {node: '>= 6.13.0'} 4851 - 4852 3454 node-forge@1.4.0: 4853 3455 resolution: {integrity: sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==} 4854 3456 engines: {node: '>= 6.13.0'} ··· 4857 3459 resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} 4858 3460 hasBin: true 4859 3461 4860 - node-mock-http@1.0.3: 4861 - resolution: {integrity: sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==} 4862 - 4863 3462 node-mock-http@1.0.4: 4864 3463 resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==} 4865 3464 4866 - node-releases@2.0.27: 4867 - resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} 4868 - 4869 - node-releases@2.0.36: 4870 - resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} 4871 - 4872 - node-releases@2.0.38: 4873 - resolution: {integrity: sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==} 3465 + node-releases@2.0.47: 3466 + resolution: {integrity: sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==} 3467 + engines: {node: '>=18'} 4874 3468 4875 3469 nopt@8.1.0: 4876 3470 resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} ··· 4881 3475 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} 4882 3476 engines: {node: '>=0.10.0'} 4883 3477 4884 - normalize-range@0.1.2: 4885 - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} 4886 - engines: {node: '>=0.10.0'} 4887 - 4888 3478 npm-run-path@5.3.0: 4889 3479 resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} 4890 3480 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} ··· 4896 3486 nth-check@2.1.1: 4897 3487 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 4898 3488 4899 - nuxt@4.1.3: 4900 - resolution: {integrity: sha512-FPl+4HNIOTRYWQXtsZe5KJAr/eddFesuXABvcSTnFLYckIfnxcistwmbtPlkJhkW6vr/Jdhef5QqqYYkBsowGg==} 4901 - engines: {node: ^20.19.0 || >=22.12.0} 4902 - hasBin: true 4903 - peerDependencies: 4904 - '@parcel/watcher': ^2.1.0 4905 - '@types/node': '>=18.12.0' 4906 - peerDependenciesMeta: 4907 - '@parcel/watcher': 4908 - optional: true 4909 - '@types/node': 4910 - optional: true 4911 - 4912 - nuxt@4.4.4: 4913 - resolution: {integrity: sha512-r9E3PYo+uJazltAmjm0TwFW3MQ++Wd//2uRZgCyqkt7VSAVJ5KnRRwUF7JktK/NZbLYAUDiV3tgqE9ZYbHbymA==} 4914 - engines: {node: ^20.19.0 || >=22.12.0} 3489 + nuxt@4.4.8: 3490 + resolution: {integrity: sha512-r/DGE4cNkEDclOw9tbJ18zqu+ix3me+7QCfumPdl5lBXGWgCajskzuq/HzDkHKfIZsn7ACVEjMLRNA2teh++bQ==} 3491 + engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0} 4915 3492 hasBin: true 4916 3493 peerDependencies: 4917 3494 '@parcel/watcher': ^2.1.0 ··· 4922 3499 '@types/node': 4923 3500 optional: true 4924 3501 4925 - nypm@0.6.2: 4926 - resolution: {integrity: sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==} 4927 - engines: {node: ^14.16.0 || >=16.10.0} 4928 - hasBin: true 4929 - 4930 - nypm@0.6.5: 4931 - resolution: {integrity: sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==} 3502 + nypm@0.6.7: 3503 + resolution: {integrity: sha512-s3ds97SD5pd1dULE+tHUk1DrV0cSHOnsfpcdGATJ8JpBo21DoKqN9exTH4/2nhPQNOLomBdTFMicN94S4DrZrQ==} 4932 3504 engines: {node: '>=18'} 4933 3505 hasBin: true 4934 3506 4935 - nypm@0.6.6: 4936 - resolution: {integrity: sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==} 4937 - engines: {node: '>=18'} 4938 - hasBin: true 3507 + object-deep-merge@2.0.1: 3508 + resolution: {integrity: sha512-aKttDKcU3pyZqKcCkDhsMn70WmZFG2JGDQLP9EcLyTSIFQRCPWLAmBZRLJnrVUrhPG1jETEEbfdgbNtJf1LyMg==} 4939 3509 4940 - object-deep-merge@2.0.0: 4941 - resolution: {integrity: sha512-3DC3UMpeffLTHiuXSy/UG4NOIYTLlY9u3V82+djSCLYClWobZiS4ivYzpIUWrRY/nfsJ8cWsKyG3QfyLePmhvg==} 4942 - 4943 - obug@2.1.1: 4944 - resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 4945 - 4946 - ofetch@1.4.1: 4947 - resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} 4948 - 4949 - ofetch@1.5.0: 4950 - resolution: {integrity: sha512-A7llJ7eZyziA5xq9//3ZurA8OhFqtS99K5/V1sLBJ5j137CM/OAjlbA/TEJXBuOWwOfLqih+oH5U3ran4za1FQ==} 3510 + obug@2.1.3: 3511 + resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==} 3512 + engines: {node: '>=12.20.0'} 4951 3513 4952 3514 ofetch@1.5.1: 4953 3515 resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==} ··· 4961 3523 ollama@0.6.3: 4962 3524 resolution: {integrity: sha512-KEWEhIqE5wtfzEIZbDCLH51VFZ6Z3ZSa6sIOg/E/tBV8S51flyqBOXi+bRxlOYKDf8i327zG9eSTb8IJxvm3Zg==} 4963 3525 4964 - on-change@6.0.0: 4965 - resolution: {integrity: sha512-J7kocOS+ZNyjmW6tUUTtA7jLt8GjQlrOdz9z3yLNTvdsswO+b5lYSdMVzDczWnooyFAkkQiKyap5g/Zba+cFRA==} 4966 - engines: {node: '>=20'} 4967 - 4968 3526 on-change@6.0.2: 4969 3527 resolution: {integrity: sha512-08+12qcOVEA0fS9g/VxKS27HaT94nRutUT77J2dr8zv/unzXopvhBuF8tNLWsoLQ5IgrQ6eptGeGqUYat82U1w==} 4970 3528 engines: {node: '>=20'} ··· 4984 3542 open@11.0.0: 4985 3543 resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==} 4986 3544 engines: {node: '>=20'} 4987 - 4988 - open@8.4.2: 4989 - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} 4990 - engines: {node: '>=12'} 4991 3545 4992 3546 optionator@0.9.4: 4993 3547 resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} 4994 3548 engines: {node: '>= 0.8.0'} 4995 3549 4996 - oxc-minify@0.128.0: 4997 - resolution: {integrity: sha512-VIXQO2W886aB+N17yV55Sack6aCpbUqtuNAYhNcPV6dFiWIZ5+kwOjvvw36igWwoljfjWhasu99CQ5wtvPJDYg==} 4998 - engines: {node: ^20.19.0 || >=22.12.0} 4999 - 5000 - oxc-minify@0.94.0: 5001 - resolution: {integrity: sha512-7+9iyxwpzfjuiEnSqNJYzTsC1Oud742PPkr/4S1bGY930U4tApdLEK8zmgbT57c1/56cfNOndqZaeQZiAfnJ5A==} 5002 - engines: {node: ^20.19.0 || >=22.12.0} 5003 - 5004 - oxc-parser@0.128.0: 5005 - resolution: {integrity: sha512-XkOw3eiIxAgQ19WRew/Bq9wc5Ga/guaWIzDBzq80z1PyuDNGvWBpPby9k6YGwV8A8uMw+Nlq3xqlzuDYmUFYUw==} 5006 - engines: {node: ^20.19.0 || >=22.12.0} 5007 - 5008 - oxc-parser@0.94.0: 5009 - resolution: {integrity: sha512-refms9HQoAlTYIazONYkuX5A3rFGPddbD6Otyc+A0/pj1WTttR8TsZRlMzQxCfhexxfrbinqd7ebkEoYNuCmLQ==} 3550 + oxc-minify@0.133.0: 3551 + resolution: {integrity: sha512-6bNsYU+5WNIaNHB16zHnL24cUaJuKiPzUvjENoMale3+U8ZBMbGYgdgt//frx0ge7UcgEGIpqtukGGNPT0kxfQ==} 5010 3552 engines: {node: ^20.19.0 || >=22.12.0} 5011 3553 5012 - oxc-transform@0.128.0: 5013 - resolution: {integrity: sha512-8DfEHlmUiLOHlCK9DGX+d5tORc1xwPPvoRSHSJCYgLHyGjKp4PvfBrvgi59DkEW0SMOWfO8GL9t+R7vdKtupbg==} 3554 + oxc-parser@0.133.0: 3555 + resolution: {integrity: sha512-661RSx+ZcjBmjBYid+Fpp/2F5EbtildpeoZh5HdgnGs+jZ03nqQEQW8yGkt4BGyOC3OMPDQQRl8M5kqD2/g6jw==} 5014 3556 engines: {node: ^20.19.0 || >=22.12.0} 5015 3557 5016 - oxc-transform@0.94.0: 5017 - resolution: {integrity: sha512-nHFFyPVWNNe7WLsAiQ6iwfsuTW/1esT+BJg+9rlvcSa0mfcZTpNo3TlBfj9IerLdDmYHJnSYsx8jjFZhoGfZ1w==} 3558 + oxc-transform@0.133.0: 3559 + resolution: {integrity: sha512-9lt2b+hkG6yqe0fUDMHhMk7rgI9uTjNxU9wauQiYnHzc4kZI8JP/OhBqXTIJQTrqRJ8CkSH3O5AhQ13ke28yNg==} 5018 3560 engines: {node: ^20.19.0 || >=22.12.0} 5019 3561 5020 - oxc-walker@0.5.2: 5021 - resolution: {integrity: sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==} 5022 - peerDependencies: 5023 - oxc-parser: '>=0.72.0' 5024 - 5025 - oxc-walker@0.7.0: 5026 - resolution: {integrity: sha512-54B4KUhrzbzc4sKvKwVYm7E2PgeROpGba0/2nlNZMqfDyca+yOor5IMb4WLGBatGDT0nkzYdYuzylg7n3YfB7A==} 3562 + oxc-walker@1.0.0: 3563 + resolution: {integrity: sha512-eMsHflAGfOskpWxtp9xP/f5b96XLEU8ifTd2gOOCkdux9HMxKGy5S1ru0Gh1B3aPu+YbfmWUUVkcb7MrZz3XyQ==} 5027 3564 peerDependencies: 5028 3565 oxc-parser: '>=0.98.0' 3566 + rolldown: '>=1.0.0' 3567 + peerDependenciesMeta: 3568 + oxc-parser: 3569 + optional: true 3570 + rolldown: 3571 + optional: true 5029 3572 5030 3573 p-limit@3.1.0: 5031 3574 resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} ··· 5037 3580 5038 3581 package-json-from-dist@1.0.1: 5039 3582 resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} 5040 - 5041 - package-manager-detector@1.5.0: 5042 - resolution: {integrity: sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==} 5043 3583 5044 3584 package-manager-detector@1.6.0: 5045 3585 resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} 5046 3586 5047 - parent-module@1.0.1: 5048 - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} 5049 - engines: {node: '>=6'} 5050 - 5051 3587 parse-imports-exports@0.2.4: 5052 3588 resolution: {integrity: sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==} 5053 3589 5054 - parse-ms@4.0.0: 5055 - resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} 5056 - engines: {node: '>=18'} 5057 - 5058 - parse-path@7.1.0: 5059 - resolution: {integrity: sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==} 5060 - 5061 3590 parse-statements@1.0.11: 5062 3591 resolution: {integrity: sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==} 5063 - 5064 - parse-url@9.2.0: 5065 - resolution: {integrity: sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==} 5066 - engines: {node: '>=14.13.0'} 5067 3592 5068 3593 parseurl@1.3.3: 5069 3594 resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} ··· 5095 3620 resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} 5096 3621 engines: {node: 18 || 20 || >=22} 5097 3622 5098 - path-type@6.0.0: 5099 - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} 5100 - engines: {node: '>=18'} 5101 - 5102 3623 pathe@1.1.2: 5103 3624 resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} 5104 3625 5105 3626 pathe@2.0.3: 5106 3627 resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 5107 - 5108 - perfect-debounce@1.0.0: 5109 - resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} 5110 - 5111 - perfect-debounce@2.0.0: 5112 - resolution: {integrity: sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==} 5113 3628 5114 3629 perfect-debounce@2.1.0: 5115 3630 resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==} ··· 5121 3636 resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==} 5122 3637 engines: {node: '>=8.6'} 5123 3638 5124 - picomatch@4.0.3: 5125 - resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 5126 - engines: {node: '>=12'} 5127 - 5128 3639 picomatch@4.0.4: 5129 3640 resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} 5130 3641 engines: {node: '>=12'} 5131 3642 5132 3643 pkg-types@1.3.1: 5133 3644 resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} 5134 - 5135 - pkg-types@2.3.0: 5136 - resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==} 5137 3645 5138 3646 pkg-types@2.3.1: 5139 3647 resolution: {integrity: sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==} ··· 5154 3662 peerDependencies: 5155 3663 postcss: ^8.5.13 5156 3664 5157 - postcss-colormin@7.0.4: 5158 - resolution: {integrity: sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==} 5159 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3665 + postcss-colormin@8.0.1: 3666 + resolution: {integrity: sha512-qBY4ABQ6d8/mk5RRZHwMllrZMxeMey3azVY2dZUEk+RgiUC4ARdPR3/AITzNqqKTbvW/3y/MJKinDrzwqn8RDQ==} 3667 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5160 3668 peerDependencies: 5161 - postcss: ^8.4.32 3669 + postcss: ^8.5.15 5162 3670 5163 3671 postcss-convert-values@7.0.12: 5164 3672 resolution: {integrity: sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==} ··· 5166 3674 peerDependencies: 5167 3675 postcss: ^8.5.13 5168 3676 5169 - postcss-convert-values@7.0.7: 5170 - resolution: {integrity: sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==} 5171 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3677 + postcss-convert-values@8.0.1: 3678 + resolution: {integrity: sha512-IdOSIX3BzfMvCc1TAHIha2gfy17xnb5vfML8e2BIKARnFOghksESfaSAB/3CXgyLfMozZAbTRPVQF5dbuKOidw==} 3679 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5172 3680 peerDependencies: 5173 - postcss: ^8.4.32 5174 - 5175 - postcss-discard-comments@7.0.4: 5176 - resolution: {integrity: sha512-6tCUoql/ipWwKtVP/xYiFf1U9QgJ0PUvxN7pTcsQ8Ns3Fnwq1pU5D5s1MhT/XySeLq6GXNvn37U46Ded0TckWg==} 5177 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 5178 - peerDependencies: 5179 - postcss: ^8.4.32 3681 + postcss: ^8.5.15 5180 3682 5181 3683 postcss-discard-comments@7.0.8: 5182 3684 resolution: {integrity: sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==} ··· 5184 3686 peerDependencies: 5185 3687 postcss: ^8.5.13 5186 3688 5187 - postcss-discard-duplicates@7.0.2: 5188 - resolution: {integrity: sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==} 5189 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3689 + postcss-discard-comments@8.0.1: 3690 + resolution: {integrity: sha512-FDvzm3tXlEsQBO2XQgnta5ugsAqwBrgWH+j5QgXpegEIDYA0VPnZg2aP7LtmWtC49POskeIhXesFiU/k3NyFHA==} 3691 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5190 3692 peerDependencies: 5191 - postcss: ^8.4.32 3693 + postcss: ^8.5.15 5192 3694 5193 3695 postcss-discard-duplicates@7.0.4: 5194 3696 resolution: {integrity: sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==} ··· 5196 3698 peerDependencies: 5197 3699 postcss: ^8.5.13 5198 3700 5199 - postcss-discard-empty@7.0.1: 5200 - resolution: {integrity: sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==} 5201 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3701 + postcss-discard-duplicates@8.0.1: 3702 + resolution: {integrity: sha512-stTDXkI8YkCUfADurQhp03oq5ynsgSx6Qrw5B1swds6oTHtAeOZ9I0SHGK8cY/VpWUsIYFDWMs3IWf9jIEfFvA==} 3703 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5202 3704 peerDependencies: 5203 - postcss: ^8.4.32 3705 + postcss: ^8.5.15 5204 3706 5205 3707 postcss-discard-empty@7.0.3: 5206 3708 resolution: {integrity: sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==} ··· 5208 3710 peerDependencies: 5209 3711 postcss: ^8.5.13 5210 3712 5211 - postcss-discard-overridden@7.0.1: 5212 - resolution: {integrity: sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==} 5213 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3713 + postcss-discard-empty@8.0.1: 3714 + resolution: {integrity: sha512-Zv4fM1Yfhk71tbt6gfiptbL6jDHi+7apSnaMeaO9n1uET+1embrXQw5m93Zp5x28UyQSuv+AVkFY193jdwZ33w==} 3715 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5214 3716 peerDependencies: 5215 - postcss: ^8.4.32 3717 + postcss: ^8.5.15 5216 3718 5217 3719 postcss-discard-overridden@7.0.3: 5218 3720 resolution: {integrity: sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==} ··· 5220 3722 peerDependencies: 5221 3723 postcss: ^8.5.13 5222 3724 5223 - postcss-merge-longhand@7.0.5: 5224 - resolution: {integrity: sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==} 5225 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3725 + postcss-discard-overridden@8.0.1: 3726 + resolution: {integrity: sha512-ykt4fvrC7yYGzbxKyqBVjDCbsjF/11JgWK8enrdkobRyqqEtb/uDUCbKOGdvrK8X7BrShW8Lv5cCRNbdkNHGkQ==} 3727 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5226 3728 peerDependencies: 5227 - postcss: ^8.4.32 3729 + postcss: ^8.5.15 5228 3730 5229 3731 postcss-merge-longhand@7.0.7: 5230 3732 resolution: {integrity: sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==} ··· 5232 3734 peerDependencies: 5233 3735 postcss: ^8.5.13 5234 3736 3737 + postcss-merge-longhand@8.0.1: 3738 + resolution: {integrity: sha512-huTfSYgQ13O81SFvAuOi7GWnO48vvybjj3xF+X3qUoPjzvvaLpJH5DcUqqXcwOEulZUcvaV4s0V9WtWs+IAQPA==} 3739 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 3740 + peerDependencies: 3741 + postcss: ^8.5.15 3742 + 5235 3743 postcss-merge-rules@7.0.11: 5236 3744 resolution: {integrity: sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==} 5237 3745 engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 5238 3746 peerDependencies: 5239 3747 postcss: ^8.5.13 5240 3748 5241 - postcss-merge-rules@7.0.6: 5242 - resolution: {integrity: sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==} 5243 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 5244 - peerDependencies: 5245 - postcss: ^8.4.32 5246 - 5247 - postcss-minify-font-values@7.0.1: 5248 - resolution: {integrity: sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==} 5249 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3749 + postcss-merge-rules@8.0.1: 3750 + resolution: {integrity: sha512-o3rk4UpnPNg469tklYwbR/NtvKc/f/wJiVDTnNQ/EFPw/LeiPOHUCvV1GIBQIZHGrBAYdPjToK6a+ojYprsrxQ==} 3751 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5250 3752 peerDependencies: 5251 - postcss: ^8.4.32 3753 + postcss: ^8.5.15 5252 3754 5253 3755 postcss-minify-font-values@7.0.3: 5254 3756 resolution: {integrity: sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==} ··· 5256 3758 peerDependencies: 5257 3759 postcss: ^8.5.13 5258 3760 5259 - postcss-minify-gradients@7.0.1: 5260 - resolution: {integrity: sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==} 5261 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3761 + postcss-minify-font-values@8.0.1: 3762 + resolution: {integrity: sha512-L8Nzs/PRlBSPrLdY/7rAiU5ZN5800+2J/4LRbfyG8SJnPljmgMaXVmQiCklvRS+yObfVRNtvmk/Ean/eoYcSeg==} 3763 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5262 3764 peerDependencies: 5263 - postcss: ^8.4.32 3765 + postcss: ^8.5.15 5264 3766 5265 3767 postcss-minify-gradients@7.0.5: 5266 3768 resolution: {integrity: sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==} ··· 5268 3770 peerDependencies: 5269 3771 postcss: ^8.5.13 5270 3772 5271 - postcss-minify-params@7.0.4: 5272 - resolution: {integrity: sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==} 5273 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3773 + postcss-minify-gradients@8.0.1: 3774 + resolution: {integrity: sha512-qf+4s/hZMqTwpWN2teqf6+1yvR/SZK5HgHqXYuACeJXV7ABe7AXtBEomgxagUzcN4bSnmqBh5vnIml0dYqykYg==} 3775 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5274 3776 peerDependencies: 5275 - postcss: ^8.4.32 3777 + postcss: ^8.5.15 5276 3778 5277 3779 postcss-minify-params@7.0.9: 5278 3780 resolution: {integrity: sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==} ··· 5280 3782 peerDependencies: 5281 3783 postcss: ^8.5.13 5282 3784 5283 - postcss-minify-selectors@7.0.5: 5284 - resolution: {integrity: sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==} 5285 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3785 + postcss-minify-params@8.0.1: 3786 + resolution: {integrity: sha512-L0h3H59deFfFg0wQN1NVaS/8E/LfGvaMuZKGO7siwlG995zo3OshtQyRkqKdVqcBwAORBvZ1nDZrKPLRapYkQw==} 3787 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5286 3788 peerDependencies: 5287 - postcss: ^8.4.32 3789 + postcss: ^8.5.15 5288 3790 5289 3791 postcss-minify-selectors@7.1.2: 5290 3792 resolution: {integrity: sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==} ··· 5292 3794 peerDependencies: 5293 3795 postcss: ^8.5.13 5294 3796 3797 + postcss-minify-selectors@8.0.2: 3798 + resolution: {integrity: sha512-3icdxc/zght5UAizdwqZBDE2KOWHf1jMQCxET6iLACeNlRxfTPyXS0/COpGk8CQ2cECyaEKTRUd/i/k8Gxmz4g==} 3799 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 3800 + peerDependencies: 3801 + postcss: ^8.5.15 3802 + 5295 3803 postcss-nested@7.0.2: 5296 3804 resolution: {integrity: sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==} 5297 3805 engines: {node: '>=18.0'} 5298 3806 peerDependencies: 5299 3807 postcss: ^8.2.14 5300 3808 5301 - postcss-normalize-charset@7.0.1: 5302 - resolution: {integrity: sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==} 5303 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 5304 - peerDependencies: 5305 - postcss: ^8.4.32 5306 - 5307 3809 postcss-normalize-charset@7.0.3: 5308 3810 resolution: {integrity: sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==} 5309 3811 engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 5310 3812 peerDependencies: 5311 3813 postcss: ^8.5.13 5312 3814 5313 - postcss-normalize-display-values@7.0.1: 5314 - resolution: {integrity: sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==} 5315 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3815 + postcss-normalize-charset@8.0.1: 3816 + resolution: {integrity: sha512-xzqr36F8UeIZOvOHsf3aul+RVJCADvSwuwpMLgizqKjisHZpBfztgW0XFLBfJvz9pJgaStaOXAtGb0zLqT6B0w==} 3817 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5316 3818 peerDependencies: 5317 - postcss: ^8.4.32 3819 + postcss: ^8.5.15 5318 3820 5319 3821 postcss-normalize-display-values@7.0.3: 5320 3822 resolution: {integrity: sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==} ··· 5322 3824 peerDependencies: 5323 3825 postcss: ^8.5.13 5324 3826 5325 - postcss-normalize-positions@7.0.1: 5326 - resolution: {integrity: sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==} 5327 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3827 + postcss-normalize-display-values@8.0.1: 3828 + resolution: {integrity: sha512-ZDWOijOK1FFMlpgiQCUO9fCNKd7HJ9L7z9HWEq4iyubnUFWzdTSwm/LcrMbNW6iZ1oAtqeLYA0WA3xHszOI08g==} 3829 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5328 3830 peerDependencies: 5329 - postcss: ^8.4.32 3831 + postcss: ^8.5.15 5330 3832 5331 3833 postcss-normalize-positions@7.0.4: 5332 3834 resolution: {integrity: sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==} ··· 5334 3836 peerDependencies: 5335 3837 postcss: ^8.5.13 5336 3838 5337 - postcss-normalize-repeat-style@7.0.1: 5338 - resolution: {integrity: sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==} 5339 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3839 + postcss-normalize-positions@8.0.1: 3840 + resolution: {integrity: sha512-uuivan2poSqbE48ST4do20dGaFUeXey9/H8rhHzoyVHB2I6BmkoVLZ/C9+BRjUlpaAFYVOoDY7epkiidzaYbvA==} 3841 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5340 3842 peerDependencies: 5341 - postcss: ^8.4.32 3843 + postcss: ^8.5.15 5342 3844 5343 3845 postcss-normalize-repeat-style@7.0.4: 5344 3846 resolution: {integrity: sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==} ··· 5346 3848 peerDependencies: 5347 3849 postcss: ^8.5.13 5348 3850 5349 - postcss-normalize-string@7.0.1: 5350 - resolution: {integrity: sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==} 5351 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3851 + postcss-normalize-repeat-style@8.0.1: 3852 + resolution: {integrity: sha512-q2hq5fmKxk29K6DjKA3nZ17Q2dtjhLYFNmFweKALmooUqx6UWAHF1bBoWTu/EqlJ88josb82A/J0Atj9LJUmpQ==} 3853 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5352 3854 peerDependencies: 5353 - postcss: ^8.4.32 3855 + postcss: ^8.5.15 5354 3856 5355 3857 postcss-normalize-string@7.0.3: 5356 3858 resolution: {integrity: sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==} ··· 5358 3860 peerDependencies: 5359 3861 postcss: ^8.5.13 5360 3862 5361 - postcss-normalize-timing-functions@7.0.1: 5362 - resolution: {integrity: sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==} 5363 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3863 + postcss-normalize-string@8.0.1: 3864 + resolution: {integrity: sha512-+Wf+kQJhm1WgSGEAuUaswE9rdpR9QbrKRVemcVHs6rhOoOTVIdAbgaicftfYA6vLM346P8onRzkEVbFN29ktKQ==} 3865 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5364 3866 peerDependencies: 5365 - postcss: ^8.4.32 3867 + postcss: ^8.5.15 5366 3868 5367 3869 postcss-normalize-timing-functions@7.0.3: 5368 3870 resolution: {integrity: sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==} ··· 5370 3872 peerDependencies: 5371 3873 postcss: ^8.5.13 5372 3874 5373 - postcss-normalize-unicode@7.0.4: 5374 - resolution: {integrity: sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==} 5375 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3875 + postcss-normalize-timing-functions@8.0.1: 3876 + resolution: {integrity: sha512-W8/tvwRlm3T+yjGkg0IRTF4bvHj0vILYr/LOogCrJKHz2ey2HFRwfsAA8Bk9N4BGR7z7WmmDu/KzzwhJ6FoGPQ==} 3877 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5376 3878 peerDependencies: 5377 - postcss: ^8.4.32 3879 + postcss: ^8.5.15 5378 3880 5379 3881 postcss-normalize-unicode@7.0.9: 5380 3882 resolution: {integrity: sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==} ··· 5382 3884 peerDependencies: 5383 3885 postcss: ^8.5.13 5384 3886 5385 - postcss-normalize-url@7.0.1: 5386 - resolution: {integrity: sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==} 5387 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3887 + postcss-normalize-unicode@8.0.1: 3888 + resolution: {integrity: sha512-Ad0YHNRBp4WHEOYUM/4wL/8MoL2fimEF8se/0q+Rt/owMzYpbxsypC1P8fN/oluwoRmRKdNVX7X2oycEobPWcQ==} 3889 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5388 3890 peerDependencies: 5389 - postcss: ^8.4.32 3891 + postcss: ^8.5.15 5390 3892 5391 3893 postcss-normalize-url@7.0.3: 5392 3894 resolution: {integrity: sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==} ··· 5394 3896 peerDependencies: 5395 3897 postcss: ^8.5.13 5396 3898 5397 - postcss-normalize-whitespace@7.0.1: 5398 - resolution: {integrity: sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==} 5399 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3899 + postcss-normalize-url@8.0.1: 3900 + resolution: {integrity: sha512-tkYcip6pCDY806xuxpJYqMW2M3/623jzGFJmz3m5Us47q8P28+gbRZxaea3Rr/CmwwLUiVlh+BTGYwQ6gvaP8A==} 3901 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5400 3902 peerDependencies: 5401 - postcss: ^8.4.32 3903 + postcss: ^8.5.15 5402 3904 5403 3905 postcss-normalize-whitespace@7.0.3: 5404 3906 resolution: {integrity: sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==} ··· 5406 3908 peerDependencies: 5407 3909 postcss: ^8.5.13 5408 3910 5409 - postcss-ordered-values@7.0.2: 5410 - resolution: {integrity: sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==} 5411 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3911 + postcss-normalize-whitespace@8.0.1: 3912 + resolution: {integrity: sha512-XzORadNfSrKWDZZpgAEHPKINKx8r9r9RIfE9c70g/HThdpbmPHhDYCodHSVESDxmKeySAYw1p4liuBCf7j6LyA==} 3913 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5412 3914 peerDependencies: 5413 - postcss: ^8.4.32 3915 + postcss: ^8.5.15 5414 3916 5415 3917 postcss-ordered-values@7.0.4: 5416 3918 resolution: {integrity: sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==} ··· 5418 3920 peerDependencies: 5419 3921 postcss: ^8.5.13 5420 3922 5421 - postcss-reduce-initial@7.0.4: 5422 - resolution: {integrity: sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==} 5423 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3923 + postcss-ordered-values@8.0.1: 3924 + resolution: {integrity: sha512-OLXq5lR1yk3KWQ1FPK6aWjFFdktHE9f9kb8cnt4LmIw7w30DnzgD9+sOVYJc5HenkWCX8i1MJhhFwmqc/GYqLg==} 3925 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5424 3926 peerDependencies: 5425 - postcss: ^8.4.32 3927 + postcss: ^8.5.15 5426 3928 5427 3929 postcss-reduce-initial@7.0.9: 5428 3930 resolution: {integrity: sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==} ··· 5430 3932 peerDependencies: 5431 3933 postcss: ^8.5.13 5432 3934 5433 - postcss-reduce-transforms@7.0.1: 5434 - resolution: {integrity: sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==} 5435 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3935 + postcss-reduce-initial@8.0.1: 3936 + resolution: {integrity: sha512-+aQsR6+61KRoIfcFNLP3v9RM7+0iYOTtPnjl1wr6JqMW1zx6S+t2ktHRefXwacFdHIDj5+ETG0KY7K3+SGQ4Nw==} 3937 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5436 3938 peerDependencies: 5437 - postcss: ^8.4.32 3939 + postcss: ^8.5.15 5438 3940 5439 3941 postcss-reduce-transforms@7.0.3: 5440 3942 resolution: {integrity: sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==} ··· 5442 3944 peerDependencies: 5443 3945 postcss: ^8.5.13 5444 3946 5445 - postcss-selector-parser@7.1.0: 5446 - resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==} 5447 - engines: {node: '>=4'} 3947 + postcss-reduce-transforms@8.0.1: 3948 + resolution: {integrity: sha512-x71slHVykiFi5RuKEXM0wgYpY2PngC78x6R8TnZhHF3lhqt+u/w3MGwYLX+2t5O87ssRiMfEAhQH+3J4QwVzCw==} 3949 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 3950 + peerDependencies: 3951 + postcss: ^8.5.15 5448 3952 5449 - postcss-selector-parser@7.1.1: 5450 - resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} 3953 + postcss-selector-parser@7.1.4: 3954 + resolution: {integrity: sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==} 5451 3955 engines: {node: '>=4'} 5452 3956 5453 - postcss-svgo@7.1.0: 5454 - resolution: {integrity: sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==} 5455 - engines: {node: ^18.12.0 || ^20.9.0 || >= 18} 5456 - peerDependencies: 5457 - postcss: ^8.4.32 5458 - 5459 3957 postcss-svgo@7.1.3: 5460 3958 resolution: {integrity: sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==} 5461 3959 engines: {node: ^18.12.0 || ^20.9.0 || >= 18} 5462 3960 peerDependencies: 5463 3961 postcss: ^8.5.13 5464 3962 5465 - postcss-unique-selectors@7.0.4: 5466 - resolution: {integrity: sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==} 5467 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 3963 + postcss-svgo@8.0.1: 3964 + resolution: {integrity: sha512-HpnvWii7W0/FPrsejJa6ZTi0kNtTJP/Iba7CUMPX0xPV6QpnndOp+SDP74tFtgjA2cYKYNWJPOlmLXMsvi/9yA==} 3965 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5468 3966 peerDependencies: 5469 - postcss: ^8.4.32 3967 + postcss: ^8.5.15 5470 3968 5471 3969 postcss-unique-selectors@7.0.7: 5472 3970 resolution: {integrity: sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==} ··· 5474 3972 peerDependencies: 5475 3973 postcss: ^8.5.13 5476 3974 3975 + postcss-unique-selectors@8.0.1: 3976 + resolution: {integrity: sha512-+xvKI5+/Cl8yYQwxDV39Uhuc4WV951xngFvPPjiPj2NIbIfm6vbbRTXblyw0FioLkIoGlw+7qUcY1h2YhaZYgw==} 3977 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 3978 + peerDependencies: 3979 + postcss: ^8.5.15 3980 + 5477 3981 postcss-value-parser@4.2.0: 5478 3982 resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} 5479 3983 5480 - postcss@8.5.14: 5481 - resolution: {integrity: sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==} 5482 - engines: {node: ^10 || ^12 || >=14} 5483 - 5484 - postcss@8.5.6: 5485 - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} 3984 + postcss@8.5.15: 3985 + resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} 5486 3986 engines: {node: ^10 || ^12 || >=14} 5487 3987 5488 3988 powershell-utils@0.1.0: ··· 5497 3997 resolution: {integrity: sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==} 5498 3998 engines: {node: '>=20'} 5499 3999 5500 - pretty-ms@9.3.0: 5501 - resolution: {integrity: sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==} 5502 - engines: {node: '>=18'} 5503 - 5504 4000 process-nextick-args@2.0.1: 5505 4001 resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} 5506 4002 ··· 5508 4004 resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} 5509 4005 engines: {node: '>= 0.6.0'} 5510 4006 5511 - prompts@2.4.2: 5512 - resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} 5513 - engines: {node: '>= 6'} 5514 - 5515 4007 proper-lockfile@4.1.2: 5516 4008 resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} 5517 - 5518 - protocols@2.0.2: 5519 - resolution: {integrity: sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==} 5520 4009 5521 4010 punycode@2.3.1: 5522 4011 resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} ··· 5531 4020 radix3@1.1.2: 5532 4021 resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} 5533 4022 5534 - randombytes@2.1.0: 5535 - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} 5536 - 5537 4023 range-parser@1.2.1: 5538 4024 resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} 5539 4025 engines: {node: '>= 0.6'} 5540 4026 5541 - rc9@2.1.2: 5542 - resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==} 5543 - 5544 4027 rc9@3.0.1: 5545 4028 resolution: {integrity: sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==} 5546 4029 ··· 5553 4036 5554 4037 readdir-glob@1.1.3: 5555 4038 resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==} 5556 - 5557 - readdirp@4.1.2: 5558 - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} 5559 - engines: {node: '>= 14.18.0'} 5560 4039 5561 4040 readdirp@5.0.0: 5562 4041 resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} ··· 5582 4061 resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} 5583 4062 hasBin: true 5584 4063 5585 - regjsparser@0.13.1: 5586 - resolution: {integrity: sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==} 4064 + regjsparser@0.13.2: 4065 + resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==} 5587 4066 hasBin: true 5588 - 5589 - require-directory@2.1.1: 5590 - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} 5591 - engines: {node: '>=0.10.0'} 5592 4067 5593 4068 reserved-identifiers@1.2.0: 5594 4069 resolution: {integrity: sha512-yE7KUfFvaBFzGPs5H3Ops1RevfUEsDc5Iz65rOwWg4lE8HJSYtle77uul3+573457oHvBKuHYDl/xqUkKpEEdw==} 5595 4070 engines: {node: '>=18'} 5596 - 5597 - resolve-from@4.0.0: 5598 - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} 5599 - engines: {node: '>=4'} 5600 4071 5601 4072 resolve-from@5.0.0: 5602 4073 resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} ··· 5605 4076 resolve-pkg-maps@1.0.0: 5606 4077 resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} 5607 4078 5608 - resolve@1.22.11: 5609 - resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==} 5610 - engines: {node: '>= 0.4'} 5611 - hasBin: true 5612 - 5613 4079 resolve@1.22.12: 5614 4080 resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==} 5615 4081 engines: {node: '>= 0.4'} ··· 5622 4088 reusify@1.1.0: 5623 4089 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 5624 4090 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 5625 - 5626 - rfdc@1.4.1: 5627 - resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} 5628 4091 5629 4092 rollup-plugin-dts@6.4.1: 5630 4093 resolution: {integrity: sha512-l//F3Zf7ID5GoOfLfD8kroBjQKEKpy1qfhtAdnpibFZMffPaylrg1CoDC2vGkPeTeyxUe4bVFCln2EFuL7IGGg==} ··· 5633 4096 rollup: ^3.29.4 || ^4 5634 4097 typescript: ^4.5 || ^5.0 || ^6.0 5635 4098 5636 - rollup-plugin-visualizer@6.0.5: 5637 - resolution: {integrity: sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==} 5638 - engines: {node: '>=18'} 5639 - hasBin: true 5640 - peerDependencies: 5641 - rolldown: 1.x || ^1.0.0-beta 5642 - rollup: 2.x || 3.x || 4.x 5643 - peerDependenciesMeta: 5644 - rolldown: 5645 - optional: true 5646 - rollup: 5647 - optional: true 5648 - 5649 4099 rollup-plugin-visualizer@7.0.1: 5650 4100 resolution: {integrity: sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==} 5651 4101 engines: {node: '>=22'} ··· 5659 4109 rollup: 5660 4110 optional: true 5661 4111 5662 - rollup@4.52.5: 5663 - resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==} 5664 - engines: {node: '>=18.0.0', npm: '>=8.0.0'} 5665 - hasBin: true 5666 - 5667 - rollup@4.60.3: 5668 - resolution: {integrity: sha512-pAQK9HalE84QSm4Po3EmWIZPd3FnjkShVkiMlz1iligWYkWQ7wHYd1PF/T7QZ5TVSD6uSTon5gBVMSM4JfBV+A==} 4112 + rollup@4.62.0: 4113 + resolution: {integrity: sha512-nc72Wgq62I7rtDV4izT5/aaS0zxy3kttkinf9586ApknY3jZO9NYsmtc24fUckA0X7Q2v+ML4a15pdUlV5V/jA==} 5669 4114 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 5670 4115 hasBin: true 5671 4116 ··· 5684 4129 5685 4130 safe-buffer@5.2.1: 5686 4131 resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} 5687 - 5688 - sax@1.5.0: 5689 - resolution: {integrity: sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==} 5690 - engines: {node: '>=11.0.0'} 5691 4132 5692 4133 sax@1.6.0: 5693 4134 resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} ··· 5704 4145 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 5705 4146 hasBin: true 5706 4147 5707 - semver@7.7.3: 5708 - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} 4148 + semver@7.8.4: 4149 + resolution: {integrity: sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==} 5709 4150 engines: {node: '>=10'} 5710 4151 hasBin: true 5711 4152 5712 - semver@7.7.4: 5713 - resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} 5714 - engines: {node: '>=10'} 5715 - hasBin: true 5716 - 5717 - send@1.2.0: 5718 - resolution: {integrity: sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==} 5719 - engines: {node: '>= 18'} 5720 - 5721 4153 send@1.2.1: 5722 4154 resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==} 5723 4155 engines: {node: '>= 18'} 5724 - 5725 - serialize-javascript@6.0.2: 5726 - resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} 5727 4156 5728 4157 serialize-javascript@7.0.5: 5729 4158 resolution: {integrity: sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==} ··· 5736 4165 serve-placeholder@2.0.2: 5737 4166 resolution: {integrity: sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==} 5738 4167 5739 - serve-static@2.2.0: 5740 - resolution: {integrity: sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==} 5741 - engines: {node: '>= 18'} 5742 - 5743 4168 serve-static@2.2.1: 5744 4169 resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==} 5745 4170 engines: {node: '>= 18'} ··· 5755 4180 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 5756 4181 engines: {node: '>=8'} 5757 4182 5758 - shell-quote@1.8.3: 5759 - resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} 4183 + shell-quote@1.8.4: 4184 + resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==} 5760 4185 engines: {node: '>= 0.4'} 5761 4186 5762 4187 siginfo@2.0.0: ··· 5769 4194 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 5770 4195 engines: {node: '>=14'} 5771 4196 5772 - simple-git@3.28.0: 5773 - resolution: {integrity: sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==} 5774 - 5775 4197 simple-git@3.36.0: 5776 4198 resolution: {integrity: sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==} 5777 4199 ··· 5786 4208 resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} 5787 4209 engines: {node: '>=14.16'} 5788 4210 5789 - smob@1.5.0: 5790 - resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} 5791 - 5792 - smob@1.6.1: 5793 - resolution: {integrity: sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==} 4211 + smob@1.6.2: 4212 + resolution: {integrity: sha512-RQsvleCbF8cVHEv+xuDGaA4pOizFqJ0GgjtMSRo6oP8pnN7WsigHgVGey6aILRBKv4W2YOMHLqbKdnB6hpB9fw==} 5794 4213 engines: {node: '>=20.0.0'} 5795 4214 5796 4215 source-map-js@1.2.1: ··· 5817 4236 spdx-license-ids@3.0.23: 5818 4237 resolution: {integrity: sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==} 5819 4238 5820 - speakingurl@14.0.1: 5821 - resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} 5822 - engines: {node: '>=0.10.0'} 5823 - 5824 - srvx@0.11.15: 5825 - resolution: {integrity: sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==} 5826 - engines: {node: '>=20.16.0'} 5827 - hasBin: true 5828 - 5829 - srvx@0.8.16: 5830 - resolution: {integrity: sha512-hmcGW4CgroeSmzgF1Ihwgl+Ths0JqAJ7HwjP2X7e3JzY7u4IydLMcdnlqGQiQGUswz+PO9oh/KtCpOISIvs9QQ==} 4239 + srvx@0.11.16: 4240 + resolution: {integrity: sha512-bp07zRuycfTY43IjAvvTFnmnJi8ikW0VFiHwOhhYcVW/L4xQ1XY4PAd4Nuum1rsA17C39zL7x+CDhrn5AL32Rw==} 5831 4241 engines: {node: '>=20.16.0'} 5832 4242 hasBin: true 5833 4243 ··· 5851 4261 std-env@4.1.0: 5852 4262 resolution: {integrity: sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==} 5853 4263 5854 - streamx@2.25.0: 5855 - resolution: {integrity: sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==} 4264 + streamx@2.28.0: 4265 + resolution: {integrity: sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==} 5856 4266 5857 4267 string-width@4.2.3: 5858 4268 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} ··· 5884 4294 resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} 5885 4295 engines: {node: '>=12'} 5886 4296 5887 - strip-final-newline@4.0.0: 5888 - resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==} 5889 - engines: {node: '>=18'} 5890 - 5891 4297 strip-indent@4.1.1: 5892 4298 resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==} 5893 4299 engines: {node: '>=12'} 5894 4300 5895 - strip-json-comments@3.1.1: 5896 - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} 5897 - engines: {node: '>=8'} 5898 - 5899 4301 strip-literal@3.1.0: 5900 4302 resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==} 5901 - 5902 - structured-clone-es@1.0.0: 5903 - resolution: {integrity: sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==} 5904 4303 5905 4304 structured-clone-es@2.0.0: 5906 4305 resolution: {integrity: sha512-5UuAHmBLXYPCl22xWJrFuGmIhBKQzxISPVz6E7nmTmTcAOpUzlbjKJsRrCE4vADmMQ0dzeCnlWn9XufnAGf76Q==} ··· 5911 4310 peerDependencies: 5912 4311 postcss: ^8.5.13 5913 4312 5914 - stylehacks@7.0.7: 5915 - resolution: {integrity: sha512-bJkD0JkEtbRrMFtwgpJyBbFIwfDDONQ1Ov3sDLZQP8HuJ73kBOyx66H4bOcAbVWmnfLdvQ0AJwXxOMkpujcO6g==} 5916 - engines: {node: ^18.12.0 || ^20.9.0 || >=22.0} 4313 + stylehacks@8.0.1: 4314 + resolution: {integrity: sha512-Gv095oTD0N+BdJALNFDsxZpETHZLTxbOl5RyIO7y6VAE6sR3z0MnV3Nix7N0IATNldNTrkvSASp2KR1Yt526HA==} 4315 + engines: {node: ^22.11.0 || ^24.11.0 || >=26.0} 5917 4316 peerDependencies: 5918 - postcss: ^8.4.32 5919 - 5920 - superjson@2.2.5: 5921 - resolution: {integrity: sha512-zWPTX96LVsA/eVYnqOM2+ofcdPqdS1dAF1LN4TS2/MWuUpfitd9ctTa87wt4xrYnZnkLtS69xpBdSxVBP5Rm6w==} 5922 - engines: {node: '>=16'} 4317 + postcss: ^8.5.15 5923 4318 5924 4319 supports-color@10.2.2: 5925 4320 resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 5926 4321 engines: {node: '>=18'} 5927 4322 5928 - supports-color@7.2.0: 5929 - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} 5930 - engines: {node: '>=8'} 5931 - 5932 4323 supports-preserve-symlinks-flag@1.0.0: 5933 4324 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 5934 4325 engines: {node: '>= 0.4'} 5935 4326 5936 - svgo@4.0.0: 5937 - resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==} 5938 - engines: {node: '>=16'} 5939 - hasBin: true 5940 - 5941 4327 svgo@4.0.1: 5942 4328 resolution: {integrity: sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==} 5943 4329 engines: {node: '>=16'} 5944 4330 hasBin: true 5945 4331 5946 - system-architecture@0.1.0: 5947 - resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} 5948 - engines: {node: '>=18'} 5949 - 5950 4332 tagged-tag@1.0.0: 5951 4333 resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==} 5952 4334 engines: {node: '>=20'} ··· 5954 4336 tar-stream@3.2.0: 5955 4337 resolution: {integrity: sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==} 5956 4338 5957 - tar@7.5.14: 5958 - resolution: {integrity: sha512-/7sHKgQO3JLP9ESlwTYUUftHUadOURUqq23xs1vjcnp8Vss6k0wCfzulyEtk5g91pjvnuriimGlyG7k6msrzRw==} 5959 - engines: {node: '>=18'} 5960 - 5961 - tar@7.5.2: 5962 - resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} 4339 + tar@7.5.16: 4340 + resolution: {integrity: sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==} 5963 4341 engines: {node: '>=18'} 5964 4342 5965 4343 teex@1.0.1: 5966 4344 resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} 5967 4345 5968 - terser@5.44.0: 5969 - resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==} 5970 - engines: {node: '>=10'} 5971 - hasBin: true 5972 - 5973 - terser@5.44.1: 5974 - resolution: {integrity: sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==} 5975 - engines: {node: '>=10'} 5976 - hasBin: true 5977 - 5978 - terser@5.46.2: 5979 - resolution: {integrity: sha512-uxfo9fPcSgLDYob/w1FuL0c99MWiJDnv+5qXSQc5+Ki5NjVNsYi66INnMFBjf6uFz6OnX12piJQPF4IpjJTNTw==} 4346 + terser@5.48.0: 4347 + resolution: {integrity: sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==} 5980 4348 engines: {node: '>=10'} 5981 4349 hasBin: true 5982 4350 ··· 5989 4357 tinybench@2.9.0: 5990 4358 resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} 5991 4359 5992 - tinyclip@0.1.12: 5993 - resolution: {integrity: sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==} 4360 + tinyclip@0.1.14: 4361 + resolution: {integrity: sha512-F1oWdz8tjT17qe1d5JgDK6z03WGOhYYAN0lK3/D/fzNiy93xswLLEw7pk+3g05onhAy6Bsc6PLNUGhdgVjemMQ==} 5994 4362 engines: {node: ^16.14.0 || >= 17.3.0} 5995 4363 5996 - tinyexec@1.0.1: 5997 - resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} 5998 - 5999 - tinyexec@1.0.2: 6000 - resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} 4364 + tinyexec@1.2.4: 4365 + resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} 6001 4366 engines: {node: '>=18'} 6002 4367 6003 - tinyexec@1.1.2: 6004 - resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} 6005 - engines: {node: '>=18'} 6006 - 6007 - tinyglobby@0.2.15: 6008 - resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 6009 - engines: {node: '>=12.0.0'} 6010 - 6011 - tinyglobby@0.2.16: 6012 - resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} 4368 + tinyglobby@0.2.17: 4369 + resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} 6013 4370 engines: {node: '>=12.0.0'} 6014 4371 6015 4372 tinyrainbow@3.1.0: ··· 6044 4401 tsconfck@3.1.6: 6045 4402 resolution: {integrity: sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==} 6046 4403 engines: {node: ^18 || >=20} 4404 + deprecated: unmaintained 6047 4405 hasBin: true 6048 4406 peerDependencies: 6049 4407 typescript: ^5.0.0 ··· 6058 4416 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 6059 4417 engines: {node: '>= 0.8.0'} 6060 4418 6061 - type-fest@5.6.0: 6062 - resolution: {integrity: sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==} 4419 + type-fest@5.7.0: 4420 + resolution: {integrity: sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg==} 6063 4421 engines: {node: '>=20'} 6064 4422 6065 4423 type-level-regexp@0.1.17: 6066 4424 resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==} 6067 - 6068 - typescript@5.9.3: 6069 - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 6070 - engines: {node: '>=14.17'} 6071 - hasBin: true 6072 4425 6073 4426 typescript@6.0.3: 6074 4427 resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} 6075 4428 engines: {node: '>=14.17'} 6076 4429 hasBin: true 6077 4430 6078 - ufo@1.6.1: 6079 - resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} 6080 - 6081 - ufo@1.6.3: 6082 - resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==} 6083 - 6084 4431 ufo@1.6.4: 6085 4432 resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==} 6086 4433 ··· 6098 4445 6099 4446 uncrypto@0.1.3: 6100 4447 resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} 6101 - 6102 - unctx@2.4.1: 6103 - resolution: {integrity: sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==} 6104 4448 6105 4449 unctx@2.5.0: 6106 4450 resolution: {integrity: sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==} 6107 4451 6108 - undici-types@7.16.0: 6109 - resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 6110 - 6111 - undici-types@7.19.2: 6112 - resolution: {integrity: sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==} 6113 - 6114 - undici@7.16.0: 6115 - resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==} 6116 - engines: {node: '>=20.18.1'} 6117 - 6118 - unenv@2.0.0-rc.21: 6119 - resolution: {integrity: sha512-Wj7/AMtE9MRnAXa6Su3Lk0LNCfqDYgfwVjwRFVum9U7wsto1imuHqk4kTm7Jni+5A0Hn7dttL6O/zjvUvoo+8A==} 6120 - 6121 - unenv@2.0.0-rc.22: 6122 - resolution: {integrity: sha512-o1sLtqbAT1WEoZxinE+tgIHIgpzt9p1WdTAwxF7wHHSseSJ5WQbZgZgFegMDz5Fwb5rMKd67p4pv5OnJWeo/bA==} 4452 + undici-types@7.24.6: 4453 + resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} 6123 4454 6124 4455 unenv@2.0.0-rc.24: 6125 4456 resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==} 6126 4457 6127 - unhead@2.0.19: 6128 - resolution: {integrity: sha512-gEEjkV11Aj+rBnY6wnRfsFtF2RxKOLaPN4i+Gx3UhBxnszvV6ApSNZbGk7WKyy/lErQ6ekPN63qdFL7sa1leow==} 6129 - 6130 - unhead@2.1.13: 6131 - resolution: {integrity: sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==} 4458 + unhead@2.1.15: 4459 + resolution: {integrity: sha512-MCt5T90mCWyr3Z6pUCdM9lVRXoMoVBlL7z7U4CYVIiaDiuzad/UCfLuMqz5MeNmpZUgoBCQnrucJimU7EZR+XA==} 6132 4460 6133 4461 unicorn-magic@0.3.0: 6134 4462 resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} ··· 6138 4466 resolution: {integrity: sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==} 6139 4467 engines: {node: '>=20'} 6140 4468 6141 - unimport@5.5.0: 6142 - resolution: {integrity: sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==} 6143 - engines: {node: '>=18.12.0'} 6144 - 6145 - unimport@6.2.0: 6146 - resolution: {integrity: sha512-4NcqaphAHQff4eBWQ3pjVOCYNLlmVGGMoLDmboobh8+OQe9yP7UyeoMP043M1bG0YNc3CqtukD2VuINxOqm4rQ==} 4469 + unimport@6.3.0: 4470 + resolution: {integrity: sha512-M+Dxk5W9WRd+8j56W9tp8lGW/dmMc7g5zj7BWQnEjKQhryBstqsi1V0izb0zHwSkEN8cSYV7K75/bykairV2tA==} 6147 4471 engines: {node: '>=18.12.0'} 6148 4472 peerDependencies: 6149 4473 oxc-parser: '*' 4474 + rolldown: ^1.0.0 6150 4475 peerDependenciesMeta: 6151 4476 oxc-parser: 6152 4477 optional: true 6153 - 6154 - unplugin-utils@0.2.5: 6155 - resolution: {integrity: sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==} 6156 - engines: {node: '>=18.12.0'} 4478 + rolldown: 4479 + optional: true 6157 4480 6158 4481 unplugin-utils@0.3.1: 6159 4482 resolution: {integrity: sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==} 6160 4483 engines: {node: '>=20.19.0'} 6161 4484 6162 - unplugin-vue-router@0.15.0: 6163 - resolution: {integrity: sha512-PyGehCjd9Ny9h+Uer4McbBjjib3lHihcyUEILa7pHKl6+rh8N7sFyw4ZkV+N30Oq2zmIUG7iKs3qpL0r+gXAaQ==} 6164 - peerDependencies: 6165 - '@vue/compiler-sfc': ^3.5.17 6166 - vue-router: ^4.5.1 6167 - peerDependenciesMeta: 6168 - vue-router: 6169 - optional: true 6170 - 6171 - unplugin@2.3.10: 6172 - resolution: {integrity: sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==} 6173 - engines: {node: '>=18.12.0'} 6174 - 6175 4485 unplugin@2.3.11: 6176 4486 resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==} 6177 4487 engines: {node: '>=18.12.0'} ··· 6183 4493 unrouting@0.1.7: 6184 4494 resolution: {integrity: sha512-+0hfD+CVWtD636rc5Fn9VEjjTEDhdqgMpbwAuVoUmydSHDaMNiFW93SJG4LV++RoGSEAyvQN5uABAscYpDphpQ==} 6185 4495 6186 - unrs-resolver@1.11.1: 6187 - resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==} 6188 - 6189 - unstorage@1.17.1: 6190 - resolution: {integrity: sha512-KKGwRTT0iVBCErKemkJCLs7JdxNVfqTPc/85ae1XES0+bsHbc/sFBfVi5kJp156cc51BHinIH2l3k0EZ24vOBQ==} 6191 - peerDependencies: 6192 - '@azure/app-configuration': ^1.8.0 6193 - '@azure/cosmos': ^4.2.0 6194 - '@azure/data-tables': ^13.3.0 6195 - '@azure/identity': ^4.6.0 6196 - '@azure/keyvault-secrets': ^4.9.0 6197 - '@azure/storage-blob': ^12.26.0 6198 - '@capacitor/preferences': ^6.0.3 || ^7.0.0 6199 - '@deno/kv': '>=0.9.0' 6200 - '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 6201 - '@planetscale/database': ^1.19.0 6202 - '@upstash/redis': ^1.34.3 6203 - '@vercel/blob': '>=0.27.1' 6204 - '@vercel/functions': ^2.2.12 || ^3.0.0 6205 - '@vercel/kv': ^1.0.1 6206 - aws4fetch: ^1.0.20 6207 - db0: '>=0.2.1' 6208 - idb-keyval: ^6.2.1 6209 - ioredis: ^5.4.2 6210 - uploadthing: ^7.4.4 6211 - peerDependenciesMeta: 6212 - '@azure/app-configuration': 6213 - optional: true 6214 - '@azure/cosmos': 6215 - optional: true 6216 - '@azure/data-tables': 6217 - optional: true 6218 - '@azure/identity': 6219 - optional: true 6220 - '@azure/keyvault-secrets': 6221 - optional: true 6222 - '@azure/storage-blob': 6223 - optional: true 6224 - '@capacitor/preferences': 6225 - optional: true 6226 - '@deno/kv': 6227 - optional: true 6228 - '@netlify/blobs': 6229 - optional: true 6230 - '@planetscale/database': 6231 - optional: true 6232 - '@upstash/redis': 6233 - optional: true 6234 - '@vercel/blob': 6235 - optional: true 6236 - '@vercel/functions': 6237 - optional: true 6238 - '@vercel/kv': 6239 - optional: true 6240 - aws4fetch: 6241 - optional: true 6242 - db0: 6243 - optional: true 6244 - idb-keyval: 6245 - optional: true 6246 - ioredis: 6247 - optional: true 6248 - uploadthing: 6249 - optional: true 4496 + unrs-resolver@1.12.2: 4497 + resolution: {integrity: sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==} 6250 4498 6251 4499 unstorage@1.17.5: 6252 4500 resolution: {integrity: sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==} ··· 6318 4566 resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==} 6319 4567 hasBin: true 6320 4568 6321 - unwasm@0.3.11: 6322 - resolution: {integrity: sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==} 6323 - 6324 4569 unwasm@0.5.3: 6325 4570 resolution: {integrity: sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==} 6326 4571 6327 - update-browserslist-db@1.1.4: 6328 - resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==} 6329 - hasBin: true 6330 - peerDependencies: 6331 - browserslist: '>= 4.21.0' 6332 - 6333 4572 update-browserslist-db@1.2.3: 6334 4573 resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} 6335 4574 hasBin: true 6336 4575 peerDependencies: 6337 4576 browserslist: '>= 4.21.0' 6338 - 6339 - uqr@0.1.2: 6340 - resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==} 6341 4577 6342 4578 uqr@0.1.3: 6343 4579 resolution: {integrity: sha512-0rjE8iEJe4YmT9TOhwsZtqCMRLc5DXZUI2UEYUUg63ikBkqqE5EYWaI0etFe/5KUcmcYwLih2RND1kq+hrUJXA==} ··· 6348 4584 util-deprecate@1.0.2: 6349 4585 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} 6350 4586 6351 - vite-dev-rpc@1.1.0: 6352 - resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==} 4587 + vite-dev-rpc@2.0.0: 4588 + resolution: {integrity: sha512-yKwbTwdHKSD2k/aGqyWpPHepo45OQc8lH3/6IfT4ZqeKE26ooKvi4WIEKzqWav8v+9Is8u1k8q54hvOmqASazA==} 6353 4589 peerDependencies: 6354 - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 6355 - 6356 - vite-hot-client@2.1.0: 6357 - resolution: {integrity: sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==} 6358 - peerDependencies: 6359 - vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 4590 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0 6360 4591 6361 4592 vite-hot-client@2.2.0: 6362 4593 resolution: {integrity: sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==} 6363 4594 peerDependencies: 6364 4595 vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0 6365 4596 6366 - vite-node@3.2.4: 6367 - resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} 6368 - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 6369 - hasBin: true 6370 - 6371 4597 vite-node@5.3.0: 6372 4598 resolution: {integrity: sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==} 6373 4599 engines: {node: ^20.19.0 || >=22.12.0} 6374 4600 hasBin: true 6375 4601 6376 - vite-plugin-checker@0.11.0: 6377 - resolution: {integrity: sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==} 6378 - engines: {node: '>=16.11'} 4602 + vite-plugin-checker@0.14.3: 4603 + resolution: {integrity: sha512-TtlILSy9jUxdg57qUUwr408x2J4m2LG9pB7DGWsZ3ccolFtX8UTeNX962l9yiul9i/QMIhJPC0Y62oyCdK8BAw==} 4604 + engines: {node: '>=20.19.0'} 6379 4605 peerDependencies: 6380 - '@biomejs/biome': '>=1.7' 6381 - eslint: '>=7' 6382 - meow: ^13.2.0 6383 - optionator: ^0.9.4 6384 - oxlint: '>=1' 6385 - stylelint: '>=16' 6386 - typescript: '*' 6387 - vite: '>=5.4.20' 6388 - vls: '*' 6389 - vti: '*' 6390 - vue-tsc: ~2.2.10 || ^3.0.0 6391 - peerDependenciesMeta: 6392 - '@biomejs/biome': 6393 - optional: true 6394 - eslint: 6395 - optional: true 6396 - meow: 6397 - optional: true 6398 - optionator: 6399 - optional: true 6400 - oxlint: 6401 - optional: true 6402 - stylelint: 6403 - optional: true 6404 - typescript: 6405 - optional: true 6406 - vls: 6407 - optional: true 6408 - vti: 6409 - optional: true 6410 - vue-tsc: 6411 - optional: true 6412 - 6413 - vite-plugin-checker@0.13.0: 6414 - resolution: {integrity: sha512-14EkOZmfinVZNxRmg2uCNDwtqGc/33lU/UEJansHgu27+ad+r6mMBf1Xtnq57jGZWiO/xzwtiEKPYsganw7ZFQ==} 6415 - engines: {node: '>=16.11'} 6416 - peerDependencies: 6417 - '@biomejs/biome': '>=1.7' 4606 + '@biomejs/biome': '>=2.4.12' 6418 4607 eslint: '>=9.39.4' 6419 4608 meow: ^13.2.0 || ^14.0.0 6420 4609 optionator: ^0.9.4 ··· 6422 4611 stylelint: '>=16.26.1' 6423 4612 typescript: '*' 6424 4613 vite: '>=5.4.21' 6425 - vls: '*' 6426 - vti: '*' 6427 4614 vue-tsc: ~2.2.10 || ^3.0.0 6428 4615 peerDependenciesMeta: 6429 4616 '@biomejs/biome': ··· 6440 4627 optional: true 6441 4628 typescript: 6442 4629 optional: true 6443 - vls: 6444 - optional: true 6445 - vti: 6446 - optional: true 6447 4630 vue-tsc: 6448 4631 optional: true 6449 4632 6450 - vite-plugin-inspect@11.3.3: 6451 - resolution: {integrity: sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==} 4633 + vite-plugin-inspect@11.4.1: 4634 + resolution: {integrity: sha512-ShOFe2PURXGvRS5OrgmOLZOCwDTD7dEBVt0tMpFPKb9AsvqXKCRGM8QgKrUbRbJYFXScHvDPpGRd28rYidC0tA==} 6452 4635 engines: {node: '>=14'} 6453 4636 peerDependencies: 6454 4637 '@nuxt/kit': '*' 6455 - vite: ^6.0.0 || ^7.0.0-0 4638 + vite: ^6.0.0 || ^7.0.0-0 || ^8.0.0-0 6456 4639 peerDependenciesMeta: 6457 4640 '@nuxt/kit': 6458 4641 optional: true 6459 4642 6460 - vite-plugin-vue-tracer@1.0.1: 6461 - resolution: {integrity: sha512-L5/vAhT6oYbH4RSQYGLN9VfHexWe7SGzca1pJ7oPkL6KtxWA1jbGeb3Ri1JptKzqtd42HinOq4uEYqzhVWrzig==} 4643 + vite-plugin-vue-tracer@1.4.0: 4644 + resolution: {integrity: sha512-0tQCjCqZWVSK6UeRW9S4ABbf47lKQ68zvrT2FNvZmiL+alDydCVyH/T3Jlfbdc3T3C2Iuyyl5aVsMbF8IQIoxA==} 6462 4645 peerDependencies: 6463 - vite: ^6.0.0 || ^7.0.0 4646 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0 6464 4647 vue: ^3.5.0 6465 4648 6466 - vite-plugin-vue-tracer@1.3.0: 6467 - resolution: {integrity: sha512-Cgfce6VikzOw5MUJTpeg50s5rRjzU1Vr61ZjuHunVVHLjZZ5AUlgyExHthZ3r59vtoz9W2rDt23FYG81avYBKw==} 6468 - peerDependencies: 6469 - vite: ^6.0.0 || ^7.0.0 6470 - vue: ^3.5.0 6471 - 6472 - vite@7.1.12: 6473 - resolution: {integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==} 6474 - engines: {node: ^20.19.0 || >=22.12.0} 6475 - hasBin: true 6476 - peerDependencies: 6477 - '@types/node': ^20.19.0 || >=22.12.0 6478 - jiti: '>=1.21.0' 6479 - less: ^4.0.0 6480 - lightningcss: ^1.21.0 6481 - sass: ^1.70.0 6482 - sass-embedded: ^1.70.0 6483 - stylus: '>=0.54.8' 6484 - sugarss: ^5.0.0 6485 - terser: ^5.16.0 6486 - tsx: ^4.8.1 6487 - yaml: ^2.4.2 6488 - peerDependenciesMeta: 6489 - '@types/node': 6490 - optional: true 6491 - jiti: 6492 - optional: true 6493 - less: 6494 - optional: true 6495 - lightningcss: 6496 - optional: true 6497 - sass: 6498 - optional: true 6499 - sass-embedded: 6500 - optional: true 6501 - stylus: 6502 - optional: true 6503 - sugarss: 6504 - optional: true 6505 - terser: 6506 - optional: true 6507 - tsx: 6508 - optional: true 6509 - yaml: 6510 - optional: true 6511 - 6512 - vite@7.3.2: 6513 - resolution: {integrity: sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==} 4649 + vite@7.3.5: 4650 + resolution: {integrity: sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==} 6514 4651 engines: {node: ^20.19.0 || >=22.12.0} 6515 4652 hasBin: true 6516 4653 peerDependencies: ··· 6552 4689 vitest-environment-nuxt@2.0.0: 6553 4690 resolution: {integrity: sha512-zEGFRiCAaRR3fHnqISHKMNTRvCzkQEI1XyFeqNgR2IBD0oYkfZ1rUHwi7C+h3Cns3KPykfB0av1B3MtLEbChDw==} 6554 4691 6555 - vitest@4.1.5: 6556 - resolution: {integrity: sha512-9Xx1v3/ih3m9hN+SbfkUyy0JAs72ap3r7joc87XL6jwF0jGg6mFBvQ1SrwaX+h8BlkX6Hz9shdd1uo6AF+ZGpg==} 4692 + vitest@4.1.9: 4693 + resolution: {integrity: sha512-nE3/LEyc0z87uHYLZebqCUOaJr2hdtuPp7BQ4BosVFnfltxgAvMG08NyrSGlPpOUWvR27c5flSmYFTNr78L9GQ==} 6557 4694 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 6558 4695 hasBin: true 6559 4696 peerDependencies: 6560 4697 '@edge-runtime/vm': '*' 6561 4698 '@opentelemetry/api': ^1.9.0 6562 4699 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 6563 - '@vitest/browser-playwright': 4.1.5 6564 - '@vitest/browser-preview': 4.1.5 6565 - '@vitest/browser-webdriverio': 4.1.5 6566 - '@vitest/coverage-istanbul': 4.1.5 6567 - '@vitest/coverage-v8': 4.1.5 6568 - '@vitest/ui': 4.1.5 4700 + '@vitest/browser-playwright': 4.1.9 4701 + '@vitest/browser-preview': 4.1.9 4702 + '@vitest/browser-webdriverio': 4.1.9 4703 + '@vitest/coverage-istanbul': 4.1.9 4704 + '@vitest/coverage-v8': 4.1.9 4705 + '@vitest/ui': 4.1.9 6569 4706 happy-dom: '*' 6570 4707 jsdom: '*' 6571 4708 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 6602 4739 vue-devtools-stub@0.1.0: 6603 4740 resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} 6604 4741 6605 - vue-eslint-parser@10.4.0: 6606 - resolution: {integrity: sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==} 4742 + vue-eslint-parser@10.4.1: 4743 + resolution: {integrity: sha512-Gk6gRDj0n/fkRa3C3l0bBheoBckUq/Rs0F/TvMWIS6nzzx67amAViMe9CkNgsP2tXyQONvGiHQESHwFtZ3aYDA==} 6607 4744 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6608 4745 peerDependencies: 6609 4746 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 6610 4747 6611 - vue-router@4.6.3: 6612 - resolution: {integrity: sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==} 6613 - peerDependencies: 6614 - vue: ^3.5.0 6615 - 6616 - vue-router@5.0.6: 6617 - resolution: {integrity: sha512-9+kmUTGbKMyW9Asoy98IXXYIzrTMT7JDAdpDDeEkorHvybpUvBI2wsrSM5jFOXrFydpzRFJ9vAh+80DN2PGu9w==} 4748 + vue-router@5.1.0: 4749 + resolution: {integrity: sha512-HAbiLzLEHQwxPgvsbOJDAwtavszEgLwri6XfyrsPECIFez8+59xc9LofWVdc/HEaSRT822lJ8H9Ns38VVond5g==} 6618 4750 peerDependencies: 6619 4751 '@pinia/colada': '>=0.21.2' 6620 - '@vue/compiler-sfc': ^3.5.17 4752 + '@vue/compiler-sfc': ^3.5.34 6621 4753 pinia: ^3.0.4 6622 - vue: ^3.5.0 4754 + vite: ^7.0.0 || ^8.0.0 4755 + vue: ^3.5.34 6623 4756 peerDependenciesMeta: 6624 4757 '@pinia/colada': 6625 4758 optional: true ··· 6627 4760 optional: true 6628 4761 pinia: 6629 4762 optional: true 4763 + vite: 4764 + optional: true 6630 4765 6631 4766 vue-sfc-transformer@0.1.17: 6632 4767 resolution: {integrity: sha512-0mpkDTWm1ybtp/Mp3vhrXP4r8yxcGF+quxGyJfrHDl2tl5naQjK3xkIGaVR5BtR5KG1LWJbdCrqn7I6f460j9A==} ··· 6636 4771 esbuild: '*' 6637 4772 vue: ^3.5.13 6638 4773 6639 - vue-tsc@2.2.12: 6640 - resolution: {integrity: sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==} 4774 + vue-tsc@3.3.5: 4775 + resolution: {integrity: sha512-Rzh/G2MmNlMSAMTiQEjDrsb4dgB/jbtEM47rVN2NtidF1dfb/q4w4QvpQBtW5+y3y5H27Hjh7deVwk+YB02fNg==} 6641 4776 hasBin: true 6642 4777 peerDependencies: 6643 4778 typescript: '>=5.0.0' 6644 4779 6645 - vue-tsc@3.2.8: 6646 - resolution: {integrity: sha512-27vTLJ6Q2370obOd0PFYoYoKnmXJ521uUIedrs3Zhhhg/8YG10VOCMmwt+JQslatpAMTDbnWiitLnoD5VlIvog==} 6647 - hasBin: true 6648 - peerDependencies: 6649 - typescript: '>=5.0.0' 6650 - 6651 - vue@3.5.22: 6652 - resolution: {integrity: sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==} 6653 - peerDependencies: 6654 - typescript: '*' 6655 - peerDependenciesMeta: 6656 - typescript: 6657 - optional: true 6658 - 6659 - vue@3.5.34: 6660 - resolution: {integrity: sha512-WdLBG9gm02OgJIG9axd5Hpx0TFLdzVgfG2evFFu8Rur5O/IoGc5cMjnjh3tPL6GnRGsYvUhBSKVPYVcxRKpMCA==} 4780 + vue@3.5.38: 4781 + resolution: {integrity: sha512-vAMKHfImQlYSy0C+PBue4s3ERZ2xGKfgZg5GXAsLInq1dyh2H78ILVP5sK0KPFPVW4kv+OGCIvBEondcjpZp7A==} 6661 4782 peerDependencies: 6662 4783 typescript: '*' 6663 4784 peerDependenciesMeta: ··· 6681 4802 engines: {node: '>= 8'} 6682 4803 hasBin: true 6683 4804 6684 - which@5.0.0: 6685 - resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} 6686 - engines: {node: ^18.17.0 || >=20.5.0} 6687 - hasBin: true 6688 - 6689 4805 which@6.0.1: 6690 4806 resolution: {integrity: sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==} 6691 4807 engines: {node: ^20.17.0 || >=22.9.0} ··· 6712 4828 resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} 6713 4829 engines: {node: '>=18'} 6714 4830 6715 - ws@8.18.3: 6716 - resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} 6717 - engines: {node: '>=10.0.0'} 6718 - peerDependencies: 6719 - bufferutil: ^4.0.1 6720 - utf-8-validate: '>=5.0.2' 6721 - peerDependenciesMeta: 6722 - bufferutil: 6723 - optional: true 6724 - utf-8-validate: 6725 - optional: true 6726 - 6727 - ws@8.20.0: 6728 - resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==} 4831 + ws@8.21.0: 4832 + resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==} 6729 4833 engines: {node: '>=10.0.0'} 6730 4834 peerDependencies: 6731 4835 bufferutil: ^4.0.1 ··· 6759 4863 resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} 6760 4864 engines: {node: '>=18'} 6761 4865 6762 - yaml@2.8.1: 6763 - resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==} 6764 - engines: {node: '>= 14.6'} 6765 - hasBin: true 6766 - 6767 - yaml@2.8.4: 6768 - resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} 4866 + yaml@2.9.0: 4867 + resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} 6769 4868 engines: {node: '>= 14.6'} 6770 4869 hasBin: true 6771 4870 6772 - yargs-parser@21.1.1: 6773 - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 6774 - engines: {node: '>=12'} 6775 - 6776 4871 yargs-parser@22.0.0: 6777 4872 resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} 6778 4873 engines: {node: ^20.19.0 || ^22.12.0 || >=23} 6779 4874 6780 - yargs@17.7.2: 6781 - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} 6782 - engines: {node: '>=12'} 6783 - 6784 4875 yargs@18.0.0: 6785 4876 resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==} 6786 4877 engines: {node: ^20.19.0 || ^22.12.0 || >=23} ··· 6789 4880 resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} 6790 4881 engines: {node: '>=10'} 6791 4882 6792 - yoctocolors@2.1.2: 6793 - resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==} 6794 - engines: {node: '>=18'} 6795 - 6796 4883 youch-core@0.3.3: 6797 4884 resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==} 6798 4885 6799 - youch@4.1.0-beta.11: 6800 - resolution: {integrity: sha512-sQi6PERyO/mT8w564ojOVeAlYTtVQmC2GaktQAf+IdI75/GKIggosBuvyVXvEV+FATAT6RbLdIjFoiIId4ozoQ==} 6801 - 6802 4886 youch@4.1.1: 6803 4887 resolution: {integrity: sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==} 6804 4888 ··· 6811 4895 '@antfu/install-pkg@1.1.0': 6812 4896 dependencies: 6813 4897 package-manager-detector: 1.6.0 6814 - tinyexec: 1.1.2 4898 + tinyexec: 1.2.4 6815 4899 6816 - '@babel/code-frame@7.27.1': 4900 + '@babel/code-frame@7.29.7': 6817 4901 dependencies: 6818 - '@babel/helper-validator-identifier': 7.28.5 4902 + '@babel/helper-validator-identifier': 7.29.7 6819 4903 js-tokens: 4.0.0 6820 4904 picocolors: 1.1.1 6821 4905 6822 - '@babel/code-frame@7.29.0': 6823 - dependencies: 6824 - '@babel/helper-validator-identifier': 7.28.5 6825 - js-tokens: 4.0.0 6826 - picocolors: 1.1.1 6827 - 6828 - '@babel/compat-data@7.28.5': {} 6829 - 6830 - '@babel/compat-data@7.29.3': {} 4906 + '@babel/compat-data@7.29.7': {} 6831 4907 6832 - '@babel/core@7.28.5': 4908 + '@babel/core@7.29.7': 6833 4909 dependencies: 6834 - '@babel/code-frame': 7.27.1 6835 - '@babel/generator': 7.28.5 6836 - '@babel/helper-compilation-targets': 7.27.2 6837 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) 6838 - '@babel/helpers': 7.28.4 6839 - '@babel/parser': 7.28.5 6840 - '@babel/template': 7.27.2 6841 - '@babel/traverse': 7.28.5 6842 - '@babel/types': 7.28.5 4910 + '@babel/code-frame': 7.29.7 4911 + '@babel/generator': 7.29.7 4912 + '@babel/helper-compilation-targets': 7.29.7 4913 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) 4914 + '@babel/helpers': 7.29.7 4915 + '@babel/parser': 7.29.7 4916 + '@babel/template': 7.29.7 4917 + '@babel/traverse': 7.29.7 4918 + '@babel/types': 7.29.7 6843 4919 '@jridgewell/remapping': 2.3.5 6844 4920 convert-source-map: 2.0.0 6845 4921 debug: 4.4.3 ··· 6849 4925 transitivePeerDependencies: 6850 4926 - supports-color 6851 4927 6852 - '@babel/core@7.29.0': 4928 + '@babel/generator@7.29.7': 6853 4929 dependencies: 6854 - '@babel/code-frame': 7.29.0 6855 - '@babel/generator': 7.29.1 6856 - '@babel/helper-compilation-targets': 7.28.6 6857 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) 6858 - '@babel/helpers': 7.29.2 6859 - '@babel/parser': 7.29.3 6860 - '@babel/template': 7.28.6 6861 - '@babel/traverse': 7.29.0 6862 - '@babel/types': 7.29.0 6863 - '@jridgewell/remapping': 2.3.5 6864 - convert-source-map: 2.0.0 6865 - debug: 4.4.3 6866 - gensync: 1.0.0-beta.2 6867 - json5: 2.2.3 6868 - semver: 6.3.1 6869 - transitivePeerDependencies: 6870 - - supports-color 6871 - 6872 - '@babel/generator@7.28.5': 6873 - dependencies: 6874 - '@babel/parser': 7.28.5 6875 - '@babel/types': 7.28.5 4930 + '@babel/parser': 7.29.7 4931 + '@babel/types': 7.29.7 6876 4932 '@jridgewell/gen-mapping': 0.3.13 6877 4933 '@jridgewell/trace-mapping': 0.3.31 6878 4934 jsesc: 3.1.0 6879 4935 6880 - '@babel/generator@7.29.1': 4936 + '@babel/generator@8.0.0': 6881 4937 dependencies: 6882 - '@babel/parser': 7.29.3 6883 - '@babel/types': 7.29.0 4938 + '@babel/parser': 8.0.0 4939 + '@babel/types': 8.0.0 6884 4940 '@jridgewell/gen-mapping': 0.3.13 6885 4941 '@jridgewell/trace-mapping': 0.3.31 4942 + '@types/jsesc': 2.5.1 6886 4943 jsesc: 3.1.0 6887 4944 6888 - '@babel/helper-annotate-as-pure@7.27.3': 4945 + '@babel/helper-annotate-as-pure@7.29.7': 6889 4946 dependencies: 6890 - '@babel/types': 7.29.0 4947 + '@babel/types': 7.29.7 6891 4948 6892 - '@babel/helper-compilation-targets@7.27.2': 6893 - dependencies: 6894 - '@babel/compat-data': 7.28.5 6895 - '@babel/helper-validator-option': 7.27.1 6896 - browserslist: 4.28.1 6897 - lru-cache: 5.1.1 6898 - semver: 6.3.1 6899 - 6900 - '@babel/helper-compilation-targets@7.28.6': 4949 + '@babel/helper-compilation-targets@7.29.7': 6901 4950 dependencies: 6902 - '@babel/compat-data': 7.29.3 6903 - '@babel/helper-validator-option': 7.27.1 4951 + '@babel/compat-data': 7.29.7 4952 + '@babel/helper-validator-option': 7.29.7 6904 4953 browserslist: 4.28.2 6905 4954 lru-cache: 5.1.1 6906 4955 semver: 6.3.1 6907 4956 6908 - '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)': 4957 + '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.7)': 6909 4958 dependencies: 6910 - '@babel/core': 7.28.5 6911 - '@babel/helper-annotate-as-pure': 7.27.3 6912 - '@babel/helper-member-expression-to-functions': 7.28.5 6913 - '@babel/helper-optimise-call-expression': 7.27.1 6914 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5) 6915 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 6916 - '@babel/traverse': 7.28.5 4959 + '@babel/core': 7.29.7 4960 + '@babel/helper-annotate-as-pure': 7.29.7 4961 + '@babel/helper-member-expression-to-functions': 7.29.7 4962 + '@babel/helper-optimise-call-expression': 7.29.7 4963 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) 4964 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 4965 + '@babel/traverse': 7.29.7 6917 4966 semver: 6.3.1 6918 4967 transitivePeerDependencies: 6919 4968 - supports-color 6920 4969 6921 - '@babel/helper-create-class-features-plugin@7.29.3(@babel/core@7.29.0)': 6922 - dependencies: 6923 - '@babel/core': 7.29.0 6924 - '@babel/helper-annotate-as-pure': 7.27.3 6925 - '@babel/helper-member-expression-to-functions': 7.28.5 6926 - '@babel/helper-optimise-call-expression': 7.27.1 6927 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) 6928 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 6929 - '@babel/traverse': 7.29.0 6930 - semver: 6.3.1 6931 - transitivePeerDependencies: 6932 - - supports-color 4970 + '@babel/helper-globals@7.29.7': {} 6933 4971 6934 - '@babel/helper-globals@7.28.0': {} 6935 - 6936 - '@babel/helper-member-expression-to-functions@7.28.5': 6937 - dependencies: 6938 - '@babel/traverse': 7.29.0 6939 - '@babel/types': 7.29.0 6940 - transitivePeerDependencies: 6941 - - supports-color 6942 - 6943 - '@babel/helper-module-imports@7.27.1': 6944 - dependencies: 6945 - '@babel/traverse': 7.28.5 6946 - '@babel/types': 7.28.5 6947 - transitivePeerDependencies: 6948 - - supports-color 6949 - 6950 - '@babel/helper-module-imports@7.28.6': 4972 + '@babel/helper-member-expression-to-functions@7.29.7': 6951 4973 dependencies: 6952 - '@babel/traverse': 7.29.0 6953 - '@babel/types': 7.29.0 4974 + '@babel/traverse': 7.29.7 4975 + '@babel/types': 7.29.7 6954 4976 transitivePeerDependencies: 6955 4977 - supports-color 6956 4978 6957 - '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': 4979 + '@babel/helper-module-imports@7.29.7': 6958 4980 dependencies: 6959 - '@babel/core': 7.28.5 6960 - '@babel/helper-module-imports': 7.27.1 6961 - '@babel/helper-validator-identifier': 7.28.5 6962 - '@babel/traverse': 7.28.5 4981 + '@babel/traverse': 7.29.7 4982 + '@babel/types': 7.29.7 6963 4983 transitivePeerDependencies: 6964 4984 - supports-color 6965 4985 6966 - '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': 4986 + '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)': 6967 4987 dependencies: 6968 - '@babel/core': 7.29.0 6969 - '@babel/helper-module-imports': 7.28.6 6970 - '@babel/helper-validator-identifier': 7.28.5 6971 - '@babel/traverse': 7.29.0 4988 + '@babel/core': 7.29.7 4989 + '@babel/helper-module-imports': 7.29.7 4990 + '@babel/helper-validator-identifier': 7.29.7 4991 + '@babel/traverse': 7.29.7 6972 4992 transitivePeerDependencies: 6973 4993 - supports-color 6974 4994 6975 - '@babel/helper-optimise-call-expression@7.27.1': 4995 + '@babel/helper-optimise-call-expression@7.29.7': 6976 4996 dependencies: 6977 - '@babel/types': 7.29.0 4997 + '@babel/types': 7.29.7 6978 4998 6979 - '@babel/helper-plugin-utils@7.27.1': {} 6980 - 6981 - '@babel/helper-plugin-utils@7.28.6': {} 4999 + '@babel/helper-plugin-utils@7.29.7': {} 6982 5000 6983 - '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)': 5001 + '@babel/helper-replace-supers@7.29.7(@babel/core@7.29.7)': 6984 5002 dependencies: 6985 - '@babel/core': 7.28.5 6986 - '@babel/helper-member-expression-to-functions': 7.28.5 6987 - '@babel/helper-optimise-call-expression': 7.27.1 6988 - '@babel/traverse': 7.28.5 5003 + '@babel/core': 7.29.7 5004 + '@babel/helper-member-expression-to-functions': 7.29.7 5005 + '@babel/helper-optimise-call-expression': 7.29.7 5006 + '@babel/traverse': 7.29.7 6989 5007 transitivePeerDependencies: 6990 5008 - supports-color 6991 5009 6992 - '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)': 5010 + '@babel/helper-skip-transparent-expression-wrappers@7.29.7': 6993 5011 dependencies: 6994 - '@babel/core': 7.29.0 6995 - '@babel/helper-member-expression-to-functions': 7.28.5 6996 - '@babel/helper-optimise-call-expression': 7.27.1 6997 - '@babel/traverse': 7.29.0 5012 + '@babel/traverse': 7.29.7 5013 + '@babel/types': 7.29.7 6998 5014 transitivePeerDependencies: 6999 5015 - supports-color 7000 5016 7001 - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': 7002 - dependencies: 7003 - '@babel/traverse': 7.29.0 7004 - '@babel/types': 7.29.0 7005 - transitivePeerDependencies: 7006 - - supports-color 5017 + '@babel/helper-string-parser@7.29.7': {} 7007 5018 7008 - '@babel/helper-string-parser@7.27.1': {} 7009 - 7010 - '@babel/helper-validator-identifier@7.28.5': {} 7011 - 7012 - '@babel/helper-validator-option@7.27.1': {} 7013 - 7014 - '@babel/helpers@7.28.4': 7015 - dependencies: 7016 - '@babel/template': 7.27.2 7017 - '@babel/types': 7.28.5 5019 + '@babel/helper-string-parser@8.0.0': {} 7018 5020 7019 - '@babel/helpers@7.29.2': 7020 - dependencies: 7021 - '@babel/template': 7.28.6 7022 - '@babel/types': 7.29.0 5021 + '@babel/helper-validator-identifier@7.29.7': {} 7023 5022 7024 - '@babel/parser@7.28.5': 7025 - dependencies: 7026 - '@babel/types': 7.28.5 5023 + '@babel/helper-validator-identifier@8.0.0': {} 7027 5024 7028 - '@babel/parser@7.29.3': 7029 - dependencies: 7030 - '@babel/types': 7.29.0 5025 + '@babel/helper-validator-option@7.29.7': {} 7031 5026 7032 - '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)': 5027 + '@babel/helpers@7.29.7': 7033 5028 dependencies: 7034 - '@babel/core': 7.28.5 7035 - '@babel/helper-plugin-utils': 7.27.1 5029 + '@babel/template': 7.29.7 5030 + '@babel/types': 7.29.7 7036 5031 7037 - '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)': 5032 + '@babel/parser@7.29.7': 7038 5033 dependencies: 7039 - '@babel/core': 7.29.0 7040 - '@babel/helper-plugin-utils': 7.28.6 5034 + '@babel/types': 7.29.7 7041 5035 7042 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)': 5036 + '@babel/parser@8.0.0': 7043 5037 dependencies: 7044 - '@babel/core': 7.28.5 7045 - '@babel/helper-plugin-utils': 7.27.1 5038 + '@babel/types': 8.0.0 7046 5039 7047 - '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)': 5040 + '@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7)': 7048 5041 dependencies: 7049 - '@babel/core': 7.29.0 7050 - '@babel/helper-plugin-utils': 7.28.6 5042 + '@babel/core': 7.29.7 5043 + '@babel/helper-plugin-utils': 7.29.7 7051 5044 7052 - '@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5)': 5045 + '@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)': 7053 5046 dependencies: 7054 - '@babel/core': 7.28.5 7055 - '@babel/helper-annotate-as-pure': 7.27.3 7056 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.5) 7057 - '@babel/helper-plugin-utils': 7.27.1 7058 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 7059 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) 7060 - transitivePeerDependencies: 7061 - - supports-color 5047 + '@babel/core': 7.29.7 5048 + '@babel/helper-plugin-utils': 7.29.7 7062 5049 7063 - '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)': 5050 + '@babel/plugin-transform-typescript@7.29.7(@babel/core@7.29.7)': 7064 5051 dependencies: 7065 - '@babel/core': 7.29.0 7066 - '@babel/helper-annotate-as-pure': 7.27.3 7067 - '@babel/helper-create-class-features-plugin': 7.29.3(@babel/core@7.29.0) 7068 - '@babel/helper-plugin-utils': 7.28.6 7069 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 7070 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) 5052 + '@babel/core': 7.29.7 5053 + '@babel/helper-annotate-as-pure': 7.29.7 5054 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) 5055 + '@babel/helper-plugin-utils': 7.29.7 5056 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 5057 + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) 7071 5058 transitivePeerDependencies: 7072 5059 - supports-color 7073 5060 7074 - '@babel/template@7.27.2': 5061 + '@babel/template@7.29.7': 7075 5062 dependencies: 7076 - '@babel/code-frame': 7.27.1 7077 - '@babel/parser': 7.28.5 7078 - '@babel/types': 7.28.5 5063 + '@babel/code-frame': 7.29.7 5064 + '@babel/parser': 7.29.7 5065 + '@babel/types': 7.29.7 7079 5066 7080 - '@babel/template@7.28.6': 5067 + '@babel/traverse@7.29.7': 7081 5068 dependencies: 7082 - '@babel/code-frame': 7.29.0 7083 - '@babel/parser': 7.29.3 7084 - '@babel/types': 7.29.0 7085 - 7086 - '@babel/traverse@7.28.5': 7087 - dependencies: 7088 - '@babel/code-frame': 7.27.1 7089 - '@babel/generator': 7.28.5 7090 - '@babel/helper-globals': 7.28.0 7091 - '@babel/parser': 7.28.5 7092 - '@babel/template': 7.27.2 7093 - '@babel/types': 7.28.5 5069 + '@babel/code-frame': 7.29.7 5070 + '@babel/generator': 7.29.7 5071 + '@babel/helper-globals': 7.29.7 5072 + '@babel/parser': 7.29.7 5073 + '@babel/template': 7.29.7 5074 + '@babel/types': 7.29.7 7094 5075 debug: 4.4.3 7095 5076 transitivePeerDependencies: 7096 5077 - supports-color 7097 5078 7098 - '@babel/traverse@7.29.0': 5079 + '@babel/types@7.29.7': 7099 5080 dependencies: 7100 - '@babel/code-frame': 7.29.0 7101 - '@babel/generator': 7.29.1 7102 - '@babel/helper-globals': 7.28.0 7103 - '@babel/parser': 7.29.3 7104 - '@babel/template': 7.28.6 7105 - '@babel/types': 7.29.0 7106 - debug: 4.4.3 7107 - transitivePeerDependencies: 7108 - - supports-color 5081 + '@babel/helper-string-parser': 7.29.7 5082 + '@babel/helper-validator-identifier': 7.29.7 7109 5083 7110 - '@babel/types@7.28.5': 5084 + '@babel/types@8.0.0': 7111 5085 dependencies: 7112 - '@babel/helper-string-parser': 7.27.1 7113 - '@babel/helper-validator-identifier': 7.28.5 5086 + '@babel/helper-string-parser': 8.0.0 5087 + '@babel/helper-validator-identifier': 8.0.0 7114 5088 7115 - '@babel/types@7.29.0': 7116 - dependencies: 7117 - '@babel/helper-string-parser': 7.27.1 7118 - '@babel/helper-validator-identifier': 7.28.5 7119 - 7120 - '@bomb.sh/tab@0.0.14(cac@6.7.14)(citty@0.2.2)': 5089 + '@bomb.sh/tab@0.0.15(cac@6.7.14)(citty@0.2.2)': 7121 5090 optionalDependencies: 7122 5091 cac: 6.7.14 7123 5092 citty: 0.2.2 ··· 7127 5096 fast-wrap-ansi: 0.1.6 7128 5097 sisteransi: 1.0.5 7129 5098 7130 - '@clack/core@1.3.0': 5099 + '@clack/core@1.4.1': 7131 5100 dependencies: 7132 - fast-wrap-ansi: 0.2.0 5101 + fast-wrap-ansi: 0.2.2 7133 5102 sisteransi: 1.0.5 7134 5103 7135 5104 '@clack/prompts@1.2.0': ··· 7139 5108 fast-wrap-ansi: 0.1.6 7140 5109 sisteransi: 1.0.5 7141 5110 7142 - '@clack/prompts@1.3.0': 5111 + '@clack/prompts@1.5.1': 7143 5112 dependencies: 7144 - '@clack/core': 1.3.0 5113 + '@clack/core': 1.4.1 7145 5114 fast-string-width: 3.0.2 7146 - fast-wrap-ansi: 0.2.0 5115 + fast-wrap-ansi: 0.2.2 7147 5116 sisteransi: 1.0.5 7148 5117 7149 - '@cloudflare/kv-asset-handler@0.4.0': 7150 - dependencies: 7151 - mime: 3.0.0 7152 - 7153 5118 '@cloudflare/kv-asset-handler@0.4.2': {} 7154 5119 7155 5120 '@colordx/core@5.4.3': {} 7156 5121 7157 - '@dxup/nuxt@0.4.1(magicast@0.5.2)(typescript@6.0.3)': 5122 + '@dxup/nuxt@0.4.1(magicast@0.5.3)(typescript@6.0.3)': 7158 5123 dependencies: 7159 5124 '@dxup/unimport': 0.1.2 7160 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 5125 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 7161 5126 chokidar: 5.0.0 7162 5127 pathe: 2.0.3 7163 - tinyglobby: 0.2.16 5128 + tinyglobby: 0.2.17 7164 5129 optionalDependencies: 7165 5130 typescript: 6.0.3 7166 5131 transitivePeerDependencies: ··· 7174 5139 tslib: 2.8.1 7175 5140 optional: true 7176 5141 7177 - '@emnapi/core@1.6.0': 7178 - dependencies: 7179 - '@emnapi/wasi-threads': 1.1.0 7180 - tslib: 2.8.1 7181 - optional: true 7182 - 7183 5142 '@emnapi/runtime@1.10.0': 7184 5143 dependencies: 7185 5144 tslib: 2.8.1 7186 5145 optional: true 7187 5146 7188 - '@emnapi/runtime@1.6.0': 7189 - dependencies: 7190 - tslib: 2.8.1 7191 - optional: true 7192 - 7193 - '@emnapi/wasi-threads@1.1.0': 7194 - dependencies: 7195 - tslib: 2.8.1 7196 - optional: true 7197 - 7198 5147 '@emnapi/wasi-threads@1.2.1': 7199 5148 dependencies: 7200 5149 tslib: 2.8.1 7201 5150 optional: true 7202 5151 7203 - '@es-joy/jsdoccomment@0.86.0': 5152 + '@es-joy/jsdoccomment@0.87.0': 7204 5153 dependencies: 7205 - '@types/estree': 1.0.8 7206 - '@typescript-eslint/types': 8.59.2 7207 - comment-parser: 1.4.6 5154 + '@types/estree': 1.0.9 5155 + '@typescript-eslint/types': 8.61.1 5156 + comment-parser: 1.4.7 7208 5157 esquery: 1.7.0 7209 5158 jsdoc-type-pratt-parser: 7.2.0 7210 5159 7211 5160 '@es-joy/resolve.exports@1.2.0': {} 7212 5161 7213 - '@esbuild/aix-ppc64@0.25.11': 7214 - optional: true 7215 - 7216 5162 '@esbuild/aix-ppc64@0.25.12': 7217 5163 optional: true 7218 5164 7219 5165 '@esbuild/aix-ppc64@0.27.7': 7220 5166 optional: true 7221 5167 7222 - '@esbuild/aix-ppc64@0.28.0': 7223 - optional: true 7224 - 7225 - '@esbuild/android-arm64@0.25.11': 5168 + '@esbuild/aix-ppc64@0.28.1': 7226 5169 optional: true 7227 5170 7228 5171 '@esbuild/android-arm64@0.25.12': ··· 7231 5174 '@esbuild/android-arm64@0.27.7': 7232 5175 optional: true 7233 5176 7234 - '@esbuild/android-arm64@0.28.0': 7235 - optional: true 7236 - 7237 - '@esbuild/android-arm@0.25.11': 5177 + '@esbuild/android-arm64@0.28.1': 7238 5178 optional: true 7239 5179 7240 5180 '@esbuild/android-arm@0.25.12': ··· 7243 5183 '@esbuild/android-arm@0.27.7': 7244 5184 optional: true 7245 5185 7246 - '@esbuild/android-arm@0.28.0': 7247 - optional: true 7248 - 7249 - '@esbuild/android-x64@0.25.11': 5186 + '@esbuild/android-arm@0.28.1': 7250 5187 optional: true 7251 5188 7252 5189 '@esbuild/android-x64@0.25.12': ··· 7255 5192 '@esbuild/android-x64@0.27.7': 7256 5193 optional: true 7257 5194 7258 - '@esbuild/android-x64@0.28.0': 7259 - optional: true 7260 - 7261 - '@esbuild/darwin-arm64@0.25.11': 5195 + '@esbuild/android-x64@0.28.1': 7262 5196 optional: true 7263 5197 7264 5198 '@esbuild/darwin-arm64@0.25.12': ··· 7267 5201 '@esbuild/darwin-arm64@0.27.7': 7268 5202 optional: true 7269 5203 7270 - '@esbuild/darwin-arm64@0.28.0': 7271 - optional: true 7272 - 7273 - '@esbuild/darwin-x64@0.25.11': 5204 + '@esbuild/darwin-arm64@0.28.1': 7274 5205 optional: true 7275 5206 7276 5207 '@esbuild/darwin-x64@0.25.12': ··· 7279 5210 '@esbuild/darwin-x64@0.27.7': 7280 5211 optional: true 7281 5212 7282 - '@esbuild/darwin-x64@0.28.0': 7283 - optional: true 7284 - 7285 - '@esbuild/freebsd-arm64@0.25.11': 5213 + '@esbuild/darwin-x64@0.28.1': 7286 5214 optional: true 7287 5215 7288 5216 '@esbuild/freebsd-arm64@0.25.12': ··· 7291 5219 '@esbuild/freebsd-arm64@0.27.7': 7292 5220 optional: true 7293 5221 7294 - '@esbuild/freebsd-arm64@0.28.0': 7295 - optional: true 7296 - 7297 - '@esbuild/freebsd-x64@0.25.11': 5222 + '@esbuild/freebsd-arm64@0.28.1': 7298 5223 optional: true 7299 5224 7300 5225 '@esbuild/freebsd-x64@0.25.12': ··· 7303 5228 '@esbuild/freebsd-x64@0.27.7': 7304 5229 optional: true 7305 5230 7306 - '@esbuild/freebsd-x64@0.28.0': 7307 - optional: true 7308 - 7309 - '@esbuild/linux-arm64@0.25.11': 5231 + '@esbuild/freebsd-x64@0.28.1': 7310 5232 optional: true 7311 5233 7312 5234 '@esbuild/linux-arm64@0.25.12': ··· 7315 5237 '@esbuild/linux-arm64@0.27.7': 7316 5238 optional: true 7317 5239 7318 - '@esbuild/linux-arm64@0.28.0': 7319 - optional: true 7320 - 7321 - '@esbuild/linux-arm@0.25.11': 5240 + '@esbuild/linux-arm64@0.28.1': 7322 5241 optional: true 7323 5242 7324 5243 '@esbuild/linux-arm@0.25.12': ··· 7327 5246 '@esbuild/linux-arm@0.27.7': 7328 5247 optional: true 7329 5248 7330 - '@esbuild/linux-arm@0.28.0': 7331 - optional: true 7332 - 7333 - '@esbuild/linux-ia32@0.25.11': 5249 + '@esbuild/linux-arm@0.28.1': 7334 5250 optional: true 7335 5251 7336 5252 '@esbuild/linux-ia32@0.25.12': ··· 7339 5255 '@esbuild/linux-ia32@0.27.7': 7340 5256 optional: true 7341 5257 7342 - '@esbuild/linux-ia32@0.28.0': 7343 - optional: true 7344 - 7345 - '@esbuild/linux-loong64@0.25.11': 5258 + '@esbuild/linux-ia32@0.28.1': 7346 5259 optional: true 7347 5260 7348 5261 '@esbuild/linux-loong64@0.25.12': ··· 7351 5264 '@esbuild/linux-loong64@0.27.7': 7352 5265 optional: true 7353 5266 7354 - '@esbuild/linux-loong64@0.28.0': 7355 - optional: true 7356 - 7357 - '@esbuild/linux-mips64el@0.25.11': 5267 + '@esbuild/linux-loong64@0.28.1': 7358 5268 optional: true 7359 5269 7360 5270 '@esbuild/linux-mips64el@0.25.12': ··· 7363 5273 '@esbuild/linux-mips64el@0.27.7': 7364 5274 optional: true 7365 5275 7366 - '@esbuild/linux-mips64el@0.28.0': 7367 - optional: true 7368 - 7369 - '@esbuild/linux-ppc64@0.25.11': 5276 + '@esbuild/linux-mips64el@0.28.1': 7370 5277 optional: true 7371 5278 7372 5279 '@esbuild/linux-ppc64@0.25.12': ··· 7375 5282 '@esbuild/linux-ppc64@0.27.7': 7376 5283 optional: true 7377 5284 7378 - '@esbuild/linux-ppc64@0.28.0': 7379 - optional: true 7380 - 7381 - '@esbuild/linux-riscv64@0.25.11': 5285 + '@esbuild/linux-ppc64@0.28.1': 7382 5286 optional: true 7383 5287 7384 5288 '@esbuild/linux-riscv64@0.25.12': ··· 7387 5291 '@esbuild/linux-riscv64@0.27.7': 7388 5292 optional: true 7389 5293 7390 - '@esbuild/linux-riscv64@0.28.0': 7391 - optional: true 7392 - 7393 - '@esbuild/linux-s390x@0.25.11': 5294 + '@esbuild/linux-riscv64@0.28.1': 7394 5295 optional: true 7395 5296 7396 5297 '@esbuild/linux-s390x@0.25.12': ··· 7399 5300 '@esbuild/linux-s390x@0.27.7': 7400 5301 optional: true 7401 5302 7402 - '@esbuild/linux-s390x@0.28.0': 7403 - optional: true 7404 - 7405 - '@esbuild/linux-x64@0.25.11': 5303 + '@esbuild/linux-s390x@0.28.1': 7406 5304 optional: true 7407 5305 7408 5306 '@esbuild/linux-x64@0.25.12': ··· 7411 5309 '@esbuild/linux-x64@0.27.7': 7412 5310 optional: true 7413 5311 7414 - '@esbuild/linux-x64@0.28.0': 7415 - optional: true 7416 - 7417 - '@esbuild/netbsd-arm64@0.25.11': 5312 + '@esbuild/linux-x64@0.28.1': 7418 5313 optional: true 7419 5314 7420 5315 '@esbuild/netbsd-arm64@0.25.12': ··· 7423 5318 '@esbuild/netbsd-arm64@0.27.7': 7424 5319 optional: true 7425 5320 7426 - '@esbuild/netbsd-arm64@0.28.0': 7427 - optional: true 7428 - 7429 - '@esbuild/netbsd-x64@0.25.11': 5321 + '@esbuild/netbsd-arm64@0.28.1': 7430 5322 optional: true 7431 5323 7432 5324 '@esbuild/netbsd-x64@0.25.12': ··· 7435 5327 '@esbuild/netbsd-x64@0.27.7': 7436 5328 optional: true 7437 5329 7438 - '@esbuild/netbsd-x64@0.28.0': 7439 - optional: true 7440 - 7441 - '@esbuild/openbsd-arm64@0.25.11': 5330 + '@esbuild/netbsd-x64@0.28.1': 7442 5331 optional: true 7443 5332 7444 5333 '@esbuild/openbsd-arm64@0.25.12': ··· 7447 5336 '@esbuild/openbsd-arm64@0.27.7': 7448 5337 optional: true 7449 5338 7450 - '@esbuild/openbsd-arm64@0.28.0': 7451 - optional: true 7452 - 7453 - '@esbuild/openbsd-x64@0.25.11': 5339 + '@esbuild/openbsd-arm64@0.28.1': 7454 5340 optional: true 7455 5341 7456 5342 '@esbuild/openbsd-x64@0.25.12': ··· 7459 5345 '@esbuild/openbsd-x64@0.27.7': 7460 5346 optional: true 7461 5347 7462 - '@esbuild/openbsd-x64@0.28.0': 7463 - optional: true 7464 - 7465 - '@esbuild/openharmony-arm64@0.25.11': 5348 + '@esbuild/openbsd-x64@0.28.1': 7466 5349 optional: true 7467 5350 7468 5351 '@esbuild/openharmony-arm64@0.25.12': ··· 7471 5354 '@esbuild/openharmony-arm64@0.27.7': 7472 5355 optional: true 7473 5356 7474 - '@esbuild/openharmony-arm64@0.28.0': 7475 - optional: true 7476 - 7477 - '@esbuild/sunos-x64@0.25.11': 5357 + '@esbuild/openharmony-arm64@0.28.1': 7478 5358 optional: true 7479 5359 7480 5360 '@esbuild/sunos-x64@0.25.12': ··· 7483 5363 '@esbuild/sunos-x64@0.27.7': 7484 5364 optional: true 7485 5365 7486 - '@esbuild/sunos-x64@0.28.0': 7487 - optional: true 7488 - 7489 - '@esbuild/win32-arm64@0.25.11': 5366 + '@esbuild/sunos-x64@0.28.1': 7490 5367 optional: true 7491 5368 7492 5369 '@esbuild/win32-arm64@0.25.12': ··· 7495 5372 '@esbuild/win32-arm64@0.27.7': 7496 5373 optional: true 7497 5374 7498 - '@esbuild/win32-arm64@0.28.0': 7499 - optional: true 7500 - 7501 - '@esbuild/win32-ia32@0.25.11': 5375 + '@esbuild/win32-arm64@0.28.1': 7502 5376 optional: true 7503 5377 7504 5378 '@esbuild/win32-ia32@0.25.12': ··· 7507 5381 '@esbuild/win32-ia32@0.27.7': 7508 5382 optional: true 7509 5383 7510 - '@esbuild/win32-ia32@0.28.0': 7511 - optional: true 7512 - 7513 - '@esbuild/win32-x64@0.25.11': 5384 + '@esbuild/win32-ia32@0.28.1': 7514 5385 optional: true 7515 5386 7516 5387 '@esbuild/win32-x64@0.25.12': ··· 7519 5390 '@esbuild/win32-x64@0.27.7': 7520 5391 optional: true 7521 5392 7522 - '@esbuild/win32-x64@0.28.0': 5393 + '@esbuild/win32-x64@0.28.1': 7523 5394 optional: true 7524 5395 7525 - '@eslint-community/eslint-utils@4.9.0(eslint@9.38.0(jiti@2.6.1))': 5396 + '@eslint-community/eslint-utils@4.9.1(eslint@10.5.0(jiti@2.7.0))': 7526 5397 dependencies: 7527 - eslint: 9.38.0(jiti@2.6.1) 7528 - eslint-visitor-keys: 3.4.3 7529 - optional: true 7530 - 7531 - '@eslint-community/eslint-utils@4.9.1(eslint@10.3.0(jiti@2.7.0))': 7532 - dependencies: 7533 - eslint: 10.3.0(jiti@2.7.0) 5398 + eslint: 10.5.0(jiti@2.7.0) 7534 5399 eslint-visitor-keys: 3.4.3 7535 5400 7536 5401 '@eslint-community/regexpp@4.12.2': {} 7537 5402 7538 - '@eslint/compat@2.0.5(eslint@10.3.0(jiti@2.7.0))': 5403 + '@eslint/compat@2.1.0(eslint@10.5.0(jiti@2.7.0))': 7539 5404 dependencies: 7540 5405 '@eslint/core': 1.2.1 7541 5406 optionalDependencies: 7542 - eslint: 10.3.0(jiti@2.7.0) 7543 - 7544 - '@eslint/config-array@0.21.1': 7545 - dependencies: 7546 - '@eslint/object-schema': 2.1.7 7547 - debug: 4.4.3 7548 - minimatch: 3.1.5 7549 - transitivePeerDependencies: 7550 - - supports-color 7551 - optional: true 5407 + eslint: 10.5.0(jiti@2.7.0) 7552 5408 7553 5409 '@eslint/config-array@0.23.5': 7554 5410 dependencies: ··· 7558 5414 transitivePeerDependencies: 7559 5415 - supports-color 7560 5416 7561 - '@eslint/config-helpers@0.4.2': 7562 - dependencies: 7563 - '@eslint/core': 0.17.0 7564 - optional: true 7565 - 7566 5417 '@eslint/config-helpers@0.5.5': 7567 5418 dependencies: 7568 5419 '@eslint/core': 1.2.1 7569 5420 7570 - '@eslint/core@0.16.0': 7571 - dependencies: 7572 - '@types/json-schema': 7.0.15 7573 - optional: true 7574 - 7575 - '@eslint/core@0.17.0': 5421 + '@eslint/config-helpers@0.6.0': 7576 5422 dependencies: 7577 - '@types/json-schema': 7.0.15 7578 - optional: true 5423 + '@eslint/core': 1.2.1 7579 5424 7580 5425 '@eslint/core@1.2.1': 7581 5426 dependencies: 7582 5427 '@types/json-schema': 7.0.15 7583 5428 7584 - '@eslint/eslintrc@3.3.1': 7585 - dependencies: 7586 - ajv: 6.12.6 7587 - debug: 4.4.3 7588 - espree: 10.4.0 7589 - globals: 14.0.0 7590 - ignore: 5.3.2 7591 - import-fresh: 3.3.1 7592 - js-yaml: 4.1.1 7593 - minimatch: 3.1.2 7594 - strip-json-comments: 3.1.1 7595 - transitivePeerDependencies: 7596 - - supports-color 7597 - optional: true 7598 - 7599 - '@eslint/js@9.38.0': 7600 - optional: true 7601 - 7602 - '@eslint/js@9.39.4': {} 7603 - 7604 - '@eslint/object-schema@2.1.7': 7605 - optional: true 5429 + '@eslint/js@10.0.1(eslint@10.5.0(jiti@2.7.0))': 5430 + optionalDependencies: 5431 + eslint: 10.5.0(jiti@2.7.0) 7606 5432 7607 5433 '@eslint/object-schema@3.0.5': {} 7608 5434 7609 - '@eslint/plugin-kit@0.4.1': 7610 - dependencies: 7611 - '@eslint/core': 0.17.0 7612 - levn: 0.4.1 7613 - optional: true 7614 - 7615 - '@eslint/plugin-kit@0.7.1': 5435 + '@eslint/plugin-kit@0.7.2': 7616 5436 dependencies: 7617 5437 '@eslint/core': 1.2.1 7618 5438 levn: 0.4.1 7619 - 7620 - '@humanfs/core@0.19.1': 7621 - optional: true 7622 5439 7623 5440 '@humanfs/core@0.19.2': 7624 5441 dependencies: 7625 5442 '@humanfs/types': 0.15.0 7626 5443 7627 - '@humanfs/node@0.16.7': 7628 - dependencies: 7629 - '@humanfs/core': 0.19.1 7630 - '@humanwhocodes/retry': 0.4.3 7631 - optional: true 7632 - 7633 5444 '@humanfs/node@0.16.8': 7634 5445 dependencies: 7635 5446 '@humanfs/core': 0.19.2 ··· 7642 5453 7643 5454 '@humanwhocodes/retry@0.4.3': {} 7644 5455 7645 - '@ioredis/commands@1.4.0': {} 7646 - 7647 - '@ioredis/commands@1.5.1': {} 5456 + '@ioredis/commands@1.10.0': {} 7648 5457 7649 5458 '@isaacs/cliui@8.0.2': 7650 5459 dependencies: ··· 7691 5500 7692 5501 '@kwsites/promise-deferred@1.1.1': {} 7693 5502 7694 - '@mapbox/node-pre-gyp@2.0.0': 7695 - dependencies: 7696 - consola: 3.4.2 7697 - detect-libc: 2.1.2 7698 - https-proxy-agent: 7.0.6 7699 - node-fetch: 2.7.0 7700 - nopt: 8.1.0 7701 - semver: 7.7.3 7702 - tar: 7.5.2 7703 - transitivePeerDependencies: 7704 - - encoding 7705 - - supports-color 7706 - 7707 5503 '@mapbox/node-pre-gyp@2.0.3': 7708 5504 dependencies: 7709 5505 consola: 3.4.2 ··· 7711 5507 https-proxy-agent: 7.0.6 7712 5508 node-fetch: 2.7.0 7713 5509 nopt: 8.1.0 7714 - semver: 7.7.4 7715 - tar: 7.5.14 5510 + semver: 7.8.4 5511 + tar: 7.5.16 7716 5512 transitivePeerDependencies: 7717 5513 - encoding 7718 5514 - supports-color 7719 5515 7720 - '@napi-rs/wasm-runtime@0.2.12': 7721 - dependencies: 7722 - '@emnapi/core': 1.10.0 7723 - '@emnapi/runtime': 1.10.0 7724 - '@tybys/wasm-util': 0.10.2 7725 - optional: true 7726 - 7727 - '@napi-rs/wasm-runtime@1.0.7': 7728 - dependencies: 7729 - '@emnapi/core': 1.6.0 7730 - '@emnapi/runtime': 1.6.0 7731 - '@tybys/wasm-util': 0.10.1 7732 - optional: true 7733 - 7734 - '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': 5516 + '@napi-rs/wasm-runtime@1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': 7735 5517 dependencies: 7736 5518 '@emnapi/core': 1.10.0 7737 5519 '@emnapi/runtime': 1.10.0 ··· 7750 5532 '@nodelib/fs.scandir': 2.1.5 7751 5533 fastq: 1.20.1 7752 5534 7753 - '@nuxt/cli@3.29.3(magicast@0.3.5)': 5535 + '@nuxt/cli@3.35.2(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3)': 7754 5536 dependencies: 7755 - c12: 3.3.1(magicast@0.3.5) 7756 - citty: 0.1.6 7757 - clipboardy: 5.0.0 7758 - confbox: 0.2.2 7759 - consola: 3.4.2 7760 - defu: 6.1.4 7761 - exsolve: 1.0.7 7762 - fuse.js: 7.1.0 7763 - get-port-please: 3.2.0 7764 - giget: 2.0.0 7765 - h3: 1.15.4 7766 - jiti: 2.6.1 7767 - listhen: 1.9.0 7768 - nypm: 0.6.2 7769 - ofetch: 1.4.1 7770 - ohash: 2.0.11 7771 - pathe: 2.0.3 7772 - perfect-debounce: 2.0.0 7773 - pkg-types: 2.3.0 7774 - scule: 1.3.0 7775 - semver: 7.7.3 7776 - srvx: 0.8.16 7777 - std-env: 3.10.0 7778 - tinyexec: 1.0.1 7779 - ufo: 1.6.1 7780 - undici: 7.16.0 7781 - youch: 4.1.0-beta.11 7782 - transitivePeerDependencies: 7783 - - magicast 7784 - 7785 - '@nuxt/cli@3.35.1(@nuxt/schema@4.4.4)(cac@6.7.14)(magicast@0.5.2)': 7786 - dependencies: 7787 - '@bomb.sh/tab': 0.0.14(cac@6.7.14)(citty@0.2.2) 7788 - '@clack/prompts': 1.3.0 7789 - c12: 3.3.4(magicast@0.5.2) 5537 + '@bomb.sh/tab': 0.0.15(cac@6.7.14)(citty@0.2.2) 5538 + '@clack/prompts': 1.5.1 5539 + c12: 3.3.4(magicast@0.5.3) 7790 5540 citty: 0.2.2 7791 5541 confbox: 0.2.4 7792 5542 consola: 3.4.2 7793 5543 debug: 4.4.3 7794 5544 defu: 6.1.7 7795 5545 exsolve: 1.0.8 7796 - fuse.js: 7.3.0 5546 + fuse.js: 7.4.2 7797 5547 fzf: 0.5.2 7798 - giget: 3.2.0 5548 + giget: 3.3.0 7799 5549 jiti: 2.7.0 7800 - listhen: 1.10.0(srvx@0.11.15) 7801 - nypm: 0.6.6 5550 + listhen: 1.10.0(srvx@0.11.16) 5551 + nypm: 0.6.7 7802 5552 ofetch: 1.5.1 7803 5553 ohash: 2.0.11 7804 5554 pathe: 2.0.3 7805 5555 perfect-debounce: 2.1.0 7806 5556 pkg-types: 2.3.1 7807 5557 scule: 1.3.0 7808 - semver: 7.7.4 7809 - srvx: 0.11.15 5558 + semver: 7.8.4 5559 + srvx: 0.11.16 7810 5560 std-env: 4.1.0 7811 - tinyclip: 0.1.12 7812 - tinyexec: 1.1.2 5561 + tinyclip: 0.1.14 5562 + tinyexec: 1.2.4 7813 5563 ufo: 1.6.4 7814 5564 youch: 4.1.1 7815 5565 optionalDependencies: 7816 - '@nuxt/schema': 4.4.4 5566 + '@nuxt/schema': 4.4.8 7817 5567 transitivePeerDependencies: 7818 5568 - cac 7819 5569 - commander ··· 7822 5572 7823 5573 '@nuxt/devalue@2.0.2': {} 7824 5574 7825 - '@nuxt/devtools-kit@2.6.5(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))': 7826 - dependencies: 7827 - '@nuxt/kit': 3.19.3(magicast@0.3.5) 7828 - execa: 8.0.1 7829 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 7830 - transitivePeerDependencies: 7831 - - magicast 7832 - 7833 - '@nuxt/devtools-kit@2.7.0(magicast@0.5.2)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))': 5575 + '@nuxt/devtools-kit@2.7.0(magicast@0.5.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))': 7834 5576 dependencies: 7835 - '@nuxt/kit': 3.21.4(magicast@0.5.2) 5577 + '@nuxt/kit': 3.21.8(magicast@0.5.3) 7836 5578 execa: 8.0.1 7837 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 5579 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 7838 5580 transitivePeerDependencies: 7839 5581 - magicast 7840 5582 7841 - '@nuxt/devtools-kit@3.2.4(magicast@0.5.2)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))': 5583 + '@nuxt/devtools-kit@3.2.4(magicast@0.5.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))': 7842 5584 dependencies: 7843 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 5585 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 7844 5586 execa: 8.0.1 7845 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 5587 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 7846 5588 transitivePeerDependencies: 7847 5589 - magicast 7848 5590 7849 - '@nuxt/devtools-wizard@2.6.5': 7850 - dependencies: 7851 - consola: 3.4.2 7852 - diff: 8.0.2 7853 - execa: 8.0.1 7854 - magicast: 0.3.5 7855 - pathe: 2.0.3 7856 - pkg-types: 2.3.0 7857 - prompts: 2.4.2 7858 - semver: 7.7.3 7859 - 7860 5591 '@nuxt/devtools-wizard@3.2.4': 7861 5592 dependencies: 7862 - '@clack/prompts': 1.3.0 5593 + '@clack/prompts': 1.5.1 7863 5594 consola: 3.4.2 7864 5595 diff: 8.0.4 7865 5596 execa: 8.0.1 7866 - magicast: 0.5.2 5597 + magicast: 0.5.3 7867 5598 pathe: 2.0.3 7868 5599 pkg-types: 2.3.1 7869 - semver: 7.7.4 7870 - 7871 - '@nuxt/devtools@2.6.5(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))': 7872 - dependencies: 7873 - '@nuxt/devtools-kit': 2.6.5(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)) 7874 - '@nuxt/devtools-wizard': 2.6.5 7875 - '@nuxt/kit': 3.19.3(magicast@0.3.5) 7876 - '@vue/devtools-core': 7.7.7(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)) 7877 - '@vue/devtools-kit': 7.7.7 7878 - birpc: 2.6.1 7879 - consola: 3.4.2 7880 - destr: 2.0.5 7881 - error-stack-parser-es: 1.0.5 7882 - execa: 8.0.1 7883 - fast-npm-meta: 0.4.7 7884 - get-port-please: 3.2.0 7885 - hookable: 5.5.3 7886 - image-meta: 0.2.2 7887 - is-installed-globally: 1.0.0 7888 - launch-editor: 2.11.1 7889 - local-pkg: 1.1.2 7890 - magicast: 0.3.5 7891 - nypm: 0.6.2 7892 - ohash: 2.0.11 7893 - pathe: 2.0.3 7894 - perfect-debounce: 1.0.0 7895 - pkg-types: 2.3.0 7896 - semver: 7.7.3 7897 - simple-git: 3.28.0 7898 - sirv: 3.0.2 7899 - structured-clone-es: 1.0.0 7900 - tinyglobby: 0.2.15 7901 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 7902 - 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)) 7903 - vite-plugin-vue-tracer: 1.0.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)) 7904 - which: 5.0.0 7905 - ws: 8.18.3 7906 - transitivePeerDependencies: 7907 - - bufferutil 7908 - - supports-color 7909 - - utf-8-validate 7910 - - vue 5600 + semver: 7.8.4 7911 5601 7912 - '@nuxt/devtools@3.2.4(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3))': 5602 + '@nuxt/devtools@3.2.4(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3))': 7913 5603 dependencies: 7914 - '@nuxt/devtools-kit': 3.2.4(magicast@0.5.2)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 5604 + '@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 7915 5605 '@nuxt/devtools-wizard': 3.2.4 7916 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 7917 - '@vue/devtools-core': 8.1.1(vue@3.5.34(typescript@6.0.3)) 7918 - '@vue/devtools-kit': 8.1.1 5606 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 5607 + '@vue/devtools-core': 8.1.3(vue@3.5.38(typescript@6.0.3)) 5608 + '@vue/devtools-kit': 8.1.3 7919 5609 birpc: 4.0.0 7920 5610 consola: 3.4.2 7921 5611 destr: 2.0.5 ··· 7926 5616 hookable: 6.1.1 7927 5617 image-meta: 0.2.2 7928 5618 is-installed-globally: 1.0.0 7929 - launch-editor: 2.13.2 7930 - local-pkg: 1.1.2 7931 - magicast: 0.5.2 7932 - nypm: 0.6.6 5619 + launch-editor: 2.14.1 5620 + local-pkg: 1.2.1 5621 + magicast: 0.5.3 5622 + nypm: 0.6.7 7933 5623 ohash: 2.0.11 7934 5624 pathe: 2.0.3 7935 5625 perfect-debounce: 2.1.0 7936 5626 pkg-types: 2.3.1 7937 - semver: 7.7.4 5627 + semver: 7.8.4 7938 5628 simple-git: 3.36.0 7939 5629 sirv: 3.0.2 7940 5630 structured-clone-es: 2.0.0 7941 - tinyglobby: 0.2.16 7942 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 7943 - vite-plugin-inspect: 11.3.3(@nuxt/kit@4.4.4(magicast@0.5.2))(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 7944 - vite-plugin-vue-tracer: 1.3.0(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3)) 5631 + tinyglobby: 0.2.17 5632 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 5633 + vite-plugin-inspect: 11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 5634 + vite-plugin-vue-tracer: 1.4.0(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) 7945 5635 which: 6.0.1 7946 - ws: 8.20.0 5636 + ws: 8.21.0 7947 5637 transitivePeerDependencies: 7948 5638 - bufferutil 7949 5639 - supports-color 7950 5640 - utf-8-validate 7951 5641 - vue 7952 5642 7953 - '@nuxt/eslint-config@1.15.2(@typescript-eslint/utils@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(@vue/compiler-sfc@3.5.34)(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3)': 5643 + '@nuxt/eslint-config@1.16.0(@typescript-eslint/utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(@vue/compiler-sfc@3.5.38)(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)': 7954 5644 dependencies: 7955 5645 '@antfu/install-pkg': 1.1.0 7956 - '@clack/prompts': 1.3.0 7957 - '@eslint/js': 9.39.4 7958 - '@nuxt/eslint-plugin': 1.15.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 7959 - '@stylistic/eslint-plugin': 5.10.0(eslint@10.3.0(jiti@2.7.0)) 7960 - '@typescript-eslint/eslint-plugin': 8.59.2(@typescript-eslint/parser@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 7961 - '@typescript-eslint/parser': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 7962 - eslint: 10.3.0(jiti@2.7.0) 7963 - eslint-config-flat-gitignore: 2.3.0(eslint@10.3.0(jiti@2.7.0)) 5646 + '@clack/prompts': 1.5.1 5647 + '@eslint/js': 10.0.1(eslint@10.5.0(jiti@2.7.0)) 5648 + '@nuxt/eslint-plugin': 1.16.0(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 5649 + '@stylistic/eslint-plugin': 5.10.0(eslint@10.5.0(jiti@2.7.0)) 5650 + '@typescript-eslint/eslint-plugin': 8.61.1(@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 5651 + '@typescript-eslint/parser': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 5652 + eslint: 10.5.0(jiti@2.7.0) 5653 + eslint-config-flat-gitignore: 2.3.0(eslint@10.5.0(jiti@2.7.0)) 7964 5654 eslint-flat-config-utils: 3.2.0 7965 - eslint-merge-processors: 2.0.0(eslint@10.3.0(jiti@2.7.0)) 7966 - eslint-plugin-import-lite: 0.5.2(eslint@10.3.0(jiti@2.7.0)) 7967 - eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.3.0(jiti@2.7.0)) 7968 - eslint-plugin-jsdoc: 62.9.0(eslint@10.3.0(jiti@2.7.0)) 7969 - eslint-plugin-regexp: 3.1.0(eslint@10.3.0(jiti@2.7.0)) 7970 - eslint-plugin-unicorn: 63.0.0(eslint@10.3.0(jiti@2.7.0)) 7971 - eslint-plugin-vue: 10.9.1(@stylistic/eslint-plugin@5.10.0(eslint@10.3.0(jiti@2.7.0)))(@typescript-eslint/parser@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.3.0(jiti@2.7.0))(vue-eslint-parser@10.4.0(eslint@10.3.0(jiti@2.7.0))) 7972 - eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.34)(eslint@10.3.0(jiti@2.7.0)) 5655 + eslint-merge-processors: 2.0.0(eslint@10.5.0(jiti@2.7.0)) 5656 + eslint-plugin-import-lite: 0.6.0(eslint@10.5.0(jiti@2.7.0)) 5657 + eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0)) 5658 + eslint-plugin-jsdoc: 63.0.5(eslint@10.5.0(jiti@2.7.0)) 5659 + eslint-plugin-regexp: 3.1.0(eslint@10.5.0(jiti@2.7.0)) 5660 + eslint-plugin-unicorn: 65.0.1(eslint@10.5.0(jiti@2.7.0)) 5661 + eslint-plugin-vue: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.5.0(jiti@2.7.0)))(@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.5.0(jiti@2.7.0))) 5662 + eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.38)(eslint@10.5.0(jiti@2.7.0)) 7973 5663 globals: 17.6.0 7974 - local-pkg: 1.1.2 5664 + local-pkg: 1.2.1 7975 5665 pathe: 2.0.3 7976 - vue-eslint-parser: 10.4.0(eslint@10.3.0(jiti@2.7.0)) 5666 + vue-eslint-parser: 10.4.1(eslint@10.5.0(jiti@2.7.0)) 7977 5667 transitivePeerDependencies: 7978 5668 - '@typescript-eslint/utils' 7979 5669 - '@vue/compiler-sfc' ··· 7981 5671 - supports-color 7982 5672 - typescript 7983 5673 7984 - '@nuxt/eslint-plugin@1.15.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3)': 5674 + '@nuxt/eslint-plugin@1.16.0(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)': 7985 5675 dependencies: 7986 - '@typescript-eslint/types': 8.59.2 7987 - '@typescript-eslint/utils': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 7988 - eslint: 10.3.0(jiti@2.7.0) 5676 + '@typescript-eslint/types': 8.61.1 5677 + '@typescript-eslint/utils': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 5678 + eslint: 10.5.0(jiti@2.7.0) 7989 5679 transitivePeerDependencies: 7990 5680 - supports-color 7991 5681 - typescript 7992 5682 7993 - '@nuxt/kit@3.19.3(magicast@0.3.5)': 5683 + '@nuxt/kit@3.21.8(magicast@0.5.3)': 7994 5684 dependencies: 7995 - c12: 3.3.1(magicast@0.3.5) 7996 - consola: 3.4.2 7997 - defu: 6.1.4 7998 - destr: 2.0.5 7999 - errx: 0.1.0 8000 - exsolve: 1.0.7 8001 - ignore: 7.0.5 8002 - jiti: 2.6.1 8003 - klona: 2.0.6 8004 - knitwork: 1.2.0 8005 - mlly: 1.8.0 8006 - ohash: 2.0.11 8007 - pathe: 2.0.3 8008 - pkg-types: 2.3.0 8009 - rc9: 2.1.2 8010 - scule: 1.3.0 8011 - semver: 7.7.3 8012 - std-env: 3.10.0 8013 - tinyglobby: 0.2.15 8014 - ufo: 1.6.1 8015 - unctx: 2.4.1 8016 - unimport: 5.5.0 8017 - untyped: 2.0.0 8018 - transitivePeerDependencies: 8019 - - magicast 8020 - 8021 - '@nuxt/kit@3.21.4(magicast@0.5.2)': 8022 - dependencies: 8023 - c12: 3.3.4(magicast@0.5.2) 5685 + c12: 3.3.4(magicast@0.5.3) 8024 5686 consola: 3.4.2 8025 5687 defu: 6.1.7 8026 5688 destr: 2.0.5 ··· 8036 5698 pkg-types: 2.3.1 8037 5699 rc9: 3.0.1 8038 5700 scule: 1.3.0 8039 - semver: 7.7.4 8040 - tinyglobby: 0.2.16 5701 + semver: 7.8.4 5702 + tinyglobby: 0.2.17 8041 5703 ufo: 1.6.4 8042 5704 unctx: 2.5.0 8043 5705 untyped: 2.0.0 8044 5706 transitivePeerDependencies: 8045 5707 - magicast 8046 5708 8047 - '@nuxt/kit@4.1.3(magicast@0.3.5)': 5709 + '@nuxt/kit@4.4.8(magicast@0.5.3)': 8048 5710 dependencies: 8049 - c12: 3.3.1(magicast@0.3.5) 8050 - consola: 3.4.2 8051 - defu: 6.1.4 8052 - destr: 2.0.5 8053 - errx: 0.1.0 8054 - exsolve: 1.0.7 8055 - ignore: 7.0.5 8056 - jiti: 2.6.1 8057 - klona: 2.0.6 8058 - mlly: 1.8.0 8059 - ohash: 2.0.11 8060 - pathe: 2.0.3 8061 - pkg-types: 2.3.0 8062 - rc9: 2.1.2 8063 - scule: 1.3.0 8064 - semver: 7.7.3 8065 - std-env: 3.10.0 8066 - tinyglobby: 0.2.15 8067 - ufo: 1.6.1 8068 - unctx: 2.4.1 8069 - unimport: 5.5.0 8070 - untyped: 2.0.0 8071 - transitivePeerDependencies: 8072 - - magicast 8073 - 8074 - '@nuxt/kit@4.4.4(magicast@0.5.2)': 8075 - dependencies: 8076 - c12: 3.3.4(magicast@0.5.2) 5711 + c12: 3.3.4(magicast@0.5.3) 8077 5712 consola: 3.4.2 8078 5713 defu: 6.1.7 8079 5714 destr: 2.0.5 ··· 8088 5723 pkg-types: 2.3.1 8089 5724 rc9: 3.0.1 8090 5725 scule: 1.3.0 8091 - semver: 7.7.4 8092 - tinyglobby: 0.2.16 5726 + semver: 7.8.4 5727 + tinyglobby: 0.2.17 8093 5728 ufo: 1.6.4 8094 5729 unctx: 2.5.0 8095 5730 untyped: 2.0.0 8096 5731 transitivePeerDependencies: 8097 5732 - magicast 8098 5733 8099 - '@nuxt/module-builder@1.0.2(@nuxt/cli@3.35.1(@nuxt/schema@4.4.4)(cac@6.7.14)(magicast@0.5.2))(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3))': 5734 + '@nuxt/module-builder@1.0.2(@nuxt/cli@3.35.2(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3))(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(typescript@6.0.3)(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3))': 8100 5735 dependencies: 8101 - '@nuxt/cli': 3.35.1(@nuxt/schema@4.4.4)(cac@6.7.14)(magicast@0.5.2) 5736 + '@nuxt/cli': 3.35.2(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3) 8102 5737 citty: 0.1.6 8103 5738 consola: 3.4.2 8104 5739 defu: 6.1.7 8105 5740 jiti: 2.7.0 8106 5741 magic-regexp: 0.10.0 8107 - mkdist: 2.4.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)))(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3)) 5742 + mkdist: 2.4.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)))(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)) 8108 5743 mlly: 1.8.2 8109 5744 pathe: 2.0.3 8110 5745 pkg-types: 2.3.1 8111 5746 tsconfck: 3.1.6(typescript@6.0.3) 8112 5747 typescript: 6.0.3 8113 - unbuild: 3.6.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)))(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3)) 8114 - vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)) 5748 + unbuild: 3.6.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)))(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)) 5749 + vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)) 8115 5750 transitivePeerDependencies: 8116 5751 - '@vue/compiler-core' 8117 5752 - esbuild ··· 8119 5754 - vue 8120 5755 - vue-tsc 8121 5756 8122 - '@nuxt/nitro-server@4.4.4(@babel/core@7.29.0)(db0@0.3.4)(ioredis@5.10.1)(magicast@0.5.2)(nuxt@4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4))(oxc-parser@0.128.0)(srvx@0.11.15)(typescript@6.0.3)': 5757 + '@nuxt/nitro-server@4.4.8(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0))(oxc-parser@0.133.0)(srvx@0.11.16)(typescript@6.0.3)': 8123 5758 dependencies: 8124 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) 8125 5759 '@nuxt/devalue': 2.0.2 8126 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 8127 - '@unhead/vue': 2.1.13(vue@3.5.34(typescript@6.0.3)) 8128 - '@vue/shared': 3.5.34 5760 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 5761 + '@unhead/vue': 2.1.15(vue@3.5.38(typescript@6.0.3)) 5762 + '@vue/shared': 3.5.38 8129 5763 consola: 3.4.2 8130 5764 defu: 6.1.7 8131 5765 destr: 2.0.5 8132 - devalue: 5.8.0 5766 + devalue: 5.8.1 8133 5767 errx: 0.1.0 8134 5768 escape-string-regexp: 5.0.0 8135 5769 exsolve: 1.0.8 ··· 8137 5771 impound: 1.1.5 8138 5772 klona: 2.0.6 8139 5773 mocked-exports: 0.1.1 8140 - nitropack: 2.13.4(oxc-parser@0.128.0)(srvx@0.11.15) 8141 - nuxt: 4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4) 8142 - nypm: 0.6.6 5774 + nitropack: 2.13.4(oxc-parser@0.133.0)(srvx@0.11.16) 5775 + nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0) 5776 + nypm: 0.6.7 8143 5777 ohash: 2.0.11 8144 5778 pathe: 2.0.3 8145 5779 rou3: 0.8.1 8146 5780 std-env: 4.1.0 8147 5781 ufo: 1.6.4 8148 5782 unctx: 2.5.0 8149 - unstorage: 1.17.5(db0@0.3.4)(ioredis@5.10.1) 8150 - vue: 3.5.34(typescript@6.0.3) 5783 + unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1) 5784 + vue: 3.5.38(typescript@6.0.3) 8151 5785 vue-bundle-renderer: 2.2.0 8152 5786 vue-devtools-stub: 0.1.0 5787 + optionalDependencies: 5788 + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) 8153 5789 transitivePeerDependencies: 8154 5790 - '@azure/app-configuration' 8155 5791 - '@azure/cosmos' ··· 8157 5793 - '@azure/identity' 8158 5794 - '@azure/keyvault-secrets' 8159 5795 - '@azure/storage-blob' 8160 - - '@babel/core' 8161 5796 - '@capacitor/preferences' 8162 5797 - '@deno/kv' 8163 5798 - '@electric-sql/pglite' ··· 8189 5824 - uploadthing 8190 5825 - xml2js 8191 5826 8192 - '@nuxt/schema@4.1.3': 5827 + '@nuxt/schema@4.4.8': 8193 5828 dependencies: 8194 - '@vue/shared': 3.5.22 8195 - consola: 3.4.2 8196 - defu: 6.1.4 8197 - pathe: 2.0.3 8198 - pkg-types: 2.3.0 8199 - std-env: 3.10.0 8200 - ufo: 1.6.1 8201 - 8202 - '@nuxt/schema@4.4.4': 8203 - dependencies: 8204 - '@vue/shared': 3.5.34 5829 + '@vue/shared': 3.5.38 8205 5830 defu: 6.1.7 8206 5831 pathe: 2.0.3 8207 5832 pkg-types: 2.3.1 8208 5833 std-env: 4.1.0 8209 5834 8210 - '@nuxt/telemetry@2.6.6(magicast@0.3.5)': 8211 - dependencies: 8212 - '@nuxt/kit': 3.19.3(magicast@0.3.5) 8213 - citty: 0.1.6 8214 - consola: 3.4.2 8215 - destr: 2.0.5 8216 - dotenv: 16.6.1 8217 - git-url-parse: 16.1.0 8218 - is-docker: 3.0.0 8219 - ofetch: 1.4.1 8220 - package-manager-detector: 1.5.0 8221 - pathe: 2.0.3 8222 - rc9: 2.1.2 8223 - std-env: 3.10.0 8224 - transitivePeerDependencies: 8225 - - magicast 8226 - 8227 - '@nuxt/telemetry@2.8.0(@nuxt/kit@4.4.4(magicast@0.5.2))': 5835 + '@nuxt/telemetry@2.8.0(@nuxt/kit@4.4.8(magicast@0.5.3))': 8228 5836 dependencies: 8229 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 5837 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 8230 5838 citty: 0.2.2 8231 5839 consola: 3.4.2 8232 5840 ofetch: 2.0.0-alpha.3 8233 5841 rc9: 3.0.1 8234 5842 std-env: 4.1.0 8235 5843 8236 - '@nuxt/test-utils@4.0.3(crossws@0.4.5(srvx@0.11.15))(magicast@0.5.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vitest@4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)))': 5844 + '@nuxt/test-utils@4.0.3(crossws@0.4.6(srvx@0.11.16))(magicast@0.5.3)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vitest@4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)))': 8237 5845 dependencies: 8238 5846 '@clack/prompts': 1.2.0 8239 - '@nuxt/devtools-kit': 2.7.0(magicast@0.5.2)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 8240 - '@nuxt/kit': 3.21.4(magicast@0.5.2) 8241 - c12: 3.3.4(magicast@0.5.2) 5847 + '@nuxt/devtools-kit': 2.7.0(magicast@0.5.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 5848 + '@nuxt/kit': 3.21.8(magicast@0.5.3) 5849 + c12: 3.3.4(magicast@0.5.3) 8242 5850 consola: 3.4.2 8243 5851 defu: 6.1.7 8244 5852 destr: 2.0.5 ··· 8247 5855 fake-indexeddb: 6.2.5 8248 5856 get-port-please: 3.2.0 8249 5857 h3: 1.15.11 8250 - h3-next: h3@2.0.1-rc.20(crossws@0.4.5(srvx@0.11.15)) 8251 - local-pkg: 1.1.2 5858 + h3-next: h3@2.0.1-rc.20(crossws@0.4.6(srvx@0.11.16)) 5859 + local-pkg: 1.2.1 8252 5860 magic-string: 0.30.21 8253 5861 node-fetch-native: 1.6.7 8254 5862 node-mock-http: 1.0.4 8255 - nypm: 0.6.6 5863 + nypm: 0.6.7 8256 5864 ofetch: 1.5.1 8257 5865 pathe: 2.0.3 8258 5866 perfect-debounce: 2.1.0 8259 5867 radix3: 1.1.2 8260 5868 scule: 1.3.0 8261 5869 std-env: 4.1.0 8262 - tinyexec: 1.1.2 5870 + tinyexec: 1.2.4 8263 5871 ufo: 1.6.4 8264 5872 unplugin: 3.0.0 8265 - vitest-environment-nuxt: 2.0.0(crossws@0.4.5(srvx@0.11.15))(magicast@0.5.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vitest@4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))) 8266 - vue: 3.5.34(typescript@6.0.3) 5873 + vitest-environment-nuxt: 2.0.0(crossws@0.4.6(srvx@0.11.16))(magicast@0.5.3)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vitest@4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))) 5874 + vue: 3.5.38(typescript@6.0.3) 8267 5875 optionalDependencies: 8268 - vitest: 4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 5876 + vitest: 4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 8269 5877 transitivePeerDependencies: 8270 5878 - crossws 8271 5879 - magicast 8272 5880 - typescript 8273 5881 - vite 8274 5882 8275 - '@nuxt/vite-builder@4.1.3(@types/node@24.9.1)(eslint@9.38.0(jiti@2.6.1))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3))(vue@3.5.22(typescript@5.9.3))(yaml@2.8.1)': 8276 - dependencies: 8277 - '@nuxt/kit': 4.1.3(magicast@0.3.5) 8278 - '@rollup/plugin-replace': 6.0.2(rollup@4.52.5) 8279 - '@vitejs/plugin-vue': 6.0.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)) 8280 - '@vitejs/plugin-vue-jsx': 5.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)) 8281 - autoprefixer: 10.4.21(postcss@8.5.6) 8282 - consola: 3.4.2 8283 - cssnano: 7.1.1(postcss@8.5.6) 8284 - defu: 6.1.4 8285 - esbuild: 0.25.11 8286 - escape-string-regexp: 5.0.0 8287 - exsolve: 1.0.7 8288 - get-port-please: 3.2.0 8289 - h3: 1.15.4 8290 - jiti: 2.6.1 8291 - knitwork: 1.2.0 8292 - magic-string: 0.30.21 8293 - mlly: 1.8.0 8294 - mocked-exports: 0.1.1 8295 - pathe: 2.0.3 8296 - pkg-types: 2.3.0 8297 - postcss: 8.5.6 8298 - rollup-plugin-visualizer: 6.0.5(rollup@4.52.5) 8299 - std-env: 3.10.0 8300 - ufo: 1.6.1 8301 - unenv: 2.0.0-rc.22 8302 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 8303 - vite-node: 3.2.4(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 8304 - vite-plugin-checker: 0.11.0(eslint@9.38.0(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.12(typescript@5.9.3)) 8305 - vue: 3.5.22(typescript@5.9.3) 8306 - vue-bundle-renderer: 2.2.0 8307 - transitivePeerDependencies: 8308 - - '@biomejs/biome' 8309 - - '@types/node' 8310 - - eslint 8311 - - less 8312 - - lightningcss 8313 - - magicast 8314 - - meow 8315 - - optionator 8316 - - oxlint 8317 - - rollup 8318 - - sass 8319 - - sass-embedded 8320 - - stylelint 8321 - - stylus 8322 - - sugarss 8323 - - supports-color 8324 - - terser 8325 - - tsx 8326 - - typescript 8327 - - vls 8328 - - vti 8329 - - vue-tsc 8330 - - yaml 8331 - 8332 - '@nuxt/vite-builder@4.4.4(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@types/node@25.6.0)(eslint@10.3.0(jiti@2.7.0))(magicast@0.5.2)(nuxt@4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(terser@5.46.2)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3))(yaml@2.8.4)': 5883 + '@nuxt/vite-builder@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@types/node@25.9.3)(eslint@10.5.0(jiti@2.7.0))(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(terser@5.48.0)(typescript@6.0.3)(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3))(yaml@2.9.0)': 8333 5884 dependencies: 8334 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 8335 - '@rollup/plugin-replace': 6.0.3(rollup@4.60.3) 8336 - '@vitejs/plugin-vue': 6.0.6(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3)) 8337 - '@vitejs/plugin-vue-jsx': 5.1.5(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3)) 8338 - autoprefixer: 10.5.0(postcss@8.5.14) 5885 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 5886 + '@rollup/plugin-replace': 6.0.3(rollup@4.62.0) 5887 + '@vitejs/plugin-vue': 6.0.7(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) 5888 + '@vitejs/plugin-vue-jsx': 5.1.5(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) 5889 + autoprefixer: 10.5.0(postcss@8.5.15) 8339 5890 consola: 3.4.2 8340 - cssnano: 7.1.9(postcss@8.5.14) 5891 + cssnano: 8.0.2(postcss@8.5.15) 8341 5892 defu: 6.1.7 8342 5893 escape-string-regexp: 5.0.0 8343 5894 exsolve: 1.0.8 ··· 8347 5898 magic-string: 0.30.21 8348 5899 mlly: 1.8.2 8349 5900 mocked-exports: 0.1.1 8350 - nuxt: 4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4) 8351 - nypm: 0.6.6 5901 + nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0) 5902 + nypm: 0.6.7 8352 5903 pathe: 2.0.3 8353 5904 pkg-types: 2.3.1 8354 - postcss: 8.5.14 5905 + postcss: 8.5.15 8355 5906 seroval: 1.5.4 8356 5907 std-env: 4.1.0 8357 5908 ufo: 1.6.4 8358 5909 unenv: 2.0.0-rc.24 8359 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 8360 - vite-node: 5.3.0(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 8361 - vite-plugin-checker: 0.13.0(eslint@10.3.0(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3)) 8362 - vue: 3.5.34(typescript@6.0.3) 5910 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 5911 + vite-node: 5.3.0(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 5912 + vite-plugin-checker: 0.14.3(eslint@10.5.0(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3)) 5913 + vue: 3.5.38(typescript@6.0.3) 8363 5914 vue-bundle-renderer: 2.2.0 8364 5915 optionalDependencies: 8365 - '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) 8366 - rollup-plugin-visualizer: 7.0.1(rollup@4.60.3) 5916 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) 5917 + rollup-plugin-visualizer: 7.0.1(rollup@4.62.0) 8367 5918 transitivePeerDependencies: 8368 5919 - '@biomejs/biome' 8369 5920 - '@types/node' ··· 8384 5935 - terser 8385 5936 - tsx 8386 5937 - typescript 8387 - - vls 8388 - - vti 8389 5938 - vue-tsc 8390 5939 - yaml 8391 5940 8392 - '@oxc-minify/binding-android-arm-eabi@0.128.0': 5941 + '@oxc-minify/binding-android-arm-eabi@0.133.0': 8393 5942 optional: true 8394 5943 8395 - '@oxc-minify/binding-android-arm64@0.128.0': 5944 + '@oxc-minify/binding-android-arm64@0.133.0': 8396 5945 optional: true 8397 5946 8398 - '@oxc-minify/binding-android-arm64@0.94.0': 5947 + '@oxc-minify/binding-darwin-arm64@0.133.0': 8399 5948 optional: true 8400 5949 8401 - '@oxc-minify/binding-darwin-arm64@0.128.0': 5950 + '@oxc-minify/binding-darwin-x64@0.133.0': 8402 5951 optional: true 8403 5952 8404 - '@oxc-minify/binding-darwin-arm64@0.94.0': 5953 + '@oxc-minify/binding-freebsd-x64@0.133.0': 8405 5954 optional: true 8406 5955 8407 - '@oxc-minify/binding-darwin-x64@0.128.0': 5956 + '@oxc-minify/binding-linux-arm-gnueabihf@0.133.0': 8408 5957 optional: true 8409 5958 8410 - '@oxc-minify/binding-darwin-x64@0.94.0': 8411 - optional: true 8412 - 8413 - '@oxc-minify/binding-freebsd-x64@0.128.0': 5959 + '@oxc-minify/binding-linux-arm-musleabihf@0.133.0': 8414 5960 optional: true 8415 5961 8416 - '@oxc-minify/binding-freebsd-x64@0.94.0': 5962 + '@oxc-minify/binding-linux-arm64-gnu@0.133.0': 8417 5963 optional: true 8418 5964 8419 - '@oxc-minify/binding-linux-arm-gnueabihf@0.128.0': 5965 + '@oxc-minify/binding-linux-arm64-musl@0.133.0': 8420 5966 optional: true 8421 5967 8422 - '@oxc-minify/binding-linux-arm-gnueabihf@0.94.0': 5968 + '@oxc-minify/binding-linux-ppc64-gnu@0.133.0': 8423 5969 optional: true 8424 5970 8425 - '@oxc-minify/binding-linux-arm-musleabihf@0.128.0': 5971 + '@oxc-minify/binding-linux-riscv64-gnu@0.133.0': 8426 5972 optional: true 8427 5973 8428 - '@oxc-minify/binding-linux-arm-musleabihf@0.94.0': 5974 + '@oxc-minify/binding-linux-riscv64-musl@0.133.0': 8429 5975 optional: true 8430 5976 8431 - '@oxc-minify/binding-linux-arm64-gnu@0.128.0': 5977 + '@oxc-minify/binding-linux-s390x-gnu@0.133.0': 8432 5978 optional: true 8433 5979 8434 - '@oxc-minify/binding-linux-arm64-gnu@0.94.0': 5980 + '@oxc-minify/binding-linux-x64-gnu@0.133.0': 8435 5981 optional: true 8436 5982 8437 - '@oxc-minify/binding-linux-arm64-musl@0.128.0': 5983 + '@oxc-minify/binding-linux-x64-musl@0.133.0': 8438 5984 optional: true 8439 5985 8440 - '@oxc-minify/binding-linux-arm64-musl@0.94.0': 5986 + '@oxc-minify/binding-openharmony-arm64@0.133.0': 8441 5987 optional: true 8442 5988 8443 - '@oxc-minify/binding-linux-ppc64-gnu@0.128.0': 8444 - optional: true 8445 - 8446 - '@oxc-minify/binding-linux-riscv64-gnu@0.128.0': 8447 - optional: true 8448 - 8449 - '@oxc-minify/binding-linux-riscv64-gnu@0.94.0': 8450 - optional: true 8451 - 8452 - '@oxc-minify/binding-linux-riscv64-musl@0.128.0': 8453 - optional: true 8454 - 8455 - '@oxc-minify/binding-linux-s390x-gnu@0.128.0': 8456 - optional: true 8457 - 8458 - '@oxc-minify/binding-linux-s390x-gnu@0.94.0': 8459 - optional: true 8460 - 8461 - '@oxc-minify/binding-linux-x64-gnu@0.128.0': 8462 - optional: true 8463 - 8464 - '@oxc-minify/binding-linux-x64-gnu@0.94.0': 8465 - optional: true 8466 - 8467 - '@oxc-minify/binding-linux-x64-musl@0.128.0': 8468 - optional: true 8469 - 8470 - '@oxc-minify/binding-linux-x64-musl@0.94.0': 8471 - optional: true 8472 - 8473 - '@oxc-minify/binding-openharmony-arm64@0.128.0': 8474 - optional: true 8475 - 8476 - '@oxc-minify/binding-wasm32-wasi@0.128.0': 5989 + '@oxc-minify/binding-wasm32-wasi@0.133.0': 8477 5990 dependencies: 8478 5991 '@emnapi/core': 1.10.0 8479 5992 '@emnapi/runtime': 1.10.0 8480 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 5993 + '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 8481 5994 optional: true 8482 5995 8483 - '@oxc-minify/binding-wasm32-wasi@0.94.0': 8484 - dependencies: 8485 - '@napi-rs/wasm-runtime': 1.0.7 8486 - optional: true 8487 - 8488 - '@oxc-minify/binding-win32-arm64-msvc@0.128.0': 8489 - optional: true 8490 - 8491 - '@oxc-minify/binding-win32-arm64-msvc@0.94.0': 8492 - optional: true 8493 - 8494 - '@oxc-minify/binding-win32-ia32-msvc@0.128.0': 8495 - optional: true 8496 - 8497 - '@oxc-minify/binding-win32-x64-msvc@0.128.0': 5996 + '@oxc-minify/binding-win32-arm64-msvc@0.133.0': 8498 5997 optional: true 8499 5998 8500 - '@oxc-minify/binding-win32-x64-msvc@0.94.0': 5999 + '@oxc-minify/binding-win32-ia32-msvc@0.133.0': 8501 6000 optional: true 8502 6001 8503 - '@oxc-parser/binding-android-arm-eabi@0.128.0': 6002 + '@oxc-minify/binding-win32-x64-msvc@0.133.0': 8504 6003 optional: true 8505 6004 8506 - '@oxc-parser/binding-android-arm64@0.128.0': 6005 + '@oxc-parser/binding-android-arm-eabi@0.133.0': 8507 6006 optional: true 8508 6007 8509 - '@oxc-parser/binding-android-arm64@0.94.0': 6008 + '@oxc-parser/binding-android-arm64@0.133.0': 8510 6009 optional: true 8511 6010 8512 - '@oxc-parser/binding-darwin-arm64@0.128.0': 6011 + '@oxc-parser/binding-darwin-arm64@0.133.0': 8513 6012 optional: true 8514 6013 8515 - '@oxc-parser/binding-darwin-arm64@0.94.0': 6014 + '@oxc-parser/binding-darwin-x64@0.133.0': 8516 6015 optional: true 8517 6016 8518 - '@oxc-parser/binding-darwin-x64@0.128.0': 6017 + '@oxc-parser/binding-freebsd-x64@0.133.0': 8519 6018 optional: true 8520 6019 8521 - '@oxc-parser/binding-darwin-x64@0.94.0': 6020 + '@oxc-parser/binding-linux-arm-gnueabihf@0.133.0': 8522 6021 optional: true 8523 6022 8524 - '@oxc-parser/binding-freebsd-x64@0.128.0': 8525 - optional: true 8526 - 8527 - '@oxc-parser/binding-freebsd-x64@0.94.0': 8528 - optional: true 8529 - 8530 - '@oxc-parser/binding-linux-arm-gnueabihf@0.128.0': 8531 - optional: true 8532 - 8533 - '@oxc-parser/binding-linux-arm-gnueabihf@0.94.0': 8534 - optional: true 8535 - 8536 - '@oxc-parser/binding-linux-arm-musleabihf@0.128.0': 8537 - optional: true 8538 - 8539 - '@oxc-parser/binding-linux-arm-musleabihf@0.94.0': 8540 - optional: true 8541 - 8542 - '@oxc-parser/binding-linux-arm64-gnu@0.128.0': 8543 - optional: true 8544 - 8545 - '@oxc-parser/binding-linux-arm64-gnu@0.94.0': 8546 - optional: true 8547 - 8548 - '@oxc-parser/binding-linux-arm64-musl@0.128.0': 8549 - optional: true 8550 - 8551 - '@oxc-parser/binding-linux-arm64-musl@0.94.0': 8552 - optional: true 8553 - 8554 - '@oxc-parser/binding-linux-ppc64-gnu@0.128.0': 8555 - optional: true 8556 - 8557 - '@oxc-parser/binding-linux-riscv64-gnu@0.128.0': 6023 + '@oxc-parser/binding-linux-arm-musleabihf@0.133.0': 8558 6024 optional: true 8559 6025 8560 - '@oxc-parser/binding-linux-riscv64-gnu@0.94.0': 6026 + '@oxc-parser/binding-linux-arm64-gnu@0.133.0': 8561 6027 optional: true 8562 6028 8563 - '@oxc-parser/binding-linux-riscv64-musl@0.128.0': 6029 + '@oxc-parser/binding-linux-arm64-musl@0.133.0': 8564 6030 optional: true 8565 6031 8566 - '@oxc-parser/binding-linux-s390x-gnu@0.128.0': 6032 + '@oxc-parser/binding-linux-ppc64-gnu@0.133.0': 8567 6033 optional: true 8568 6034 8569 - '@oxc-parser/binding-linux-s390x-gnu@0.94.0': 6035 + '@oxc-parser/binding-linux-riscv64-gnu@0.133.0': 8570 6036 optional: true 8571 6037 8572 - '@oxc-parser/binding-linux-x64-gnu@0.128.0': 6038 + '@oxc-parser/binding-linux-riscv64-musl@0.133.0': 8573 6039 optional: true 8574 6040 8575 - '@oxc-parser/binding-linux-x64-gnu@0.94.0': 6041 + '@oxc-parser/binding-linux-s390x-gnu@0.133.0': 8576 6042 optional: true 8577 6043 8578 - '@oxc-parser/binding-linux-x64-musl@0.128.0': 6044 + '@oxc-parser/binding-linux-x64-gnu@0.133.0': 8579 6045 optional: true 8580 6046 8581 - '@oxc-parser/binding-linux-x64-musl@0.94.0': 6047 + '@oxc-parser/binding-linux-x64-musl@0.133.0': 8582 6048 optional: true 8583 6049 8584 - '@oxc-parser/binding-openharmony-arm64@0.128.0': 6050 + '@oxc-parser/binding-openharmony-arm64@0.133.0': 8585 6051 optional: true 8586 6052 8587 - '@oxc-parser/binding-wasm32-wasi@0.128.0': 6053 + '@oxc-parser/binding-wasm32-wasi@0.133.0': 8588 6054 dependencies: 8589 6055 '@emnapi/core': 1.10.0 8590 6056 '@emnapi/runtime': 1.10.0 8591 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 8592 - optional: true 8593 - 8594 - '@oxc-parser/binding-wasm32-wasi@0.94.0': 8595 - dependencies: 8596 - '@napi-rs/wasm-runtime': 1.0.7 8597 - optional: true 8598 - 8599 - '@oxc-parser/binding-win32-arm64-msvc@0.128.0': 8600 - optional: true 8601 - 8602 - '@oxc-parser/binding-win32-arm64-msvc@0.94.0': 8603 - optional: true 8604 - 8605 - '@oxc-parser/binding-win32-ia32-msvc@0.128.0': 8606 - optional: true 8607 - 8608 - '@oxc-parser/binding-win32-x64-msvc@0.128.0': 8609 - optional: true 8610 - 8611 - '@oxc-parser/binding-win32-x64-msvc@0.94.0': 8612 - optional: true 8613 - 8614 - '@oxc-project/types@0.128.0': {} 8615 - 8616 - '@oxc-project/types@0.94.0': {} 8617 - 8618 - '@oxc-transform/binding-android-arm-eabi@0.128.0': 8619 - optional: true 8620 - 8621 - '@oxc-transform/binding-android-arm64@0.128.0': 8622 - optional: true 8623 - 8624 - '@oxc-transform/binding-android-arm64@0.94.0': 8625 - optional: true 8626 - 8627 - '@oxc-transform/binding-darwin-arm64@0.128.0': 8628 - optional: true 8629 - 8630 - '@oxc-transform/binding-darwin-arm64@0.94.0': 8631 - optional: true 8632 - 8633 - '@oxc-transform/binding-darwin-x64@0.128.0': 8634 - optional: true 8635 - 8636 - '@oxc-transform/binding-darwin-x64@0.94.0': 6057 + '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 8637 6058 optional: true 8638 6059 8639 - '@oxc-transform/binding-freebsd-x64@0.128.0': 6060 + '@oxc-parser/binding-win32-arm64-msvc@0.133.0': 8640 6061 optional: true 8641 6062 8642 - '@oxc-transform/binding-freebsd-x64@0.94.0': 6063 + '@oxc-parser/binding-win32-ia32-msvc@0.133.0': 8643 6064 optional: true 8644 6065 8645 - '@oxc-transform/binding-linux-arm-gnueabihf@0.128.0': 6066 + '@oxc-parser/binding-win32-x64-msvc@0.133.0': 8646 6067 optional: true 8647 6068 8648 - '@oxc-transform/binding-linux-arm-gnueabihf@0.94.0': 8649 - optional: true 8650 - 8651 - '@oxc-transform/binding-linux-arm-musleabihf@0.128.0': 8652 - optional: true 6069 + '@oxc-project/types@0.133.0': {} 8653 6070 8654 - '@oxc-transform/binding-linux-arm-musleabihf@0.94.0': 6071 + '@oxc-transform/binding-android-arm-eabi@0.133.0': 8655 6072 optional: true 8656 6073 8657 - '@oxc-transform/binding-linux-arm64-gnu@0.128.0': 6074 + '@oxc-transform/binding-android-arm64@0.133.0': 8658 6075 optional: true 8659 6076 8660 - '@oxc-transform/binding-linux-arm64-gnu@0.94.0': 6077 + '@oxc-transform/binding-darwin-arm64@0.133.0': 8661 6078 optional: true 8662 6079 8663 - '@oxc-transform/binding-linux-arm64-musl@0.128.0': 6080 + '@oxc-transform/binding-darwin-x64@0.133.0': 8664 6081 optional: true 8665 6082 8666 - '@oxc-transform/binding-linux-arm64-musl@0.94.0': 6083 + '@oxc-transform/binding-freebsd-x64@0.133.0': 8667 6084 optional: true 8668 6085 8669 - '@oxc-transform/binding-linux-ppc64-gnu@0.128.0': 6086 + '@oxc-transform/binding-linux-arm-gnueabihf@0.133.0': 8670 6087 optional: true 8671 6088 8672 - '@oxc-transform/binding-linux-riscv64-gnu@0.128.0': 6089 + '@oxc-transform/binding-linux-arm-musleabihf@0.133.0': 8673 6090 optional: true 8674 6091 8675 - '@oxc-transform/binding-linux-riscv64-gnu@0.94.0': 6092 + '@oxc-transform/binding-linux-arm64-gnu@0.133.0': 8676 6093 optional: true 8677 6094 8678 - '@oxc-transform/binding-linux-riscv64-musl@0.128.0': 6095 + '@oxc-transform/binding-linux-arm64-musl@0.133.0': 8679 6096 optional: true 8680 6097 8681 - '@oxc-transform/binding-linux-s390x-gnu@0.128.0': 6098 + '@oxc-transform/binding-linux-ppc64-gnu@0.133.0': 8682 6099 optional: true 8683 6100 8684 - '@oxc-transform/binding-linux-s390x-gnu@0.94.0': 6101 + '@oxc-transform/binding-linux-riscv64-gnu@0.133.0': 8685 6102 optional: true 8686 6103 8687 - '@oxc-transform/binding-linux-x64-gnu@0.128.0': 6104 + '@oxc-transform/binding-linux-riscv64-musl@0.133.0': 8688 6105 optional: true 8689 6106 8690 - '@oxc-transform/binding-linux-x64-gnu@0.94.0': 6107 + '@oxc-transform/binding-linux-s390x-gnu@0.133.0': 8691 6108 optional: true 8692 6109 8693 - '@oxc-transform/binding-linux-x64-musl@0.128.0': 6110 + '@oxc-transform/binding-linux-x64-gnu@0.133.0': 8694 6111 optional: true 8695 6112 8696 - '@oxc-transform/binding-linux-x64-musl@0.94.0': 6113 + '@oxc-transform/binding-linux-x64-musl@0.133.0': 8697 6114 optional: true 8698 6115 8699 - '@oxc-transform/binding-openharmony-arm64@0.128.0': 6116 + '@oxc-transform/binding-openharmony-arm64@0.133.0': 8700 6117 optional: true 8701 6118 8702 - '@oxc-transform/binding-wasm32-wasi@0.128.0': 6119 + '@oxc-transform/binding-wasm32-wasi@0.133.0': 8703 6120 dependencies: 8704 6121 '@emnapi/core': 1.10.0 8705 6122 '@emnapi/runtime': 1.10.0 8706 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 8707 - optional: true 8708 - 8709 - '@oxc-transform/binding-wasm32-wasi@0.94.0': 8710 - dependencies: 8711 - '@napi-rs/wasm-runtime': 1.0.7 6123 + '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 8712 6124 optional: true 8713 6125 8714 - '@oxc-transform/binding-win32-arm64-msvc@0.128.0': 6126 + '@oxc-transform/binding-win32-arm64-msvc@0.133.0': 8715 6127 optional: true 8716 6128 8717 - '@oxc-transform/binding-win32-arm64-msvc@0.94.0': 6129 + '@oxc-transform/binding-win32-ia32-msvc@0.133.0': 8718 6130 optional: true 8719 6131 8720 - '@oxc-transform/binding-win32-ia32-msvc@0.128.0': 8721 - optional: true 8722 - 8723 - '@oxc-transform/binding-win32-x64-msvc@0.128.0': 8724 - optional: true 8725 - 8726 - '@oxc-transform/binding-win32-x64-msvc@0.94.0': 6132 + '@oxc-transform/binding-win32-x64-msvc@0.133.0': 8727 6133 optional: true 8728 6134 8729 6135 '@package-json/types@0.0.12': {} 8730 6136 8731 - '@parcel/watcher-android-arm64@2.5.1': 8732 - optional: true 8733 - 8734 6137 '@parcel/watcher-android-arm64@2.5.6': 8735 6138 optional: true 8736 6139 8737 - '@parcel/watcher-darwin-arm64@2.5.1': 8738 - optional: true 8739 - 8740 6140 '@parcel/watcher-darwin-arm64@2.5.6': 8741 6141 optional: true 8742 6142 8743 - '@parcel/watcher-darwin-x64@2.5.1': 8744 - optional: true 8745 - 8746 6143 '@parcel/watcher-darwin-x64@2.5.6': 8747 6144 optional: true 8748 6145 8749 - '@parcel/watcher-freebsd-x64@2.5.1': 8750 - optional: true 8751 - 8752 6146 '@parcel/watcher-freebsd-x64@2.5.6': 8753 - optional: true 8754 - 8755 - '@parcel/watcher-linux-arm-glibc@2.5.1': 8756 6147 optional: true 8757 6148 8758 6149 '@parcel/watcher-linux-arm-glibc@2.5.6': 8759 6150 optional: true 8760 6151 8761 - '@parcel/watcher-linux-arm-musl@2.5.1': 8762 - optional: true 8763 - 8764 6152 '@parcel/watcher-linux-arm-musl@2.5.6': 8765 6153 optional: true 8766 6154 8767 - '@parcel/watcher-linux-arm64-glibc@2.5.1': 8768 - optional: true 8769 - 8770 6155 '@parcel/watcher-linux-arm64-glibc@2.5.6': 8771 - optional: true 8772 - 8773 - '@parcel/watcher-linux-arm64-musl@2.5.1': 8774 6156 optional: true 8775 6157 8776 6158 '@parcel/watcher-linux-arm64-musl@2.5.6': 8777 6159 optional: true 8778 6160 8779 - '@parcel/watcher-linux-x64-glibc@2.5.1': 8780 - optional: true 8781 - 8782 6161 '@parcel/watcher-linux-x64-glibc@2.5.6': 8783 6162 optional: true 8784 6163 8785 - '@parcel/watcher-linux-x64-musl@2.5.1': 8786 - optional: true 8787 - 8788 6164 '@parcel/watcher-linux-x64-musl@2.5.6': 8789 6165 optional: true 8790 6166 ··· 8793 6169 is-glob: 4.0.3 8794 6170 picomatch: 4.0.4 8795 6171 8796 - '@parcel/watcher-win32-arm64@2.5.1': 8797 - optional: true 8798 - 8799 6172 '@parcel/watcher-win32-arm64@2.5.6': 8800 - optional: true 8801 - 8802 - '@parcel/watcher-win32-ia32@2.5.1': 8803 6173 optional: true 8804 6174 8805 6175 '@parcel/watcher-win32-ia32@2.5.6': 8806 6176 optional: true 8807 6177 8808 - '@parcel/watcher-win32-x64@2.5.1': 8809 - optional: true 8810 - 8811 6178 '@parcel/watcher-win32-x64@2.5.6': 8812 6179 optional: true 8813 6180 8814 - '@parcel/watcher@2.5.1': 8815 - dependencies: 8816 - detect-libc: 1.0.3 8817 - is-glob: 4.0.3 8818 - micromatch: 4.0.8 8819 - node-addon-api: 7.1.1 8820 - optionalDependencies: 8821 - '@parcel/watcher-android-arm64': 2.5.1 8822 - '@parcel/watcher-darwin-arm64': 2.5.1 8823 - '@parcel/watcher-darwin-x64': 2.5.1 8824 - '@parcel/watcher-freebsd-x64': 2.5.1 8825 - '@parcel/watcher-linux-arm-glibc': 2.5.1 8826 - '@parcel/watcher-linux-arm-musl': 2.5.1 8827 - '@parcel/watcher-linux-arm64-glibc': 2.5.1 8828 - '@parcel/watcher-linux-arm64-musl': 2.5.1 8829 - '@parcel/watcher-linux-x64-glibc': 2.5.1 8830 - '@parcel/watcher-linux-x64-musl': 2.5.1 8831 - '@parcel/watcher-win32-arm64': 2.5.1 8832 - '@parcel/watcher-win32-ia32': 2.5.1 8833 - '@parcel/watcher-win32-x64': 2.5.1 8834 - optional: true 8835 - 8836 6181 '@parcel/watcher@2.5.6': 8837 6182 dependencies: 8838 6183 detect-libc: 2.1.2 ··· 8859 6204 8860 6205 '@polka/url@1.0.0-next.29': {} 8861 6206 8862 - '@poppinss/colors@4.1.5': 8863 - dependencies: 8864 - kleur: 4.1.5 8865 - 8866 6207 '@poppinss/colors@4.1.6': 8867 6208 dependencies: 8868 6209 kleur: 4.1.5 8869 6210 8870 - '@poppinss/dumper@0.6.4': 8871 - dependencies: 8872 - '@poppinss/colors': 4.1.5 8873 - '@sindresorhus/is': 7.1.0 8874 - supports-color: 10.2.2 8875 - 8876 6211 '@poppinss/dumper@0.7.0': 8877 6212 dependencies: 8878 6213 '@poppinss/colors': 4.1.6 ··· 8881 6216 8882 6217 '@poppinss/exception@1.2.3': {} 8883 6218 8884 - '@rolldown/pluginutils@1.0.0-beta.29': {} 6219 + '@rolldown/pluginutils@1.0.1': {} 8885 6220 8886 - '@rolldown/pluginutils@1.0.0-beta.44': {} 8887 - 8888 - '@rolldown/pluginutils@1.0.0-rc.13': {} 8889 - 8890 - '@rolldown/pluginutils@1.0.0-rc.18': {} 8891 - 8892 - '@rollup/plugin-alias@5.1.1(rollup@4.52.5)': 6221 + '@rollup/plugin-alias@5.1.1(rollup@4.62.0)': 8893 6222 optionalDependencies: 8894 - rollup: 4.52.5 8895 - 8896 - '@rollup/plugin-alias@5.1.1(rollup@4.60.3)': 8897 - optionalDependencies: 8898 - rollup: 4.60.3 6223 + rollup: 4.62.0 8899 6224 8900 - '@rollup/plugin-alias@6.0.0(rollup@4.60.3)': 6225 + '@rollup/plugin-alias@6.0.0(rollup@4.62.0)': 8901 6226 optionalDependencies: 8902 - rollup: 4.60.3 6227 + rollup: 4.62.0 8903 6228 8904 - '@rollup/plugin-commonjs@28.0.9(rollup@4.52.5)': 6229 + '@rollup/plugin-commonjs@28.0.9(rollup@4.62.0)': 8905 6230 dependencies: 8906 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 8907 - commondir: 1.0.1 8908 - estree-walker: 2.0.2 8909 - fdir: 6.5.0(picomatch@4.0.3) 8910 - is-reference: 1.2.1 8911 - magic-string: 0.30.21 8912 - picomatch: 4.0.3 8913 - optionalDependencies: 8914 - rollup: 4.52.5 8915 - 8916 - '@rollup/plugin-commonjs@28.0.9(rollup@4.60.3)': 8917 - dependencies: 8918 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 6231 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 8919 6232 commondir: 1.0.1 8920 6233 estree-walker: 2.0.2 8921 6234 fdir: 6.5.0(picomatch@4.0.4) ··· 8923 6236 magic-string: 0.30.21 8924 6237 picomatch: 4.0.4 8925 6238 optionalDependencies: 8926 - rollup: 4.60.3 6239 + rollup: 4.62.0 8927 6240 8928 - '@rollup/plugin-commonjs@29.0.2(rollup@4.60.3)': 6241 + '@rollup/plugin-commonjs@29.0.3(rollup@4.62.0)': 8929 6242 dependencies: 8930 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 6243 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 8931 6244 commondir: 1.0.1 8932 6245 estree-walker: 2.0.2 8933 6246 fdir: 6.5.0(picomatch@4.0.4) ··· 8935 6248 magic-string: 0.30.21 8936 6249 picomatch: 4.0.4 8937 6250 optionalDependencies: 8938 - rollup: 4.60.3 6251 + rollup: 4.62.0 8939 6252 8940 - '@rollup/plugin-inject@5.0.5(rollup@4.52.5)': 6253 + '@rollup/plugin-inject@5.0.5(rollup@4.62.0)': 8941 6254 dependencies: 8942 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 6255 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 8943 6256 estree-walker: 2.0.2 8944 6257 magic-string: 0.30.21 8945 6258 optionalDependencies: 8946 - rollup: 4.52.5 8947 - 8948 - '@rollup/plugin-inject@5.0.5(rollup@4.60.3)': 8949 - dependencies: 8950 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 8951 - estree-walker: 2.0.2 8952 - magic-string: 0.30.21 8953 - optionalDependencies: 8954 - rollup: 4.60.3 8955 - 8956 - '@rollup/plugin-json@6.1.0(rollup@4.52.5)': 8957 - dependencies: 8958 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 8959 - optionalDependencies: 8960 - rollup: 4.52.5 8961 - 8962 - '@rollup/plugin-json@6.1.0(rollup@4.60.3)': 8963 - dependencies: 8964 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 8965 - optionalDependencies: 8966 - rollup: 4.60.3 6259 + rollup: 4.62.0 8967 6260 8968 - '@rollup/plugin-node-resolve@16.0.3(rollup@4.52.5)': 6261 + '@rollup/plugin-json@6.1.0(rollup@4.62.0)': 8969 6262 dependencies: 8970 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 8971 - '@types/resolve': 1.20.2 8972 - deepmerge: 4.3.1 8973 - is-module: 1.0.0 8974 - resolve: 1.22.11 6263 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 8975 6264 optionalDependencies: 8976 - rollup: 4.52.5 6265 + rollup: 4.62.0 8977 6266 8978 - '@rollup/plugin-node-resolve@16.0.3(rollup@4.60.3)': 6267 + '@rollup/plugin-node-resolve@16.0.3(rollup@4.62.0)': 8979 6268 dependencies: 8980 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 6269 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 8981 6270 '@types/resolve': 1.20.2 8982 6271 deepmerge: 4.3.1 8983 6272 is-module: 1.0.0 8984 6273 resolve: 1.22.12 8985 6274 optionalDependencies: 8986 - rollup: 4.60.3 6275 + rollup: 4.62.0 8987 6276 8988 - '@rollup/plugin-replace@6.0.2(rollup@4.52.5)': 6277 + '@rollup/plugin-replace@6.0.3(rollup@4.62.0)': 8989 6278 dependencies: 8990 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 6279 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 8991 6280 magic-string: 0.30.21 8992 6281 optionalDependencies: 8993 - rollup: 4.52.5 6282 + rollup: 4.62.0 8994 6283 8995 - '@rollup/plugin-replace@6.0.3(rollup@4.60.3)': 8996 - dependencies: 8997 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 8998 - magic-string: 0.30.21 8999 - optionalDependencies: 9000 - rollup: 4.60.3 9001 - 9002 - '@rollup/plugin-terser@0.4.4(rollup@4.52.5)': 9003 - dependencies: 9004 - serialize-javascript: 6.0.2 9005 - smob: 1.5.0 9006 - terser: 5.44.1 9007 - optionalDependencies: 9008 - rollup: 4.52.5 9009 - 9010 - '@rollup/plugin-terser@1.0.0(rollup@4.60.3)': 6284 + '@rollup/plugin-terser@1.0.0(rollup@4.62.0)': 9011 6285 dependencies: 9012 6286 serialize-javascript: 7.0.5 9013 - smob: 1.6.1 9014 - terser: 5.46.2 6287 + smob: 1.6.2 6288 + terser: 5.48.0 9015 6289 optionalDependencies: 9016 - rollup: 4.60.3 6290 + rollup: 4.62.0 9017 6291 9018 - '@rollup/pluginutils@5.3.0(rollup@4.52.5)': 6292 + '@rollup/pluginutils@5.4.0(rollup@4.62.0)': 9019 6293 dependencies: 9020 - '@types/estree': 1.0.8 9021 - estree-walker: 2.0.2 9022 - picomatch: 4.0.3 9023 - optionalDependencies: 9024 - rollup: 4.52.5 9025 - 9026 - '@rollup/pluginutils@5.3.0(rollup@4.60.3)': 9027 - dependencies: 9028 - '@types/estree': 1.0.8 6294 + '@types/estree': 1.0.9 9029 6295 estree-walker: 2.0.2 9030 6296 picomatch: 4.0.4 9031 6297 optionalDependencies: 9032 - rollup: 4.60.3 9033 - 9034 - '@rollup/rollup-android-arm-eabi@4.52.5': 9035 - optional: true 9036 - 9037 - '@rollup/rollup-android-arm-eabi@4.60.3': 9038 - optional: true 9039 - 9040 - '@rollup/rollup-android-arm64@4.52.5': 9041 - optional: true 9042 - 9043 - '@rollup/rollup-android-arm64@4.60.3': 9044 - optional: true 9045 - 9046 - '@rollup/rollup-darwin-arm64@4.52.5': 9047 - optional: true 9048 - 9049 - '@rollup/rollup-darwin-arm64@4.60.3': 9050 - optional: true 9051 - 9052 - '@rollup/rollup-darwin-x64@4.52.5': 9053 - optional: true 6298 + rollup: 4.62.0 9054 6299 9055 - '@rollup/rollup-darwin-x64@4.60.3': 6300 + '@rollup/rollup-android-arm-eabi@4.62.0': 9056 6301 optional: true 9057 6302 9058 - '@rollup/rollup-freebsd-arm64@4.52.5': 6303 + '@rollup/rollup-android-arm64@4.62.0': 9059 6304 optional: true 9060 6305 9061 - '@rollup/rollup-freebsd-arm64@4.60.3': 6306 + '@rollup/rollup-darwin-arm64@4.62.0': 9062 6307 optional: true 9063 6308 9064 - '@rollup/rollup-freebsd-x64@4.52.5': 6309 + '@rollup/rollup-darwin-x64@4.62.0': 9065 6310 optional: true 9066 6311 9067 - '@rollup/rollup-freebsd-x64@4.60.3': 6312 + '@rollup/rollup-freebsd-arm64@4.62.0': 9068 6313 optional: true 9069 6314 9070 - '@rollup/rollup-linux-arm-gnueabihf@4.52.5': 6315 + '@rollup/rollup-freebsd-x64@4.62.0': 9071 6316 optional: true 9072 6317 9073 - '@rollup/rollup-linux-arm-gnueabihf@4.60.3': 6318 + '@rollup/rollup-linux-arm-gnueabihf@4.62.0': 9074 6319 optional: true 9075 6320 9076 - '@rollup/rollup-linux-arm-musleabihf@4.52.5': 6321 + '@rollup/rollup-linux-arm-musleabihf@4.62.0': 9077 6322 optional: true 9078 6323 9079 - '@rollup/rollup-linux-arm-musleabihf@4.60.3': 6324 + '@rollup/rollup-linux-arm64-gnu@4.62.0': 9080 6325 optional: true 9081 6326 9082 - '@rollup/rollup-linux-arm64-gnu@4.52.5': 6327 + '@rollup/rollup-linux-arm64-musl@4.62.0': 9083 6328 optional: true 9084 6329 9085 - '@rollup/rollup-linux-arm64-gnu@4.60.3': 6330 + '@rollup/rollup-linux-loong64-gnu@4.62.0': 9086 6331 optional: true 9087 6332 9088 - '@rollup/rollup-linux-arm64-musl@4.52.5': 6333 + '@rollup/rollup-linux-loong64-musl@4.62.0': 9089 6334 optional: true 9090 6335 9091 - '@rollup/rollup-linux-arm64-musl@4.60.3': 6336 + '@rollup/rollup-linux-ppc64-gnu@4.62.0': 9092 6337 optional: true 9093 6338 9094 - '@rollup/rollup-linux-loong64-gnu@4.52.5': 6339 + '@rollup/rollup-linux-ppc64-musl@4.62.0': 9095 6340 optional: true 9096 6341 9097 - '@rollup/rollup-linux-loong64-gnu@4.60.3': 6342 + '@rollup/rollup-linux-riscv64-gnu@4.62.0': 9098 6343 optional: true 9099 6344 9100 - '@rollup/rollup-linux-loong64-musl@4.60.3': 6345 + '@rollup/rollup-linux-riscv64-musl@4.62.0': 9101 6346 optional: true 9102 6347 9103 - '@rollup/rollup-linux-ppc64-gnu@4.52.5': 6348 + '@rollup/rollup-linux-s390x-gnu@4.62.0': 9104 6349 optional: true 9105 6350 9106 - '@rollup/rollup-linux-ppc64-gnu@4.60.3': 6351 + '@rollup/rollup-linux-x64-gnu@4.62.0': 9107 6352 optional: true 9108 6353 9109 - '@rollup/rollup-linux-ppc64-musl@4.60.3': 6354 + '@rollup/rollup-linux-x64-musl@4.62.0': 9110 6355 optional: true 9111 6356 9112 - '@rollup/rollup-linux-riscv64-gnu@4.52.5': 6357 + '@rollup/rollup-openbsd-x64@4.62.0': 9113 6358 optional: true 9114 6359 9115 - '@rollup/rollup-linux-riscv64-gnu@4.60.3': 6360 + '@rollup/rollup-openharmony-arm64@4.62.0': 9116 6361 optional: true 9117 6362 9118 - '@rollup/rollup-linux-riscv64-musl@4.52.5': 6363 + '@rollup/rollup-win32-arm64-msvc@4.62.0': 9119 6364 optional: true 9120 6365 9121 - '@rollup/rollup-linux-riscv64-musl@4.60.3': 6366 + '@rollup/rollup-win32-ia32-msvc@4.62.0': 9122 6367 optional: true 9123 6368 9124 - '@rollup/rollup-linux-s390x-gnu@4.52.5': 6369 + '@rollup/rollup-win32-x64-gnu@4.62.0': 9125 6370 optional: true 9126 6371 9127 - '@rollup/rollup-linux-s390x-gnu@4.60.3': 6372 + '@rollup/rollup-win32-x64-msvc@4.62.0': 9128 6373 optional: true 9129 6374 9130 - '@rollup/rollup-linux-x64-gnu@4.52.5': 9131 - optional: true 9132 - 9133 - '@rollup/rollup-linux-x64-gnu@4.60.3': 9134 - optional: true 9135 - 9136 - '@rollup/rollup-linux-x64-musl@4.52.5': 9137 - optional: true 9138 - 9139 - '@rollup/rollup-linux-x64-musl@4.60.3': 9140 - optional: true 9141 - 9142 - '@rollup/rollup-openbsd-x64@4.60.3': 9143 - optional: true 9144 - 9145 - '@rollup/rollup-openharmony-arm64@4.52.5': 9146 - optional: true 9147 - 9148 - '@rollup/rollup-openharmony-arm64@4.60.3': 9149 - optional: true 9150 - 9151 - '@rollup/rollup-win32-arm64-msvc@4.52.5': 9152 - optional: true 9153 - 9154 - '@rollup/rollup-win32-arm64-msvc@4.60.3': 9155 - optional: true 9156 - 9157 - '@rollup/rollup-win32-ia32-msvc@4.52.5': 9158 - optional: true 9159 - 9160 - '@rollup/rollup-win32-ia32-msvc@4.60.3': 9161 - optional: true 9162 - 9163 - '@rollup/rollup-win32-x64-gnu@4.52.5': 9164 - optional: true 9165 - 9166 - '@rollup/rollup-win32-x64-gnu@4.60.3': 9167 - optional: true 9168 - 9169 - '@rollup/rollup-win32-x64-msvc@4.52.5': 9170 - optional: true 9171 - 9172 - '@rollup/rollup-win32-x64-msvc@4.60.3': 9173 - optional: true 9174 - 9175 - '@sec-ant/readable-stream@0.4.1': {} 9176 - 9177 6375 '@simple-git/args-pathspec@1.0.3': {} 9178 6376 9179 6377 '@simple-git/argv-parser@1.1.1': ··· 9182 6380 9183 6381 '@sindresorhus/base62@1.0.0': {} 9184 6382 9185 - '@sindresorhus/is@7.1.0': {} 9186 - 9187 6383 '@sindresorhus/is@7.2.0': {} 9188 6384 9189 6385 '@sindresorhus/merge-streams@4.0.0': {} 9190 6386 9191 - '@speed-highlight/core@1.2.15': {} 9192 - 9193 - '@speed-highlight/core@1.2.8': {} 6387 + '@speed-highlight/core@1.2.17': {} 9194 6388 9195 6389 '@standard-schema/spec@1.1.0': {} 9196 6390 9197 - '@stylistic/eslint-plugin@5.10.0(eslint@10.3.0(jiti@2.7.0))': 6391 + '@stylistic/eslint-plugin@5.10.0(eslint@10.5.0(jiti@2.7.0))': 9198 6392 dependencies: 9199 - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0(jiti@2.7.0)) 9200 - '@typescript-eslint/types': 8.59.2 9201 - eslint: 10.3.0(jiti@2.7.0) 6393 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0)) 6394 + '@typescript-eslint/types': 8.61.1 6395 + eslint: 10.5.0(jiti@2.7.0) 9202 6396 eslint-visitor-keys: 4.2.1 9203 6397 espree: 10.4.0 9204 6398 estraverse: 5.3.0 9205 6399 picomatch: 4.0.4 9206 - 9207 - '@tybys/wasm-util@0.10.1': 9208 - dependencies: 9209 - tslib: 2.8.1 9210 - optional: true 9211 6400 9212 6401 '@tybys/wasm-util@0.10.2': 9213 6402 dependencies: ··· 9223 6412 9224 6413 '@types/esrecurse@4.3.1': {} 9225 6414 9226 - '@types/estree@1.0.8': {} 6415 + '@types/estree@1.0.9': {} 6416 + 6417 + '@types/jsesc@2.5.1': {} 9227 6418 9228 6419 '@types/json-schema@7.0.15': {} 9229 6420 9230 - '@types/node@24.9.1': 6421 + '@types/node@25.9.3': 9231 6422 dependencies: 9232 - undici-types: 7.16.0 9233 - optional: true 9234 - 9235 - '@types/node@25.6.0': 9236 - dependencies: 9237 - undici-types: 7.19.2 9238 - 9239 - '@types/parse-path@7.1.0': 9240 - dependencies: 9241 - parse-path: 7.1.0 6423 + undici-types: 7.24.6 9242 6424 9243 6425 '@types/resolve@1.20.2': {} 9244 6426 9245 - '@typescript-eslint/eslint-plugin@8.59.2(@typescript-eslint/parser@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3)': 6427 + '@typescript-eslint/eslint-plugin@8.61.1(@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)': 9246 6428 dependencies: 9247 6429 '@eslint-community/regexpp': 4.12.2 9248 - '@typescript-eslint/parser': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 9249 - '@typescript-eslint/scope-manager': 8.59.2 9250 - '@typescript-eslint/type-utils': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 9251 - '@typescript-eslint/utils': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 9252 - '@typescript-eslint/visitor-keys': 8.59.2 9253 - eslint: 10.3.0(jiti@2.7.0) 6430 + '@typescript-eslint/parser': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 6431 + '@typescript-eslint/scope-manager': 8.61.1 6432 + '@typescript-eslint/type-utils': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 6433 + '@typescript-eslint/utils': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 6434 + '@typescript-eslint/visitor-keys': 8.61.1 6435 + eslint: 10.5.0(jiti@2.7.0) 9254 6436 ignore: 7.0.5 9255 6437 natural-compare: 1.4.0 9256 6438 ts-api-utils: 2.5.0(typescript@6.0.3) ··· 9258 6440 transitivePeerDependencies: 9259 6441 - supports-color 9260 6442 9261 - '@typescript-eslint/parser@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3)': 6443 + '@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)': 9262 6444 dependencies: 9263 - '@typescript-eslint/scope-manager': 8.59.2 9264 - '@typescript-eslint/types': 8.59.2 9265 - '@typescript-eslint/typescript-estree': 8.59.2(typescript@6.0.3) 9266 - '@typescript-eslint/visitor-keys': 8.59.2 6445 + '@typescript-eslint/scope-manager': 8.61.1 6446 + '@typescript-eslint/types': 8.61.1 6447 + '@typescript-eslint/typescript-estree': 8.61.1(typescript@6.0.3) 6448 + '@typescript-eslint/visitor-keys': 8.61.1 9267 6449 debug: 4.4.3 9268 - eslint: 10.3.0(jiti@2.7.0) 6450 + eslint: 10.5.0(jiti@2.7.0) 9269 6451 typescript: 6.0.3 9270 6452 transitivePeerDependencies: 9271 6453 - supports-color 9272 6454 9273 - '@typescript-eslint/project-service@8.59.2(typescript@6.0.3)': 6455 + '@typescript-eslint/project-service@8.61.1(typescript@6.0.3)': 9274 6456 dependencies: 9275 - '@typescript-eslint/tsconfig-utils': 8.59.2(typescript@6.0.3) 9276 - '@typescript-eslint/types': 8.59.2 6457 + '@typescript-eslint/tsconfig-utils': 8.61.1(typescript@6.0.3) 6458 + '@typescript-eslint/types': 8.61.1 9277 6459 debug: 4.4.3 9278 6460 typescript: 6.0.3 9279 6461 transitivePeerDependencies: 9280 6462 - supports-color 9281 6463 9282 - '@typescript-eslint/scope-manager@8.59.2': 6464 + '@typescript-eslint/scope-manager@8.61.1': 9283 6465 dependencies: 9284 - '@typescript-eslint/types': 8.59.2 9285 - '@typescript-eslint/visitor-keys': 8.59.2 6466 + '@typescript-eslint/types': 8.61.1 6467 + '@typescript-eslint/visitor-keys': 8.61.1 9286 6468 9287 - '@typescript-eslint/tsconfig-utils@8.59.2(typescript@6.0.3)': 6469 + '@typescript-eslint/tsconfig-utils@8.61.1(typescript@6.0.3)': 9288 6470 dependencies: 9289 6471 typescript: 6.0.3 9290 6472 9291 - '@typescript-eslint/type-utils@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3)': 6473 + '@typescript-eslint/type-utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)': 9292 6474 dependencies: 9293 - '@typescript-eslint/types': 8.59.2 9294 - '@typescript-eslint/typescript-estree': 8.59.2(typescript@6.0.3) 9295 - '@typescript-eslint/utils': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 6475 + '@typescript-eslint/types': 8.61.1 6476 + '@typescript-eslint/typescript-estree': 8.61.1(typescript@6.0.3) 6477 + '@typescript-eslint/utils': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 9296 6478 debug: 4.4.3 9297 - eslint: 10.3.0(jiti@2.7.0) 6479 + eslint: 10.5.0(jiti@2.7.0) 9298 6480 ts-api-utils: 2.5.0(typescript@6.0.3) 9299 6481 typescript: 6.0.3 9300 6482 transitivePeerDependencies: 9301 6483 - supports-color 9302 6484 9303 - '@typescript-eslint/types@8.59.2': {} 6485 + '@typescript-eslint/types@8.61.1': {} 9304 6486 9305 - '@typescript-eslint/typescript-estree@8.59.2(typescript@6.0.3)': 6487 + '@typescript-eslint/typescript-estree@8.61.1(typescript@6.0.3)': 9306 6488 dependencies: 9307 - '@typescript-eslint/project-service': 8.59.2(typescript@6.0.3) 9308 - '@typescript-eslint/tsconfig-utils': 8.59.2(typescript@6.0.3) 9309 - '@typescript-eslint/types': 8.59.2 9310 - '@typescript-eslint/visitor-keys': 8.59.2 6489 + '@typescript-eslint/project-service': 8.61.1(typescript@6.0.3) 6490 + '@typescript-eslint/tsconfig-utils': 8.61.1(typescript@6.0.3) 6491 + '@typescript-eslint/types': 8.61.1 6492 + '@typescript-eslint/visitor-keys': 8.61.1 9311 6493 debug: 4.4.3 9312 6494 minimatch: 10.2.5 9313 - semver: 7.7.4 9314 - tinyglobby: 0.2.16 6495 + semver: 7.8.4 6496 + tinyglobby: 0.2.17 9315 6497 ts-api-utils: 2.5.0(typescript@6.0.3) 9316 6498 typescript: 6.0.3 9317 6499 transitivePeerDependencies: 9318 6500 - supports-color 9319 6501 9320 - '@typescript-eslint/utils@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3)': 6502 + '@typescript-eslint/utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)': 9321 6503 dependencies: 9322 - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0(jiti@2.7.0)) 9323 - '@typescript-eslint/scope-manager': 8.59.2 9324 - '@typescript-eslint/types': 8.59.2 9325 - '@typescript-eslint/typescript-estree': 8.59.2(typescript@6.0.3) 9326 - eslint: 10.3.0(jiti@2.7.0) 6504 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0)) 6505 + '@typescript-eslint/scope-manager': 8.61.1 6506 + '@typescript-eslint/types': 8.61.1 6507 + '@typescript-eslint/typescript-estree': 8.61.1(typescript@6.0.3) 6508 + eslint: 10.5.0(jiti@2.7.0) 9327 6509 typescript: 6.0.3 9328 6510 transitivePeerDependencies: 9329 6511 - supports-color 9330 6512 9331 - '@typescript-eslint/visitor-keys@8.59.2': 6513 + '@typescript-eslint/visitor-keys@8.61.1': 9332 6514 dependencies: 9333 - '@typescript-eslint/types': 8.59.2 6515 + '@typescript-eslint/types': 8.61.1 9334 6516 eslint-visitor-keys: 5.0.1 9335 6517 9336 - '@unhead/vue@2.0.19(vue@3.5.22(typescript@5.9.3))': 9337 - dependencies: 9338 - hookable: 5.5.3 9339 - unhead: 2.0.19 9340 - vue: 3.5.22(typescript@5.9.3) 9341 - 9342 - '@unhead/vue@2.1.13(vue@3.5.34(typescript@6.0.3))': 6518 + '@unhead/vue@2.1.15(vue@3.5.38(typescript@6.0.3))': 9343 6519 dependencies: 9344 6520 hookable: 6.1.1 9345 - unhead: 2.1.13 9346 - vue: 3.5.34(typescript@6.0.3) 6521 + unhead: 2.1.15 6522 + vue: 3.5.38(typescript@6.0.3) 9347 6523 9348 - '@unrs/resolver-binding-android-arm-eabi@1.11.1': 6524 + '@unrs/resolver-binding-android-arm-eabi@1.12.2': 9349 6525 optional: true 9350 6526 9351 - '@unrs/resolver-binding-android-arm64@1.11.1': 6527 + '@unrs/resolver-binding-android-arm64@1.12.2': 9352 6528 optional: true 9353 6529 9354 - '@unrs/resolver-binding-darwin-arm64@1.11.1': 6530 + '@unrs/resolver-binding-darwin-arm64@1.12.2': 9355 6531 optional: true 9356 6532 9357 - '@unrs/resolver-binding-darwin-x64@1.11.1': 6533 + '@unrs/resolver-binding-darwin-x64@1.12.2': 9358 6534 optional: true 9359 6535 9360 - '@unrs/resolver-binding-freebsd-x64@1.11.1': 6536 + '@unrs/resolver-binding-freebsd-x64@1.12.2': 9361 6537 optional: true 9362 6538 9363 - '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1': 6539 + '@unrs/resolver-binding-linux-arm-gnueabihf@1.12.2': 9364 6540 optional: true 9365 6541 9366 - '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1': 6542 + '@unrs/resolver-binding-linux-arm-musleabihf@1.12.2': 9367 6543 optional: true 9368 6544 9369 - '@unrs/resolver-binding-linux-arm64-gnu@1.11.1': 6545 + '@unrs/resolver-binding-linux-arm64-gnu@1.12.2': 9370 6546 optional: true 9371 6547 9372 - '@unrs/resolver-binding-linux-arm64-musl@1.11.1': 6548 + '@unrs/resolver-binding-linux-arm64-musl@1.12.2': 9373 6549 optional: true 9374 6550 9375 - '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': 6551 + '@unrs/resolver-binding-linux-loong64-gnu@1.12.2': 9376 6552 optional: true 9377 6553 9378 - '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': 6554 + '@unrs/resolver-binding-linux-loong64-musl@1.12.2': 9379 6555 optional: true 9380 6556 9381 - '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': 6557 + '@unrs/resolver-binding-linux-ppc64-gnu@1.12.2': 9382 6558 optional: true 9383 6559 9384 - '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': 6560 + '@unrs/resolver-binding-linux-riscv64-gnu@1.12.2': 9385 6561 optional: true 9386 6562 9387 - '@unrs/resolver-binding-linux-x64-gnu@1.11.1': 6563 + '@unrs/resolver-binding-linux-riscv64-musl@1.12.2': 9388 6564 optional: true 9389 6565 9390 - '@unrs/resolver-binding-linux-x64-musl@1.11.1': 6566 + '@unrs/resolver-binding-linux-s390x-gnu@1.12.2': 9391 6567 optional: true 9392 6568 9393 - '@unrs/resolver-binding-wasm32-wasi@1.11.1': 9394 - dependencies: 9395 - '@napi-rs/wasm-runtime': 0.2.12 6569 + '@unrs/resolver-binding-linux-x64-gnu@1.12.2': 9396 6570 optional: true 9397 6571 9398 - '@unrs/resolver-binding-win32-arm64-msvc@1.11.1': 6572 + '@unrs/resolver-binding-linux-x64-musl@1.12.2': 9399 6573 optional: true 9400 6574 9401 - '@unrs/resolver-binding-win32-ia32-msvc@1.11.1': 6575 + '@unrs/resolver-binding-openharmony-arm64@1.12.2': 9402 6576 optional: true 9403 6577 9404 - '@unrs/resolver-binding-win32-x64-msvc@1.11.1': 6578 + '@unrs/resolver-binding-wasm32-wasi@1.12.2': 6579 + dependencies: 6580 + '@emnapi/core': 1.10.0 6581 + '@emnapi/runtime': 1.10.0 6582 + '@napi-rs/wasm-runtime': 1.1.5(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 9405 6583 optional: true 9406 6584 9407 - '@vercel/nft@0.30.3(rollup@4.52.5)': 9408 - dependencies: 9409 - '@mapbox/node-pre-gyp': 2.0.0 9410 - '@rollup/pluginutils': 5.3.0(rollup@4.52.5) 9411 - acorn: 8.15.0 9412 - acorn-import-attributes: 1.9.5(acorn@8.15.0) 9413 - async-sema: 3.1.1 9414 - bindings: 1.5.0 9415 - estree-walker: 2.0.2 9416 - glob: 10.4.5 9417 - graceful-fs: 4.2.11 9418 - node-gyp-build: 4.8.4 9419 - picomatch: 4.0.3 9420 - resolve-from: 5.0.0 9421 - transitivePeerDependencies: 9422 - - encoding 9423 - - rollup 9424 - - supports-color 6585 + '@unrs/resolver-binding-win32-arm64-msvc@1.12.2': 6586 + optional: true 6587 + 6588 + '@unrs/resolver-binding-win32-ia32-msvc@1.12.2': 6589 + optional: true 6590 + 6591 + '@unrs/resolver-binding-win32-x64-msvc@1.12.2': 6592 + optional: true 9425 6593 9426 - '@vercel/nft@1.5.0(rollup@4.60.3)': 6594 + '@vercel/nft@1.10.2(rollup@4.62.0)': 9427 6595 dependencies: 9428 6596 '@mapbox/node-pre-gyp': 2.0.3 9429 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 9430 - acorn: 8.16.0 9431 - acorn-import-attributes: 1.9.5(acorn@8.16.0) 6597 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 6598 + acorn: 8.17.0 6599 + acorn-import-attributes: 1.9.5(acorn@8.17.0) 9432 6600 async-sema: 3.1.1 9433 6601 bindings: 1.5.0 9434 6602 estree-walker: 2.0.2 ··· 9442 6610 - rollup 9443 6611 - supports-color 9444 6612 9445 - '@vitejs/plugin-vue-jsx@5.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))': 6613 + '@vitejs/plugin-vue-jsx@5.1.5(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3))': 9446 6614 dependencies: 9447 - '@babel/core': 7.28.5 9448 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) 9449 - '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) 9450 - '@rolldown/pluginutils': 1.0.0-beta.44 9451 - '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.5) 9452 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 9453 - vue: 3.5.22(typescript@5.9.3) 6615 + '@babel/core': 7.29.7 6616 + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) 6617 + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7) 6618 + '@rolldown/pluginutils': 1.0.1 6619 + '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.7) 6620 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 6621 + vue: 3.5.38(typescript@6.0.3) 9454 6622 transitivePeerDependencies: 9455 6623 - supports-color 9456 6624 9457 - '@vitejs/plugin-vue-jsx@5.1.5(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3))': 9458 - dependencies: 9459 - '@babel/core': 7.29.0 9460 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) 9461 - '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0) 9462 - '@rolldown/pluginutils': 1.0.0-rc.18 9463 - '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0) 9464 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 9465 - vue: 3.5.34(typescript@6.0.3) 9466 - transitivePeerDependencies: 9467 - - supports-color 9468 - 9469 - '@vitejs/plugin-vue@6.0.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))': 9470 - dependencies: 9471 - '@rolldown/pluginutils': 1.0.0-beta.29 9472 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 9473 - vue: 3.5.22(typescript@5.9.3) 9474 - 9475 - '@vitejs/plugin-vue@6.0.6(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3))': 6625 + '@vitejs/plugin-vue@6.0.7(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3))': 9476 6626 dependencies: 9477 - '@rolldown/pluginutils': 1.0.0-rc.13 9478 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 9479 - vue: 3.5.34(typescript@6.0.3) 6627 + '@rolldown/pluginutils': 1.0.1 6628 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 6629 + vue: 3.5.38(typescript@6.0.3) 9480 6630 9481 - '@vitest/expect@4.1.5': 6631 + '@vitest/expect@4.1.9': 9482 6632 dependencies: 9483 6633 '@standard-schema/spec': 1.1.0 9484 6634 '@types/chai': 5.2.3 9485 - '@vitest/spy': 4.1.5 9486 - '@vitest/utils': 4.1.5 6635 + '@vitest/spy': 4.1.9 6636 + '@vitest/utils': 4.1.9 9487 6637 chai: 6.2.2 9488 6638 tinyrainbow: 3.1.0 9489 6639 9490 - '@vitest/mocker@4.1.5(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))': 6640 + '@vitest/mocker@4.1.9(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))': 9491 6641 dependencies: 9492 - '@vitest/spy': 4.1.5 6642 + '@vitest/spy': 4.1.9 9493 6643 estree-walker: 3.0.3 9494 6644 magic-string: 0.30.21 9495 6645 optionalDependencies: 9496 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 6646 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 9497 6647 9498 - '@vitest/pretty-format@4.1.5': 6648 + '@vitest/pretty-format@4.1.9': 9499 6649 dependencies: 9500 6650 tinyrainbow: 3.1.0 9501 6651 9502 - '@vitest/runner@4.1.5': 6652 + '@vitest/runner@4.1.9': 9503 6653 dependencies: 9504 - '@vitest/utils': 4.1.5 6654 + '@vitest/utils': 4.1.9 9505 6655 pathe: 2.0.3 9506 6656 9507 - '@vitest/snapshot@4.1.5': 6657 + '@vitest/snapshot@4.1.9': 9508 6658 dependencies: 9509 - '@vitest/pretty-format': 4.1.5 9510 - '@vitest/utils': 4.1.5 6659 + '@vitest/pretty-format': 4.1.9 6660 + '@vitest/utils': 4.1.9 9511 6661 magic-string: 0.30.21 9512 6662 pathe: 2.0.3 9513 6663 9514 - '@vitest/spy@4.1.5': {} 6664 + '@vitest/spy@4.1.9': {} 9515 6665 9516 - '@vitest/utils@4.1.5': 6666 + '@vitest/utils@4.1.9': 9517 6667 dependencies: 9518 - '@vitest/pretty-format': 4.1.5 6668 + '@vitest/pretty-format': 4.1.9 9519 6669 convert-source-map: 2.0.0 9520 6670 tinyrainbow: 3.1.0 9521 - 9522 - '@volar/language-core@2.4.15': 9523 - dependencies: 9524 - '@volar/source-map': 2.4.15 9525 - optional: true 9526 - 9527 - '@volar/language-core@2.4.23': 9528 - dependencies: 9529 - '@volar/source-map': 2.4.23 9530 6671 9531 6672 '@volar/language-core@2.4.28': 9532 6673 dependencies: 9533 6674 '@volar/source-map': 2.4.28 9534 6675 9535 - '@volar/source-map@2.4.15': 9536 - optional: true 9537 - 9538 - '@volar/source-map@2.4.23': {} 9539 - 9540 6676 '@volar/source-map@2.4.28': {} 9541 6677 9542 - '@volar/typescript@2.4.15': 9543 - dependencies: 9544 - '@volar/language-core': 2.4.15 9545 - path-browserify: 1.0.1 9546 - vscode-uri: 3.1.0 9547 - optional: true 9548 - 9549 6678 '@volar/typescript@2.4.28': 9550 6679 dependencies: 9551 6680 '@volar/language-core': 2.4.28 9552 6681 path-browserify: 1.0.1 9553 6682 vscode-uri: 3.1.0 9554 6683 9555 - '@vue-macros/common@3.0.0-beta.16(vue@3.5.22(typescript@5.9.3))': 9556 - dependencies: 9557 - '@vue/compiler-sfc': 3.5.22 9558 - ast-kit: 2.1.3 9559 - local-pkg: 1.1.2 9560 - magic-string-ast: 1.0.3 9561 - unplugin-utils: 0.2.5 9562 - optionalDependencies: 9563 - vue: 3.5.22(typescript@5.9.3) 9564 - 9565 - '@vue-macros/common@3.1.2(vue@3.5.34(typescript@6.0.3))': 6684 + '@vue-macros/common@3.1.2(vue@3.5.38(typescript@6.0.3))': 9566 6685 dependencies: 9567 - '@vue/compiler-sfc': 3.5.34 6686 + '@vue/compiler-sfc': 3.5.38 9568 6687 ast-kit: 2.2.0 9569 - local-pkg: 1.1.2 6688 + local-pkg: 1.2.1 9570 6689 magic-string-ast: 1.0.3 9571 6690 unplugin-utils: 0.3.1 9572 6691 optionalDependencies: 9573 - vue: 3.5.34(typescript@6.0.3) 9574 - 9575 - '@vue/babel-helper-vue-transform-on@1.5.0': {} 6692 + vue: 3.5.38(typescript@6.0.3) 9576 6693 9577 6694 '@vue/babel-helper-vue-transform-on@2.0.1': {} 9578 6695 9579 - '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.5)': 6696 + '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.29.7)': 9580 6697 dependencies: 9581 - '@babel/helper-module-imports': 7.27.1 9582 - '@babel/helper-plugin-utils': 7.27.1 9583 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5) 9584 - '@babel/template': 7.27.2 9585 - '@babel/traverse': 7.28.5 9586 - '@babel/types': 7.28.5 9587 - '@vue/babel-helper-vue-transform-on': 1.5.0 9588 - '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.5) 9589 - '@vue/shared': 3.5.24 9590 - optionalDependencies: 9591 - '@babel/core': 7.28.5 9592 - transitivePeerDependencies: 9593 - - supports-color 9594 - 9595 - '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.29.0)': 9596 - dependencies: 9597 - '@babel/helper-module-imports': 7.28.6 9598 - '@babel/helper-plugin-utils': 7.28.6 9599 - '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) 9600 - '@babel/template': 7.28.6 9601 - '@babel/traverse': 7.29.0 9602 - '@babel/types': 7.29.0 6698 + '@babel/helper-module-imports': 7.29.7 6699 + '@babel/helper-plugin-utils': 7.29.7 6700 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) 6701 + '@babel/template': 7.29.7 6702 + '@babel/traverse': 7.29.7 6703 + '@babel/types': 7.29.7 9603 6704 '@vue/babel-helper-vue-transform-on': 2.0.1 9604 - '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.0) 9605 - '@vue/shared': 3.5.34 6705 + '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.7) 6706 + '@vue/shared': 3.5.38 9606 6707 optionalDependencies: 9607 - '@babel/core': 7.29.0 6708 + '@babel/core': 7.29.7 9608 6709 transitivePeerDependencies: 9609 6710 - supports-color 9610 6711 9611 - '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.5)': 6712 + '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.29.7)': 9612 6713 dependencies: 9613 - '@babel/code-frame': 7.27.1 9614 - '@babel/core': 7.28.5 9615 - '@babel/helper-module-imports': 7.27.1 9616 - '@babel/helper-plugin-utils': 7.27.1 9617 - '@babel/parser': 7.28.5 9618 - '@vue/compiler-sfc': 3.5.24 9619 - transitivePeerDependencies: 9620 - - supports-color 9621 - 9622 - '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.29.0)': 9623 - dependencies: 9624 - '@babel/code-frame': 7.29.0 9625 - '@babel/core': 7.29.0 9626 - '@babel/helper-module-imports': 7.28.6 9627 - '@babel/helper-plugin-utils': 7.28.6 9628 - '@babel/parser': 7.29.3 9629 - '@vue/compiler-sfc': 3.5.34 6714 + '@babel/code-frame': 7.29.7 6715 + '@babel/core': 7.29.7 6716 + '@babel/helper-module-imports': 7.29.7 6717 + '@babel/helper-plugin-utils': 7.29.7 6718 + '@babel/parser': 7.29.7 6719 + '@vue/compiler-sfc': 3.5.38 9630 6720 transitivePeerDependencies: 9631 6721 - supports-color 9632 6722 9633 - '@vue/compiler-core@3.5.22': 6723 + '@vue/compiler-core@3.5.38': 9634 6724 dependencies: 9635 - '@babel/parser': 7.28.5 9636 - '@vue/shared': 3.5.22 9637 - entities: 4.5.0 9638 - estree-walker: 2.0.2 9639 - source-map-js: 1.2.1 9640 - 9641 - '@vue/compiler-core@3.5.24': 9642 - dependencies: 9643 - '@babel/parser': 7.28.5 9644 - '@vue/shared': 3.5.24 9645 - entities: 4.5.0 9646 - estree-walker: 2.0.2 9647 - source-map-js: 1.2.1 9648 - 9649 - '@vue/compiler-core@3.5.34': 9650 - dependencies: 9651 - '@babel/parser': 7.29.3 9652 - '@vue/shared': 3.5.34 6725 + '@babel/parser': 7.29.7 6726 + '@vue/shared': 3.5.38 9653 6727 entities: 7.0.1 9654 6728 estree-walker: 2.0.2 9655 6729 source-map-js: 1.2.1 9656 6730 9657 - '@vue/compiler-dom@3.5.22': 9658 - dependencies: 9659 - '@vue/compiler-core': 3.5.22 9660 - '@vue/shared': 3.5.22 9661 - 9662 - '@vue/compiler-dom@3.5.24': 9663 - dependencies: 9664 - '@vue/compiler-core': 3.5.24 9665 - '@vue/shared': 3.5.24 9666 - 9667 - '@vue/compiler-dom@3.5.34': 9668 - dependencies: 9669 - '@vue/compiler-core': 3.5.34 9670 - '@vue/shared': 3.5.34 9671 - 9672 - '@vue/compiler-sfc@3.5.22': 9673 - dependencies: 9674 - '@babel/parser': 7.28.5 9675 - '@vue/compiler-core': 3.5.22 9676 - '@vue/compiler-dom': 3.5.22 9677 - '@vue/compiler-ssr': 3.5.22 9678 - '@vue/shared': 3.5.22 9679 - estree-walker: 2.0.2 9680 - magic-string: 0.30.21 9681 - postcss: 8.5.6 9682 - source-map-js: 1.2.1 9683 - 9684 - '@vue/compiler-sfc@3.5.24': 6731 + '@vue/compiler-dom@3.5.38': 9685 6732 dependencies: 9686 - '@babel/parser': 7.28.5 9687 - '@vue/compiler-core': 3.5.24 9688 - '@vue/compiler-dom': 3.5.24 9689 - '@vue/compiler-ssr': 3.5.24 9690 - '@vue/shared': 3.5.24 9691 - estree-walker: 2.0.2 9692 - magic-string: 0.30.21 9693 - postcss: 8.5.6 9694 - source-map-js: 1.2.1 6733 + '@vue/compiler-core': 3.5.38 6734 + '@vue/shared': 3.5.38 9695 6735 9696 - '@vue/compiler-sfc@3.5.34': 6736 + '@vue/compiler-sfc@3.5.38': 9697 6737 dependencies: 9698 - '@babel/parser': 7.29.3 9699 - '@vue/compiler-core': 3.5.34 9700 - '@vue/compiler-dom': 3.5.34 9701 - '@vue/compiler-ssr': 3.5.34 9702 - '@vue/shared': 3.5.34 6738 + '@babel/parser': 7.29.7 6739 + '@vue/compiler-core': 3.5.38 6740 + '@vue/compiler-dom': 3.5.38 6741 + '@vue/compiler-ssr': 3.5.38 6742 + '@vue/shared': 3.5.38 9703 6743 estree-walker: 2.0.2 9704 6744 magic-string: 0.30.21 9705 - postcss: 8.5.14 6745 + postcss: 8.5.15 9706 6746 source-map-js: 1.2.1 9707 6747 9708 - '@vue/compiler-ssr@3.5.22': 6748 + '@vue/compiler-ssr@3.5.38': 9709 6749 dependencies: 9710 - '@vue/compiler-dom': 3.5.22 9711 - '@vue/shared': 3.5.22 9712 - 9713 - '@vue/compiler-ssr@3.5.24': 9714 - dependencies: 9715 - '@vue/compiler-dom': 3.5.24 9716 - '@vue/shared': 3.5.24 9717 - 9718 - '@vue/compiler-ssr@3.5.34': 9719 - dependencies: 9720 - '@vue/compiler-dom': 3.5.34 9721 - '@vue/shared': 3.5.34 6750 + '@vue/compiler-dom': 3.5.38 6751 + '@vue/shared': 3.5.38 9722 6752 9723 - '@vue/compiler-vue2@2.7.16': 6753 + '@vue/devtools-api@8.1.3': 9724 6754 dependencies: 9725 - de-indent: 1.0.2 9726 - he: 1.2.0 9727 - optional: true 6755 + '@vue/devtools-kit': 8.1.3 9728 6756 9729 - '@vue/devtools-api@6.6.4': {} 9730 - 9731 - '@vue/devtools-api@8.1.1': 6757 + '@vue/devtools-core@8.1.3(vue@3.5.38(typescript@6.0.3))': 9732 6758 dependencies: 9733 - '@vue/devtools-kit': 8.1.1 6759 + '@vue/devtools-kit': 8.1.3 6760 + '@vue/devtools-shared': 8.1.3 6761 + vue: 3.5.38(typescript@6.0.3) 9734 6762 9735 - '@vue/devtools-core@7.7.7(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3))': 6763 + '@vue/devtools-kit@8.1.3': 9736 6764 dependencies: 9737 - '@vue/devtools-kit': 7.7.7 9738 - '@vue/devtools-shared': 7.7.7 9739 - mitt: 3.0.1 9740 - nanoid: 5.1.6 9741 - pathe: 2.0.3 9742 - 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)) 9743 - vue: 3.5.22(typescript@5.9.3) 9744 - transitivePeerDependencies: 9745 - - vite 9746 - 9747 - '@vue/devtools-core@8.1.1(vue@3.5.34(typescript@6.0.3))': 9748 - dependencies: 9749 - '@vue/devtools-kit': 8.1.1 9750 - '@vue/devtools-shared': 8.1.1 9751 - vue: 3.5.34(typescript@6.0.3) 9752 - 9753 - '@vue/devtools-kit@7.7.7': 9754 - dependencies: 9755 - '@vue/devtools-shared': 7.7.7 9756 - birpc: 2.7.0 9757 - hookable: 5.5.3 9758 - mitt: 3.0.1 9759 - perfect-debounce: 1.0.0 9760 - speakingurl: 14.0.1 9761 - superjson: 2.2.5 9762 - 9763 - '@vue/devtools-kit@8.1.1': 9764 - dependencies: 9765 - '@vue/devtools-shared': 8.1.1 6765 + '@vue/devtools-shared': 8.1.3 9766 6766 birpc: 2.9.0 9767 6767 hookable: 5.5.3 9768 6768 perfect-debounce: 2.1.0 9769 6769 9770 - '@vue/devtools-shared@7.7.7': 9771 - dependencies: 9772 - rfdc: 1.4.1 6770 + '@vue/devtools-shared@8.1.3': {} 9773 6771 9774 - '@vue/devtools-shared@8.1.1': {} 9775 - 9776 - '@vue/language-core@2.2.12(typescript@5.9.3)': 9777 - dependencies: 9778 - '@volar/language-core': 2.4.15 9779 - '@vue/compiler-dom': 3.5.22 9780 - '@vue/compiler-vue2': 2.7.16 9781 - '@vue/shared': 3.5.22 9782 - alien-signals: 1.0.13 9783 - minimatch: 9.0.5 9784 - muggle-string: 0.4.1 9785 - path-browserify: 1.0.1 9786 - optionalDependencies: 9787 - typescript: 5.9.3 9788 - optional: true 9789 - 9790 - '@vue/language-core@3.1.1(typescript@5.9.3)': 9791 - dependencies: 9792 - '@volar/language-core': 2.4.23 9793 - '@vue/compiler-dom': 3.5.22 9794 - '@vue/shared': 3.5.22 9795 - alien-signals: 3.0.3 9796 - muggle-string: 0.4.1 9797 - path-browserify: 1.0.1 9798 - picomatch: 4.0.3 9799 - optionalDependencies: 9800 - typescript: 5.9.3 9801 - 9802 - '@vue/language-core@3.2.8': 6772 + '@vue/language-core@3.3.5': 9803 6773 dependencies: 9804 6774 '@volar/language-core': 2.4.28 9805 - '@vue/compiler-dom': 3.5.34 9806 - '@vue/shared': 3.5.34 9807 - alien-signals: 3.1.2 6775 + '@vue/compiler-dom': 3.5.38 6776 + '@vue/shared': 3.5.38 6777 + alien-signals: 3.2.1 9808 6778 muggle-string: 0.4.1 9809 6779 path-browserify: 1.0.1 9810 6780 picomatch: 4.0.4 9811 6781 9812 - '@vue/reactivity@3.5.22': 9813 - dependencies: 9814 - '@vue/shared': 3.5.22 9815 - 9816 - '@vue/reactivity@3.5.34': 9817 - dependencies: 9818 - '@vue/shared': 3.5.34 9819 - 9820 - '@vue/runtime-core@3.5.22': 9821 - dependencies: 9822 - '@vue/reactivity': 3.5.22 9823 - '@vue/shared': 3.5.22 9824 - 9825 - '@vue/runtime-core@3.5.34': 6782 + '@vue/reactivity@3.5.38': 9826 6783 dependencies: 9827 - '@vue/reactivity': 3.5.34 9828 - '@vue/shared': 3.5.34 6784 + '@vue/shared': 3.5.38 9829 6785 9830 - '@vue/runtime-dom@3.5.22': 6786 + '@vue/runtime-core@3.5.38': 9831 6787 dependencies: 9832 - '@vue/reactivity': 3.5.22 9833 - '@vue/runtime-core': 3.5.22 9834 - '@vue/shared': 3.5.22 9835 - csstype: 3.1.3 6788 + '@vue/reactivity': 3.5.38 6789 + '@vue/shared': 3.5.38 9836 6790 9837 - '@vue/runtime-dom@3.5.34': 6791 + '@vue/runtime-dom@3.5.38': 9838 6792 dependencies: 9839 - '@vue/reactivity': 3.5.34 9840 - '@vue/runtime-core': 3.5.34 9841 - '@vue/shared': 3.5.34 6793 + '@vue/reactivity': 3.5.38 6794 + '@vue/runtime-core': 3.5.38 6795 + '@vue/shared': 3.5.38 9842 6796 csstype: 3.2.3 9843 6797 9844 - '@vue/server-renderer@3.5.22(vue@3.5.22(typescript@5.9.3))': 6798 + '@vue/server-renderer@3.5.38(vue@3.5.38(typescript@6.0.3))': 9845 6799 dependencies: 9846 - '@vue/compiler-ssr': 3.5.22 9847 - '@vue/shared': 3.5.22 9848 - vue: 3.5.22(typescript@5.9.3) 6800 + '@vue/compiler-ssr': 3.5.38 6801 + '@vue/shared': 3.5.38 6802 + vue: 3.5.38(typescript@6.0.3) 9849 6803 9850 - '@vue/server-renderer@3.5.34(vue@3.5.34(typescript@6.0.3))': 9851 - dependencies: 9852 - '@vue/compiler-ssr': 3.5.34 9853 - '@vue/shared': 3.5.34 9854 - vue: 3.5.34(typescript@6.0.3) 9855 - 9856 - '@vue/shared@3.5.22': {} 9857 - 9858 - '@vue/shared@3.5.24': {} 9859 - 9860 - '@vue/shared@3.5.34': {} 6804 + '@vue/shared@3.5.38': {} 9861 6805 9862 6806 abbrev@3.0.1: {} 9863 6807 ··· 9865 6809 dependencies: 9866 6810 event-target-shim: 5.0.1 9867 6811 9868 - acorn-import-attributes@1.9.5(acorn@8.15.0): 9869 - dependencies: 9870 - acorn: 8.15.0 9871 - 9872 - acorn-import-attributes@1.9.5(acorn@8.16.0): 6812 + acorn-import-attributes@1.9.5(acorn@8.17.0): 9873 6813 dependencies: 9874 - acorn: 8.16.0 6814 + acorn: 8.17.0 9875 6815 9876 - acorn-jsx@5.3.2(acorn@8.16.0): 6816 + acorn-jsx@5.3.2(acorn@8.17.0): 9877 6817 dependencies: 9878 - acorn: 8.16.0 6818 + acorn: 8.17.0 9879 6819 9880 - acorn@8.15.0: {} 9881 - 9882 - acorn@8.16.0: {} 6820 + acorn@8.17.0: {} 9883 6821 9884 6822 agent-base@7.1.4: {} 9885 6823 9886 - ajv@6.12.6: 9887 - dependencies: 9888 - fast-deep-equal: 3.1.3 9889 - fast-json-stable-stringify: 2.1.0 9890 - json-schema-traverse: 0.4.1 9891 - uri-js: 4.4.1 9892 - optional: true 9893 - 9894 6824 ajv@6.15.0: 9895 6825 dependencies: 9896 6826 fast-deep-equal: 3.1.3 ··· 9898 6828 json-schema-traverse: 0.4.1 9899 6829 uri-js: 4.4.1 9900 6830 9901 - alien-signals@1.0.13: 9902 - optional: true 9903 - 9904 - alien-signals@3.0.3: {} 9905 - 9906 - alien-signals@3.1.2: {} 6831 + alien-signals@3.2.1: {} 9907 6832 9908 6833 ansi-regex@5.0.1: {} 9909 6834 ··· 9915 6840 9916 6841 ansi-styles@6.2.3: {} 9917 6842 9918 - ansis@4.2.0: {} 6843 + ansis@4.3.1: {} 9919 6844 9920 6845 anymatch@3.1.3: 9921 6846 dependencies: ··· 9948 6873 9949 6874 are-docs-informative@0.0.2: {} 9950 6875 9951 - argparse@2.0.1: 9952 - optional: true 9953 - 9954 6876 assertion-error@2.0.1: {} 9955 6877 9956 - ast-kit@2.1.3: 9957 - dependencies: 9958 - '@babel/parser': 7.28.5 9959 - pathe: 2.0.3 9960 - 9961 6878 ast-kit@2.2.0: 9962 6879 dependencies: 9963 - '@babel/parser': 7.29.3 6880 + '@babel/parser': 7.29.7 9964 6881 pathe: 2.0.3 9965 6882 9966 - ast-walker-scope@0.8.3: 6883 + ast-walker-scope@0.9.0: 9967 6884 dependencies: 9968 - '@babel/parser': 7.29.3 6885 + '@babel/parser': 7.29.7 6886 + '@babel/types': 7.29.7 9969 6887 ast-kit: 2.2.0 9970 6888 9971 6889 async-sema@3.1.1: {} 9972 6890 9973 6891 async@3.2.6: {} 9974 6892 9975 - autoprefixer@10.4.21(postcss@8.5.6): 9976 - dependencies: 9977 - browserslist: 4.27.0 9978 - caniuse-lite: 1.0.30001754 9979 - fraction.js: 4.3.7 9980 - normalize-range: 0.1.2 9981 - picocolors: 1.1.1 9982 - postcss: 8.5.6 9983 - postcss-value-parser: 4.2.0 9984 - 9985 - autoprefixer@10.5.0(postcss@8.5.14): 6893 + autoprefixer@10.5.0(postcss@8.5.15): 9986 6894 dependencies: 9987 6895 browserslist: 4.28.2 9988 - caniuse-lite: 1.0.30001792 6896 + caniuse-lite: 1.0.30001799 9989 6897 fraction.js: 5.3.4 9990 6898 picocolors: 1.1.1 9991 - postcss: 8.5.14 6899 + postcss: 8.5.15 9992 6900 postcss-value-parser: 4.2.0 9993 6901 9994 6902 b4a@1.8.1: {} ··· 9997 6905 9998 6906 balanced-match@4.0.4: {} 9999 6907 10000 - bare-events@2.8.2: {} 6908 + bare-events@2.9.1: {} 10001 6909 10002 - bare-fs@4.7.1: 6910 + bare-fs@4.7.2: 10003 6911 dependencies: 10004 - bare-events: 2.8.2 10005 - bare-path: 3.0.0 10006 - bare-stream: 2.13.1(bare-events@2.8.2) 10007 - bare-url: 2.4.3 6912 + bare-events: 2.9.1 6913 + bare-path: 3.0.1 6914 + bare-stream: 2.13.3(bare-events@2.9.1) 6915 + bare-url: 2.4.5 10008 6916 fast-fifo: 1.3.2 10009 6917 transitivePeerDependencies: 10010 6918 - bare-abort-controller ··· 10012 6920 10013 6921 bare-os@3.9.1: {} 10014 6922 10015 - bare-path@3.0.0: 6923 + bare-path@3.0.1: 10016 6924 dependencies: 10017 6925 bare-os: 3.9.1 10018 6926 10019 - bare-stream@2.13.1(bare-events@2.8.2): 6927 + bare-stream@2.13.3(bare-events@2.9.1): 10020 6928 dependencies: 10021 - streamx: 2.25.0 6929 + b4a: 1.8.1 6930 + streamx: 2.28.0 10022 6931 teex: 1.0.1 10023 6932 optionalDependencies: 10024 - bare-events: 2.8.2 6933 + bare-events: 2.9.1 10025 6934 transitivePeerDependencies: 10026 6935 - react-native-b4a 10027 6936 10028 - bare-url@2.4.3: 6937 + bare-url@2.4.5: 10029 6938 dependencies: 10030 - bare-path: 3.0.0 6939 + bare-path: 3.0.1 10031 6940 10032 6941 base64-js@1.5.1: {} 10033 6942 10034 - baseline-browser-mapping@2.10.0: {} 10035 - 10036 - baseline-browser-mapping@2.10.27: {} 10037 - 10038 - baseline-browser-mapping@2.8.25: {} 6943 + baseline-browser-mapping@2.10.37: {} 10039 6944 10040 6945 bindings@1.5.0: 10041 6946 dependencies: 10042 6947 file-uri-to-path: 1.0.0 10043 6948 10044 - birpc@2.6.1: {} 10045 - 10046 - birpc@2.7.0: {} 10047 - 10048 6949 birpc@2.9.0: {} 10049 6950 10050 6951 birpc@4.0.0: {} 10051 6952 10052 6953 boolbase@1.0.0: {} 10053 6954 10054 - brace-expansion@1.1.12: 10055 - dependencies: 10056 - balanced-match: 1.0.2 10057 - concat-map: 0.0.1 10058 - optional: true 10059 - 10060 - brace-expansion@1.1.14: 10061 - dependencies: 10062 - balanced-match: 1.0.2 10063 - concat-map: 0.0.1 10064 - optional: true 10065 - 10066 - brace-expansion@2.0.2: 6955 + brace-expansion@2.1.1: 10067 6956 dependencies: 10068 6957 balanced-match: 1.0.2 10069 6958 10070 - brace-expansion@2.1.0: 10071 - dependencies: 10072 - balanced-match: 1.0.2 10073 - 10074 - brace-expansion@5.0.5: 6959 + brace-expansion@5.0.6: 10075 6960 dependencies: 10076 6961 balanced-match: 4.0.4 10077 6962 ··· 10079 6964 dependencies: 10080 6965 fill-range: 7.1.1 10081 6966 10082 - browserslist@4.27.0: 10083 - dependencies: 10084 - baseline-browser-mapping: 2.8.25 10085 - caniuse-lite: 1.0.30001754 10086 - electron-to-chromium: 1.5.248 10087 - node-releases: 2.0.27 10088 - update-browserslist-db: 1.1.4(browserslist@4.27.0) 10089 - 10090 - browserslist@4.28.1: 10091 - dependencies: 10092 - baseline-browser-mapping: 2.10.0 10093 - caniuse-lite: 1.0.30001777 10094 - electron-to-chromium: 1.5.307 10095 - node-releases: 2.0.36 10096 - update-browserslist-db: 1.2.3(browserslist@4.28.1) 10097 - 10098 6967 browserslist@4.28.2: 10099 6968 dependencies: 10100 - baseline-browser-mapping: 2.10.27 10101 - caniuse-lite: 1.0.30001792 10102 - electron-to-chromium: 1.5.351 10103 - node-releases: 2.0.38 6969 + baseline-browser-mapping: 2.10.37 6970 + caniuse-lite: 1.0.30001799 6971 + electron-to-chromium: 1.5.375 6972 + node-releases: 2.0.47 10104 6973 update-browserslist-db: 1.2.3(browserslist@4.28.2) 10105 6974 10106 6975 buffer-crc32@1.0.0: {} ··· 10112 6981 base64-js: 1.5.1 10113 6982 ieee754: 1.2.1 10114 6983 10115 - builtin-modules@5.1.0: {} 6984 + builtin-modules@5.2.0: {} 10116 6985 10117 6986 bundle-name@4.1.0: 10118 6987 dependencies: 10119 6988 run-applescript: 7.1.0 10120 6989 10121 - c12@3.3.1(magicast@0.3.5): 10122 - dependencies: 10123 - chokidar: 4.0.3 10124 - confbox: 0.2.2 10125 - defu: 6.1.4 10126 - dotenv: 17.2.3 10127 - exsolve: 1.0.7 10128 - giget: 2.0.0 10129 - jiti: 2.6.1 10130 - ohash: 2.0.11 10131 - pathe: 2.0.3 10132 - perfect-debounce: 2.0.0 10133 - pkg-types: 2.3.0 10134 - rc9: 2.1.2 10135 - optionalDependencies: 10136 - magicast: 0.3.5 10137 - 10138 - c12@3.3.4(magicast@0.5.2): 6990 + c12@3.3.4(magicast@0.5.3): 10139 6991 dependencies: 10140 6992 chokidar: 5.0.0 10141 6993 confbox: 0.2.4 10142 6994 defu: 6.1.7 10143 6995 dotenv: 17.4.2 10144 6996 exsolve: 1.0.8 10145 - giget: 3.2.0 6997 + giget: 3.3.0 10146 6998 jiti: 2.7.0 10147 6999 ohash: 2.0.11 10148 7000 pathe: 2.0.3 ··· 10150 7002 pkg-types: 2.3.1 10151 7003 rc9: 3.0.1 10152 7004 optionalDependencies: 10153 - magicast: 0.5.2 7005 + magicast: 0.5.3 10154 7006 10155 7007 cac@6.7.14: {} 10156 7008 10157 - callsites@3.1.0: 10158 - optional: true 10159 - 10160 7009 caniuse-api@3.0.0: 10161 7010 dependencies: 10162 7011 browserslist: 4.28.2 10163 - caniuse-lite: 1.0.30001792 7012 + caniuse-lite: 1.0.30001799 10164 7013 lodash.memoize: 4.1.2 10165 7014 lodash.uniq: 4.5.0 10166 7015 10167 - caniuse-lite@1.0.30001754: {} 7016 + caniuse-api@4.0.0: 7017 + dependencies: 7018 + browserslist: 4.28.2 7019 + caniuse-lite: 1.0.30001799 10168 7020 10169 - caniuse-lite@1.0.30001777: {} 10170 - 10171 - caniuse-lite@1.0.30001792: {} 7021 + caniuse-lite@1.0.30001799: {} 10172 7022 10173 7023 chai@6.2.2: {} 10174 7024 10175 - chalk@4.1.2: 10176 - dependencies: 10177 - ansi-styles: 4.3.0 10178 - supports-color: 7.2.0 10179 - optional: true 10180 - 10181 7025 change-case@5.4.4: {} 10182 7026 10183 - changelogen@0.6.2(magicast@0.5.2): 7027 + changelogen@0.6.2(magicast@0.5.3): 10184 7028 dependencies: 10185 - c12: 3.3.4(magicast@0.5.2) 7029 + c12: 3.3.4(magicast@0.5.3) 10186 7030 confbox: 0.2.4 10187 7031 consola: 3.4.2 10188 7032 convert-gitmoji: 0.1.5 ··· 10193 7037 pathe: 2.0.3 10194 7038 pkg-types: 2.3.1 10195 7039 scule: 1.3.0 10196 - semver: 7.7.4 7040 + semver: 7.8.4 10197 7041 std-env: 3.10.0 10198 7042 transitivePeerDependencies: 10199 7043 - magicast 10200 7044 10201 - chokidar@4.0.3: 10202 - dependencies: 10203 - readdirp: 4.1.2 10204 - 10205 7045 chokidar@5.0.0: 10206 7046 dependencies: 10207 7047 readdirp: 5.0.0 ··· 10214 7054 dependencies: 10215 7055 consola: 3.4.2 10216 7056 10217 - citty@0.2.1: {} 10218 - 10219 7057 citty@0.2.2: {} 10220 7058 10221 - clean-regexp@1.0.0: 10222 - dependencies: 10223 - escape-string-regexp: 1.0.5 10224 - 10225 - clipboardy@4.0.0: 10226 - dependencies: 10227 - execa: 8.0.1 10228 - is-wsl: 3.1.1 10229 - is64bit: 2.0.0 10230 - 10231 - clipboardy@5.0.0: 10232 - dependencies: 10233 - execa: 9.6.0 10234 - is-wayland: 0.1.0 10235 - is-wsl: 3.1.0 10236 - is64bit: 2.0.0 10237 - 10238 - cliui@8.0.1: 10239 - dependencies: 10240 - string-width: 4.2.3 10241 - strip-ansi: 6.0.1 10242 - wrap-ansi: 7.0.0 10243 - 10244 7059 cliui@9.0.1: 10245 7060 dependencies: 10246 7061 string-width: 7.2.0 10247 7062 strip-ansi: 7.2.0 10248 7063 wrap-ansi: 9.0.2 10249 7064 10250 - cluster-key-slot@1.1.2: {} 7065 + cluster-key-slot@1.1.1: {} 10251 7066 10252 7067 color-convert@2.0.1: 10253 7068 dependencies: ··· 10255 7070 10256 7071 color-name@1.1.4: {} 10257 7072 10258 - colord@2.9.3: {} 10259 - 10260 7073 commander@11.1.0: {} 10261 7074 10262 7075 commander@2.20.3: {} 10263 7076 10264 - comment-parser@1.4.6: {} 7077 + comment-parser@1.4.7: {} 10265 7078 10266 7079 commondir@1.0.1: {} 10267 7080 ··· 10275 7088 normalize-path: 3.0.0 10276 7089 readable-stream: 4.7.0 10277 7090 10278 - concat-map@0.0.1: 10279 - optional: true 10280 - 10281 7091 confbox@0.1.8: {} 10282 - 10283 - confbox@0.2.2: {} 10284 7092 10285 7093 confbox@0.2.4: {} 10286 7094 ··· 10290 7098 10291 7099 convert-source-map@2.0.0: {} 10292 7100 10293 - cookie-es@1.2.2: {} 10294 - 10295 7101 cookie-es@1.2.3: {} 10296 - 10297 - cookie-es@2.0.0: {} 10298 7102 10299 7103 cookie-es@2.0.1: {} 10300 7104 10301 7105 cookie-es@3.1.1: {} 10302 7106 10303 - cookie@1.0.2: {} 10304 - 10305 - copy-anything@4.0.5: 10306 - dependencies: 10307 - is-what: 5.5.0 10308 - 10309 7107 core-js-compat@3.49.0: 10310 7108 dependencies: 10311 7109 browserslist: 4.28.2 ··· 10321 7119 10322 7120 croner@10.0.1: {} 10323 7121 10324 - croner@9.1.0: {} 10325 - 10326 7122 cross-spawn@7.0.6: 10327 7123 dependencies: 10328 7124 path-key: 3.1.1 ··· 10333 7129 dependencies: 10334 7130 uncrypto: 0.1.3 10335 7131 10336 - crossws@0.4.5(srvx@0.11.15): 7132 + crossws@0.4.6(srvx@0.11.16): 10337 7133 optionalDependencies: 10338 - srvx: 0.11.15 7134 + srvx: 0.11.16 10339 7135 10340 - css-declaration-sorter@7.3.0(postcss@8.5.6): 7136 + css-declaration-sorter@7.4.0(postcss@8.5.15): 10341 7137 dependencies: 10342 - postcss: 8.5.6 10343 - 10344 - css-declaration-sorter@7.4.0(postcss@8.5.14): 10345 - dependencies: 10346 - postcss: 8.5.14 7138 + postcss: 8.5.15 10347 7139 10348 7140 css-select@5.2.2: 10349 7141 dependencies: ··· 10358 7150 mdn-data: 2.0.28 10359 7151 source-map-js: 1.2.1 10360 7152 10361 - css-tree@3.1.0: 10362 - dependencies: 10363 - mdn-data: 2.12.2 10364 - source-map-js: 1.2.1 10365 - 10366 7153 css-tree@3.2.1: 10367 7154 dependencies: 10368 7155 mdn-data: 2.27.1 ··· 10372 7159 10373 7160 cssesc@3.0.0: {} 10374 7161 10375 - cssnano-preset-default@7.0.17(postcss@8.5.14): 7162 + cssnano-preset-default@7.0.17(postcss@8.5.15): 10376 7163 dependencies: 10377 7164 browserslist: 4.28.2 10378 - css-declaration-sorter: 7.4.0(postcss@8.5.14) 10379 - cssnano-utils: 5.0.3(postcss@8.5.14) 10380 - postcss: 8.5.14 10381 - postcss-calc: 10.1.1(postcss@8.5.14) 10382 - postcss-colormin: 7.0.10(postcss@8.5.14) 10383 - postcss-convert-values: 7.0.12(postcss@8.5.14) 10384 - postcss-discard-comments: 7.0.8(postcss@8.5.14) 10385 - postcss-discard-duplicates: 7.0.4(postcss@8.5.14) 10386 - postcss-discard-empty: 7.0.3(postcss@8.5.14) 10387 - postcss-discard-overridden: 7.0.3(postcss@8.5.14) 10388 - postcss-merge-longhand: 7.0.7(postcss@8.5.14) 10389 - postcss-merge-rules: 7.0.11(postcss@8.5.14) 10390 - postcss-minify-font-values: 7.0.3(postcss@8.5.14) 10391 - postcss-minify-gradients: 7.0.5(postcss@8.5.14) 10392 - postcss-minify-params: 7.0.9(postcss@8.5.14) 10393 - postcss-minify-selectors: 7.1.2(postcss@8.5.14) 10394 - postcss-normalize-charset: 7.0.3(postcss@8.5.14) 10395 - postcss-normalize-display-values: 7.0.3(postcss@8.5.14) 10396 - postcss-normalize-positions: 7.0.4(postcss@8.5.14) 10397 - postcss-normalize-repeat-style: 7.0.4(postcss@8.5.14) 10398 - postcss-normalize-string: 7.0.3(postcss@8.5.14) 10399 - postcss-normalize-timing-functions: 7.0.3(postcss@8.5.14) 10400 - postcss-normalize-unicode: 7.0.9(postcss@8.5.14) 10401 - postcss-normalize-url: 7.0.3(postcss@8.5.14) 10402 - postcss-normalize-whitespace: 7.0.3(postcss@8.5.14) 10403 - postcss-ordered-values: 7.0.4(postcss@8.5.14) 10404 - postcss-reduce-initial: 7.0.9(postcss@8.5.14) 10405 - postcss-reduce-transforms: 7.0.3(postcss@8.5.14) 10406 - postcss-svgo: 7.1.3(postcss@8.5.14) 10407 - postcss-unique-selectors: 7.0.7(postcss@8.5.14) 7165 + css-declaration-sorter: 7.4.0(postcss@8.5.15) 7166 + cssnano-utils: 5.0.3(postcss@8.5.15) 7167 + postcss: 8.5.15 7168 + postcss-calc: 10.1.1(postcss@8.5.15) 7169 + postcss-colormin: 7.0.10(postcss@8.5.15) 7170 + postcss-convert-values: 7.0.12(postcss@8.5.15) 7171 + postcss-discard-comments: 7.0.8(postcss@8.5.15) 7172 + postcss-discard-duplicates: 7.0.4(postcss@8.5.15) 7173 + postcss-discard-empty: 7.0.3(postcss@8.5.15) 7174 + postcss-discard-overridden: 7.0.3(postcss@8.5.15) 7175 + postcss-merge-longhand: 7.0.7(postcss@8.5.15) 7176 + postcss-merge-rules: 7.0.11(postcss@8.5.15) 7177 + postcss-minify-font-values: 7.0.3(postcss@8.5.15) 7178 + postcss-minify-gradients: 7.0.5(postcss@8.5.15) 7179 + postcss-minify-params: 7.0.9(postcss@8.5.15) 7180 + postcss-minify-selectors: 7.1.2(postcss@8.5.15) 7181 + postcss-normalize-charset: 7.0.3(postcss@8.5.15) 7182 + postcss-normalize-display-values: 7.0.3(postcss@8.5.15) 7183 + postcss-normalize-positions: 7.0.4(postcss@8.5.15) 7184 + postcss-normalize-repeat-style: 7.0.4(postcss@8.5.15) 7185 + postcss-normalize-string: 7.0.3(postcss@8.5.15) 7186 + postcss-normalize-timing-functions: 7.0.3(postcss@8.5.15) 7187 + postcss-normalize-unicode: 7.0.9(postcss@8.5.15) 7188 + postcss-normalize-url: 7.0.3(postcss@8.5.15) 7189 + postcss-normalize-whitespace: 7.0.3(postcss@8.5.15) 7190 + postcss-ordered-values: 7.0.4(postcss@8.5.15) 7191 + postcss-reduce-initial: 7.0.9(postcss@8.5.15) 7192 + postcss-reduce-transforms: 7.0.3(postcss@8.5.15) 7193 + postcss-svgo: 7.1.3(postcss@8.5.15) 7194 + postcss-unique-selectors: 7.0.7(postcss@8.5.15) 10408 7195 10409 - cssnano-preset-default@7.0.9(postcss@8.5.6): 7196 + cssnano-preset-default@8.0.2(postcss@8.5.15): 10410 7197 dependencies: 10411 - browserslist: 4.27.0 10412 - css-declaration-sorter: 7.3.0(postcss@8.5.6) 10413 - cssnano-utils: 5.0.1(postcss@8.5.6) 10414 - postcss: 8.5.6 10415 - postcss-calc: 10.1.1(postcss@8.5.6) 10416 - postcss-colormin: 7.0.4(postcss@8.5.6) 10417 - postcss-convert-values: 7.0.7(postcss@8.5.6) 10418 - postcss-discard-comments: 7.0.4(postcss@8.5.6) 10419 - postcss-discard-duplicates: 7.0.2(postcss@8.5.6) 10420 - postcss-discard-empty: 7.0.1(postcss@8.5.6) 10421 - postcss-discard-overridden: 7.0.1(postcss@8.5.6) 10422 - postcss-merge-longhand: 7.0.5(postcss@8.5.6) 10423 - postcss-merge-rules: 7.0.6(postcss@8.5.6) 10424 - postcss-minify-font-values: 7.0.1(postcss@8.5.6) 10425 - postcss-minify-gradients: 7.0.1(postcss@8.5.6) 10426 - postcss-minify-params: 7.0.4(postcss@8.5.6) 10427 - postcss-minify-selectors: 7.0.5(postcss@8.5.6) 10428 - postcss-normalize-charset: 7.0.1(postcss@8.5.6) 10429 - postcss-normalize-display-values: 7.0.1(postcss@8.5.6) 10430 - postcss-normalize-positions: 7.0.1(postcss@8.5.6) 10431 - postcss-normalize-repeat-style: 7.0.1(postcss@8.5.6) 10432 - postcss-normalize-string: 7.0.1(postcss@8.5.6) 10433 - postcss-normalize-timing-functions: 7.0.1(postcss@8.5.6) 10434 - postcss-normalize-unicode: 7.0.4(postcss@8.5.6) 10435 - postcss-normalize-url: 7.0.1(postcss@8.5.6) 10436 - postcss-normalize-whitespace: 7.0.1(postcss@8.5.6) 10437 - postcss-ordered-values: 7.0.2(postcss@8.5.6) 10438 - postcss-reduce-initial: 7.0.4(postcss@8.5.6) 10439 - postcss-reduce-transforms: 7.0.1(postcss@8.5.6) 10440 - postcss-svgo: 7.1.0(postcss@8.5.6) 10441 - postcss-unique-selectors: 7.0.4(postcss@8.5.6) 7198 + browserslist: 4.28.2 7199 + cssnano-utils: 6.0.1(postcss@8.5.15) 7200 + postcss: 8.5.15 7201 + postcss-calc: 10.1.1(postcss@8.5.15) 7202 + postcss-colormin: 8.0.1(postcss@8.5.15) 7203 + postcss-convert-values: 8.0.1(postcss@8.5.15) 7204 + postcss-discard-comments: 8.0.1(postcss@8.5.15) 7205 + postcss-discard-duplicates: 8.0.1(postcss@8.5.15) 7206 + postcss-discard-empty: 8.0.1(postcss@8.5.15) 7207 + postcss-discard-overridden: 8.0.1(postcss@8.5.15) 7208 + postcss-merge-longhand: 8.0.1(postcss@8.5.15) 7209 + postcss-merge-rules: 8.0.1(postcss@8.5.15) 7210 + postcss-minify-font-values: 8.0.1(postcss@8.5.15) 7211 + postcss-minify-gradients: 8.0.1(postcss@8.5.15) 7212 + postcss-minify-params: 8.0.1(postcss@8.5.15) 7213 + postcss-minify-selectors: 8.0.2(postcss@8.5.15) 7214 + postcss-normalize-charset: 8.0.1(postcss@8.5.15) 7215 + postcss-normalize-display-values: 8.0.1(postcss@8.5.15) 7216 + postcss-normalize-positions: 8.0.1(postcss@8.5.15) 7217 + postcss-normalize-repeat-style: 8.0.1(postcss@8.5.15) 7218 + postcss-normalize-string: 8.0.1(postcss@8.5.15) 7219 + postcss-normalize-timing-functions: 8.0.1(postcss@8.5.15) 7220 + postcss-normalize-unicode: 8.0.1(postcss@8.5.15) 7221 + postcss-normalize-url: 8.0.1(postcss@8.5.15) 7222 + postcss-normalize-whitespace: 8.0.1(postcss@8.5.15) 7223 + postcss-ordered-values: 8.0.1(postcss@8.5.15) 7224 + postcss-reduce-initial: 8.0.1(postcss@8.5.15) 7225 + postcss-reduce-transforms: 8.0.1(postcss@8.5.15) 7226 + postcss-svgo: 8.0.1(postcss@8.5.15) 7227 + postcss-unique-selectors: 8.0.1(postcss@8.5.15) 10442 7228 10443 - cssnano-utils@5.0.1(postcss@8.5.6): 7229 + cssnano-utils@5.0.3(postcss@8.5.15): 10444 7230 dependencies: 10445 - postcss: 8.5.6 7231 + postcss: 8.5.15 10446 7232 10447 - cssnano-utils@5.0.3(postcss@8.5.14): 7233 + cssnano-utils@6.0.1(postcss@8.5.15): 10448 7234 dependencies: 10449 - postcss: 8.5.14 7235 + postcss: 8.5.15 10450 7236 10451 - cssnano@7.1.1(postcss@8.5.6): 7237 + cssnano@7.1.9(postcss@8.5.15): 10452 7238 dependencies: 10453 - cssnano-preset-default: 7.0.9(postcss@8.5.6) 7239 + cssnano-preset-default: 7.0.17(postcss@8.5.15) 10454 7240 lilconfig: 3.1.3 10455 - postcss: 8.5.6 7241 + postcss: 8.5.15 10456 7242 10457 - cssnano@7.1.9(postcss@8.5.14): 7243 + cssnano@8.0.2(postcss@8.5.15): 10458 7244 dependencies: 10459 - cssnano-preset-default: 7.0.17(postcss@8.5.14) 7245 + cssnano-preset-default: 8.0.2(postcss@8.5.15) 10460 7246 lilconfig: 3.1.3 10461 - postcss: 8.5.14 7247 + postcss: 8.5.15 10462 7248 10463 7249 csso@5.0.5: 10464 7250 dependencies: 10465 7251 css-tree: 2.2.1 10466 7252 10467 - csstype@3.1.3: {} 10468 - 10469 7253 csstype@3.2.3: {} 10470 7254 10471 7255 db0@0.3.4: {} 10472 7256 10473 - de-indent@1.0.2: 10474 - optional: true 10475 - 10476 7257 debug@4.4.3: 10477 7258 dependencies: 10478 7259 ms: 2.1.3 ··· 10487 7268 dependencies: 10488 7269 bundle-name: 4.1.0 10489 7270 default-browser-id: 5.0.1 10490 - 10491 - define-lazy-prop@2.0.0: {} 10492 7271 10493 7272 define-lazy-prop@3.0.0: {} 10494 7273 10495 - defu@6.1.4: {} 10496 - 10497 7274 defu@6.1.7: {} 10498 7275 10499 7276 denque@2.1.0: {} ··· 10502 7279 10503 7280 destr@2.0.5: {} 10504 7281 10505 - detect-libc@1.0.3: 10506 - optional: true 7282 + detect-indent@7.0.2: {} 10507 7283 10508 7284 detect-libc@2.1.2: {} 10509 7285 10510 - devalue@5.4.2: {} 10511 - 10512 - devalue@5.8.0: {} 10513 - 10514 - diff@8.0.2: {} 7286 + devalue@5.8.1: {} 10515 7287 10516 7288 diff@8.0.4: {} 10517 7289 ··· 10535 7307 10536 7308 dot-prop@10.1.0: 10537 7309 dependencies: 10538 - type-fest: 5.6.0 10539 - 10540 - dotenv@16.6.1: {} 10541 - 10542 - dotenv@17.2.3: {} 7310 + type-fest: 5.7.0 10543 7311 10544 7312 dotenv@17.4.2: {} 10545 7313 ··· 10549 7317 10550 7318 ee-first@1.1.1: {} 10551 7319 10552 - electron-to-chromium@1.5.248: {} 10553 - 10554 - electron-to-chromium@1.5.307: {} 10555 - 10556 - electron-to-chromium@1.5.351: {} 7320 + electron-to-chromium@1.5.375: {} 10557 7321 10558 7322 emoji-regex@10.6.0: {} 10559 7323 ··· 10573 7337 10574 7338 es-errors@1.3.0: {} 10575 7339 10576 - es-module-lexer@1.7.0: {} 10577 - 10578 7340 es-module-lexer@2.1.0: {} 10579 7341 10580 - esbuild@0.25.11: 10581 - optionalDependencies: 10582 - '@esbuild/aix-ppc64': 0.25.11 10583 - '@esbuild/android-arm': 0.25.11 10584 - '@esbuild/android-arm64': 0.25.11 10585 - '@esbuild/android-x64': 0.25.11 10586 - '@esbuild/darwin-arm64': 0.25.11 10587 - '@esbuild/darwin-x64': 0.25.11 10588 - '@esbuild/freebsd-arm64': 0.25.11 10589 - '@esbuild/freebsd-x64': 0.25.11 10590 - '@esbuild/linux-arm': 0.25.11 10591 - '@esbuild/linux-arm64': 0.25.11 10592 - '@esbuild/linux-ia32': 0.25.11 10593 - '@esbuild/linux-loong64': 0.25.11 10594 - '@esbuild/linux-mips64el': 0.25.11 10595 - '@esbuild/linux-ppc64': 0.25.11 10596 - '@esbuild/linux-riscv64': 0.25.11 10597 - '@esbuild/linux-s390x': 0.25.11 10598 - '@esbuild/linux-x64': 0.25.11 10599 - '@esbuild/netbsd-arm64': 0.25.11 10600 - '@esbuild/netbsd-x64': 0.25.11 10601 - '@esbuild/openbsd-arm64': 0.25.11 10602 - '@esbuild/openbsd-x64': 0.25.11 10603 - '@esbuild/openharmony-arm64': 0.25.11 10604 - '@esbuild/sunos-x64': 0.25.11 10605 - '@esbuild/win32-arm64': 0.25.11 10606 - '@esbuild/win32-ia32': 0.25.11 10607 - '@esbuild/win32-x64': 0.25.11 10608 - 10609 7342 esbuild@0.25.12: 10610 7343 optionalDependencies: 10611 7344 '@esbuild/aix-ppc64': 0.25.12 ··· 10664 7397 '@esbuild/win32-ia32': 0.27.7 10665 7398 '@esbuild/win32-x64': 0.27.7 10666 7399 10667 - esbuild@0.28.0: 7400 + esbuild@0.28.1: 10668 7401 optionalDependencies: 10669 - '@esbuild/aix-ppc64': 0.28.0 10670 - '@esbuild/android-arm': 0.28.0 10671 - '@esbuild/android-arm64': 0.28.0 10672 - '@esbuild/android-x64': 0.28.0 10673 - '@esbuild/darwin-arm64': 0.28.0 10674 - '@esbuild/darwin-x64': 0.28.0 10675 - '@esbuild/freebsd-arm64': 0.28.0 10676 - '@esbuild/freebsd-x64': 0.28.0 10677 - '@esbuild/linux-arm': 0.28.0 10678 - '@esbuild/linux-arm64': 0.28.0 10679 - '@esbuild/linux-ia32': 0.28.0 10680 - '@esbuild/linux-loong64': 0.28.0 10681 - '@esbuild/linux-mips64el': 0.28.0 10682 - '@esbuild/linux-ppc64': 0.28.0 10683 - '@esbuild/linux-riscv64': 0.28.0 10684 - '@esbuild/linux-s390x': 0.28.0 10685 - '@esbuild/linux-x64': 0.28.0 10686 - '@esbuild/netbsd-arm64': 0.28.0 10687 - '@esbuild/netbsd-x64': 0.28.0 10688 - '@esbuild/openbsd-arm64': 0.28.0 10689 - '@esbuild/openbsd-x64': 0.28.0 10690 - '@esbuild/openharmony-arm64': 0.28.0 10691 - '@esbuild/sunos-x64': 0.28.0 10692 - '@esbuild/win32-arm64': 0.28.0 10693 - '@esbuild/win32-ia32': 0.28.0 10694 - '@esbuild/win32-x64': 0.28.0 7402 + '@esbuild/aix-ppc64': 0.28.1 7403 + '@esbuild/android-arm': 0.28.1 7404 + '@esbuild/android-arm64': 0.28.1 7405 + '@esbuild/android-x64': 0.28.1 7406 + '@esbuild/darwin-arm64': 0.28.1 7407 + '@esbuild/darwin-x64': 0.28.1 7408 + '@esbuild/freebsd-arm64': 0.28.1 7409 + '@esbuild/freebsd-x64': 0.28.1 7410 + '@esbuild/linux-arm': 0.28.1 7411 + '@esbuild/linux-arm64': 0.28.1 7412 + '@esbuild/linux-ia32': 0.28.1 7413 + '@esbuild/linux-loong64': 0.28.1 7414 + '@esbuild/linux-mips64el': 0.28.1 7415 + '@esbuild/linux-ppc64': 0.28.1 7416 + '@esbuild/linux-riscv64': 0.28.1 7417 + '@esbuild/linux-s390x': 0.28.1 7418 + '@esbuild/linux-x64': 0.28.1 7419 + '@esbuild/netbsd-arm64': 0.28.1 7420 + '@esbuild/netbsd-x64': 0.28.1 7421 + '@esbuild/openbsd-arm64': 0.28.1 7422 + '@esbuild/openbsd-x64': 0.28.1 7423 + '@esbuild/openharmony-arm64': 0.28.1 7424 + '@esbuild/sunos-x64': 0.28.1 7425 + '@esbuild/win32-arm64': 0.28.1 7426 + '@esbuild/win32-ia32': 0.28.1 7427 + '@esbuild/win32-x64': 0.28.1 10695 7428 10696 7429 escalade@3.2.0: {} 10697 7430 10698 7431 escape-html@1.0.3: {} 10699 - 10700 - escape-string-regexp@1.0.5: {} 10701 7432 10702 7433 escape-string-regexp@4.0.0: {} 10703 7434 10704 7435 escape-string-regexp@5.0.0: {} 10705 7436 10706 - eslint-config-flat-gitignore@2.3.0(eslint@10.3.0(jiti@2.7.0)): 7437 + eslint-config-flat-gitignore@2.3.0(eslint@10.5.0(jiti@2.7.0)): 10707 7438 dependencies: 10708 - '@eslint/compat': 2.0.5(eslint@10.3.0(jiti@2.7.0)) 10709 - eslint: 10.3.0(jiti@2.7.0) 7439 + '@eslint/compat': 2.1.0(eslint@10.5.0(jiti@2.7.0)) 7440 + eslint: 10.5.0(jiti@2.7.0) 10710 7441 10711 7442 eslint-flat-config-utils@3.2.0: 10712 7443 dependencies: 10713 7444 '@eslint/config-helpers': 0.5.5 10714 7445 pathe: 2.0.3 10715 7446 10716 - eslint-import-context@0.1.9(unrs-resolver@1.11.1): 7447 + eslint-import-context@0.1.9(unrs-resolver@1.12.2): 10717 7448 dependencies: 10718 7449 get-tsconfig: 4.14.0 10719 7450 stable-hash-x: 0.2.0 10720 7451 optionalDependencies: 10721 - unrs-resolver: 1.11.1 7452 + unrs-resolver: 1.12.2 10722 7453 10723 - eslint-merge-processors@2.0.0(eslint@10.3.0(jiti@2.7.0)): 7454 + eslint-merge-processors@2.0.0(eslint@10.5.0(jiti@2.7.0)): 10724 7455 dependencies: 10725 - eslint: 10.3.0(jiti@2.7.0) 7456 + eslint: 10.5.0(jiti@2.7.0) 10726 7457 10727 - eslint-plugin-import-lite@0.5.2(eslint@10.3.0(jiti@2.7.0)): 7458 + eslint-plugin-import-lite@0.6.0(eslint@10.5.0(jiti@2.7.0)): 10728 7459 dependencies: 10729 - eslint: 10.3.0(jiti@2.7.0) 7460 + eslint: 10.5.0(jiti@2.7.0) 10730 7461 10731 - eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.3.0(jiti@2.7.0)): 7462 + eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0)): 10732 7463 dependencies: 10733 7464 '@package-json/types': 0.0.12 10734 - '@typescript-eslint/types': 8.59.2 10735 - comment-parser: 1.4.6 7465 + '@typescript-eslint/types': 8.61.1 7466 + comment-parser: 1.4.7 10736 7467 debug: 4.4.3 10737 - eslint: 10.3.0(jiti@2.7.0) 10738 - eslint-import-context: 0.1.9(unrs-resolver@1.11.1) 7468 + eslint: 10.5.0(jiti@2.7.0) 7469 + eslint-import-context: 0.1.9(unrs-resolver@1.12.2) 10739 7470 is-glob: 4.0.3 10740 7471 minimatch: 10.2.5 10741 - semver: 7.7.4 7472 + semver: 7.8.4 10742 7473 stable-hash-x: 0.2.0 10743 - unrs-resolver: 1.11.1 7474 + unrs-resolver: 1.12.2 10744 7475 optionalDependencies: 10745 - '@typescript-eslint/utils': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 7476 + '@typescript-eslint/utils': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 10746 7477 transitivePeerDependencies: 10747 7478 - supports-color 10748 7479 10749 - eslint-plugin-jsdoc@62.9.0(eslint@10.3.0(jiti@2.7.0)): 7480 + eslint-plugin-jsdoc@63.0.5(eslint@10.5.0(jiti@2.7.0)): 10750 7481 dependencies: 10751 - '@es-joy/jsdoccomment': 0.86.0 7482 + '@es-joy/jsdoccomment': 0.87.0 10752 7483 '@es-joy/resolve.exports': 1.2.0 10753 7484 are-docs-informative: 0.0.2 10754 - comment-parser: 1.4.6 7485 + comment-parser: 1.4.7 10755 7486 debug: 4.4.3 10756 7487 escape-string-regexp: 4.0.0 10757 - eslint: 10.3.0(jiti@2.7.0) 7488 + eslint: 10.5.0(jiti@2.7.0) 10758 7489 espree: 11.2.0 10759 7490 esquery: 1.7.0 10760 7491 html-entities: 2.6.0 10761 - object-deep-merge: 2.0.0 7492 + object-deep-merge: 2.0.1 10762 7493 parse-imports-exports: 0.2.4 10763 - semver: 7.7.4 7494 + semver: 7.8.4 10764 7495 spdx-expression-parse: 4.0.0 10765 7496 to-valid-identifier: 1.0.0 10766 7497 transitivePeerDependencies: 10767 7498 - supports-color 10768 7499 10769 - eslint-plugin-regexp@3.1.0(eslint@10.3.0(jiti@2.7.0)): 7500 + eslint-plugin-regexp@3.1.0(eslint@10.5.0(jiti@2.7.0)): 10770 7501 dependencies: 10771 - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0(jiti@2.7.0)) 7502 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0)) 10772 7503 '@eslint-community/regexpp': 4.12.2 10773 - comment-parser: 1.4.6 10774 - eslint: 10.3.0(jiti@2.7.0) 7504 + comment-parser: 1.4.7 7505 + eslint: 10.5.0(jiti@2.7.0) 10775 7506 jsdoc-type-pratt-parser: 7.2.0 10776 7507 refa: 0.12.1 10777 7508 regexp-ast-analysis: 0.7.1 10778 7509 scslre: 0.3.0 10779 7510 10780 - eslint-plugin-unicorn@63.0.0(eslint@10.3.0(jiti@2.7.0)): 7511 + eslint-plugin-unicorn@65.0.1(eslint@10.5.0(jiti@2.7.0)): 10781 7512 dependencies: 10782 - '@babel/helper-validator-identifier': 7.28.5 10783 - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0(jiti@2.7.0)) 7513 + '@babel/helper-validator-identifier': 7.29.7 7514 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0)) 10784 7515 change-case: 5.4.4 10785 7516 ci-info: 4.4.0 10786 - clean-regexp: 1.0.0 10787 7517 core-js-compat: 3.49.0 10788 - eslint: 10.3.0(jiti@2.7.0) 7518 + detect-indent: 7.0.2 7519 + eslint: 10.5.0(jiti@2.7.0) 10789 7520 find-up-simple: 1.0.1 10790 - globals: 16.5.0 7521 + globals: 17.6.0 10791 7522 indent-string: 5.0.0 10792 7523 is-builtin-module: 5.0.0 10793 7524 jsesc: 3.1.0 10794 7525 pluralize: 8.0.0 10795 - regexp-tree: 0.1.27 10796 - regjsparser: 0.13.1 10797 - semver: 7.7.4 7526 + regjsparser: 0.13.2 7527 + semver: 7.8.4 10798 7528 strip-indent: 4.1.1 10799 7529 10800 - eslint-plugin-vue@10.9.1(@stylistic/eslint-plugin@5.10.0(eslint@10.3.0(jiti@2.7.0)))(@typescript-eslint/parser@8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.3.0(jiti@2.7.0))(vue-eslint-parser@10.4.0(eslint@10.3.0(jiti@2.7.0))): 7530 + eslint-plugin-vue@10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.5.0(jiti@2.7.0)))(@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.5.0(jiti@2.7.0))): 10801 7531 dependencies: 10802 - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0(jiti@2.7.0)) 10803 - eslint: 10.3.0(jiti@2.7.0) 7532 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0)) 7533 + eslint: 10.5.0(jiti@2.7.0) 10804 7534 natural-compare: 1.4.0 10805 7535 nth-check: 2.1.1 10806 - postcss-selector-parser: 7.1.1 10807 - semver: 7.7.4 10808 - vue-eslint-parser: 10.4.0(eslint@10.3.0(jiti@2.7.0)) 7536 + postcss-selector-parser: 7.1.4 7537 + semver: 7.8.4 7538 + vue-eslint-parser: 10.4.1(eslint@10.5.0(jiti@2.7.0)) 10809 7539 xml-name-validator: 4.0.0 10810 7540 optionalDependencies: 10811 - '@stylistic/eslint-plugin': 5.10.0(eslint@10.3.0(jiti@2.7.0)) 10812 - '@typescript-eslint/parser': 8.59.2(eslint@10.3.0(jiti@2.7.0))(typescript@6.0.3) 10813 - 10814 - eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.34)(eslint@10.3.0(jiti@2.7.0)): 10815 - dependencies: 10816 - '@vue/compiler-sfc': 3.5.34 10817 - eslint: 10.3.0(jiti@2.7.0) 7541 + '@stylistic/eslint-plugin': 5.10.0(eslint@10.5.0(jiti@2.7.0)) 7542 + '@typescript-eslint/parser': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3) 10818 7543 10819 - eslint-scope@8.4.0: 7544 + eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.38)(eslint@10.5.0(jiti@2.7.0)): 10820 7545 dependencies: 10821 - esrecurse: 4.3.0 10822 - estraverse: 5.3.0 10823 - optional: true 7546 + '@vue/compiler-sfc': 3.5.38 7547 + eslint: 10.5.0(jiti@2.7.0) 10824 7548 10825 7549 eslint-scope@9.1.2: 10826 7550 dependencies: 10827 7551 '@types/esrecurse': 4.3.1 10828 - '@types/estree': 1.0.8 7552 + '@types/estree': 1.0.9 10829 7553 esrecurse: 4.3.0 10830 7554 estraverse: 5.3.0 10831 7555 ··· 10835 7559 10836 7560 eslint-visitor-keys@5.0.1: {} 10837 7561 10838 - eslint@10.3.0(jiti@2.7.0): 7562 + eslint@10.5.0(jiti@2.7.0): 10839 7563 dependencies: 10840 - '@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0(jiti@2.7.0)) 7564 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0)) 10841 7565 '@eslint-community/regexpp': 4.12.2 10842 7566 '@eslint/config-array': 0.23.5 10843 - '@eslint/config-helpers': 0.5.5 7567 + '@eslint/config-helpers': 0.6.0 10844 7568 '@eslint/core': 1.2.1 10845 - '@eslint/plugin-kit': 0.7.1 7569 + '@eslint/plugin-kit': 0.7.2 10846 7570 '@humanfs/node': 0.16.8 10847 7571 '@humanwhocodes/module-importer': 1.0.1 10848 7572 '@humanwhocodes/retry': 0.4.3 10849 - '@types/estree': 1.0.8 7573 + '@types/estree': 1.0.9 10850 7574 ajv: 6.15.0 10851 7575 cross-spawn: 7.0.6 10852 7576 debug: 4.4.3 ··· 10872 7596 transitivePeerDependencies: 10873 7597 - supports-color 10874 7598 10875 - eslint@9.38.0(jiti@2.6.1): 10876 - dependencies: 10877 - '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0(jiti@2.6.1)) 10878 - '@eslint-community/regexpp': 4.12.2 10879 - '@eslint/config-array': 0.21.1 10880 - '@eslint/config-helpers': 0.4.2 10881 - '@eslint/core': 0.16.0 10882 - '@eslint/eslintrc': 3.3.1 10883 - '@eslint/js': 9.38.0 10884 - '@eslint/plugin-kit': 0.4.1 10885 - '@humanfs/node': 0.16.7 10886 - '@humanwhocodes/module-importer': 1.0.1 10887 - '@humanwhocodes/retry': 0.4.3 10888 - '@types/estree': 1.0.8 10889 - ajv: 6.12.6 10890 - chalk: 4.1.2 10891 - cross-spawn: 7.0.6 10892 - debug: 4.4.3 10893 - escape-string-regexp: 4.0.0 10894 - eslint-scope: 8.4.0 10895 - eslint-visitor-keys: 4.2.1 10896 - espree: 10.4.0 10897 - esquery: 1.6.0 10898 - esutils: 2.0.3 10899 - fast-deep-equal: 3.1.3 10900 - file-entry-cache: 8.0.0 10901 - find-up: 5.0.0 10902 - glob-parent: 6.0.2 10903 - ignore: 5.3.2 10904 - imurmurhash: 0.1.4 10905 - is-glob: 4.0.3 10906 - json-stable-stringify-without-jsonify: 1.0.1 10907 - lodash.merge: 4.6.2 10908 - minimatch: 3.1.2 10909 - natural-compare: 1.4.0 10910 - optionator: 0.9.4 10911 - optionalDependencies: 10912 - jiti: 2.6.1 10913 - transitivePeerDependencies: 10914 - - supports-color 10915 - optional: true 10916 - 10917 7599 espree@10.4.0: 10918 7600 dependencies: 10919 - acorn: 8.16.0 10920 - acorn-jsx: 5.3.2(acorn@8.16.0) 7601 + acorn: 8.17.0 7602 + acorn-jsx: 5.3.2(acorn@8.17.0) 10921 7603 eslint-visitor-keys: 4.2.1 10922 7604 10923 7605 espree@11.2.0: 10924 7606 dependencies: 10925 - acorn: 8.16.0 10926 - acorn-jsx: 5.3.2(acorn@8.16.0) 7607 + acorn: 8.17.0 7608 + acorn-jsx: 5.3.2(acorn@8.17.0) 10927 7609 eslint-visitor-keys: 5.0.1 10928 - 10929 - esquery@1.6.0: 10930 - dependencies: 10931 - estraverse: 5.3.0 10932 - optional: true 10933 7610 10934 7611 esquery@1.7.0: 10935 7612 dependencies: ··· 10945 7622 10946 7623 estree-walker@3.0.3: 10947 7624 dependencies: 10948 - '@types/estree': 1.0.8 7625 + '@types/estree': 1.0.9 10949 7626 10950 7627 esutils@2.0.3: {} 10951 7628 ··· 10955 7632 10956 7633 events-universal@1.0.1: 10957 7634 dependencies: 10958 - bare-events: 2.8.2 7635 + bare-events: 2.9.1 10959 7636 transitivePeerDependencies: 10960 7637 - bare-abort-controller 10961 7638 ··· 10973 7650 signal-exit: 4.1.0 10974 7651 strip-final-newline: 3.0.0 10975 7652 10976 - execa@9.6.0: 10977 - dependencies: 10978 - '@sindresorhus/merge-streams': 4.0.0 10979 - cross-spawn: 7.0.6 10980 - figures: 6.1.0 10981 - get-stream: 9.0.1 10982 - human-signals: 8.0.1 10983 - is-plain-obj: 4.1.0 10984 - is-stream: 4.0.1 10985 - npm-run-path: 6.0.0 10986 - pretty-ms: 9.3.0 10987 - signal-exit: 4.1.0 10988 - strip-final-newline: 4.0.0 10989 - yoctocolors: 2.1.2 10990 - 10991 7653 expect-type@1.3.0: {} 10992 7654 10993 - exsolve@1.0.7: {} 10994 - 10995 7655 exsolve@1.0.8: {} 10996 7656 10997 7657 fake-indexeddb@6.2.5: {} ··· 11011 7671 fast-json-stable-stringify@2.1.0: {} 11012 7672 11013 7673 fast-levenshtein@2.0.6: {} 11014 - 11015 - fast-npm-meta@0.4.7: {} 11016 7674 11017 7675 fast-npm-meta@1.5.1: {} 11018 7676 ··· 11032 7690 dependencies: 11033 7691 fast-string-width: 1.1.0 11034 7692 11035 - fast-wrap-ansi@0.2.0: 7693 + fast-wrap-ansi@0.2.2: 11036 7694 dependencies: 11037 7695 fast-string-width: 3.0.2 11038 7696 ··· 11040 7698 dependencies: 11041 7699 reusify: 1.1.0 11042 7700 11043 - fdir@6.5.0(picomatch@4.0.3): 11044 - optionalDependencies: 11045 - picomatch: 4.0.3 11046 - 11047 7701 fdir@6.5.0(picomatch@4.0.4): 11048 7702 optionalDependencies: 11049 7703 picomatch: 4.0.4 11050 7704 11051 - figures@6.1.0: 11052 - dependencies: 11053 - is-unicode-supported: 2.1.0 11054 - 11055 7705 file-entry-cache@8.0.0: 11056 7706 dependencies: 11057 7707 flat-cache: 4.0.1 ··· 11073 7723 dependencies: 11074 7724 magic-string: 0.30.21 11075 7725 mlly: 1.8.2 11076 - rollup: 4.60.3 7726 + rollup: 4.62.0 11077 7727 11078 7728 flat-cache@4.0.1: 11079 7729 dependencies: ··· 11087 7737 cross-spawn: 7.0.6 11088 7738 signal-exit: 4.1.0 11089 7739 11090 - fraction.js@4.3.7: {} 11091 - 11092 7740 fraction.js@5.3.4: {} 11093 7741 11094 7742 fresh@2.0.0: {} ··· 11098 7746 11099 7747 function-bind@1.1.2: {} 11100 7748 11101 - fuse.js@7.1.0: {} 11102 - 11103 - fuse.js@7.3.0: {} 7749 + fuse.js@7.4.2: {} 11104 7750 11105 7751 fzf@0.5.2: {} 11106 7752 ··· 11108 7754 11109 7755 get-caller-file@2.0.5: {} 11110 7756 11111 - get-east-asian-width@1.5.0: {} 7757 + get-east-asian-width@1.6.0: {} 11112 7758 11113 7759 get-port-please@3.2.0: {} 11114 7760 11115 7761 get-stream@8.0.1: {} 11116 7762 11117 - get-stream@9.0.1: 11118 - dependencies: 11119 - '@sec-ant/readable-stream': 0.4.1 11120 - is-stream: 4.0.1 11121 - 11122 7763 get-tsconfig@4.14.0: 11123 7764 dependencies: 11124 7765 resolve-pkg-maps: 1.0.0 11125 7766 11126 - giget@2.0.0: 11127 - dependencies: 11128 - citty: 0.1.6 11129 - consola: 3.4.2 11130 - defu: 6.1.4 11131 - node-fetch-native: 1.6.7 11132 - nypm: 0.6.5 11133 - pathe: 2.0.3 11134 - 11135 - giget@3.2.0: {} 11136 - 11137 - git-up@8.1.1: 11138 - dependencies: 11139 - is-ssh: 1.4.1 11140 - parse-url: 9.2.0 11141 - 11142 - git-url-parse@16.1.0: 11143 - dependencies: 11144 - git-up: 8.1.1 7767 + giget@3.3.0: {} 11145 7768 11146 7769 glob-parent@5.1.2: 11147 7770 dependencies: ··· 11150 7773 glob-parent@6.0.2: 11151 7774 dependencies: 11152 7775 is-glob: 4.0.3 11153 - 11154 - glob@10.4.5: 11155 - dependencies: 11156 - foreground-child: 3.3.1 11157 - jackspeak: 3.4.3 11158 - minimatch: 9.0.5 11159 - minipass: 7.1.2 11160 - package-json-from-dist: 1.0.1 11161 - path-scurry: 1.11.1 11162 7776 11163 7777 glob@10.5.0: 11164 7778 dependencies: ··· 11179 7793 dependencies: 11180 7794 ini: 4.1.1 11181 7795 11182 - globals@14.0.0: 11183 - optional: true 11184 - 11185 - globals@16.5.0: {} 11186 - 11187 7796 globals@17.6.0: {} 11188 - 11189 - globby@15.0.0: 11190 - dependencies: 11191 - '@sindresorhus/merge-streams': 4.0.0 11192 - fast-glob: 3.3.3 11193 - ignore: 7.0.5 11194 - path-type: 6.0.0 11195 - slash: 5.1.0 11196 - unicorn-magic: 0.3.0 11197 7797 11198 7798 globby@16.2.0: 11199 7799 dependencies: ··· 11222 7822 ufo: 1.6.4 11223 7823 uncrypto: 0.1.3 11224 7824 11225 - h3@1.15.4: 11226 - dependencies: 11227 - cookie-es: 1.2.2 11228 - crossws: 0.3.5 11229 - defu: 6.1.4 11230 - destr: 2.0.5 11231 - iron-webcrypto: 1.2.1 11232 - node-mock-http: 1.0.4 11233 - radix3: 1.1.2 11234 - ufo: 1.6.1 11235 - uncrypto: 0.1.3 11236 - 11237 - h3@1.15.6: 11238 - dependencies: 11239 - cookie-es: 1.2.2 11240 - crossws: 0.3.5 11241 - defu: 6.1.4 11242 - destr: 2.0.5 11243 - iron-webcrypto: 1.2.1 11244 - node-mock-http: 1.0.4 11245 - radix3: 1.1.2 11246 - ufo: 1.6.3 11247 - uncrypto: 0.1.3 11248 - 11249 - h3@2.0.1-rc.20(crossws@0.4.5(srvx@0.11.15)): 7825 + h3@2.0.1-rc.20(crossws@0.4.6(srvx@0.11.16)): 11250 7826 dependencies: 11251 7827 rou3: 0.8.1 11252 - srvx: 0.11.15 7828 + srvx: 0.11.16 11253 7829 optionalDependencies: 11254 - crossws: 0.4.5(srvx@0.11.15) 11255 - 11256 - has-flag@4.0.0: 11257 - optional: true 7830 + crossws: 0.4.6(srvx@0.11.16) 11258 7831 11259 - hasown@2.0.3: 7832 + hasown@2.0.4: 11260 7833 dependencies: 11261 7834 function-bind: 1.1.2 11262 7835 11263 - he@1.2.0: 11264 - optional: true 11265 - 11266 7836 hookable@5.5.3: {} 11267 7837 11268 7838 hookable@6.1.1: {} ··· 11286 7856 transitivePeerDependencies: 11287 7857 - supports-color 11288 7858 11289 - httpxy@0.1.7: {} 11290 - 11291 - httpxy@0.5.1: {} 7859 + httpxy@0.5.3: {} 11292 7860 11293 7861 human-signals@5.0.0: {} 11294 - 11295 - human-signals@8.0.1: {} 11296 7862 11297 7863 ieee754@1.2.1: {} 11298 7864 ··· 11302 7868 11303 7869 image-meta@0.2.2: {} 11304 7870 11305 - import-fresh@3.3.1: 11306 - dependencies: 11307 - parent-module: 1.0.1 11308 - resolve-from: 4.0.0 11309 - optional: true 11310 - 11311 - impound@1.0.0: 11312 - dependencies: 11313 - exsolve: 1.0.8 11314 - mocked-exports: 0.1.1 11315 - pathe: 2.0.3 11316 - unplugin: 2.3.11 11317 - unplugin-utils: 0.2.5 11318 - 11319 7871 impound@1.1.5: 11320 7872 dependencies: 11321 7873 '@jridgewell/trace-mapping': 0.3.31 ··· 11332 7884 11333 7885 ini@4.1.1: {} 11334 7886 11335 - ioredis@5.10.1: 7887 + ioredis@5.11.1: 11336 7888 dependencies: 11337 - '@ioredis/commands': 1.5.1 11338 - cluster-key-slot: 1.1.2 7889 + '@ioredis/commands': 1.10.0 7890 + cluster-key-slot: 1.1.1 11339 7891 debug: 4.4.3 11340 7892 denque: 2.1.0 11341 - lodash.defaults: 4.2.0 11342 - lodash.isarguments: 3.1.0 11343 - redis-errors: 1.2.0 11344 - redis-parser: 3.0.0 11345 - standard-as-callback: 2.1.0 11346 - transitivePeerDependencies: 11347 - - supports-color 11348 - 11349 - ioredis@5.8.2: 11350 - dependencies: 11351 - '@ioredis/commands': 1.4.0 11352 - cluster-key-slot: 1.1.2 11353 - debug: 4.4.3 11354 - denque: 2.1.0 11355 - lodash.defaults: 4.2.0 11356 - lodash.isarguments: 3.1.0 11357 7893 redis-errors: 1.2.0 11358 7894 redis-parser: 3.0.0 11359 7895 standard-as-callback: 2.1.0 ··· 11364 7900 11365 7901 is-builtin-module@5.0.0: 11366 7902 dependencies: 11367 - builtin-modules: 5.1.0 11368 - 11369 - is-core-module@2.16.1: 11370 - dependencies: 11371 - hasown: 2.0.3 7903 + builtin-modules: 5.2.0 11372 7904 11373 7905 is-core-module@2.16.2: 11374 7906 dependencies: 11375 - hasown: 2.0.3 11376 - 11377 - is-docker@2.2.1: {} 7907 + hasown: 2.0.4 11378 7908 11379 7909 is-docker@3.0.0: {} 11380 7910 ··· 11403 7933 11404 7934 is-path-inside@4.0.0: {} 11405 7935 11406 - is-plain-obj@4.1.0: {} 11407 - 11408 7936 is-reference@1.2.1: 11409 7937 dependencies: 11410 - '@types/estree': 1.0.8 11411 - 11412 - is-ssh@1.4.1: 11413 - dependencies: 11414 - protocols: 2.0.2 7938 + '@types/estree': 1.0.9 11415 7939 11416 7940 is-stream@2.0.1: {} 11417 7941 11418 7942 is-stream@3.0.0: {} 11419 7943 11420 - is-stream@4.0.1: {} 11421 - 11422 - is-unicode-supported@2.1.0: {} 11423 - 11424 - is-wayland@0.1.0: {} 11425 - 11426 - is-what@5.5.0: {} 11427 - 11428 - is-wsl@2.2.0: 11429 - dependencies: 11430 - is-docker: 2.2.1 11431 - 11432 - is-wsl@3.1.0: 11433 - dependencies: 11434 - is-inside-container: 1.0.0 11435 - 11436 7944 is-wsl@3.1.1: 11437 7945 dependencies: 11438 7946 is-inside-container: 1.0.0 11439 7947 11440 - is64bit@2.0.0: 11441 - dependencies: 11442 - system-architecture: 0.1.0 11443 - 11444 7948 isarray@1.0.0: {} 11445 7949 11446 7950 isexe@2.0.0: {} 11447 - 11448 - isexe@3.1.5: {} 11449 7951 11450 7952 isexe@4.0.0: {} 11451 7953 ··· 11457 7959 11458 7960 jiti@1.21.7: {} 11459 7961 11460 - jiti@2.6.1: {} 11461 - 11462 7962 jiti@2.7.0: {} 11463 7963 11464 7964 js-tokens@4.0.0: {} 11465 7965 11466 7966 js-tokens@9.0.1: {} 11467 - 11468 - js-yaml@4.1.1: 11469 - dependencies: 11470 - argparse: 2.0.1 11471 - optional: true 11472 7967 11473 7968 jsdoc-type-pratt-parser@7.2.0: {} 11474 7969 ··· 11485 7980 keyv@4.5.4: 11486 7981 dependencies: 11487 7982 json-buffer: 3.0.1 11488 - 11489 - kleur@3.0.3: {} 11490 7983 11491 7984 kleur@4.1.5: {} 11492 7985 11493 7986 klona@2.0.6: {} 11494 7987 11495 - knitwork@1.2.0: {} 11496 - 11497 7988 knitwork@1.3.0: {} 11498 7989 11499 - launch-editor@2.11.1: 11500 - dependencies: 11501 - picocolors: 1.1.1 11502 - shell-quote: 1.8.3 11503 - 11504 - launch-editor@2.13.2: 7990 + launch-editor@2.14.1: 11505 7991 dependencies: 11506 7992 picocolors: 1.1.1 11507 - shell-quote: 1.8.3 7993 + shell-quote: 1.8.4 11508 7994 11509 7995 lazystream@1.0.1: 11510 7996 dependencies: ··· 11517 8003 11518 8004 lilconfig@3.1.3: {} 11519 8005 11520 - listhen@1.10.0(srvx@0.11.15): 8006 + listhen@1.10.0(srvx@0.11.16): 11521 8007 dependencies: 11522 8008 '@parcel/watcher': 2.5.6 11523 8009 '@parcel/watcher-wasm': 2.5.6 11524 8010 citty: 0.2.2 11525 8011 consola: 3.4.2 11526 - crossws: 0.4.5(srvx@0.11.15) 8012 + crossws: 0.4.6(srvx@0.11.16) 11527 8013 defu: 6.1.7 11528 8014 get-port-please: 3.2.0 11529 8015 h3: 1.15.11 ··· 11533 8019 node-forge: 1.4.0 11534 8020 pathe: 2.0.3 11535 8021 std-env: 4.1.0 11536 - tinyclip: 0.1.12 8022 + tinyclip: 0.1.14 11537 8023 ufo: 1.6.4 11538 8024 untun: 0.1.3 11539 8025 uqr: 0.1.3 11540 8026 transitivePeerDependencies: 11541 8027 - srvx 11542 8028 11543 - listhen@1.9.0: 11544 - dependencies: 11545 - '@parcel/watcher': 2.5.6 11546 - '@parcel/watcher-wasm': 2.5.6 11547 - citty: 0.1.6 11548 - clipboardy: 4.0.0 11549 - consola: 3.4.2 11550 - crossws: 0.3.5 11551 - defu: 6.1.4 11552 - get-port-please: 3.2.0 11553 - h3: 1.15.6 11554 - http-shutdown: 1.2.2 11555 - jiti: 2.6.1 11556 - mlly: 1.8.1 11557 - node-forge: 1.3.3 11558 - pathe: 1.1.2 11559 - std-env: 3.10.0 11560 - ufo: 1.6.3 11561 - untun: 0.1.3 11562 - uqr: 0.1.2 11563 - 11564 - local-pkg@1.1.2: 8029 + local-pkg@1.2.1: 11565 8030 dependencies: 11566 8031 mlly: 1.8.2 11567 8032 pkg-types: 2.3.1 ··· 11571 8036 dependencies: 11572 8037 p-locate: 5.0.0 11573 8038 11574 - lodash.defaults@4.2.0: {} 11575 - 11576 - lodash.isarguments@3.1.0: {} 11577 - 11578 8039 lodash.memoize@4.1.2: {} 11579 - 11580 - lodash.merge@4.6.2: 11581 - optional: true 11582 8040 11583 8041 lodash.uniq@4.5.0: {} 11584 8042 ··· 11586 8044 11587 8045 lru-cache@10.4.3: {} 11588 8046 11589 - lru-cache@11.3.6: {} 8047 + lru-cache@11.5.1: {} 11590 8048 11591 8049 lru-cache@5.1.1: 11592 8050 dependencies: ··· 11602 8060 ufo: 1.6.4 11603 8061 unplugin: 2.3.11 11604 8062 8063 + magic-regexp@0.11.0: 8064 + dependencies: 8065 + magic-string: 0.30.21 8066 + regexp-tree: 0.1.27 8067 + type-level-regexp: 0.1.17 8068 + unplugin: 3.0.0 8069 + 11605 8070 magic-string-ast@1.0.3: 11606 8071 dependencies: 11607 8072 magic-string: 0.30.21 ··· 11610 8075 dependencies: 11611 8076 '@jridgewell/sourcemap-codec': 1.5.5 11612 8077 11613 - magicast@0.3.5: 11614 - dependencies: 11615 - '@babel/parser': 7.28.5 11616 - '@babel/types': 7.28.5 11617 - source-map-js: 1.2.1 11618 - 11619 - magicast@0.5.2: 8078 + magicast@0.5.3: 11620 8079 dependencies: 11621 - '@babel/parser': 7.29.3 11622 - '@babel/types': 7.29.0 8080 + '@babel/parser': 7.29.7 8081 + '@babel/types': 7.29.7 11623 8082 source-map-js: 1.2.1 11624 8083 11625 8084 mdn-data@2.0.28: {} 11626 8085 11627 - mdn-data@2.12.2: {} 11628 - 11629 8086 mdn-data@2.27.1: {} 11630 8087 11631 8088 merge-stream@2.0.0: {} ··· 11643 8100 dependencies: 11644 8101 mime-db: 1.54.0 11645 8102 11646 - mime@3.0.0: {} 11647 - 11648 8103 mime@4.1.0: {} 11649 8104 11650 8105 mimic-fn@4.0.0: {} 11651 8106 11652 8107 minimatch@10.2.5: 11653 8108 dependencies: 11654 - brace-expansion: 5.0.5 11655 - 11656 - minimatch@3.1.2: 11657 - dependencies: 11658 - brace-expansion: 1.1.12 11659 - optional: true 11660 - 11661 - minimatch@3.1.5: 11662 - dependencies: 11663 - brace-expansion: 1.1.14 11664 - optional: true 8109 + brace-expansion: 5.0.6 11665 8110 11666 8111 minimatch@5.1.9: 11667 8112 dependencies: 11668 - brace-expansion: 2.1.0 11669 - 11670 - minimatch@9.0.5: 11671 - dependencies: 11672 - brace-expansion: 2.0.2 8113 + brace-expansion: 2.1.1 11673 8114 11674 8115 minimatch@9.0.9: 11675 8116 dependencies: 11676 - brace-expansion: 2.1.0 11677 - 11678 - minipass@7.1.2: {} 8117 + brace-expansion: 2.1.1 11679 8118 11680 8119 minipass@7.1.3: {} 11681 8120 ··· 11683 8122 dependencies: 11684 8123 minipass: 7.1.3 11685 8124 11686 - mitt@3.0.1: {} 11687 - 11688 - mkdist@2.4.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)))(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3)): 8125 + mkdist@2.4.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)))(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)): 11689 8126 dependencies: 11690 - autoprefixer: 10.5.0(postcss@8.5.14) 8127 + autoprefixer: 10.5.0(postcss@8.5.15) 11691 8128 citty: 0.1.6 11692 - cssnano: 7.1.9(postcss@8.5.14) 8129 + cssnano: 7.1.9(postcss@8.5.15) 11693 8130 defu: 6.1.7 11694 8131 esbuild: 0.25.12 11695 8132 jiti: 1.21.7 11696 8133 mlly: 1.8.2 11697 8134 pathe: 2.0.3 11698 8135 pkg-types: 2.3.1 11699 - postcss: 8.5.14 11700 - postcss-nested: 7.0.2(postcss@8.5.14) 11701 - semver: 7.7.4 11702 - tinyglobby: 0.2.16 8136 + postcss: 8.5.15 8137 + postcss-nested: 7.0.2(postcss@8.5.15) 8138 + semver: 7.8.4 8139 + tinyglobby: 0.2.17 11703 8140 optionalDependencies: 11704 8141 typescript: 6.0.3 11705 - vue: 3.5.34(typescript@6.0.3) 11706 - vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)) 11707 - vue-tsc: 3.2.8(typescript@6.0.3) 11708 - 11709 - mlly@1.8.0: 11710 - dependencies: 11711 - acorn: 8.16.0 11712 - pathe: 2.0.3 11713 - pkg-types: 1.3.1 11714 - ufo: 1.6.3 11715 - 11716 - mlly@1.8.1: 11717 - dependencies: 11718 - acorn: 8.16.0 11719 - pathe: 2.0.3 11720 - pkg-types: 1.3.1 11721 - ufo: 1.6.3 8142 + vue: 3.5.38(typescript@6.0.3) 8143 + vue-sfc-transformer: 0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)) 8144 + vue-tsc: 3.3.5(typescript@6.0.3) 11722 8145 11723 8146 mlly@1.8.2: 11724 8147 dependencies: 11725 - acorn: 8.16.0 8148 + acorn: 8.17.0 11726 8149 pathe: 2.0.3 11727 8150 pkg-types: 1.3.1 11728 8151 ufo: 1.6.4 ··· 11737 8160 11738 8161 muggle-string@0.4.1: {} 11739 8162 11740 - nanoid@3.3.11: {} 11741 - 11742 8163 nanoid@3.3.12: {} 11743 8164 11744 - nanoid@5.1.6: {} 11745 - 11746 - nanotar@0.2.0: {} 11747 - 11748 8165 nanotar@0.3.0: {} 11749 8166 11750 8167 napi-postinstall@0.3.4: {} 11751 8168 11752 8169 natural-compare@1.4.0: {} 11753 8170 11754 - nitropack@2.12.8: 11755 - dependencies: 11756 - '@cloudflare/kv-asset-handler': 0.4.0 11757 - '@rollup/plugin-alias': 5.1.1(rollup@4.52.5) 11758 - '@rollup/plugin-commonjs': 28.0.9(rollup@4.52.5) 11759 - '@rollup/plugin-inject': 5.0.5(rollup@4.52.5) 11760 - '@rollup/plugin-json': 6.1.0(rollup@4.52.5) 11761 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.52.5) 11762 - '@rollup/plugin-replace': 6.0.2(rollup@4.52.5) 11763 - '@rollup/plugin-terser': 0.4.4(rollup@4.52.5) 11764 - '@vercel/nft': 0.30.3(rollup@4.52.5) 11765 - archiver: 7.0.1 11766 - c12: 3.3.1(magicast@0.3.5) 11767 - chokidar: 4.0.3 11768 - citty: 0.1.6 11769 - compatx: 0.2.0 11770 - confbox: 0.2.2 11771 - consola: 3.4.2 11772 - cookie-es: 2.0.0 11773 - croner: 9.1.0 11774 - crossws: 0.3.5 11775 - db0: 0.3.4 11776 - defu: 6.1.4 11777 - destr: 2.0.5 11778 - dot-prop: 10.1.0 11779 - esbuild: 0.25.11 11780 - escape-string-regexp: 5.0.0 11781 - etag: 1.8.1 11782 - exsolve: 1.0.7 11783 - globby: 15.0.0 11784 - gzip-size: 7.0.0 11785 - h3: 1.15.4 11786 - hookable: 5.5.3 11787 - httpxy: 0.1.7 11788 - ioredis: 5.8.2 11789 - jiti: 2.6.1 11790 - klona: 2.0.6 11791 - knitwork: 1.2.0 11792 - listhen: 1.9.0 11793 - magic-string: 0.30.21 11794 - magicast: 0.3.5 11795 - mime: 4.1.0 11796 - mlly: 1.8.0 11797 - node-fetch-native: 1.6.7 11798 - node-mock-http: 1.0.3 11799 - ofetch: 1.4.1 11800 - ohash: 2.0.11 11801 - pathe: 2.0.3 11802 - perfect-debounce: 2.0.0 11803 - pkg-types: 2.3.0 11804 - pretty-bytes: 7.1.0 11805 - radix3: 1.1.2 11806 - rollup: 4.52.5 11807 - rollup-plugin-visualizer: 6.0.5(rollup@4.52.5) 11808 - scule: 1.3.0 11809 - semver: 7.7.3 11810 - serve-placeholder: 2.0.2 11811 - serve-static: 2.2.0 11812 - source-map: 0.7.6 11813 - std-env: 3.10.0 11814 - ufo: 1.6.1 11815 - ultrahtml: 1.6.0 11816 - uncrypto: 0.1.3 11817 - unctx: 2.4.1 11818 - unenv: 2.0.0-rc.21 11819 - unimport: 5.5.0 11820 - unplugin-utils: 0.3.1 11821 - unstorage: 1.17.1(db0@0.3.4)(ioredis@5.8.2) 11822 - untyped: 2.0.0 11823 - unwasm: 0.3.11 11824 - youch: 4.1.0-beta.11 11825 - youch-core: 0.3.3 11826 - transitivePeerDependencies: 11827 - - '@azure/app-configuration' 11828 - - '@azure/cosmos' 11829 - - '@azure/data-tables' 11830 - - '@azure/identity' 11831 - - '@azure/keyvault-secrets' 11832 - - '@azure/storage-blob' 11833 - - '@capacitor/preferences' 11834 - - '@deno/kv' 11835 - - '@electric-sql/pglite' 11836 - - '@libsql/client' 11837 - - '@netlify/blobs' 11838 - - '@planetscale/database' 11839 - - '@upstash/redis' 11840 - - '@vercel/blob' 11841 - - '@vercel/functions' 11842 - - '@vercel/kv' 11843 - - aws4fetch 11844 - - bare-abort-controller 11845 - - better-sqlite3 11846 - - drizzle-orm 11847 - - encoding 11848 - - idb-keyval 11849 - - mysql2 11850 - - react-native-b4a 11851 - - rolldown 11852 - - sqlite3 11853 - - supports-color 11854 - - uploadthing 11855 - 11856 - nitropack@2.13.4(oxc-parser@0.128.0)(srvx@0.11.15): 8171 + nitropack@2.13.4(oxc-parser@0.133.0)(srvx@0.11.16): 11857 8172 dependencies: 11858 8173 '@cloudflare/kv-asset-handler': 0.4.2 11859 - '@rollup/plugin-alias': 6.0.0(rollup@4.60.3) 11860 - '@rollup/plugin-commonjs': 29.0.2(rollup@4.60.3) 11861 - '@rollup/plugin-inject': 5.0.5(rollup@4.60.3) 11862 - '@rollup/plugin-json': 6.1.0(rollup@4.60.3) 11863 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.60.3) 11864 - '@rollup/plugin-replace': 6.0.3(rollup@4.60.3) 11865 - '@rollup/plugin-terser': 1.0.0(rollup@4.60.3) 11866 - '@vercel/nft': 1.5.0(rollup@4.60.3) 8174 + '@rollup/plugin-alias': 6.0.0(rollup@4.62.0) 8175 + '@rollup/plugin-commonjs': 29.0.3(rollup@4.62.0) 8176 + '@rollup/plugin-inject': 5.0.5(rollup@4.62.0) 8177 + '@rollup/plugin-json': 6.1.0(rollup@4.62.0) 8178 + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.62.0) 8179 + '@rollup/plugin-replace': 6.0.3(rollup@4.62.0) 8180 + '@rollup/plugin-terser': 1.0.0(rollup@4.62.0) 8181 + '@vercel/nft': 1.10.2(rollup@4.62.0) 11867 8182 archiver: 7.0.1 11868 - c12: 3.3.4(magicast@0.5.2) 8183 + c12: 3.3.4(magicast@0.5.3) 11869 8184 chokidar: 5.0.0 11870 8185 citty: 0.2.2 11871 8186 compatx: 0.2.0 ··· 11878 8193 defu: 6.1.7 11879 8194 destr: 2.0.5 11880 8195 dot-prop: 10.1.0 11881 - esbuild: 0.28.0 8196 + esbuild: 0.28.1 11882 8197 escape-string-regexp: 5.0.0 11883 8198 etag: 1.8.1 11884 8199 exsolve: 1.0.8 ··· 11886 8201 gzip-size: 7.0.0 11887 8202 h3: 1.15.11 11888 8203 hookable: 5.5.3 11889 - httpxy: 0.5.1 11890 - ioredis: 5.10.1 8204 + httpxy: 0.5.3 8205 + ioredis: 5.11.1 11891 8206 jiti: 2.7.0 11892 8207 klona: 2.0.6 11893 8208 knitwork: 1.3.0 11894 - listhen: 1.10.0(srvx@0.11.15) 8209 + listhen: 1.10.0(srvx@0.11.16) 11895 8210 magic-string: 0.30.21 11896 - magicast: 0.5.2 8211 + magicast: 0.5.3 11897 8212 mime: 4.1.0 11898 8213 mlly: 1.8.2 11899 8214 node-fetch-native: 1.6.7 ··· 11905 8220 pkg-types: 2.3.1 11906 8221 pretty-bytes: 7.1.0 11907 8222 radix3: 1.1.2 11908 - rollup: 4.60.3 11909 - rollup-plugin-visualizer: 7.0.1(rollup@4.60.3) 8223 + rollup: 4.62.0 8224 + rollup-plugin-visualizer: 7.0.1(rollup@4.62.0) 11910 8225 scule: 1.3.0 11911 - semver: 7.7.4 8226 + semver: 7.8.4 11912 8227 serve-placeholder: 2.0.2 11913 8228 serve-static: 2.2.1 11914 8229 source-map: 0.7.6 ··· 11918 8233 uncrypto: 0.1.3 11919 8234 unctx: 2.5.0 11920 8235 unenv: 2.0.0-rc.24 11921 - unimport: 6.2.0(oxc-parser@0.128.0) 8236 + unimport: 6.3.0(oxc-parser@0.133.0) 11922 8237 unplugin-utils: 0.3.1 11923 - unstorage: 1.17.5(db0@0.3.4)(ioredis@5.10.1) 8238 + unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1) 11924 8239 untyped: 2.0.0 11925 8240 unwasm: 0.5.3 11926 8241 youch: 4.1.1 ··· 11966 8281 dependencies: 11967 8282 whatwg-url: 5.0.0 11968 8283 11969 - node-forge@1.3.3: {} 11970 - 11971 8284 node-forge@1.4.0: {} 11972 8285 11973 8286 node-gyp-build@4.8.4: {} 11974 - 11975 - node-mock-http@1.0.3: {} 11976 8287 11977 8288 node-mock-http@1.0.4: {} 11978 8289 11979 - node-releases@2.0.27: {} 11980 - 11981 - node-releases@2.0.36: {} 11982 - 11983 - node-releases@2.0.38: {} 8290 + node-releases@2.0.47: {} 11984 8291 11985 8292 nopt@8.1.0: 11986 8293 dependencies: 11987 8294 abbrev: 3.0.1 11988 8295 11989 8296 normalize-path@3.0.0: {} 11990 - 11991 - normalize-range@0.1.2: {} 11992 8297 11993 8298 npm-run-path@5.3.0: 11994 8299 dependencies: ··· 12003 8308 dependencies: 12004 8309 boolbase: 1.0.0 12005 8310 12006 - nuxt@4.1.3(@parcel/watcher@2.5.1)(@types/node@24.9.1)(@vue/compiler-sfc@3.5.22)(db0@0.3.4)(eslint@9.38.0(jiti@2.6.1))(ioredis@5.8.2)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.12(typescript@5.9.3))(yaml@2.8.1): 8311 + nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0): 12007 8312 dependencies: 12008 - '@nuxt/cli': 3.29.3(magicast@0.3.5) 12009 - '@nuxt/devalue': 2.0.2 12010 - '@nuxt/devtools': 2.6.5(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)) 12011 - '@nuxt/kit': 4.1.3(magicast@0.3.5) 12012 - '@nuxt/schema': 4.1.3 12013 - '@nuxt/telemetry': 2.6.6(magicast@0.3.5) 12014 - '@nuxt/vite-builder': 4.1.3(@types/node@24.9.1)(eslint@9.38.0(jiti@2.6.1))(magicast@0.3.5)(optionator@0.9.4)(rollup@4.52.5)(terser@5.44.0)(typescript@5.9.3)(vue-tsc@2.2.12(typescript@5.9.3))(vue@3.5.22(typescript@5.9.3))(yaml@2.8.1) 12015 - '@unhead/vue': 2.0.19(vue@3.5.22(typescript@5.9.3)) 12016 - '@vue/shared': 3.5.22 12017 - c12: 3.3.1(magicast@0.3.5) 12018 - chokidar: 4.0.3 12019 - compatx: 0.2.0 12020 - consola: 3.4.2 12021 - cookie-es: 2.0.0 12022 - defu: 6.1.4 12023 - destr: 2.0.5 12024 - devalue: 5.4.2 12025 - errx: 0.1.0 12026 - esbuild: 0.25.11 12027 - escape-string-regexp: 5.0.0 12028 - estree-walker: 3.0.3 12029 - exsolve: 1.0.7 12030 - h3: 1.15.4 12031 - hookable: 5.5.3 12032 - ignore: 7.0.5 12033 - impound: 1.0.0 12034 - jiti: 2.6.1 12035 - klona: 2.0.6 12036 - knitwork: 1.2.0 12037 - magic-string: 0.30.21 12038 - mlly: 1.8.0 12039 - mocked-exports: 0.1.1 12040 - nanotar: 0.2.0 12041 - nitropack: 2.12.8 12042 - nypm: 0.6.2 12043 - ofetch: 1.4.1 12044 - ohash: 2.0.11 12045 - on-change: 6.0.0 12046 - oxc-minify: 0.94.0 12047 - oxc-parser: 0.94.0 12048 - oxc-transform: 0.94.0 12049 - oxc-walker: 0.5.2(oxc-parser@0.94.0) 12050 - pathe: 2.0.3 12051 - perfect-debounce: 2.0.0 12052 - pkg-types: 2.3.0 12053 - radix3: 1.1.2 12054 - scule: 1.3.0 12055 - semver: 7.7.3 12056 - std-env: 3.10.0 12057 - tinyglobby: 0.2.15 12058 - ufo: 1.6.1 12059 - ultrahtml: 1.6.0 12060 - uncrypto: 0.1.3 12061 - unctx: 2.4.1 12062 - unimport: 5.5.0 12063 - unplugin: 2.3.10 12064 - unplugin-vue-router: 0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.3)(vue-router@4.6.3(vue@3.5.22(typescript@5.9.3)))(vue@3.5.22(typescript@5.9.3)) 12065 - unstorage: 1.17.1(db0@0.3.4)(ioredis@5.8.2) 12066 - untyped: 2.0.0 12067 - vue: 3.5.22(typescript@5.9.3) 12068 - vue-bundle-renderer: 2.2.0 12069 - vue-devtools-stub: 0.1.0 12070 - vue-router: 4.6.3(vue@3.5.22(typescript@5.9.3)) 12071 - optionalDependencies: 12072 - '@parcel/watcher': 2.5.1 12073 - '@types/node': 24.9.1 12074 - transitivePeerDependencies: 12075 - - '@azure/app-configuration' 12076 - - '@azure/cosmos' 12077 - - '@azure/data-tables' 12078 - - '@azure/identity' 12079 - - '@azure/keyvault-secrets' 12080 - - '@azure/storage-blob' 12081 - - '@biomejs/biome' 12082 - - '@capacitor/preferences' 12083 - - '@deno/kv' 12084 - - '@electric-sql/pglite' 12085 - - '@libsql/client' 12086 - - '@netlify/blobs' 12087 - - '@planetscale/database' 12088 - - '@upstash/redis' 12089 - - '@vercel/blob' 12090 - - '@vercel/functions' 12091 - - '@vercel/kv' 12092 - - '@vue/compiler-sfc' 12093 - - aws4fetch 12094 - - bare-abort-controller 12095 - - better-sqlite3 12096 - - bufferutil 12097 - - db0 12098 - - drizzle-orm 12099 - - encoding 12100 - - eslint 12101 - - idb-keyval 12102 - - ioredis 12103 - - less 12104 - - lightningcss 12105 - - magicast 12106 - - meow 12107 - - mysql2 12108 - - optionator 12109 - - oxlint 12110 - - react-native-b4a 12111 - - rolldown 12112 - - rollup 12113 - - sass 12114 - - sass-embedded 12115 - - sqlite3 12116 - - stylelint 12117 - - stylus 12118 - - sugarss 12119 - - supports-color 12120 - - terser 12121 - - tsx 12122 - - typescript 12123 - - uploadthing 12124 - - utf-8-validate 12125 - - vite 12126 - - vls 12127 - - vti 12128 - - vue-tsc 12129 - - xml2js 12130 - - yaml 12131 - 12132 - nuxt@4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4): 12133 - dependencies: 12134 - '@dxup/nuxt': 0.4.1(magicast@0.5.2)(typescript@6.0.3) 12135 - '@nuxt/cli': 3.35.1(@nuxt/schema@4.4.4)(cac@6.7.14)(magicast@0.5.2) 12136 - '@nuxt/devtools': 3.2.4(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3)) 12137 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 12138 - '@nuxt/nitro-server': 4.4.4(@babel/core@7.29.0)(db0@0.3.4)(ioredis@5.10.1)(magicast@0.5.2)(nuxt@4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4))(oxc-parser@0.128.0)(srvx@0.11.15)(typescript@6.0.3) 12139 - '@nuxt/schema': 4.4.4 12140 - '@nuxt/telemetry': 2.8.0(@nuxt/kit@4.4.4(magicast@0.5.2)) 12141 - '@nuxt/vite-builder': 4.4.4(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@types/node@25.6.0)(eslint@10.3.0(jiti@2.7.0))(magicast@0.5.2)(nuxt@4.4.4(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0))(@parcel/watcher@2.5.6)(@types/node@25.6.0)(@vue/compiler-sfc@3.5.34)(cac@6.7.14)(db0@0.3.4)(eslint@10.3.0(jiti@2.7.0))(ioredis@5.10.1)(magicast@0.5.2)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(srvx@0.11.15)(terser@5.46.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.8.4))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.60.3))(rollup@4.60.3)(terser@5.46.2)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3))(yaml@2.8.4) 12142 - '@unhead/vue': 2.1.13(vue@3.5.34(typescript@6.0.3)) 12143 - '@vue/shared': 3.5.34 8313 + '@dxup/nuxt': 0.4.1(magicast@0.5.3)(typescript@6.0.3) 8314 + '@nuxt/cli': 3.35.2(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3) 8315 + '@nuxt/devtools': 3.2.4(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) 8316 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 8317 + '@nuxt/nitro-server': 4.4.8(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0))(oxc-parser@0.133.0)(srvx@0.11.16)(typescript@6.0.3) 8318 + '@nuxt/schema': 4.4.8 8319 + '@nuxt/telemetry': 2.8.0(@nuxt/kit@4.4.8(magicast@0.5.3)) 8320 + '@nuxt/vite-builder': 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@types/node@25.9.3)(eslint@10.5.0(jiti@2.7.0))(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@25.9.3)(@vue/compiler-sfc@3.5.38)(cac@6.7.14)(db0@0.3.4)(eslint@10.5.0(jiti@2.7.0))(ioredis@5.11.1)(magicast@0.5.3)(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(srvx@0.11.16)(terser@5.48.0)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3))(yaml@2.9.0))(optionator@0.9.4)(rollup-plugin-visualizer@7.0.1(rollup@4.62.0))(rollup@4.62.0)(terser@5.48.0)(typescript@6.0.3)(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3))(yaml@2.9.0) 8321 + '@unhead/vue': 2.1.15(vue@3.5.38(typescript@6.0.3)) 8322 + '@vue/shared': 3.5.38 12144 8323 chokidar: 5.0.0 12145 8324 compatx: 0.2.0 12146 8325 consola: 3.4.2 12147 - cookie-es: 2.0.1 8326 + cookie-es: 3.1.1 12148 8327 defu: 6.1.7 12149 - devalue: 5.8.0 8328 + devalue: 5.8.1 12150 8329 errx: 0.1.0 12151 8330 escape-string-regexp: 5.0.0 12152 8331 exsolve: 1.0.8 ··· 12159 8338 magic-string: 0.30.21 12160 8339 mlly: 1.8.2 12161 8340 nanotar: 0.3.0 12162 - nypm: 0.6.6 8341 + nypm: 0.6.7 12163 8342 ofetch: 1.5.1 12164 8343 ohash: 2.0.11 12165 8344 on-change: 6.0.2 12166 - oxc-minify: 0.128.0 12167 - oxc-parser: 0.128.0 12168 - oxc-transform: 0.128.0 12169 - oxc-walker: 0.7.0(oxc-parser@0.128.0) 8345 + oxc-minify: 0.133.0 8346 + oxc-parser: 0.133.0 8347 + oxc-transform: 0.133.0 8348 + oxc-walker: 1.0.0(oxc-parser@0.133.0) 12170 8349 pathe: 2.0.3 12171 8350 perfect-debounce: 2.1.0 12172 8351 picomatch: 4.0.4 12173 8352 pkg-types: 2.3.1 12174 8353 rou3: 0.8.1 12175 8354 scule: 1.3.0 12176 - semver: 7.7.4 8355 + semver: 7.8.4 12177 8356 std-env: 4.1.0 12178 - tinyglobby: 0.2.16 8357 + tinyglobby: 0.2.17 12179 8358 ufo: 1.6.4 12180 8359 ultrahtml: 1.6.0 12181 8360 uncrypto: 0.1.3 12182 8361 unctx: 2.5.0 12183 - unimport: 6.2.0(oxc-parser@0.128.0) 8362 + unhead: 2.1.15 8363 + unimport: 6.3.0(oxc-parser@0.133.0) 12184 8364 unplugin: 3.0.0 12185 8365 unrouting: 0.1.7 12186 8366 untyped: 2.0.0 12187 - vue: 3.5.34(typescript@6.0.3) 12188 - vue-router: 5.0.6(@vue/compiler-sfc@3.5.34)(vue@3.5.34(typescript@6.0.3)) 8367 + vue: 3.5.38(typescript@6.0.3) 8368 + vue-router: 5.1.0(@vue/compiler-sfc@3.5.38)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)) 12189 8369 optionalDependencies: 12190 8370 '@parcel/watcher': 2.5.6 12191 - '@types/node': 25.6.0 8371 + '@types/node': 25.9.3 12192 8372 transitivePeerDependencies: 12193 8373 - '@azure/app-configuration' 12194 8374 - '@azure/cosmos' ··· 12196 8376 - '@azure/identity' 12197 8377 - '@azure/keyvault-secrets' 12198 8378 - '@azure/storage-blob' 12199 - - '@babel/core' 12200 8379 - '@babel/plugin-proposal-decorators' 12201 8380 - '@babel/plugin-syntax-jsx' 8381 + - '@babel/plugin-syntax-typescript' 12202 8382 - '@biomejs/biome' 12203 8383 - '@capacitor/preferences' 12204 8384 - '@deno/kv' ··· 12253 8433 - uploadthing 12254 8434 - utf-8-validate 12255 8435 - vite 12256 - - vls 12257 - - vti 12258 8436 - vue-tsc 12259 8437 - xml2js 12260 8438 - yaml 12261 8439 12262 - nypm@0.6.2: 12263 - dependencies: 12264 - citty: 0.1.6 12265 - consola: 3.4.2 12266 - pathe: 2.0.3 12267 - pkg-types: 2.3.0 12268 - tinyexec: 1.0.2 12269 - 12270 - nypm@0.6.5: 12271 - dependencies: 12272 - citty: 0.2.1 12273 - pathe: 2.0.3 12274 - tinyexec: 1.0.2 12275 - 12276 - nypm@0.6.6: 8440 + nypm@0.6.7: 12277 8441 dependencies: 12278 8442 citty: 0.2.2 12279 8443 pathe: 2.0.3 12280 - tinyexec: 1.1.2 8444 + tinyexec: 1.2.4 12281 8445 12282 - object-deep-merge@2.0.0: {} 8446 + object-deep-merge@2.0.1: {} 12283 8447 12284 - obug@2.1.1: {} 12285 - 12286 - ofetch@1.4.1: 12287 - dependencies: 12288 - destr: 2.0.5 12289 - node-fetch-native: 1.6.7 12290 - ufo: 1.6.1 12291 - 12292 - ofetch@1.5.0: 12293 - dependencies: 12294 - destr: 2.0.5 12295 - node-fetch-native: 1.6.7 12296 - ufo: 1.6.1 8448 + obug@2.1.3: {} 12297 8449 12298 8450 ofetch@1.5.1: 12299 8451 dependencies: ··· 12308 8460 ollama@0.6.3: 12309 8461 dependencies: 12310 8462 whatwg-fetch: 3.6.20 12311 - 12312 - on-change@6.0.0: {} 12313 8463 12314 8464 on-change@6.0.2: {} 12315 8465 ··· 12337 8487 powershell-utils: 0.1.0 12338 8488 wsl-utils: 0.3.1 12339 8489 12340 - open@8.4.2: 12341 - dependencies: 12342 - define-lazy-prop: 2.0.0 12343 - is-docker: 2.2.1 12344 - is-wsl: 2.2.0 12345 - 12346 8490 optionator@0.9.4: 12347 8491 dependencies: 12348 8492 deep-is: 0.1.4 ··· 12352 8496 type-check: 0.4.0 12353 8497 word-wrap: 1.2.5 12354 8498 12355 - oxc-minify@0.128.0: 8499 + oxc-minify@0.133.0: 12356 8500 optionalDependencies: 12357 - '@oxc-minify/binding-android-arm-eabi': 0.128.0 12358 - '@oxc-minify/binding-android-arm64': 0.128.0 12359 - '@oxc-minify/binding-darwin-arm64': 0.128.0 12360 - '@oxc-minify/binding-darwin-x64': 0.128.0 12361 - '@oxc-minify/binding-freebsd-x64': 0.128.0 12362 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.128.0 12363 - '@oxc-minify/binding-linux-arm-musleabihf': 0.128.0 12364 - '@oxc-minify/binding-linux-arm64-gnu': 0.128.0 12365 - '@oxc-minify/binding-linux-arm64-musl': 0.128.0 12366 - '@oxc-minify/binding-linux-ppc64-gnu': 0.128.0 12367 - '@oxc-minify/binding-linux-riscv64-gnu': 0.128.0 12368 - '@oxc-minify/binding-linux-riscv64-musl': 0.128.0 12369 - '@oxc-minify/binding-linux-s390x-gnu': 0.128.0 12370 - '@oxc-minify/binding-linux-x64-gnu': 0.128.0 12371 - '@oxc-minify/binding-linux-x64-musl': 0.128.0 12372 - '@oxc-minify/binding-openharmony-arm64': 0.128.0 12373 - '@oxc-minify/binding-wasm32-wasi': 0.128.0 12374 - '@oxc-minify/binding-win32-arm64-msvc': 0.128.0 12375 - '@oxc-minify/binding-win32-ia32-msvc': 0.128.0 12376 - '@oxc-minify/binding-win32-x64-msvc': 0.128.0 8501 + '@oxc-minify/binding-android-arm-eabi': 0.133.0 8502 + '@oxc-minify/binding-android-arm64': 0.133.0 8503 + '@oxc-minify/binding-darwin-arm64': 0.133.0 8504 + '@oxc-minify/binding-darwin-x64': 0.133.0 8505 + '@oxc-minify/binding-freebsd-x64': 0.133.0 8506 + '@oxc-minify/binding-linux-arm-gnueabihf': 0.133.0 8507 + '@oxc-minify/binding-linux-arm-musleabihf': 0.133.0 8508 + '@oxc-minify/binding-linux-arm64-gnu': 0.133.0 8509 + '@oxc-minify/binding-linux-arm64-musl': 0.133.0 8510 + '@oxc-minify/binding-linux-ppc64-gnu': 0.133.0 8511 + '@oxc-minify/binding-linux-riscv64-gnu': 0.133.0 8512 + '@oxc-minify/binding-linux-riscv64-musl': 0.133.0 8513 + '@oxc-minify/binding-linux-s390x-gnu': 0.133.0 8514 + '@oxc-minify/binding-linux-x64-gnu': 0.133.0 8515 + '@oxc-minify/binding-linux-x64-musl': 0.133.0 8516 + '@oxc-minify/binding-openharmony-arm64': 0.133.0 8517 + '@oxc-minify/binding-wasm32-wasi': 0.133.0 8518 + '@oxc-minify/binding-win32-arm64-msvc': 0.133.0 8519 + '@oxc-minify/binding-win32-ia32-msvc': 0.133.0 8520 + '@oxc-minify/binding-win32-x64-msvc': 0.133.0 12377 8521 12378 - oxc-minify@0.94.0: 8522 + oxc-parser@0.133.0: 8523 + dependencies: 8524 + '@oxc-project/types': 0.133.0 12379 8525 optionalDependencies: 12380 - '@oxc-minify/binding-android-arm64': 0.94.0 12381 - '@oxc-minify/binding-darwin-arm64': 0.94.0 12382 - '@oxc-minify/binding-darwin-x64': 0.94.0 12383 - '@oxc-minify/binding-freebsd-x64': 0.94.0 12384 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.94.0 12385 - '@oxc-minify/binding-linux-arm-musleabihf': 0.94.0 12386 - '@oxc-minify/binding-linux-arm64-gnu': 0.94.0 12387 - '@oxc-minify/binding-linux-arm64-musl': 0.94.0 12388 - '@oxc-minify/binding-linux-riscv64-gnu': 0.94.0 12389 - '@oxc-minify/binding-linux-s390x-gnu': 0.94.0 12390 - '@oxc-minify/binding-linux-x64-gnu': 0.94.0 12391 - '@oxc-minify/binding-linux-x64-musl': 0.94.0 12392 - '@oxc-minify/binding-wasm32-wasi': 0.94.0 12393 - '@oxc-minify/binding-win32-arm64-msvc': 0.94.0 12394 - '@oxc-minify/binding-win32-x64-msvc': 0.94.0 8526 + '@oxc-parser/binding-android-arm-eabi': 0.133.0 8527 + '@oxc-parser/binding-android-arm64': 0.133.0 8528 + '@oxc-parser/binding-darwin-arm64': 0.133.0 8529 + '@oxc-parser/binding-darwin-x64': 0.133.0 8530 + '@oxc-parser/binding-freebsd-x64': 0.133.0 8531 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.133.0 8532 + '@oxc-parser/binding-linux-arm-musleabihf': 0.133.0 8533 + '@oxc-parser/binding-linux-arm64-gnu': 0.133.0 8534 + '@oxc-parser/binding-linux-arm64-musl': 0.133.0 8535 + '@oxc-parser/binding-linux-ppc64-gnu': 0.133.0 8536 + '@oxc-parser/binding-linux-riscv64-gnu': 0.133.0 8537 + '@oxc-parser/binding-linux-riscv64-musl': 0.133.0 8538 + '@oxc-parser/binding-linux-s390x-gnu': 0.133.0 8539 + '@oxc-parser/binding-linux-x64-gnu': 0.133.0 8540 + '@oxc-parser/binding-linux-x64-musl': 0.133.0 8541 + '@oxc-parser/binding-openharmony-arm64': 0.133.0 8542 + '@oxc-parser/binding-wasm32-wasi': 0.133.0 8543 + '@oxc-parser/binding-win32-arm64-msvc': 0.133.0 8544 + '@oxc-parser/binding-win32-ia32-msvc': 0.133.0 8545 + '@oxc-parser/binding-win32-x64-msvc': 0.133.0 12395 8546 12396 - oxc-parser@0.128.0: 12397 - dependencies: 12398 - '@oxc-project/types': 0.128.0 8547 + oxc-transform@0.133.0: 12399 8548 optionalDependencies: 12400 - '@oxc-parser/binding-android-arm-eabi': 0.128.0 12401 - '@oxc-parser/binding-android-arm64': 0.128.0 12402 - '@oxc-parser/binding-darwin-arm64': 0.128.0 12403 - '@oxc-parser/binding-darwin-x64': 0.128.0 12404 - '@oxc-parser/binding-freebsd-x64': 0.128.0 12405 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.128.0 12406 - '@oxc-parser/binding-linux-arm-musleabihf': 0.128.0 12407 - '@oxc-parser/binding-linux-arm64-gnu': 0.128.0 12408 - '@oxc-parser/binding-linux-arm64-musl': 0.128.0 12409 - '@oxc-parser/binding-linux-ppc64-gnu': 0.128.0 12410 - '@oxc-parser/binding-linux-riscv64-gnu': 0.128.0 12411 - '@oxc-parser/binding-linux-riscv64-musl': 0.128.0 12412 - '@oxc-parser/binding-linux-s390x-gnu': 0.128.0 12413 - '@oxc-parser/binding-linux-x64-gnu': 0.128.0 12414 - '@oxc-parser/binding-linux-x64-musl': 0.128.0 12415 - '@oxc-parser/binding-openharmony-arm64': 0.128.0 12416 - '@oxc-parser/binding-wasm32-wasi': 0.128.0 12417 - '@oxc-parser/binding-win32-arm64-msvc': 0.128.0 12418 - '@oxc-parser/binding-win32-ia32-msvc': 0.128.0 12419 - '@oxc-parser/binding-win32-x64-msvc': 0.128.0 8549 + '@oxc-transform/binding-android-arm-eabi': 0.133.0 8550 + '@oxc-transform/binding-android-arm64': 0.133.0 8551 + '@oxc-transform/binding-darwin-arm64': 0.133.0 8552 + '@oxc-transform/binding-darwin-x64': 0.133.0 8553 + '@oxc-transform/binding-freebsd-x64': 0.133.0 8554 + '@oxc-transform/binding-linux-arm-gnueabihf': 0.133.0 8555 + '@oxc-transform/binding-linux-arm-musleabihf': 0.133.0 8556 + '@oxc-transform/binding-linux-arm64-gnu': 0.133.0 8557 + '@oxc-transform/binding-linux-arm64-musl': 0.133.0 8558 + '@oxc-transform/binding-linux-ppc64-gnu': 0.133.0 8559 + '@oxc-transform/binding-linux-riscv64-gnu': 0.133.0 8560 + '@oxc-transform/binding-linux-riscv64-musl': 0.133.0 8561 + '@oxc-transform/binding-linux-s390x-gnu': 0.133.0 8562 + '@oxc-transform/binding-linux-x64-gnu': 0.133.0 8563 + '@oxc-transform/binding-linux-x64-musl': 0.133.0 8564 + '@oxc-transform/binding-openharmony-arm64': 0.133.0 8565 + '@oxc-transform/binding-wasm32-wasi': 0.133.0 8566 + '@oxc-transform/binding-win32-arm64-msvc': 0.133.0 8567 + '@oxc-transform/binding-win32-ia32-msvc': 0.133.0 8568 + '@oxc-transform/binding-win32-x64-msvc': 0.133.0 12420 8569 12421 - oxc-parser@0.94.0: 8570 + oxc-walker@1.0.0(oxc-parser@0.133.0): 12422 8571 dependencies: 12423 - '@oxc-project/types': 0.94.0 8572 + magic-regexp: 0.11.0 12424 8573 optionalDependencies: 12425 - '@oxc-parser/binding-android-arm64': 0.94.0 12426 - '@oxc-parser/binding-darwin-arm64': 0.94.0 12427 - '@oxc-parser/binding-darwin-x64': 0.94.0 12428 - '@oxc-parser/binding-freebsd-x64': 0.94.0 12429 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.94.0 12430 - '@oxc-parser/binding-linux-arm-musleabihf': 0.94.0 12431 - '@oxc-parser/binding-linux-arm64-gnu': 0.94.0 12432 - '@oxc-parser/binding-linux-arm64-musl': 0.94.0 12433 - '@oxc-parser/binding-linux-riscv64-gnu': 0.94.0 12434 - '@oxc-parser/binding-linux-s390x-gnu': 0.94.0 12435 - '@oxc-parser/binding-linux-x64-gnu': 0.94.0 12436 - '@oxc-parser/binding-linux-x64-musl': 0.94.0 12437 - '@oxc-parser/binding-wasm32-wasi': 0.94.0 12438 - '@oxc-parser/binding-win32-arm64-msvc': 0.94.0 12439 - '@oxc-parser/binding-win32-x64-msvc': 0.94.0 12440 - 12441 - oxc-transform@0.128.0: 12442 - optionalDependencies: 12443 - '@oxc-transform/binding-android-arm-eabi': 0.128.0 12444 - '@oxc-transform/binding-android-arm64': 0.128.0 12445 - '@oxc-transform/binding-darwin-arm64': 0.128.0 12446 - '@oxc-transform/binding-darwin-x64': 0.128.0 12447 - '@oxc-transform/binding-freebsd-x64': 0.128.0 12448 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.128.0 12449 - '@oxc-transform/binding-linux-arm-musleabihf': 0.128.0 12450 - '@oxc-transform/binding-linux-arm64-gnu': 0.128.0 12451 - '@oxc-transform/binding-linux-arm64-musl': 0.128.0 12452 - '@oxc-transform/binding-linux-ppc64-gnu': 0.128.0 12453 - '@oxc-transform/binding-linux-riscv64-gnu': 0.128.0 12454 - '@oxc-transform/binding-linux-riscv64-musl': 0.128.0 12455 - '@oxc-transform/binding-linux-s390x-gnu': 0.128.0 12456 - '@oxc-transform/binding-linux-x64-gnu': 0.128.0 12457 - '@oxc-transform/binding-linux-x64-musl': 0.128.0 12458 - '@oxc-transform/binding-openharmony-arm64': 0.128.0 12459 - '@oxc-transform/binding-wasm32-wasi': 0.128.0 12460 - '@oxc-transform/binding-win32-arm64-msvc': 0.128.0 12461 - '@oxc-transform/binding-win32-ia32-msvc': 0.128.0 12462 - '@oxc-transform/binding-win32-x64-msvc': 0.128.0 12463 - 12464 - oxc-transform@0.94.0: 12465 - optionalDependencies: 12466 - '@oxc-transform/binding-android-arm64': 0.94.0 12467 - '@oxc-transform/binding-darwin-arm64': 0.94.0 12468 - '@oxc-transform/binding-darwin-x64': 0.94.0 12469 - '@oxc-transform/binding-freebsd-x64': 0.94.0 12470 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.94.0 12471 - '@oxc-transform/binding-linux-arm-musleabihf': 0.94.0 12472 - '@oxc-transform/binding-linux-arm64-gnu': 0.94.0 12473 - '@oxc-transform/binding-linux-arm64-musl': 0.94.0 12474 - '@oxc-transform/binding-linux-riscv64-gnu': 0.94.0 12475 - '@oxc-transform/binding-linux-s390x-gnu': 0.94.0 12476 - '@oxc-transform/binding-linux-x64-gnu': 0.94.0 12477 - '@oxc-transform/binding-linux-x64-musl': 0.94.0 12478 - '@oxc-transform/binding-wasm32-wasi': 0.94.0 12479 - '@oxc-transform/binding-win32-arm64-msvc': 0.94.0 12480 - '@oxc-transform/binding-win32-x64-msvc': 0.94.0 12481 - 12482 - oxc-walker@0.5.2(oxc-parser@0.94.0): 12483 - dependencies: 12484 - magic-regexp: 0.10.0 12485 - oxc-parser: 0.94.0 12486 - 12487 - oxc-walker@0.7.0(oxc-parser@0.128.0): 12488 - dependencies: 12489 - magic-regexp: 0.10.0 12490 - oxc-parser: 0.128.0 8574 + oxc-parser: 0.133.0 12491 8575 12492 8576 p-limit@3.1.0: 12493 8577 dependencies: ··· 12499 8583 12500 8584 package-json-from-dist@1.0.1: {} 12501 8585 12502 - package-manager-detector@1.5.0: {} 12503 - 12504 8586 package-manager-detector@1.6.0: {} 12505 8587 12506 - parent-module@1.0.1: 12507 - dependencies: 12508 - callsites: 3.1.0 12509 - optional: true 12510 - 12511 8588 parse-imports-exports@0.2.4: 12512 8589 dependencies: 12513 8590 parse-statements: 1.0.11 12514 8591 12515 - parse-ms@4.0.0: {} 12516 - 12517 - parse-path@7.1.0: 12518 - dependencies: 12519 - protocols: 2.0.2 12520 - 12521 8592 parse-statements@1.0.11: {} 12522 8593 12523 - parse-url@9.2.0: 12524 - dependencies: 12525 - '@types/parse-path': 7.1.0 12526 - parse-path: 7.1.0 12527 - 12528 8594 parseurl@1.3.3: {} 12529 8595 12530 8596 path-browserify@1.0.1: {} ··· 12544 8610 12545 8611 path-scurry@2.0.2: 12546 8612 dependencies: 12547 - lru-cache: 11.3.6 8613 + lru-cache: 11.5.1 12548 8614 minipass: 7.1.3 12549 - 12550 - path-type@6.0.0: {} 12551 8615 12552 8616 pathe@1.1.2: {} 12553 8617 12554 8618 pathe@2.0.3: {} 12555 8619 12556 - perfect-debounce@1.0.0: {} 12557 - 12558 - perfect-debounce@2.0.0: {} 12559 - 12560 8620 perfect-debounce@2.1.0: {} 12561 8621 12562 8622 picocolors@1.1.1: {} 12563 8623 12564 8624 picomatch@2.3.2: {} 12565 8625 12566 - picomatch@4.0.3: {} 12567 - 12568 8626 picomatch@4.0.4: {} 12569 8627 12570 8628 pkg-types@1.3.1: ··· 12573 8631 mlly: 1.8.2 12574 8632 pathe: 2.0.3 12575 8633 12576 - pkg-types@2.3.0: 12577 - dependencies: 12578 - confbox: 0.2.4 12579 - exsolve: 1.0.8 12580 - pathe: 2.0.3 12581 - 12582 8634 pkg-types@2.3.1: 12583 8635 dependencies: 12584 8636 confbox: 0.2.4 ··· 12587 8639 12588 8640 pluralize@8.0.0: {} 12589 8641 12590 - postcss-calc@10.1.1(postcss@8.5.14): 8642 + postcss-calc@10.1.1(postcss@8.5.15): 12591 8643 dependencies: 12592 - postcss: 8.5.14 12593 - postcss-selector-parser: 7.1.1 8644 + postcss: 8.5.15 8645 + postcss-selector-parser: 7.1.4 12594 8646 postcss-value-parser: 4.2.0 12595 8647 12596 - postcss-calc@10.1.1(postcss@8.5.6): 12597 - dependencies: 12598 - postcss: 8.5.6 12599 - postcss-selector-parser: 7.1.1 12600 - postcss-value-parser: 4.2.0 12601 - 12602 - postcss-colormin@7.0.10(postcss@8.5.14): 8648 + postcss-colormin@7.0.10(postcss@8.5.15): 12603 8649 dependencies: 12604 8650 '@colordx/core': 5.4.3 12605 8651 browserslist: 4.28.2 12606 8652 caniuse-api: 3.0.0 12607 - postcss: 8.5.14 8653 + postcss: 8.5.15 12608 8654 postcss-value-parser: 4.2.0 12609 8655 12610 - postcss-colormin@7.0.4(postcss@8.5.6): 8656 + postcss-colormin@8.0.1(postcss@8.5.15): 12611 8657 dependencies: 12612 - browserslist: 4.27.0 12613 - caniuse-api: 3.0.0 12614 - colord: 2.9.3 12615 - postcss: 8.5.6 8658 + '@colordx/core': 5.4.3 8659 + browserslist: 4.28.2 8660 + caniuse-api: 4.0.0 8661 + postcss: 8.5.15 12616 8662 postcss-value-parser: 4.2.0 12617 8663 12618 - postcss-convert-values@7.0.12(postcss@8.5.14): 8664 + postcss-convert-values@7.0.12(postcss@8.5.15): 12619 8665 dependencies: 12620 8666 browserslist: 4.28.2 12621 - postcss: 8.5.14 8667 + postcss: 8.5.15 12622 8668 postcss-value-parser: 4.2.0 12623 8669 12624 - postcss-convert-values@7.0.7(postcss@8.5.6): 8670 + postcss-convert-values@8.0.1(postcss@8.5.15): 12625 8671 dependencies: 12626 - browserslist: 4.27.0 12627 - postcss: 8.5.6 8672 + browserslist: 4.28.2 8673 + postcss: 8.5.15 12628 8674 postcss-value-parser: 4.2.0 12629 8675 12630 - postcss-discard-comments@7.0.4(postcss@8.5.6): 8676 + postcss-discard-comments@7.0.8(postcss@8.5.15): 12631 8677 dependencies: 12632 - postcss: 8.5.6 12633 - postcss-selector-parser: 7.1.0 8678 + postcss: 8.5.15 8679 + postcss-selector-parser: 7.1.4 12634 8680 12635 - postcss-discard-comments@7.0.8(postcss@8.5.14): 8681 + postcss-discard-comments@8.0.1(postcss@8.5.15): 12636 8682 dependencies: 12637 - postcss: 8.5.14 12638 - postcss-selector-parser: 7.1.1 8683 + postcss: 8.5.15 8684 + postcss-selector-parser: 7.1.4 12639 8685 12640 - postcss-discard-duplicates@7.0.2(postcss@8.5.6): 8686 + postcss-discard-duplicates@7.0.4(postcss@8.5.15): 12641 8687 dependencies: 12642 - postcss: 8.5.6 8688 + postcss: 8.5.15 12643 8689 12644 - postcss-discard-duplicates@7.0.4(postcss@8.5.14): 8690 + postcss-discard-duplicates@8.0.1(postcss@8.5.15): 12645 8691 dependencies: 12646 - postcss: 8.5.14 8692 + postcss: 8.5.15 12647 8693 12648 - postcss-discard-empty@7.0.1(postcss@8.5.6): 8694 + postcss-discard-empty@7.0.3(postcss@8.5.15): 12649 8695 dependencies: 12650 - postcss: 8.5.6 8696 + postcss: 8.5.15 12651 8697 12652 - postcss-discard-empty@7.0.3(postcss@8.5.14): 8698 + postcss-discard-empty@8.0.1(postcss@8.5.15): 12653 8699 dependencies: 12654 - postcss: 8.5.14 8700 + postcss: 8.5.15 12655 8701 12656 - postcss-discard-overridden@7.0.1(postcss@8.5.6): 8702 + postcss-discard-overridden@7.0.3(postcss@8.5.15): 12657 8703 dependencies: 12658 - postcss: 8.5.6 8704 + postcss: 8.5.15 12659 8705 12660 - postcss-discard-overridden@7.0.3(postcss@8.5.14): 8706 + postcss-discard-overridden@8.0.1(postcss@8.5.15): 12661 8707 dependencies: 12662 - postcss: 8.5.14 8708 + postcss: 8.5.15 12663 8709 12664 - postcss-merge-longhand@7.0.5(postcss@8.5.6): 8710 + postcss-merge-longhand@7.0.7(postcss@8.5.15): 12665 8711 dependencies: 12666 - postcss: 8.5.6 8712 + postcss: 8.5.15 12667 8713 postcss-value-parser: 4.2.0 12668 - stylehacks: 7.0.7(postcss@8.5.6) 8714 + stylehacks: 7.0.11(postcss@8.5.15) 12669 8715 12670 - postcss-merge-longhand@7.0.7(postcss@8.5.14): 8716 + postcss-merge-longhand@8.0.1(postcss@8.5.15): 12671 8717 dependencies: 12672 - postcss: 8.5.14 8718 + postcss: 8.5.15 12673 8719 postcss-value-parser: 4.2.0 12674 - stylehacks: 7.0.11(postcss@8.5.14) 8720 + stylehacks: 8.0.1(postcss@8.5.15) 12675 8721 12676 - postcss-merge-rules@7.0.11(postcss@8.5.14): 8722 + postcss-merge-rules@7.0.11(postcss@8.5.15): 12677 8723 dependencies: 12678 8724 browserslist: 4.28.2 12679 8725 caniuse-api: 3.0.0 12680 - cssnano-utils: 5.0.3(postcss@8.5.14) 12681 - postcss: 8.5.14 12682 - postcss-selector-parser: 7.1.1 8726 + cssnano-utils: 5.0.3(postcss@8.5.15) 8727 + postcss: 8.5.15 8728 + postcss-selector-parser: 7.1.4 12683 8729 12684 - postcss-merge-rules@7.0.6(postcss@8.5.6): 8730 + postcss-merge-rules@8.0.1(postcss@8.5.15): 12685 8731 dependencies: 12686 - browserslist: 4.27.0 12687 - caniuse-api: 3.0.0 12688 - cssnano-utils: 5.0.1(postcss@8.5.6) 12689 - postcss: 8.5.6 12690 - postcss-selector-parser: 7.1.0 8732 + browserslist: 4.28.2 8733 + caniuse-api: 4.0.0 8734 + cssnano-utils: 6.0.1(postcss@8.5.15) 8735 + postcss: 8.5.15 8736 + postcss-selector-parser: 7.1.4 12691 8737 12692 - postcss-minify-font-values@7.0.1(postcss@8.5.6): 8738 + postcss-minify-font-values@7.0.3(postcss@8.5.15): 12693 8739 dependencies: 12694 - postcss: 8.5.6 8740 + postcss: 8.5.15 12695 8741 postcss-value-parser: 4.2.0 12696 8742 12697 - postcss-minify-font-values@7.0.3(postcss@8.5.14): 8743 + postcss-minify-font-values@8.0.1(postcss@8.5.15): 12698 8744 dependencies: 12699 - postcss: 8.5.14 8745 + postcss: 8.5.15 12700 8746 postcss-value-parser: 4.2.0 12701 8747 12702 - postcss-minify-gradients@7.0.1(postcss@8.5.6): 8748 + postcss-minify-gradients@7.0.5(postcss@8.5.15): 12703 8749 dependencies: 12704 - colord: 2.9.3 12705 - cssnano-utils: 5.0.1(postcss@8.5.6) 12706 - postcss: 8.5.6 8750 + '@colordx/core': 5.4.3 8751 + cssnano-utils: 5.0.3(postcss@8.5.15) 8752 + postcss: 8.5.15 12707 8753 postcss-value-parser: 4.2.0 12708 8754 12709 - postcss-minify-gradients@7.0.5(postcss@8.5.14): 8755 + postcss-minify-gradients@8.0.1(postcss@8.5.15): 12710 8756 dependencies: 12711 8757 '@colordx/core': 5.4.3 12712 - cssnano-utils: 5.0.3(postcss@8.5.14) 12713 - postcss: 8.5.14 8758 + cssnano-utils: 6.0.1(postcss@8.5.15) 8759 + postcss: 8.5.15 12714 8760 postcss-value-parser: 4.2.0 12715 8761 12716 - postcss-minify-params@7.0.4(postcss@8.5.6): 8762 + postcss-minify-params@7.0.9(postcss@8.5.15): 12717 8763 dependencies: 12718 - browserslist: 4.27.0 12719 - cssnano-utils: 5.0.1(postcss@8.5.6) 12720 - postcss: 8.5.6 8764 + browserslist: 4.28.2 8765 + cssnano-utils: 5.0.3(postcss@8.5.15) 8766 + postcss: 8.5.15 12721 8767 postcss-value-parser: 4.2.0 12722 8768 12723 - postcss-minify-params@7.0.9(postcss@8.5.14): 8769 + postcss-minify-params@8.0.1(postcss@8.5.15): 12724 8770 dependencies: 12725 8771 browserslist: 4.28.2 12726 - cssnano-utils: 5.0.3(postcss@8.5.14) 12727 - postcss: 8.5.14 8772 + cssnano-utils: 6.0.1(postcss@8.5.15) 8773 + postcss: 8.5.15 12728 8774 postcss-value-parser: 4.2.0 12729 8775 12730 - postcss-minify-selectors@7.0.5(postcss@8.5.6): 8776 + postcss-minify-selectors@7.1.2(postcss@8.5.15): 12731 8777 dependencies: 8778 + browserslist: 4.28.2 8779 + caniuse-api: 3.0.0 12732 8780 cssesc: 3.0.0 12733 - postcss: 8.5.6 12734 - postcss-selector-parser: 7.1.1 8781 + postcss: 8.5.15 8782 + postcss-selector-parser: 7.1.4 12735 8783 12736 - postcss-minify-selectors@7.1.2(postcss@8.5.14): 8784 + postcss-minify-selectors@8.0.2(postcss@8.5.15): 12737 8785 dependencies: 12738 8786 browserslist: 4.28.2 12739 - caniuse-api: 3.0.0 8787 + caniuse-api: 4.0.0 12740 8788 cssesc: 3.0.0 12741 - postcss: 8.5.14 12742 - postcss-selector-parser: 7.1.1 8789 + postcss: 8.5.15 8790 + postcss-selector-parser: 7.1.4 12743 8791 12744 - postcss-nested@7.0.2(postcss@8.5.14): 8792 + postcss-nested@7.0.2(postcss@8.5.15): 12745 8793 dependencies: 12746 - postcss: 8.5.14 12747 - postcss-selector-parser: 7.1.1 8794 + postcss: 8.5.15 8795 + postcss-selector-parser: 7.1.4 12748 8796 12749 - postcss-normalize-charset@7.0.1(postcss@8.5.6): 8797 + postcss-normalize-charset@7.0.3(postcss@8.5.15): 12750 8798 dependencies: 12751 - postcss: 8.5.6 8799 + postcss: 8.5.15 12752 8800 12753 - postcss-normalize-charset@7.0.3(postcss@8.5.14): 8801 + postcss-normalize-charset@8.0.1(postcss@8.5.15): 12754 8802 dependencies: 12755 - postcss: 8.5.14 8803 + postcss: 8.5.15 12756 8804 12757 - postcss-normalize-display-values@7.0.1(postcss@8.5.6): 8805 + postcss-normalize-display-values@7.0.3(postcss@8.5.15): 12758 8806 dependencies: 12759 - postcss: 8.5.6 8807 + postcss: 8.5.15 12760 8808 postcss-value-parser: 4.2.0 12761 8809 12762 - postcss-normalize-display-values@7.0.3(postcss@8.5.14): 8810 + postcss-normalize-display-values@8.0.1(postcss@8.5.15): 12763 8811 dependencies: 12764 - postcss: 8.5.14 8812 + postcss: 8.5.15 12765 8813 postcss-value-parser: 4.2.0 12766 8814 12767 - postcss-normalize-positions@7.0.1(postcss@8.5.6): 8815 + postcss-normalize-positions@7.0.4(postcss@8.5.15): 12768 8816 dependencies: 12769 - postcss: 8.5.6 8817 + postcss: 8.5.15 12770 8818 postcss-value-parser: 4.2.0 12771 8819 12772 - postcss-normalize-positions@7.0.4(postcss@8.5.14): 8820 + postcss-normalize-positions@8.0.1(postcss@8.5.15): 12773 8821 dependencies: 12774 - postcss: 8.5.14 8822 + postcss: 8.5.15 12775 8823 postcss-value-parser: 4.2.0 12776 8824 12777 - postcss-normalize-repeat-style@7.0.1(postcss@8.5.6): 8825 + postcss-normalize-repeat-style@7.0.4(postcss@8.5.15): 12778 8826 dependencies: 12779 - postcss: 8.5.6 8827 + postcss: 8.5.15 12780 8828 postcss-value-parser: 4.2.0 12781 8829 12782 - postcss-normalize-repeat-style@7.0.4(postcss@8.5.14): 8830 + postcss-normalize-repeat-style@8.0.1(postcss@8.5.15): 12783 8831 dependencies: 12784 - postcss: 8.5.14 8832 + postcss: 8.5.15 12785 8833 postcss-value-parser: 4.2.0 12786 8834 12787 - postcss-normalize-string@7.0.1(postcss@8.5.6): 8835 + postcss-normalize-string@7.0.3(postcss@8.5.15): 12788 8836 dependencies: 12789 - postcss: 8.5.6 8837 + postcss: 8.5.15 12790 8838 postcss-value-parser: 4.2.0 12791 8839 12792 - postcss-normalize-string@7.0.3(postcss@8.5.14): 8840 + postcss-normalize-string@8.0.1(postcss@8.5.15): 12793 8841 dependencies: 12794 - postcss: 8.5.14 8842 + postcss: 8.5.15 12795 8843 postcss-value-parser: 4.2.0 12796 8844 12797 - postcss-normalize-timing-functions@7.0.1(postcss@8.5.6): 8845 + postcss-normalize-timing-functions@7.0.3(postcss@8.5.15): 12798 8846 dependencies: 12799 - postcss: 8.5.6 8847 + postcss: 8.5.15 12800 8848 postcss-value-parser: 4.2.0 12801 8849 12802 - postcss-normalize-timing-functions@7.0.3(postcss@8.5.14): 8850 + postcss-normalize-timing-functions@8.0.1(postcss@8.5.15): 12803 8851 dependencies: 12804 - postcss: 8.5.14 8852 + postcss: 8.5.15 12805 8853 postcss-value-parser: 4.2.0 12806 8854 12807 - postcss-normalize-unicode@7.0.4(postcss@8.5.6): 8855 + postcss-normalize-unicode@7.0.9(postcss@8.5.15): 12808 8856 dependencies: 12809 - browserslist: 4.27.0 12810 - postcss: 8.5.6 8857 + browserslist: 4.28.2 8858 + postcss: 8.5.15 12811 8859 postcss-value-parser: 4.2.0 12812 8860 12813 - postcss-normalize-unicode@7.0.9(postcss@8.5.14): 8861 + postcss-normalize-unicode@8.0.1(postcss@8.5.15): 12814 8862 dependencies: 12815 8863 browserslist: 4.28.2 12816 - postcss: 8.5.14 8864 + postcss: 8.5.15 12817 8865 postcss-value-parser: 4.2.0 12818 8866 12819 - postcss-normalize-url@7.0.1(postcss@8.5.6): 8867 + postcss-normalize-url@7.0.3(postcss@8.5.15): 12820 8868 dependencies: 12821 - postcss: 8.5.6 8869 + postcss: 8.5.15 12822 8870 postcss-value-parser: 4.2.0 12823 8871 12824 - postcss-normalize-url@7.0.3(postcss@8.5.14): 8872 + postcss-normalize-url@8.0.1(postcss@8.5.15): 12825 8873 dependencies: 12826 - postcss: 8.5.14 8874 + postcss: 8.5.15 12827 8875 postcss-value-parser: 4.2.0 12828 8876 12829 - postcss-normalize-whitespace@7.0.1(postcss@8.5.6): 8877 + postcss-normalize-whitespace@7.0.3(postcss@8.5.15): 12830 8878 dependencies: 12831 - postcss: 8.5.6 8879 + postcss: 8.5.15 12832 8880 postcss-value-parser: 4.2.0 12833 8881 12834 - postcss-normalize-whitespace@7.0.3(postcss@8.5.14): 8882 + postcss-normalize-whitespace@8.0.1(postcss@8.5.15): 12835 8883 dependencies: 12836 - postcss: 8.5.14 8884 + postcss: 8.5.15 12837 8885 postcss-value-parser: 4.2.0 12838 8886 12839 - postcss-ordered-values@7.0.2(postcss@8.5.6): 8887 + postcss-ordered-values@7.0.4(postcss@8.5.15): 12840 8888 dependencies: 12841 - cssnano-utils: 5.0.1(postcss@8.5.6) 12842 - postcss: 8.5.6 8889 + cssnano-utils: 5.0.3(postcss@8.5.15) 8890 + postcss: 8.5.15 12843 8891 postcss-value-parser: 4.2.0 12844 8892 12845 - postcss-ordered-values@7.0.4(postcss@8.5.14): 8893 + postcss-ordered-values@8.0.1(postcss@8.5.15): 12846 8894 dependencies: 12847 - cssnano-utils: 5.0.3(postcss@8.5.14) 12848 - postcss: 8.5.14 8895 + cssnano-utils: 6.0.1(postcss@8.5.15) 8896 + postcss: 8.5.15 12849 8897 postcss-value-parser: 4.2.0 12850 8898 12851 - postcss-reduce-initial@7.0.4(postcss@8.5.6): 8899 + postcss-reduce-initial@7.0.9(postcss@8.5.15): 12852 8900 dependencies: 12853 - browserslist: 4.27.0 8901 + browserslist: 4.28.2 12854 8902 caniuse-api: 3.0.0 12855 - postcss: 8.5.6 8903 + postcss: 8.5.15 12856 8904 12857 - postcss-reduce-initial@7.0.9(postcss@8.5.14): 8905 + postcss-reduce-initial@8.0.1(postcss@8.5.15): 12858 8906 dependencies: 12859 8907 browserslist: 4.28.2 12860 - caniuse-api: 3.0.0 12861 - postcss: 8.5.14 8908 + caniuse-api: 4.0.0 8909 + postcss: 8.5.15 12862 8910 12863 - postcss-reduce-transforms@7.0.1(postcss@8.5.6): 8911 + postcss-reduce-transforms@7.0.3(postcss@8.5.15): 12864 8912 dependencies: 12865 - postcss: 8.5.6 8913 + postcss: 8.5.15 12866 8914 postcss-value-parser: 4.2.0 12867 8915 12868 - postcss-reduce-transforms@7.0.3(postcss@8.5.14): 8916 + postcss-reduce-transforms@8.0.1(postcss@8.5.15): 12869 8917 dependencies: 12870 - postcss: 8.5.14 8918 + postcss: 8.5.15 12871 8919 postcss-value-parser: 4.2.0 12872 8920 12873 - postcss-selector-parser@7.1.0: 8921 + postcss-selector-parser@7.1.4: 12874 8922 dependencies: 12875 8923 cssesc: 3.0.0 12876 8924 util-deprecate: 1.0.2 12877 8925 12878 - postcss-selector-parser@7.1.1: 8926 + postcss-svgo@7.1.3(postcss@8.5.15): 12879 8927 dependencies: 12880 - cssesc: 3.0.0 12881 - util-deprecate: 1.0.2 12882 - 12883 - postcss-svgo@7.1.0(postcss@8.5.6): 12884 - dependencies: 12885 - postcss: 8.5.6 8928 + postcss: 8.5.15 12886 8929 postcss-value-parser: 4.2.0 12887 - svgo: 4.0.0 8930 + svgo: 4.0.1 12888 8931 12889 - postcss-svgo@7.1.3(postcss@8.5.14): 8932 + postcss-svgo@8.0.1(postcss@8.5.15): 12890 8933 dependencies: 12891 - postcss: 8.5.14 8934 + postcss: 8.5.15 12892 8935 postcss-value-parser: 4.2.0 12893 8936 svgo: 4.0.1 12894 8937 12895 - postcss-unique-selectors@7.0.4(postcss@8.5.6): 8938 + postcss-unique-selectors@7.0.7(postcss@8.5.15): 12896 8939 dependencies: 12897 - postcss: 8.5.6 12898 - postcss-selector-parser: 7.1.1 8940 + postcss: 8.5.15 8941 + postcss-selector-parser: 7.1.4 12899 8942 12900 - postcss-unique-selectors@7.0.7(postcss@8.5.14): 8943 + postcss-unique-selectors@8.0.1(postcss@8.5.15): 12901 8944 dependencies: 12902 - postcss: 8.5.14 12903 - postcss-selector-parser: 7.1.1 8945 + postcss: 8.5.15 8946 + postcss-selector-parser: 7.1.4 12904 8947 12905 8948 postcss-value-parser@4.2.0: {} 12906 8949 12907 - postcss@8.5.14: 8950 + postcss@8.5.15: 12908 8951 dependencies: 12909 8952 nanoid: 3.3.12 12910 8953 picocolors: 1.1.1 12911 8954 source-map-js: 1.2.1 12912 8955 12913 - postcss@8.5.6: 12914 - dependencies: 12915 - nanoid: 3.3.11 12916 - picocolors: 1.1.1 12917 - source-map-js: 1.2.1 12918 - 12919 8956 powershell-utils@0.1.0: {} 12920 8957 12921 8958 prelude-ls@1.2.1: {} 12922 8959 12923 8960 pretty-bytes@7.1.0: {} 12924 8961 12925 - pretty-ms@9.3.0: 12926 - dependencies: 12927 - parse-ms: 4.0.0 12928 - 12929 8962 process-nextick-args@2.0.1: {} 12930 8963 12931 8964 process@0.11.10: {} 12932 8965 12933 - prompts@2.4.2: 12934 - dependencies: 12935 - kleur: 3.0.3 12936 - sisteransi: 1.0.5 12937 - 12938 8966 proper-lockfile@4.1.2: 12939 8967 dependencies: 12940 8968 graceful-fs: 4.2.11 12941 8969 retry: 0.12.0 12942 8970 signal-exit: 3.0.7 12943 - 12944 - protocols@2.0.2: {} 12945 8971 12946 8972 punycode@2.3.1: {} 12947 8973 ··· 12951 8977 12952 8978 radix3@1.1.2: {} 12953 8979 12954 - randombytes@2.1.0: 12955 - dependencies: 12956 - safe-buffer: 5.2.1 12957 - 12958 8980 range-parser@1.2.1: {} 12959 8981 12960 - rc9@2.1.2: 12961 - dependencies: 12962 - defu: 6.1.4 12963 - destr: 2.0.5 12964 - 12965 8982 rc9@3.0.1: 12966 8983 dependencies: 12967 8984 defu: 6.1.7 ··· 12989 9006 dependencies: 12990 9007 minimatch: 5.1.9 12991 9008 12992 - readdirp@4.1.2: {} 12993 - 12994 9009 readdirp@5.0.0: {} 12995 9010 12996 9011 redis-errors@1.2.0: {} ··· 13010 9025 13011 9026 regexp-tree@0.1.27: {} 13012 9027 13013 - regjsparser@0.13.1: 9028 + regjsparser@0.13.2: 13014 9029 dependencies: 13015 9030 jsesc: 3.1.0 13016 9031 13017 - require-directory@2.1.1: {} 13018 - 13019 9032 reserved-identifiers@1.2.0: {} 13020 9033 13021 - resolve-from@4.0.0: 13022 - optional: true 13023 - 13024 9034 resolve-from@5.0.0: {} 13025 9035 13026 9036 resolve-pkg-maps@1.0.0: {} 13027 - 13028 - resolve@1.22.11: 13029 - dependencies: 13030 - is-core-module: 2.16.1 13031 - path-parse: 1.0.7 13032 - supports-preserve-symlinks-flag: 1.0.0 13033 9037 13034 9038 resolve@1.22.12: 13035 9039 dependencies: ··· 13042 9046 13043 9047 reusify@1.1.0: {} 13044 9048 13045 - rfdc@1.4.1: {} 13046 - 13047 - rollup-plugin-dts@6.4.1(rollup@4.60.3)(typescript@6.0.3): 9049 + rollup-plugin-dts@6.4.1(rollup@4.62.0)(typescript@6.0.3): 13048 9050 dependencies: 13049 9051 '@jridgewell/remapping': 2.3.5 13050 9052 '@jridgewell/sourcemap-codec': 1.5.5 13051 9053 convert-source-map: 2.0.0 13052 9054 magic-string: 0.30.21 13053 - rollup: 4.60.3 9055 + rollup: 4.62.0 13054 9056 typescript: 6.0.3 13055 9057 optionalDependencies: 13056 - '@babel/code-frame': 7.29.0 9058 + '@babel/code-frame': 7.29.7 13057 9059 13058 - rollup-plugin-visualizer@6.0.5(rollup@4.52.5): 13059 - dependencies: 13060 - open: 8.4.2 13061 - picomatch: 4.0.3 13062 - source-map: 0.7.6 13063 - yargs: 17.7.2 13064 - optionalDependencies: 13065 - rollup: 4.52.5 13066 - 13067 - rollup-plugin-visualizer@7.0.1(rollup@4.60.3): 9060 + rollup-plugin-visualizer@7.0.1(rollup@4.62.0): 13068 9061 dependencies: 13069 9062 open: 11.0.0 13070 9063 picomatch: 4.0.4 13071 9064 source-map: 0.7.6 13072 9065 yargs: 18.0.0 13073 9066 optionalDependencies: 13074 - rollup: 4.60.3 9067 + rollup: 4.62.0 13075 9068 13076 - rollup@4.52.5: 9069 + rollup@4.62.0: 13077 9070 dependencies: 13078 - '@types/estree': 1.0.8 9071 + '@types/estree': 1.0.9 13079 9072 optionalDependencies: 13080 - '@rollup/rollup-android-arm-eabi': 4.52.5 13081 - '@rollup/rollup-android-arm64': 4.52.5 13082 - '@rollup/rollup-darwin-arm64': 4.52.5 13083 - '@rollup/rollup-darwin-x64': 4.52.5 13084 - '@rollup/rollup-freebsd-arm64': 4.52.5 13085 - '@rollup/rollup-freebsd-x64': 4.52.5 13086 - '@rollup/rollup-linux-arm-gnueabihf': 4.52.5 13087 - '@rollup/rollup-linux-arm-musleabihf': 4.52.5 13088 - '@rollup/rollup-linux-arm64-gnu': 4.52.5 13089 - '@rollup/rollup-linux-arm64-musl': 4.52.5 13090 - '@rollup/rollup-linux-loong64-gnu': 4.52.5 13091 - '@rollup/rollup-linux-ppc64-gnu': 4.52.5 13092 - '@rollup/rollup-linux-riscv64-gnu': 4.52.5 13093 - '@rollup/rollup-linux-riscv64-musl': 4.52.5 13094 - '@rollup/rollup-linux-s390x-gnu': 4.52.5 13095 - '@rollup/rollup-linux-x64-gnu': 4.52.5 13096 - '@rollup/rollup-linux-x64-musl': 4.52.5 13097 - '@rollup/rollup-openharmony-arm64': 4.52.5 13098 - '@rollup/rollup-win32-arm64-msvc': 4.52.5 13099 - '@rollup/rollup-win32-ia32-msvc': 4.52.5 13100 - '@rollup/rollup-win32-x64-gnu': 4.52.5 13101 - '@rollup/rollup-win32-x64-msvc': 4.52.5 13102 - fsevents: 2.3.3 13103 - 13104 - rollup@4.60.3: 13105 - dependencies: 13106 - '@types/estree': 1.0.8 13107 - optionalDependencies: 13108 - '@rollup/rollup-android-arm-eabi': 4.60.3 13109 - '@rollup/rollup-android-arm64': 4.60.3 13110 - '@rollup/rollup-darwin-arm64': 4.60.3 13111 - '@rollup/rollup-darwin-x64': 4.60.3 13112 - '@rollup/rollup-freebsd-arm64': 4.60.3 13113 - '@rollup/rollup-freebsd-x64': 4.60.3 13114 - '@rollup/rollup-linux-arm-gnueabihf': 4.60.3 13115 - '@rollup/rollup-linux-arm-musleabihf': 4.60.3 13116 - '@rollup/rollup-linux-arm64-gnu': 4.60.3 13117 - '@rollup/rollup-linux-arm64-musl': 4.60.3 13118 - '@rollup/rollup-linux-loong64-gnu': 4.60.3 13119 - '@rollup/rollup-linux-loong64-musl': 4.60.3 13120 - '@rollup/rollup-linux-ppc64-gnu': 4.60.3 13121 - '@rollup/rollup-linux-ppc64-musl': 4.60.3 13122 - '@rollup/rollup-linux-riscv64-gnu': 4.60.3 13123 - '@rollup/rollup-linux-riscv64-musl': 4.60.3 13124 - '@rollup/rollup-linux-s390x-gnu': 4.60.3 13125 - '@rollup/rollup-linux-x64-gnu': 4.60.3 13126 - '@rollup/rollup-linux-x64-musl': 4.60.3 13127 - '@rollup/rollup-openbsd-x64': 4.60.3 13128 - '@rollup/rollup-openharmony-arm64': 4.60.3 13129 - '@rollup/rollup-win32-arm64-msvc': 4.60.3 13130 - '@rollup/rollup-win32-ia32-msvc': 4.60.3 13131 - '@rollup/rollup-win32-x64-gnu': 4.60.3 13132 - '@rollup/rollup-win32-x64-msvc': 4.60.3 9073 + '@rollup/rollup-android-arm-eabi': 4.62.0 9074 + '@rollup/rollup-android-arm64': 4.62.0 9075 + '@rollup/rollup-darwin-arm64': 4.62.0 9076 + '@rollup/rollup-darwin-x64': 4.62.0 9077 + '@rollup/rollup-freebsd-arm64': 4.62.0 9078 + '@rollup/rollup-freebsd-x64': 4.62.0 9079 + '@rollup/rollup-linux-arm-gnueabihf': 4.62.0 9080 + '@rollup/rollup-linux-arm-musleabihf': 4.62.0 9081 + '@rollup/rollup-linux-arm64-gnu': 4.62.0 9082 + '@rollup/rollup-linux-arm64-musl': 4.62.0 9083 + '@rollup/rollup-linux-loong64-gnu': 4.62.0 9084 + '@rollup/rollup-linux-loong64-musl': 4.62.0 9085 + '@rollup/rollup-linux-ppc64-gnu': 4.62.0 9086 + '@rollup/rollup-linux-ppc64-musl': 4.62.0 9087 + '@rollup/rollup-linux-riscv64-gnu': 4.62.0 9088 + '@rollup/rollup-linux-riscv64-musl': 4.62.0 9089 + '@rollup/rollup-linux-s390x-gnu': 4.62.0 9090 + '@rollup/rollup-linux-x64-gnu': 4.62.0 9091 + '@rollup/rollup-linux-x64-musl': 4.62.0 9092 + '@rollup/rollup-openbsd-x64': 4.62.0 9093 + '@rollup/rollup-openharmony-arm64': 4.62.0 9094 + '@rollup/rollup-win32-arm64-msvc': 4.62.0 9095 + '@rollup/rollup-win32-ia32-msvc': 4.62.0 9096 + '@rollup/rollup-win32-x64-gnu': 4.62.0 9097 + '@rollup/rollup-win32-x64-msvc': 4.62.0 13133 9098 fsevents: 2.3.3 13134 9099 13135 9100 rou3@0.8.1: {} ··· 13143 9108 safe-buffer@5.1.2: {} 13144 9109 13145 9110 safe-buffer@5.2.1: {} 13146 - 13147 - sax@1.5.0: {} 13148 9111 13149 9112 sax@1.6.0: {} 13150 9113 ··· 13158 9121 13159 9122 semver@6.3.1: {} 13160 9123 13161 - semver@7.7.3: {} 13162 - 13163 - semver@7.7.4: {} 13164 - 13165 - send@1.2.0: 13166 - dependencies: 13167 - debug: 4.4.3 13168 - encodeurl: 2.0.0 13169 - escape-html: 1.0.3 13170 - etag: 1.8.1 13171 - fresh: 2.0.0 13172 - http-errors: 2.0.1 13173 - mime-types: 3.0.2 13174 - ms: 2.1.3 13175 - on-finished: 2.4.1 13176 - range-parser: 1.2.1 13177 - statuses: 2.0.2 13178 - transitivePeerDependencies: 13179 - - supports-color 9124 + semver@7.8.4: {} 13180 9125 13181 9126 send@1.2.1: 13182 9127 dependencies: ··· 13194 9139 transitivePeerDependencies: 13195 9140 - supports-color 13196 9141 13197 - serialize-javascript@6.0.2: 13198 - dependencies: 13199 - randombytes: 2.1.0 13200 - 13201 9142 serialize-javascript@7.0.5: {} 13202 9143 13203 9144 seroval@1.5.4: {} ··· 13206 9147 dependencies: 13207 9148 defu: 6.1.7 13208 9149 13209 - serve-static@2.2.0: 13210 - dependencies: 13211 - encodeurl: 2.0.0 13212 - escape-html: 1.0.3 13213 - parseurl: 1.3.3 13214 - send: 1.2.0 13215 - transitivePeerDependencies: 13216 - - supports-color 13217 - 13218 9150 serve-static@2.2.1: 13219 9151 dependencies: 13220 9152 encodeurl: 2.0.0 ··· 13232 9164 13233 9165 shebang-regex@3.0.0: {} 13234 9166 13235 - shell-quote@1.8.3: {} 9167 + shell-quote@1.8.4: {} 13236 9168 13237 9169 siginfo@2.0.0: {} 13238 9170 ··· 13240 9172 13241 9173 signal-exit@4.1.0: {} 13242 9174 13243 - simple-git@3.28.0: 13244 - dependencies: 13245 - '@kwsites/file-exists': 1.1.1 13246 - '@kwsites/promise-deferred': 1.1.1 13247 - debug: 4.4.3 13248 - transitivePeerDependencies: 13249 - - supports-color 13250 - 13251 9175 simple-git@3.36.0: 13252 9176 dependencies: 13253 9177 '@kwsites/file-exists': 1.1.1 ··· 13268 9192 13269 9193 slash@5.1.0: {} 13270 9194 13271 - smob@1.5.0: {} 13272 - 13273 - smob@1.6.1: {} 9195 + smob@1.6.2: {} 13274 9196 13275 9197 source-map-js@1.2.1: {} 13276 9198 ··· 13292 9214 13293 9215 spdx-license-ids@3.0.23: {} 13294 9216 13295 - speakingurl@14.0.1: {} 13296 - 13297 - srvx@0.11.15: {} 13298 - 13299 - srvx@0.8.16: {} 9217 + srvx@0.11.16: {} 13300 9218 13301 9219 stable-hash-x@0.2.0: {} 13302 9220 ··· 13310 9228 13311 9229 std-env@4.1.0: {} 13312 9230 13313 - streamx@2.25.0: 9231 + streamx@2.28.0: 13314 9232 dependencies: 13315 9233 events-universal: 1.0.1 13316 9234 fast-fifo: 1.3.2 ··· 13334 9252 string-width@7.2.0: 13335 9253 dependencies: 13336 9254 emoji-regex: 10.6.0 13337 - get-east-asian-width: 1.5.0 9255 + get-east-asian-width: 1.6.0 13338 9256 strip-ansi: 7.2.0 13339 9257 13340 9258 string_decoder@1.1.1: ··· 13355 9273 13356 9274 strip-final-newline@3.0.0: {} 13357 9275 13358 - strip-final-newline@4.0.0: {} 13359 - 13360 9276 strip-indent@4.1.1: {} 13361 9277 13362 - strip-json-comments@3.1.1: 13363 - optional: true 13364 - 13365 9278 strip-literal@3.1.0: 13366 9279 dependencies: 13367 9280 js-tokens: 9.0.1 13368 - 13369 - structured-clone-es@1.0.0: {} 13370 9281 13371 9282 structured-clone-es@2.0.0: {} 13372 9283 13373 - stylehacks@7.0.11(postcss@8.5.14): 9284 + stylehacks@7.0.11(postcss@8.5.15): 13374 9285 dependencies: 13375 9286 browserslist: 4.28.2 13376 - postcss: 8.5.14 13377 - postcss-selector-parser: 7.1.1 9287 + postcss: 8.5.15 9288 + postcss-selector-parser: 7.1.4 13378 9289 13379 - stylehacks@7.0.7(postcss@8.5.6): 9290 + stylehacks@8.0.1(postcss@8.5.15): 13380 9291 dependencies: 13381 - browserslist: 4.28.1 13382 - postcss: 8.5.6 13383 - postcss-selector-parser: 7.1.1 13384 - 13385 - superjson@2.2.5: 13386 - dependencies: 13387 - copy-anything: 4.0.5 9292 + browserslist: 4.28.2 9293 + postcss: 8.5.15 9294 + postcss-selector-parser: 7.1.4 13388 9295 13389 9296 supports-color@10.2.2: {} 13390 9297 13391 - supports-color@7.2.0: 13392 - dependencies: 13393 - has-flag: 4.0.0 13394 - optional: true 13395 - 13396 9298 supports-preserve-symlinks-flag@1.0.0: {} 13397 9299 13398 - svgo@4.0.0: 13399 - dependencies: 13400 - commander: 11.1.0 13401 - css-select: 5.2.2 13402 - css-tree: 3.1.0 13403 - css-what: 6.2.2 13404 - csso: 5.0.5 13405 - picocolors: 1.1.1 13406 - sax: 1.5.0 13407 - 13408 9300 svgo@4.0.1: 13409 9301 dependencies: 13410 9302 commander: 11.1.0 ··· 13415 9307 picocolors: 1.1.1 13416 9308 sax: 1.6.0 13417 9309 13418 - system-architecture@0.1.0: {} 13419 - 13420 9310 tagged-tag@1.0.0: {} 13421 9311 13422 9312 tar-stream@3.2.0: 13423 9313 dependencies: 13424 9314 b4a: 1.8.1 13425 - bare-fs: 4.7.1 9315 + bare-fs: 4.7.2 13426 9316 fast-fifo: 1.3.2 13427 - streamx: 2.25.0 9317 + streamx: 2.28.0 13428 9318 transitivePeerDependencies: 13429 9319 - bare-abort-controller 13430 9320 - bare-buffer 13431 9321 - react-native-b4a 13432 9322 13433 - tar@7.5.14: 9323 + tar@7.5.16: 13434 9324 dependencies: 13435 9325 '@isaacs/fs-minipass': 4.0.1 13436 9326 chownr: 3.0.0 ··· 13438 9328 minizlib: 3.1.0 13439 9329 yallist: 5.0.0 13440 9330 13441 - tar@7.5.2: 13442 - dependencies: 13443 - '@isaacs/fs-minipass': 4.0.1 13444 - chownr: 3.0.0 13445 - minipass: 7.1.2 13446 - minizlib: 3.1.0 13447 - yallist: 5.0.0 13448 - 13449 9331 teex@1.0.1: 13450 9332 dependencies: 13451 - streamx: 2.25.0 9333 + streamx: 2.28.0 13452 9334 transitivePeerDependencies: 13453 9335 - bare-abort-controller 13454 9336 - react-native-b4a 13455 9337 13456 - terser@5.44.0: 13457 - dependencies: 13458 - '@jridgewell/source-map': 0.3.11 13459 - acorn: 8.15.0 13460 - commander: 2.20.3 13461 - source-map-support: 0.5.21 13462 - optional: true 13463 - 13464 - terser@5.44.1: 13465 - dependencies: 13466 - '@jridgewell/source-map': 0.3.11 13467 - acorn: 8.15.0 13468 - commander: 2.20.3 13469 - source-map-support: 0.5.21 13470 - 13471 - terser@5.46.2: 9338 + terser@5.48.0: 13472 9339 dependencies: 13473 9340 '@jridgewell/source-map': 0.3.11 13474 - acorn: 8.16.0 9341 + acorn: 8.17.0 13475 9342 commander: 2.20.3 13476 9343 source-map-support: 0.5.21 13477 9344 ··· 13485 9352 13486 9353 tinybench@2.9.0: {} 13487 9354 13488 - tinyclip@0.1.12: {} 13489 - 13490 - tinyexec@1.0.1: {} 9355 + tinyclip@0.1.14: {} 13491 9356 13492 - tinyexec@1.0.2: {} 9357 + tinyexec@1.2.4: {} 13493 9358 13494 - tinyexec@1.1.2: {} 13495 - 13496 - tinyglobby@0.2.15: 13497 - dependencies: 13498 - fdir: 6.5.0(picomatch@4.0.3) 13499 - picomatch: 4.0.3 13500 - 13501 - tinyglobby@0.2.16: 9359 + tinyglobby@0.2.17: 13502 9360 dependencies: 13503 9361 fdir: 6.5.0(picomatch@4.0.4) 13504 9362 picomatch: 4.0.4 ··· 13535 9393 dependencies: 13536 9394 prelude-ls: 1.2.1 13537 9395 13538 - type-fest@5.6.0: 9396 + type-fest@5.7.0: 13539 9397 dependencies: 13540 9398 tagged-tag: 1.0.0 13541 9399 13542 9400 type-level-regexp@0.1.17: {} 13543 9401 13544 - typescript@5.9.3: 13545 - optional: true 13546 - 13547 9402 typescript@6.0.3: {} 13548 9403 13549 - ufo@1.6.1: {} 13550 - 13551 - ufo@1.6.3: {} 13552 - 13553 9404 ufo@1.6.4: {} 13554 9405 13555 9406 ultrahtml@1.6.0: {} 13556 9407 13557 - unbuild@3.6.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)))(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3)): 9408 + unbuild@3.6.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)))(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)): 13558 9409 dependencies: 13559 - '@rollup/plugin-alias': 5.1.1(rollup@4.60.3) 13560 - '@rollup/plugin-commonjs': 28.0.9(rollup@4.60.3) 13561 - '@rollup/plugin-json': 6.1.0(rollup@4.60.3) 13562 - '@rollup/plugin-node-resolve': 16.0.3(rollup@4.60.3) 13563 - '@rollup/plugin-replace': 6.0.3(rollup@4.60.3) 13564 - '@rollup/pluginutils': 5.3.0(rollup@4.60.3) 9410 + '@rollup/plugin-alias': 5.1.1(rollup@4.62.0) 9411 + '@rollup/plugin-commonjs': 28.0.9(rollup@4.62.0) 9412 + '@rollup/plugin-json': 6.1.0(rollup@4.62.0) 9413 + '@rollup/plugin-node-resolve': 16.0.3(rollup@4.62.0) 9414 + '@rollup/plugin-replace': 6.0.3(rollup@4.62.0) 9415 + '@rollup/pluginutils': 5.4.0(rollup@4.62.0) 13565 9416 citty: 0.1.6 13566 9417 consola: 3.4.2 13567 9418 defu: 6.1.7 ··· 13570 9421 hookable: 5.5.3 13571 9422 jiti: 2.7.0 13572 9423 magic-string: 0.30.21 13573 - mkdist: 2.4.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)))(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.34(typescript@6.0.3)) 9424 + mkdist: 2.4.1(typescript@6.0.3)(vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)))(vue-tsc@3.3.5(typescript@6.0.3))(vue@3.5.38(typescript@6.0.3)) 13574 9425 mlly: 1.8.2 13575 9426 pathe: 2.0.3 13576 9427 pkg-types: 2.3.1 13577 9428 pretty-bytes: 7.1.0 13578 - rollup: 4.60.3 13579 - rollup-plugin-dts: 6.4.1(rollup@4.60.3)(typescript@6.0.3) 9429 + rollup: 4.62.0 9430 + rollup-plugin-dts: 6.4.1(rollup@4.62.0)(typescript@6.0.3) 13580 9431 scule: 1.3.0 13581 - tinyglobby: 0.2.16 9432 + tinyglobby: 0.2.17 13582 9433 untyped: 2.0.0 13583 9434 optionalDependencies: 13584 9435 typescript: 6.0.3 ··· 13590 9441 13591 9442 uncrypto@0.1.3: {} 13592 9443 13593 - unctx@2.4.1: 13594 - dependencies: 13595 - acorn: 8.15.0 13596 - estree-walker: 3.0.3 13597 - magic-string: 0.30.21 13598 - unplugin: 2.3.11 13599 - 13600 9444 unctx@2.5.0: 13601 9445 dependencies: 13602 - acorn: 8.16.0 9446 + acorn: 8.17.0 13603 9447 estree-walker: 3.0.3 13604 9448 magic-string: 0.30.21 13605 9449 unplugin: 2.3.11 13606 9450 13607 - undici-types@7.16.0: 13608 - optional: true 13609 - 13610 - undici-types@7.19.2: {} 13611 - 13612 - undici@7.16.0: {} 13613 - 13614 - unenv@2.0.0-rc.21: 13615 - dependencies: 13616 - defu: 6.1.4 13617 - exsolve: 1.0.7 13618 - ohash: 2.0.11 13619 - pathe: 2.0.3 13620 - ufo: 1.6.1 13621 - 13622 - unenv@2.0.0-rc.22: 13623 - dependencies: 13624 - defu: 6.1.4 13625 - exsolve: 1.0.7 13626 - ohash: 2.0.11 13627 - pathe: 2.0.3 13628 - ufo: 1.6.1 9451 + undici-types@7.24.6: {} 13629 9452 13630 9453 unenv@2.0.0-rc.24: 13631 9454 dependencies: 13632 9455 pathe: 2.0.3 13633 9456 13634 - unhead@2.0.19: 13635 - dependencies: 13636 - hookable: 5.5.3 13637 - 13638 - unhead@2.1.13: 9457 + unhead@2.1.15: 13639 9458 dependencies: 13640 9459 hookable: 6.1.1 13641 9460 ··· 13643 9462 13644 9463 unicorn-magic@0.4.0: {} 13645 9464 13646 - unimport@5.5.0: 9465 + unimport@6.3.0(oxc-parser@0.133.0): 13647 9466 dependencies: 13648 - acorn: 8.15.0 9467 + acorn: 8.17.0 13649 9468 escape-string-regexp: 5.0.0 13650 9469 estree-walker: 3.0.3 13651 - local-pkg: 1.1.2 13652 - magic-string: 0.30.21 13653 - mlly: 1.8.0 13654 - pathe: 2.0.3 13655 - picomatch: 4.0.3 13656 - pkg-types: 2.3.0 13657 - scule: 1.3.0 13658 - strip-literal: 3.1.0 13659 - tinyglobby: 0.2.15 13660 - unplugin: 2.3.11 13661 - unplugin-utils: 0.3.1 13662 - 13663 - unimport@6.2.0(oxc-parser@0.128.0): 13664 - dependencies: 13665 - acorn: 8.16.0 13666 - escape-string-regexp: 5.0.0 13667 - estree-walker: 3.0.3 13668 - local-pkg: 1.1.2 9470 + local-pkg: 1.2.1 13669 9471 magic-string: 0.30.21 13670 9472 mlly: 1.8.2 13671 9473 pathe: 2.0.3 ··· 13673 9475 pkg-types: 2.3.1 13674 9476 scule: 1.3.0 13675 9477 strip-literal: 3.1.0 13676 - tinyglobby: 0.2.16 9478 + tinyglobby: 0.2.17 13677 9479 unplugin: 3.0.0 13678 9480 unplugin-utils: 0.3.1 13679 9481 optionalDependencies: 13680 - oxc-parser: 0.128.0 13681 - 13682 - unplugin-utils@0.2.5: 13683 - dependencies: 13684 - pathe: 2.0.3 13685 - picomatch: 4.0.3 9482 + oxc-parser: 0.133.0 13686 9483 13687 9484 unplugin-utils@0.3.1: 13688 9485 dependencies: 13689 9486 pathe: 2.0.3 13690 9487 picomatch: 4.0.4 13691 9488 13692 - unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.22)(typescript@5.9.3)(vue-router@4.6.3(vue@3.5.22(typescript@5.9.3)))(vue@3.5.22(typescript@5.9.3)): 13693 - dependencies: 13694 - '@vue-macros/common': 3.0.0-beta.16(vue@3.5.22(typescript@5.9.3)) 13695 - '@vue/compiler-sfc': 3.5.22 13696 - '@vue/language-core': 3.1.1(typescript@5.9.3) 13697 - ast-walker-scope: 0.8.3 13698 - chokidar: 4.0.3 13699 - json5: 2.2.3 13700 - local-pkg: 1.1.2 13701 - magic-string: 0.30.21 13702 - mlly: 1.8.0 13703 - muggle-string: 0.4.1 13704 - pathe: 2.0.3 13705 - picomatch: 4.0.3 13706 - scule: 1.3.0 13707 - tinyglobby: 0.2.15 13708 - unplugin: 2.3.10 13709 - unplugin-utils: 0.2.5 13710 - yaml: 2.8.1 13711 - optionalDependencies: 13712 - vue-router: 4.6.3(vue@3.5.22(typescript@5.9.3)) 13713 - transitivePeerDependencies: 13714 - - typescript 13715 - - vue 13716 - 13717 - unplugin@2.3.10: 13718 - dependencies: 13719 - '@jridgewell/remapping': 2.3.5 13720 - acorn: 8.15.0 13721 - picomatch: 4.0.3 13722 - webpack-virtual-modules: 0.6.2 13723 - 13724 9489 unplugin@2.3.11: 13725 9490 dependencies: 13726 9491 '@jridgewell/remapping': 2.3.5 13727 - acorn: 8.16.0 9492 + acorn: 8.17.0 13728 9493 picomatch: 4.0.4 13729 9494 webpack-virtual-modules: 0.6.2 13730 9495 ··· 13739 9504 escape-string-regexp: 5.0.0 13740 9505 ufo: 1.6.4 13741 9506 13742 - unrs-resolver@1.11.1: 9507 + unrs-resolver@1.12.2: 13743 9508 dependencies: 13744 9509 napi-postinstall: 0.3.4 13745 9510 optionalDependencies: 13746 - '@unrs/resolver-binding-android-arm-eabi': 1.11.1 13747 - '@unrs/resolver-binding-android-arm64': 1.11.1 13748 - '@unrs/resolver-binding-darwin-arm64': 1.11.1 13749 - '@unrs/resolver-binding-darwin-x64': 1.11.1 13750 - '@unrs/resolver-binding-freebsd-x64': 1.11.1 13751 - '@unrs/resolver-binding-linux-arm-gnueabihf': 1.11.1 13752 - '@unrs/resolver-binding-linux-arm-musleabihf': 1.11.1 13753 - '@unrs/resolver-binding-linux-arm64-gnu': 1.11.1 13754 - '@unrs/resolver-binding-linux-arm64-musl': 1.11.1 13755 - '@unrs/resolver-binding-linux-ppc64-gnu': 1.11.1 13756 - '@unrs/resolver-binding-linux-riscv64-gnu': 1.11.1 13757 - '@unrs/resolver-binding-linux-riscv64-musl': 1.11.1 13758 - '@unrs/resolver-binding-linux-s390x-gnu': 1.11.1 13759 - '@unrs/resolver-binding-linux-x64-gnu': 1.11.1 13760 - '@unrs/resolver-binding-linux-x64-musl': 1.11.1 13761 - '@unrs/resolver-binding-wasm32-wasi': 1.11.1 13762 - '@unrs/resolver-binding-win32-arm64-msvc': 1.11.1 13763 - '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1 13764 - '@unrs/resolver-binding-win32-x64-msvc': 1.11.1 13765 - 13766 - unstorage@1.17.1(db0@0.3.4)(ioredis@5.8.2): 13767 - dependencies: 13768 - anymatch: 3.1.3 13769 - chokidar: 4.0.3 13770 - destr: 2.0.5 13771 - h3: 1.15.4 13772 - lru-cache: 10.4.3 13773 - node-fetch-native: 1.6.7 13774 - ofetch: 1.5.0 13775 - ufo: 1.6.1 13776 - optionalDependencies: 13777 - db0: 0.3.4 13778 - ioredis: 5.8.2 9511 + '@unrs/resolver-binding-android-arm-eabi': 1.12.2 9512 + '@unrs/resolver-binding-android-arm64': 1.12.2 9513 + '@unrs/resolver-binding-darwin-arm64': 1.12.2 9514 + '@unrs/resolver-binding-darwin-x64': 1.12.2 9515 + '@unrs/resolver-binding-freebsd-x64': 1.12.2 9516 + '@unrs/resolver-binding-linux-arm-gnueabihf': 1.12.2 9517 + '@unrs/resolver-binding-linux-arm-musleabihf': 1.12.2 9518 + '@unrs/resolver-binding-linux-arm64-gnu': 1.12.2 9519 + '@unrs/resolver-binding-linux-arm64-musl': 1.12.2 9520 + '@unrs/resolver-binding-linux-loong64-gnu': 1.12.2 9521 + '@unrs/resolver-binding-linux-loong64-musl': 1.12.2 9522 + '@unrs/resolver-binding-linux-ppc64-gnu': 1.12.2 9523 + '@unrs/resolver-binding-linux-riscv64-gnu': 1.12.2 9524 + '@unrs/resolver-binding-linux-riscv64-musl': 1.12.2 9525 + '@unrs/resolver-binding-linux-s390x-gnu': 1.12.2 9526 + '@unrs/resolver-binding-linux-x64-gnu': 1.12.2 9527 + '@unrs/resolver-binding-linux-x64-musl': 1.12.2 9528 + '@unrs/resolver-binding-openharmony-arm64': 1.12.2 9529 + '@unrs/resolver-binding-wasm32-wasi': 1.12.2 9530 + '@unrs/resolver-binding-win32-arm64-msvc': 1.12.2 9531 + '@unrs/resolver-binding-win32-ia32-msvc': 1.12.2 9532 + '@unrs/resolver-binding-win32-x64-msvc': 1.12.2 13779 9533 13780 - unstorage@1.17.5(db0@0.3.4)(ioredis@5.10.1): 9534 + unstorage@1.17.5(db0@0.3.4)(ioredis@5.11.1): 13781 9535 dependencies: 13782 9536 anymatch: 3.1.3 13783 9537 chokidar: 5.0.0 13784 9538 destr: 2.0.5 13785 9539 h3: 1.15.11 13786 - lru-cache: 11.3.6 9540 + lru-cache: 11.5.1 13787 9541 node-fetch-native: 1.6.7 13788 9542 ofetch: 1.5.1 13789 9543 ufo: 1.6.4 13790 9544 optionalDependencies: 13791 9545 db0: 0.3.4 13792 - ioredis: 5.10.1 9546 + ioredis: 5.11.1 13793 9547 13794 9548 untun@0.1.3: 13795 9549 dependencies: ··· 13805 9559 knitwork: 1.3.0 13806 9560 scule: 1.3.0 13807 9561 13808 - unwasm@0.3.11: 13809 - dependencies: 13810 - knitwork: 1.3.0 13811 - magic-string: 0.30.21 13812 - mlly: 1.8.0 13813 - pathe: 2.0.3 13814 - pkg-types: 2.3.0 13815 - unplugin: 2.3.11 13816 - 13817 9562 unwasm@0.5.3: 13818 9563 dependencies: 13819 9564 exsolve: 1.0.8 ··· 13823 9568 pathe: 2.0.3 13824 9569 pkg-types: 2.3.1 13825 9570 13826 - update-browserslist-db@1.1.4(browserslist@4.27.0): 13827 - dependencies: 13828 - browserslist: 4.27.0 13829 - escalade: 3.2.0 13830 - picocolors: 1.1.1 13831 - 13832 - update-browserslist-db@1.2.3(browserslist@4.28.1): 13833 - dependencies: 13834 - browserslist: 4.28.1 13835 - escalade: 3.2.0 13836 - picocolors: 1.1.1 13837 - 13838 9571 update-browserslist-db@1.2.3(browserslist@4.28.2): 13839 9572 dependencies: 13840 9573 browserslist: 4.28.2 13841 9574 escalade: 3.2.0 13842 9575 picocolors: 1.1.1 13843 - 13844 - uqr@0.1.2: {} 13845 9576 13846 9577 uqr@0.1.3: {} 13847 9578 ··· 13851 9582 13852 9583 util-deprecate@1.0.2: {} 13853 9584 13854 - vite-dev-rpc@1.1.0(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)): 9585 + vite-dev-rpc@2.0.0(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)): 13855 9586 dependencies: 13856 - birpc: 2.6.1 13857 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 13858 - 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)) 9587 + birpc: 4.0.0 9588 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 9589 + vite-hot-client: 2.2.0(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 13859 9590 13860 - vite-dev-rpc@1.1.0(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)): 9591 + vite-hot-client@2.2.0(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)): 13861 9592 dependencies: 13862 - birpc: 2.9.0 13863 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 13864 - vite-hot-client: 2.2.0(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 13865 - 13866 - 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)): 13867 - dependencies: 13868 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 13869 - 13870 - vite-hot-client@2.2.0(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)): 13871 - dependencies: 13872 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 13873 - 13874 - vite-node@3.2.4(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1): 13875 - dependencies: 13876 - cac: 6.7.14 13877 - debug: 4.4.3 13878 - es-module-lexer: 1.7.0 13879 - pathe: 2.0.3 13880 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 13881 - transitivePeerDependencies: 13882 - - '@types/node' 13883 - - jiti 13884 - - less 13885 - - lightningcss 13886 - - sass 13887 - - sass-embedded 13888 - - stylus 13889 - - sugarss 13890 - - supports-color 13891 - - terser 13892 - - tsx 13893 - - yaml 9593 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 13894 9594 13895 - vite-node@5.3.0(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4): 9595 + vite-node@5.3.0(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0): 13896 9596 dependencies: 13897 9597 cac: 6.7.14 13898 9598 es-module-lexer: 2.1.0 13899 - obug: 2.1.1 9599 + obug: 2.1.3 13900 9600 pathe: 2.0.3 13901 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 9601 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 13902 9602 transitivePeerDependencies: 13903 9603 - '@types/node' 13904 9604 - jiti ··· 13912 9612 - tsx 13913 9613 - yaml 13914 9614 13915 - vite-plugin-checker@0.11.0(eslint@9.38.0(jiti@2.6.1))(optionator@0.9.4)(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.12(typescript@5.9.3)): 13916 - dependencies: 13917 - '@babel/code-frame': 7.27.1 13918 - chokidar: 4.0.3 13919 - npm-run-path: 6.0.0 13920 - picocolors: 1.1.1 13921 - picomatch: 4.0.3 13922 - tiny-invariant: 1.3.3 13923 - tinyglobby: 0.2.15 13924 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 13925 - vscode-uri: 3.1.0 13926 - optionalDependencies: 13927 - eslint: 9.38.0(jiti@2.6.1) 13928 - optionator: 0.9.4 13929 - typescript: 5.9.3 13930 - vue-tsc: 2.2.12(typescript@5.9.3) 13931 - 13932 - vite-plugin-checker@0.13.0(eslint@10.3.0(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue-tsc@3.2.8(typescript@6.0.3)): 9615 + vite-plugin-checker@0.14.3(eslint@10.5.0(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue-tsc@3.3.5(typescript@6.0.3)): 13933 9616 dependencies: 13934 - '@babel/code-frame': 7.29.0 13935 - chokidar: 4.0.3 9617 + '@babel/code-frame': 7.29.7 9618 + chokidar: 5.0.0 13936 9619 npm-run-path: 6.0.0 13937 9620 picocolors: 1.1.1 13938 9621 picomatch: 4.0.4 13939 9622 proper-lockfile: 4.1.2 13940 9623 tiny-invariant: 1.3.3 13941 - tinyglobby: 0.2.16 13942 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 13943 - vscode-uri: 3.1.0 9624 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 13944 9625 optionalDependencies: 13945 - eslint: 10.3.0(jiti@2.7.0) 9626 + eslint: 10.5.0(jiti@2.7.0) 13946 9627 optionator: 0.9.4 13947 9628 typescript: 6.0.3 13948 - vue-tsc: 3.2.8(typescript@6.0.3) 9629 + vue-tsc: 3.3.5(typescript@6.0.3) 13949 9630 13950 - 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)): 9631 + vite-plugin-inspect@11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)): 13951 9632 dependencies: 13952 - ansis: 4.2.0 13953 - debug: 4.4.3 9633 + ansis: 4.3.1 13954 9634 error-stack-parser-es: 1.0.5 9635 + obug: 2.1.3 13955 9636 ohash: 2.0.11 13956 - open: 10.2.0 13957 - perfect-debounce: 2.0.0 13958 - sirv: 3.0.2 13959 - unplugin-utils: 0.3.1 13960 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 13961 - vite-dev-rpc: 1.1.0(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1)) 13962 - optionalDependencies: 13963 - '@nuxt/kit': 3.19.3(magicast@0.3.5) 13964 - transitivePeerDependencies: 13965 - - supports-color 13966 - 13967 - vite-plugin-inspect@11.3.3(@nuxt/kit@4.4.4(magicast@0.5.2))(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)): 13968 - dependencies: 13969 - ansis: 4.2.0 13970 - debug: 4.4.3 13971 - error-stack-parser-es: 1.0.5 13972 - ohash: 2.0.11 13973 - open: 10.2.0 9637 + open: 11.0.0 13974 9638 perfect-debounce: 2.1.0 13975 9639 sirv: 3.0.2 13976 9640 unplugin-utils: 0.3.1 13977 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 13978 - vite-dev-rpc: 1.1.0(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 9641 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 9642 + vite-dev-rpc: 2.0.0(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 13979 9643 optionalDependencies: 13980 - '@nuxt/kit': 4.4.4(magicast@0.5.2) 13981 - transitivePeerDependencies: 13982 - - supports-color 13983 - 13984 - vite-plugin-vue-tracer@1.0.1(vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.9.3)): 13985 - dependencies: 13986 - estree-walker: 3.0.3 13987 - exsolve: 1.0.7 13988 - magic-string: 0.30.21 13989 - pathe: 2.0.3 13990 - source-map-js: 1.2.1 13991 - vite: 7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1) 13992 - vue: 3.5.22(typescript@5.9.3) 9644 + '@nuxt/kit': 4.4.8(magicast@0.5.3) 13993 9645 13994 - vite-plugin-vue-tracer@1.3.0(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vue@3.5.34(typescript@6.0.3)): 9646 + vite-plugin-vue-tracer@1.4.0(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)): 13995 9647 dependencies: 13996 9648 estree-walker: 3.0.3 13997 9649 exsolve: 1.0.8 13998 9650 magic-string: 0.30.21 13999 9651 pathe: 2.0.3 14000 9652 source-map-js: 1.2.1 14001 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 14002 - vue: 3.5.34(typescript@6.0.3) 9653 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 9654 + vue: 3.5.38(typescript@6.0.3) 14003 9655 14004 - vite@7.1.12(@types/node@24.9.1)(jiti@2.6.1)(terser@5.44.0)(yaml@2.8.1): 14005 - dependencies: 14006 - esbuild: 0.25.11 14007 - fdir: 6.5.0(picomatch@4.0.3) 14008 - picomatch: 4.0.3 14009 - postcss: 8.5.6 14010 - rollup: 4.52.5 14011 - tinyglobby: 0.2.15 14012 - optionalDependencies: 14013 - '@types/node': 24.9.1 14014 - fsevents: 2.3.3 14015 - jiti: 2.6.1 14016 - terser: 5.44.0 14017 - yaml: 2.8.1 14018 - 14019 - vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4): 9656 + vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0): 14020 9657 dependencies: 14021 9658 esbuild: 0.27.7 14022 9659 fdir: 6.5.0(picomatch@4.0.4) 14023 9660 picomatch: 4.0.4 14024 - postcss: 8.5.14 14025 - rollup: 4.60.3 14026 - tinyglobby: 0.2.16 9661 + postcss: 8.5.15 9662 + rollup: 4.62.0 9663 + tinyglobby: 0.2.17 14027 9664 optionalDependencies: 14028 - '@types/node': 25.6.0 9665 + '@types/node': 25.9.3 14029 9666 fsevents: 2.3.3 14030 9667 jiti: 2.7.0 14031 - terser: 5.46.2 14032 - yaml: 2.8.4 9668 + terser: 5.48.0 9669 + yaml: 2.9.0 14033 9670 14034 - vitest-environment-nuxt@2.0.0(crossws@0.4.5(srvx@0.11.15))(magicast@0.5.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vitest@4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))): 9671 + vitest-environment-nuxt@2.0.0(crossws@0.4.6(srvx@0.11.16))(magicast@0.5.3)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vitest@4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))): 14035 9672 dependencies: 14036 - '@nuxt/test-utils': 4.0.3(crossws@0.4.5(srvx@0.11.15))(magicast@0.5.2)(typescript@6.0.3)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))(vitest@4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4))) 9673 + '@nuxt/test-utils': 4.0.3(crossws@0.4.6(srvx@0.11.16))(magicast@0.5.3)(typescript@6.0.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vitest@4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))) 14037 9674 transitivePeerDependencies: 14038 9675 - '@cucumber/cucumber' 14039 9676 - '@jest/globals' ··· 14050 9687 - vite 14051 9688 - vitest 14052 9689 14053 - vitest@4.1.5(@types/node@25.6.0)(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)): 9690 + vitest@4.1.9(@types/node@25.9.3)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)): 14054 9691 dependencies: 14055 - '@vitest/expect': 4.1.5 14056 - '@vitest/mocker': 4.1.5(vite@7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4)) 14057 - '@vitest/pretty-format': 4.1.5 14058 - '@vitest/runner': 4.1.5 14059 - '@vitest/snapshot': 4.1.5 14060 - '@vitest/spy': 4.1.5 14061 - '@vitest/utils': 4.1.5 9692 + '@vitest/expect': 4.1.9 9693 + '@vitest/mocker': 4.1.9(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0)) 9694 + '@vitest/pretty-format': 4.1.9 9695 + '@vitest/runner': 4.1.9 9696 + '@vitest/snapshot': 4.1.9 9697 + '@vitest/spy': 4.1.9 9698 + '@vitest/utils': 4.1.9 14062 9699 es-module-lexer: 2.1.0 14063 9700 expect-type: 1.3.0 14064 9701 magic-string: 0.30.21 14065 - obug: 2.1.1 9702 + obug: 2.1.3 14066 9703 pathe: 2.0.3 14067 9704 picomatch: 4.0.4 14068 9705 std-env: 4.1.0 14069 9706 tinybench: 2.9.0 14070 - tinyexec: 1.1.2 14071 - tinyglobby: 0.2.16 9707 + tinyexec: 1.2.4 9708 + tinyglobby: 0.2.17 14072 9709 tinyrainbow: 3.1.0 14073 - vite: 7.3.2(@types/node@25.6.0)(jiti@2.7.0)(terser@5.46.2)(yaml@2.8.4) 9710 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 14074 9711 why-is-node-running: 2.3.0 14075 9712 optionalDependencies: 14076 - '@types/node': 25.6.0 9713 + '@types/node': 25.9.3 14077 9714 transitivePeerDependencies: 14078 9715 - msw 14079 9716 ··· 14085 9722 14086 9723 vue-devtools-stub@0.1.0: {} 14087 9724 14088 - vue-eslint-parser@10.4.0(eslint@10.3.0(jiti@2.7.0)): 9725 + vue-eslint-parser@10.4.1(eslint@10.5.0(jiti@2.7.0)): 14089 9726 dependencies: 14090 9727 debug: 4.4.3 14091 - eslint: 10.3.0(jiti@2.7.0) 9728 + eslint: 10.5.0(jiti@2.7.0) 14092 9729 eslint-scope: 9.1.2 14093 9730 eslint-visitor-keys: 5.0.1 14094 9731 espree: 11.2.0 14095 9732 esquery: 1.7.0 14096 - semver: 7.7.4 9733 + semver: 7.8.4 14097 9734 transitivePeerDependencies: 14098 9735 - supports-color 14099 9736 14100 - vue-router@4.6.3(vue@3.5.22(typescript@5.9.3)): 9737 + vue-router@5.1.0(@vue/compiler-sfc@3.5.38)(vite@7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0))(vue@3.5.38(typescript@6.0.3)): 14101 9738 dependencies: 14102 - '@vue/devtools-api': 6.6.4 14103 - vue: 3.5.22(typescript@5.9.3) 14104 - 14105 - vue-router@5.0.6(@vue/compiler-sfc@3.5.34)(vue@3.5.34(typescript@6.0.3)): 14106 - dependencies: 14107 - '@babel/generator': 7.29.1 14108 - '@vue-macros/common': 3.1.2(vue@3.5.34(typescript@6.0.3)) 14109 - '@vue/devtools-api': 8.1.1 14110 - ast-walker-scope: 0.8.3 9739 + '@babel/generator': 8.0.0 9740 + '@vue-macros/common': 3.1.2(vue@3.5.38(typescript@6.0.3)) 9741 + '@vue/devtools-api': 8.1.3 9742 + ast-walker-scope: 0.9.0 14111 9743 chokidar: 5.0.0 14112 9744 json5: 2.2.3 14113 - local-pkg: 1.1.2 9745 + local-pkg: 1.2.1 14114 9746 magic-string: 0.30.21 14115 9747 mlly: 1.8.2 14116 9748 muggle-string: 0.4.1 14117 9749 pathe: 2.0.3 14118 9750 picomatch: 4.0.4 14119 9751 scule: 1.3.0 14120 - tinyglobby: 0.2.16 9752 + tinyglobby: 0.2.17 14121 9753 unplugin: 3.0.0 14122 9754 unplugin-utils: 0.3.1 14123 - vue: 3.5.34(typescript@6.0.3) 14124 - yaml: 2.8.4 9755 + vue: 3.5.38(typescript@6.0.3) 9756 + yaml: 2.9.0 14125 9757 optionalDependencies: 14126 - '@vue/compiler-sfc': 3.5.34 14127 - 14128 - vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.34)(esbuild@0.28.0)(vue@3.5.34(typescript@6.0.3)): 14129 - dependencies: 14130 - '@babel/parser': 7.29.3 14131 - '@vue/compiler-core': 3.5.34 14132 - esbuild: 0.28.0 14133 - vue: 3.5.34(typescript@6.0.3) 9758 + '@vue/compiler-sfc': 3.5.38 9759 + vite: 7.3.5(@types/node@25.9.3)(jiti@2.7.0)(terser@5.48.0)(yaml@2.9.0) 14134 9760 14135 - vue-tsc@2.2.12(typescript@5.9.3): 9761 + vue-sfc-transformer@0.1.17(@vue/compiler-core@3.5.38)(esbuild@0.28.1)(vue@3.5.38(typescript@6.0.3)): 14136 9762 dependencies: 14137 - '@volar/typescript': 2.4.15 14138 - '@vue/language-core': 2.2.12(typescript@5.9.3) 14139 - typescript: 5.9.3 14140 - optional: true 9763 + '@babel/parser': 7.29.7 9764 + '@vue/compiler-core': 3.5.38 9765 + esbuild: 0.28.1 9766 + vue: 3.5.38(typescript@6.0.3) 14141 9767 14142 - vue-tsc@3.2.8(typescript@6.0.3): 9768 + vue-tsc@3.3.5(typescript@6.0.3): 14143 9769 dependencies: 14144 9770 '@volar/typescript': 2.4.28 14145 - '@vue/language-core': 3.2.8 9771 + '@vue/language-core': 3.3.5 14146 9772 typescript: 6.0.3 14147 9773 14148 - vue@3.5.22(typescript@5.9.3): 14149 - dependencies: 14150 - '@vue/compiler-dom': 3.5.22 14151 - '@vue/compiler-sfc': 3.5.22 14152 - '@vue/runtime-dom': 3.5.22 14153 - '@vue/server-renderer': 3.5.22(vue@3.5.22(typescript@5.9.3)) 14154 - '@vue/shared': 3.5.22 14155 - optionalDependencies: 14156 - typescript: 5.9.3 14157 - 14158 - vue@3.5.34(typescript@6.0.3): 9774 + vue@3.5.38(typescript@6.0.3): 14159 9775 dependencies: 14160 - '@vue/compiler-dom': 3.5.34 14161 - '@vue/compiler-sfc': 3.5.34 14162 - '@vue/runtime-dom': 3.5.34 14163 - '@vue/server-renderer': 3.5.34(vue@3.5.34(typescript@6.0.3)) 14164 - '@vue/shared': 3.5.34 9776 + '@vue/compiler-dom': 3.5.38 9777 + '@vue/compiler-sfc': 3.5.38 9778 + '@vue/runtime-dom': 3.5.38 9779 + '@vue/server-renderer': 3.5.38(vue@3.5.38(typescript@6.0.3)) 9780 + '@vue/shared': 3.5.38 14165 9781 optionalDependencies: 14166 9782 typescript: 6.0.3 14167 9783 ··· 14180 9796 dependencies: 14181 9797 isexe: 2.0.0 14182 9798 14183 - which@5.0.0: 14184 - dependencies: 14185 - isexe: 3.1.5 14186 - 14187 9799 which@6.0.1: 14188 9800 dependencies: 14189 9801 isexe: 4.0.0 ··· 14213 9825 string-width: 7.2.0 14214 9826 strip-ansi: 7.2.0 14215 9827 14216 - ws@8.18.3: {} 14217 - 14218 - ws@8.20.0: {} 9828 + ws@8.21.0: {} 14219 9829 14220 9830 wsl-utils@0.1.0: 14221 9831 dependencies: ··· 14234 9844 14235 9845 yallist@5.0.0: {} 14236 9846 14237 - yaml@2.8.1: {} 14238 - 14239 - yaml@2.8.4: {} 14240 - 14241 - yargs-parser@21.1.1: {} 9847 + yaml@2.9.0: {} 14242 9848 14243 9849 yargs-parser@22.0.0: {} 14244 9850 14245 - yargs@17.7.2: 14246 - dependencies: 14247 - cliui: 8.0.1 14248 - escalade: 3.2.0 14249 - get-caller-file: 2.0.5 14250 - require-directory: 2.1.1 14251 - string-width: 4.2.3 14252 - y18n: 5.0.8 14253 - yargs-parser: 21.1.1 14254 - 14255 9851 yargs@18.0.0: 14256 9852 dependencies: 14257 9853 cliui: 9.0.1 ··· 14263 9859 14264 9860 yocto-queue@0.1.0: {} 14265 9861 14266 - yoctocolors@2.1.2: {} 14267 - 14268 9862 youch-core@0.3.3: 14269 9863 dependencies: 14270 9864 '@poppinss/exception': 1.2.3 14271 9865 error-stack-parser-es: 1.0.5 14272 9866 14273 - youch@4.1.0-beta.11: 14274 - dependencies: 14275 - '@poppinss/colors': 4.1.5 14276 - '@poppinss/dumper': 0.6.4 14277 - '@speed-highlight/core': 1.2.8 14278 - cookie: 1.0.2 14279 - youch-core: 0.3.3 14280 - 14281 9867 youch@4.1.1: 14282 9868 dependencies: 14283 9869 '@poppinss/colors': 4.1.6 14284 9870 '@poppinss/dumper': 0.7.0 14285 - '@speed-highlight/core': 1.2.15 9871 + '@speed-highlight/core': 1.2.17 14286 9872 cookie-es: 3.1.1 14287 9873 youch-core: 0.3.3 14288 9874
+9
pnpm-workspace.yaml
··· 1 + shamefullyHoist: true 2 + 3 + # lock package for 3 days to prevent supply chain 4 + minimumReleaseAge: 4320 5 + 6 + allowBuilds: 7 + '@parcel/watcher': true 8 + esbuild: true 9 + unrs-resolver: true
+8 -4
src/module.ts
··· 1 - import { defineNuxtModule, createResolver, addServerImportsDir, addImportsDir } from '@nuxt/kit' 1 + import { defineNuxtModule, createResolver, addServerImportsDir, addImportsDir, addServerHandler } from '@nuxt/kit' 2 2 import { defu } from 'defu' 3 3 import type { OllamaOptions } from './types' 4 4 ··· 30 30 setup(_options, _nuxt) { 31 31 const resolver = createResolver(import.meta.url) 32 32 33 - // expose options to runtime config 33 + // Keep config server-side only — never exposed to the browser 34 34 const runtimeConfig = _nuxt.options.runtimeConfig 35 - const currentConfig = (runtimeConfig.public.ollama ?? {}) as OllamaOptions 36 - runtimeConfig.public.ollama = defu(currentConfig, _options) 35 + runtimeConfig.ollama = defu(runtimeConfig.ollama as Partial<ModuleOptions> ?? {}, _options) 37 36 38 37 addImportsDir(resolver.resolve('./runtime/composables')) 39 38 addServerImportsDir(resolver.resolve('./runtime/server/utils')) 39 + 40 + addServerHandler({ 41 + route: '/api/__ollama/**', 42 + handler: resolver.resolve('./runtime/server/routes/ollama-proxy'), 43 + }) 40 44 }, 41 45 })
+8 -11
src/runtime/composables/useOllama.ts
··· 1 1 import { Ollama } from 'ollama/browser' 2 - import type { ModuleOptions } from '../../module' 3 - import { useRuntimeConfig } from '#imports' 2 + import { useRequestURL } from '#imports' 4 3 5 4 export function useOllama() { 6 - const options: ModuleOptions = useRuntimeConfig().public.ollama as ModuleOptions 7 - const headers: Record<string, string> = {} 8 - if (options.api_key) { 9 - headers.Authorization = `Bearer ${options.api_key}` 10 - } 11 - const host = `${options.protocol}://${options.host}${options.port ? `:${options.port}` : ''}` 5 + const { origin } = useRequestURL() 6 + 12 7 return new Ollama({ 13 - host, 14 - proxy: options.proxy, 15 - headers, 8 + host: origin, 9 + fetch: (input: RequestInfo | URL, init?: RequestInit) => { 10 + const url = new URL(input.toString()) 11 + return fetch(`${origin}/api/__ollama${url.pathname}`, init) 12 + }, 16 13 }) 17 14 }
+46
src/runtime/server/routes/ollama-proxy.ts
··· 1 + import { 2 + defineEventHandler, 3 + getMethod, 4 + getHeader, 5 + readRawBody, 6 + setResponseStatus, 7 + setResponseHeader, 8 + sendStream, 9 + } from 'h3' 10 + import { useRuntimeConfig } from '#imports' 11 + import type { ModuleOptions } from '../../../module' 12 + 13 + export default defineEventHandler(async (event) => { 14 + const options = useRuntimeConfig().ollama as ModuleOptions 15 + 16 + const ollamaBase = `${options.protocol}://${options.host}${options.port ? `:${options.port}` : ''}` 17 + 18 + // Strip the proxy prefix to recover the original Ollama path (e.g. /api/generate) 19 + const subpath = event.path.replace(/^\/api\/__ollama/, '') 20 + 21 + const headers: Record<string, string> = {} 22 + 23 + const contentType = getHeader(event, 'content-type') 24 + if (contentType) headers['content-type'] = contentType 25 + 26 + if (options.api_key) { 27 + headers['authorization'] = `Bearer ${options.api_key}` 28 + } 29 + 30 + const body = await readRawBody(event) 31 + 32 + const response = await fetch(`${ollamaBase}${subpath}`, { 33 + method: getMethod(event), 34 + headers, 35 + body: body ?? undefined, 36 + }) 37 + 38 + setResponseStatus(event, response.status) 39 + 40 + const responseContentType = response.headers.get('content-type') 41 + if (responseContentType) setResponseHeader(event, 'content-type', responseContentType) 42 + 43 + if (!response.body) return null 44 + 45 + return sendStream(event, response.body) 46 + })
+1 -1
src/runtime/server/utils/useOllama.ts
··· 3 3 import { useRuntimeConfig } from '#imports' 4 4 5 5 export function useOllama() { 6 - const options: ModuleOptions = useRuntimeConfig().public.ollama as ModuleOptions 6 + const options: ModuleOptions = useRuntimeConfig().ollama as ModuleOptions 7 7 const headers: Record<string, string> = {} 8 8 if (options.api_key) { 9 9 headers.Authorization = `Bearer ${options.api_key}`