[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

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

chore(deps): update all non-major dependencies (#6275)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Aug 5, 2024, 9:29 AM +0200) b77e14fc 7b37d27b

+816 -731
+5 -5
package.json
··· 36 36 "test:browser:playwright": "pnpm -C test/browser run test:playwright" 37 37 }, 38 38 "devDependencies": { 39 - "@antfu/eslint-config": "^2.24.0", 39 + "@antfu/eslint-config": "^2.24.1", 40 40 "@antfu/ni": "^0.22.0", 41 41 "@playwright/test": "^1.45.3", 42 42 "@rollup/plugin-commonjs": "^26.0.1", 43 43 "@rollup/plugin-json": "^6.1.0", 44 44 "@rollup/plugin-node-resolve": "^15.2.3", 45 - "@types/node": "^20.14.13", 45 + "@types/node": "^20.14.14", 46 46 "@types/ws": "^8.5.12", 47 47 "@vitest/browser": "workspace:*", 48 48 "@vitest/coverage-istanbul": "workspace:*", 49 49 "@vitest/coverage-v8": "workspace:*", 50 50 "@vitest/ui": "workspace:*", 51 - "bumpp": "^9.4.1", 51 + "bumpp": "^9.4.2", 52 52 "esbuild": "^0.23.0", 53 53 "eslint": "^9.8.0", 54 54 "fast-glob": "^3.3.2", 55 55 "magic-string": "^0.30.11", 56 56 "pathe": "^1.1.2", 57 57 "rimraf": "^6.0.1", 58 - "rollup": "^4.19.1", 58 + "rollup": "^4.20.0", 59 59 "rollup-plugin-dts": "^6.1.1", 60 60 "rollup-plugin-esbuild": "^6.1.1", 61 61 "rollup-plugin-license": "^3.5.2", 62 - "tsx": "^4.16.3", 62 + "tsx": "^4.16.5", 63 63 "typescript": "^5.5.4", 64 64 "vite": "^5.3.3", 65 65 "vitest": "workspace:*",
+794 -709
pnpm-lock.yaml
··· 7 7 overrides: 8 8 acorn: 8.11.3 9 9 mlly: ^1.7.1 10 - rollup: ^4.19.1 10 + rollup: ^4.20.0 11 11 vite: ^5.3.3 12 12 vitest: workspace:* 13 13 ··· 36 36 .: 37 37 devDependencies: 38 38 '@antfu/eslint-config': 39 - specifier: ^2.24.0 40 - version: 2.24.0(@vue/compiler-sfc@3.4.35)(eslint@9.8.0)(svelte@3.59.1)(typescript@5.5.4)(vitest@packages+vitest) 39 + specifier: ^2.24.1 40 + version: 2.24.1(@vue/compiler-sfc@3.4.35)(eslint@9.8.0)(svelte@3.59.1)(typescript@5.5.4)(vitest@packages+vitest) 41 41 '@antfu/ni': 42 42 specifier: ^0.22.0 43 43 version: 0.22.0 ··· 46 46 version: 1.45.3 47 47 '@rollup/plugin-commonjs': 48 48 specifier: ^26.0.1 49 - version: 26.0.1(rollup@4.19.1) 49 + version: 26.0.1(rollup@4.20.0) 50 50 '@rollup/plugin-json': 51 51 specifier: ^6.1.0 52 - version: 6.1.0(rollup@4.19.1) 52 + version: 6.1.0(rollup@4.20.0) 53 53 '@rollup/plugin-node-resolve': 54 54 specifier: ^15.2.3 55 - version: 15.2.3(rollup@4.19.1) 55 + version: 15.2.3(rollup@4.20.0) 56 56 '@types/node': 57 - specifier: ^20.14.13 58 - version: 20.14.13 57 + specifier: ^20.14.14 58 + version: 20.14.14 59 59 '@types/ws': 60 60 specifier: ^8.5.12 61 61 version: 8.5.12 ··· 72 72 specifier: workspace:* 73 73 version: link:packages/ui 74 74 bumpp: 75 - specifier: ^9.4.1 76 - version: 9.4.1 75 + specifier: ^9.4.2 76 + version: 9.4.2(magicast@0.3.4) 77 77 esbuild: 78 78 specifier: ^0.23.0 79 79 version: 0.23.0 ··· 93 93 specifier: ^6.0.1 94 94 version: 6.0.1 95 95 rollup: 96 - specifier: ^4.19.1 97 - version: 4.19.1 96 + specifier: ^4.20.0 97 + version: 4.20.0 98 98 rollup-plugin-dts: 99 99 specifier: ^6.1.1 100 - version: 6.1.1(rollup@4.19.1)(typescript@5.5.4) 100 + version: 6.1.1(rollup@4.20.0)(typescript@5.5.4) 101 101 rollup-plugin-esbuild: 102 102 specifier: ^6.1.1 103 - version: 6.1.1(esbuild@0.23.0)(rollup@4.19.1) 103 + version: 6.1.1(esbuild@0.23.0)(rollup@4.20.0) 104 104 rollup-plugin-license: 105 105 specifier: ^3.5.2 106 - version: 3.5.2(rollup@4.19.1) 106 + version: 3.5.2(rollup@4.20.0) 107 107 tsx: 108 - specifier: ^4.16.3 109 - version: 4.16.3 108 + specifier: ^4.16.5 109 + version: 4.16.5 110 110 typescript: 111 111 specifier: ^5.5.4 112 112 version: 5.5.4 113 113 vite: 114 114 specifier: ^5.3.3 115 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 115 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 116 116 vitest: 117 117 specifier: workspace:* 118 118 version: link:packages/vitest ··· 130 130 version: 3.4.35(typescript@5.5.4) 131 131 devDependencies: 132 132 '@iconify-json/carbon': 133 - specifier: ^1.1.36 134 - version: 1.1.36 133 + specifier: ^1.1.37 134 + version: 1.1.37 135 135 '@iconify-json/logos': 136 - specifier: ^1.1.43 137 - version: 1.1.43 136 + specifier: ^1.1.44 137 + version: 1.1.44 138 138 '@shikijs/vitepress-twoslash': 139 - specifier: ^1.12.0 140 - version: 1.12.0(typescript@5.5.4) 139 + specifier: ^1.12.1 140 + version: 1.12.1(typescript@5.5.4) 141 141 '@unocss/reset': 142 - specifier: ^0.61.8 143 - version: 0.61.8 142 + specifier: ^0.61.9 143 + version: 0.61.9 144 144 '@vite-pwa/assets-generator': 145 145 specifier: ^0.2.4 146 146 version: 0.2.4 147 147 '@vite-pwa/vitepress': 148 148 specifier: ^0.5.0 149 - version: 0.5.0(@vite-pwa/assets-generator@0.2.4)(vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0)) 149 + version: 0.5.0(@vite-pwa/assets-generator@0.2.4)(vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0)) 150 150 '@vitejs/plugin-vue': 151 - specifier: ^5.1.1 152 - version: 5.1.1(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 151 + specifier: ^5.1.2 152 + version: 5.1.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 153 153 fast-glob: 154 154 specifier: ^3.3.2 155 155 version: 3.3.2 ··· 157 157 specifier: ^4.7.1 158 158 version: 4.7.1 159 159 unocss: 160 - specifier: ^0.61.8 161 - version: 0.61.8(postcss@8.4.40)(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 160 + specifier: ^0.61.9 161 + version: 0.61.9(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 162 162 unplugin-vue-components: 163 163 specifier: ^0.27.3 164 - version: 0.27.3(@babel/parser@7.24.8)(rollup@4.19.1)(vue@3.4.35(typescript@5.5.4)) 164 + version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.35(typescript@5.5.4)) 165 165 vite: 166 166 specifier: ^5.3.3 167 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 167 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 168 168 vite-plugin-pwa: 169 169 specifier: ^0.20.1 170 - version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) 170 + version: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) 171 171 vitepress: 172 172 specifier: ^1.3.1 173 - version: 1.3.1(@algolia/client-search@4.20.0)(@types/node@20.14.13)(@types/react@18.2.79)(postcss@8.4.40)(react-dom@18.0.0(react@18.2.0))(react@18.2.0)(search-insights@2.9.0)(terser@5.22.0)(typescript@5.5.4) 173 + version: 1.3.1(@algolia/client-search@4.20.0)(@types/node@20.14.14)(@types/react@18.2.79)(postcss@8.4.40)(react-dom@18.0.0(react@18.2.0))(react@18.2.0)(search-insights@2.9.0)(terser@5.22.0)(typescript@5.5.4) 174 174 workbox-window: 175 175 specifier: ^7.1.0 176 176 version: 7.1.0 ··· 182 182 version: 2.0.5(vitest@packages+vitest) 183 183 vite: 184 184 specifier: ^5.3.3 185 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 185 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 186 186 vitest: 187 187 specifier: workspace:* 188 188 version: link:../../packages/vitest ··· 203 203 version: 4.7.2 204 204 vite: 205 205 specifier: ^5.3.3 206 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 206 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 207 207 vitest: 208 208 specifier: workspace:* 209 209 version: link:../../packages/vitest ··· 225 225 version: 24.1.1 226 226 vite: 227 227 specifier: ^5.3.3 228 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 228 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 229 229 vitest: 230 230 specifier: workspace:* 231 231 version: link:../../packages/vitest ··· 250 250 devDependencies: 251 251 '@preact/preset-vite': 252 252 specifier: ^2.8.2 253 - version: 2.8.2(@babel/core@7.24.5)(preact@10.21.0)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 253 + version: 2.8.2(@babel/core@7.24.5)(preact@10.21.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 254 254 '@testing-library/jest-dom': 255 255 specifier: ^6.4.2 256 256 version: 6.4.2(@types/jest@29.0.0)(vitest@packages+vitest) ··· 265 265 version: 5.4.5 266 266 vite: 267 267 specifier: ^5.3.3 268 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 268 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 269 269 vitest: 270 270 specifier: workspace:* 271 271 version: link:../../packages/vitest ··· 296 296 version: 24.0.0 297 297 vite: 298 298 specifier: ^5.3.3 299 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 299 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 300 300 vitest: 301 301 specifier: workspace:* 302 302 version: link:../../packages/vitest ··· 318 318 version: 24.1.1 319 319 vite: 320 320 specifier: ^5.3.3 321 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 321 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 322 322 vite-plugin-solid: 323 323 specifier: ^2.7.2 324 - version: 2.7.2(solid-js@1.8.3)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 324 + version: 2.7.2(solid-js@1.8.3)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 325 325 vitest: 326 326 specifier: workspace:* 327 327 version: link:../../packages/vitest ··· 330 330 devDependencies: 331 331 '@sveltejs/adapter-auto': 332 332 specifier: ^2.1.0 333 - version: 2.1.0(@sveltejs/kit@1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))) 333 + version: 2.1.0(@sveltejs/kit@1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))) 334 334 '@sveltejs/kit': 335 335 specifier: ^1.20.2 336 - version: 1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 336 + version: 1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 337 337 svelte: 338 338 specifier: ^3.59.1 339 339 version: 3.59.1 340 340 svelte-check: 341 341 specifier: ^3.4.3 342 - version: 3.4.3(@babel/core@7.24.9)(postcss@8.4.40)(svelte@3.59.1) 342 + version: 3.4.3(@babel/core@7.25.2)(postcss@8.4.40)(svelte@3.59.1) 343 343 tslib: 344 344 specifier: ^2.5.3 345 345 version: 2.5.3 ··· 348 348 version: 5.2.2 349 349 vite: 350 350 specifier: ^5.3.3 351 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 351 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 352 352 vitest: 353 353 specifier: workspace:* 354 354 version: link:../../packages/vitest ··· 387 387 version: 18.2.79 388 388 '@vitejs/plugin-react': 389 389 specifier: ^4.2.1 390 - version: 4.2.1(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 390 + version: 4.2.1(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 391 391 '@vitest/ui': 392 392 specifier: latest 393 393 version: 2.0.5(vitest@packages+vitest) ··· 408 408 version: 4.7.2 409 409 vite: 410 410 specifier: ^5.3.3 411 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 411 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 412 412 vitest: 413 413 specifier: workspace:* 414 414 version: link:../../packages/vitest ··· 428 428 specifier: ^0.30.11 429 429 version: 0.30.11 430 430 msw: 431 - specifier: ^2.3.4 432 - version: 2.3.4(typescript@5.5.4) 431 + specifier: ^2.3.5 432 + version: 2.3.5(typescript@5.5.4) 433 433 sirv: 434 434 specifier: ^2.0.4 435 435 version: 2.0.4 ··· 714 714 specifier: ^8.4.1 715 715 version: 8.4.1 716 716 '@iconify-json/carbon': 717 - specifier: ^1.1.36 718 - version: 1.1.36 717 + specifier: ^1.1.37 718 + version: 1.1.37 719 719 '@iconify-json/logos': 720 - specifier: ^1.1.43 721 - version: 1.1.43 720 + specifier: ^1.1.44 721 + version: 1.1.44 722 722 '@testing-library/vue': 723 723 specifier: ^8.1.0 724 724 version: 8.1.0(@vue/compiler-sfc@3.4.35)(vue@3.4.35(typescript@5.5.4)) ··· 735 735 specifier: ^8.5.12 736 736 version: 8.5.12 737 737 '@unocss/reset': 738 - specifier: ^0.61.8 739 - version: 0.61.8 738 + specifier: ^0.61.9 739 + version: 0.61.9 740 740 '@vitejs/plugin-vue': 741 - specifier: ^5.1.1 742 - version: 5.1.1(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 741 + specifier: ^5.1.2 742 + version: 5.1.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 743 743 '@vitest/runner': 744 744 specifier: workspace:* 745 745 version: link:../runner ··· 774 774 specifier: ^3.1.5 775 775 version: 3.1.5 776 776 unocss: 777 - specifier: ^0.61.8 778 - version: 0.61.8(postcss@8.4.40)(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 777 + specifier: ^0.61.9 778 + version: 0.61.9(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 779 779 unplugin-auto-import: 780 780 specifier: ^0.18.2 781 - version: 0.18.2(@vueuse/core@10.11.0(vue@3.4.35(typescript@5.5.4)))(rollup@4.19.1) 781 + version: 0.18.2(@vueuse/core@10.11.0(vue@3.4.35(typescript@5.5.4)))(rollup@4.20.0) 782 782 unplugin-vue-components: 783 783 specifier: ^0.27.3 784 - version: 0.27.3(@babel/parser@7.24.8)(rollup@4.19.1)(vue@3.4.35(typescript@5.5.4)) 784 + version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.35(typescript@5.5.4)) 785 785 vite: 786 786 specifier: ^5.3.3 787 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 787 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 788 788 vite-plugin-pages: 789 789 specifier: ^0.32.3 790 - version: 0.32.3(@vue/compiler-sfc@3.4.35)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(vue-router@4.4.0(vue@3.4.35(typescript@5.5.4))) 790 + version: 0.32.3(@vue/compiler-sfc@3.4.35)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4))) 791 791 vue: 792 792 specifier: ^3.4.35 793 793 version: 3.4.35(typescript@5.5.4) 794 794 vue-router: 795 - specifier: ^4.4.0 796 - version: 4.4.0(vue@3.4.35(typescript@5.5.4)) 795 + specifier: ^4.4.2 796 + version: 4.4.2(vue@3.4.35(typescript@5.5.4)) 797 797 vue-virtual-scroller: 798 798 specifier: 2.0.0-beta.8 799 799 version: 2.0.0-beta.8(vue@3.4.35(typescript@5.5.4)) ··· 842 842 version: 1.2.0 843 843 vite: 844 844 specifier: ^5.3.3 845 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 845 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 846 846 devDependencies: 847 847 '@jridgewell/trace-mapping': 848 848 specifier: ^0.3.25 ··· 899 899 specifier: ^3.7.0 900 900 version: 3.7.0 901 901 tinybench: 902 - specifier: ^2.8.0 903 - version: 2.8.0 902 + specifier: ^2.9.0 903 + version: 2.9.0 904 904 tinypool: 905 905 specifier: ^1.0.0 906 906 version: 1.0.0 ··· 909 909 version: 1.2.0 910 910 vite: 911 911 specifier: ^5.3.3 912 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 912 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 913 913 vite-node: 914 914 specifier: workspace:* 915 915 version: link:../vite-node ··· 945 945 specifier: ^4.0.9 946 946 version: 4.0.9 947 947 '@types/node': 948 - specifier: ^20.14.13 949 - version: 20.14.13 948 + specifier: ^20.14.14 949 + version: 20.14.14 950 950 '@types/prompts': 951 951 specifier: ^2.4.9 952 952 version: 2.4.9 ··· 1059 1059 devDependencies: 1060 1060 '@vitejs/plugin-basic-ssl': 1061 1061 specifier: ^1.0.2 1062 - version: 1.0.2(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 1062 + version: 1.0.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 1063 1063 '@vitest/browser': 1064 1064 specifier: workspace:* 1065 1065 version: link:../../packages/browser ··· 1095 1095 version: 8.5.9 1096 1096 '@vitejs/plugin-basic-ssl': 1097 1097 specifier: ^1.0.2 1098 - version: 1.0.2(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 1098 + version: 1.0.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 1099 1099 '@vitest/runner': 1100 1100 specifier: workspace:^ 1101 1101 version: link:../../packages/runner ··· 1110 1110 version: 8.0.1 1111 1111 unplugin-swc: 1112 1112 specifier: ^1.4.4 1113 - version: 1.4.4(@swc/core@1.4.1)(rollup@4.19.1) 1113 + version: 1.4.4(@swc/core@1.4.1)(rollup@4.20.0) 1114 1114 vite: 1115 1115 specifier: ^5.3.3 1116 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 1116 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 1117 1117 vitest: 1118 1118 specifier: workspace:* 1119 1119 version: link:../../packages/vitest ··· 1128 1128 version: 8.0.1 1129 1129 vite: 1130 1130 specifier: ^5.3.3 1131 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 1131 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 1132 1132 vitest: 1133 1133 specifier: workspace:* 1134 1134 version: link:../../packages/vitest ··· 1221 1221 version: 3.0.3 1222 1222 '@vitejs/plugin-vue': 1223 1223 specifier: latest 1224 - version: 5.1.1(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 1224 + version: 5.1.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 1225 1225 '@vitest/browser': 1226 1226 specifier: workspace:* 1227 1227 version: link:../../packages/browser ··· 1251 1251 version: 0.3.3 1252 1252 unplugin-swc: 1253 1253 specifier: ^1.4.4 1254 - version: 1.4.4(@swc/core@1.4.1)(rollup@4.19.1) 1254 + version: 1.4.4(@swc/core@1.4.1)(rollup@4.20.0) 1255 1255 vite: 1256 1256 specifier: ^5.3.3 1257 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 1257 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 1258 1258 vitest: 1259 1259 specifier: workspace:* 1260 1260 version: link:../../packages/vitest ··· 1314 1314 version: 7.0.1 1315 1315 vite: 1316 1316 specifier: ^5.3.3 1317 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 1317 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 1318 1318 vite-node: 1319 1319 specifier: workspace:* 1320 1320 version: link:../../packages/vite-node ··· 1375 1375 version: link:../../packages/browser 1376 1376 vite: 1377 1377 specifier: ^5.3.3 1378 - version: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 1378 + version: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 1379 1379 vitest: 1380 1380 specifier: workspace:* 1381 1381 version: link:../../packages/vitest ··· 1495 1495 resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} 1496 1496 engines: {node: '>=6.0.0'} 1497 1497 1498 - '@antfu/eslint-config@2.24.0': 1499 - resolution: {integrity: sha512-F5wG5lP+f16aeQMVn1l5Wetd8973NsyaWirc9s3YCoe7LTBMpkxnduzTT/wP4L5OlLNLDTRQbH9GUMedTixcsA==} 1498 + '@antfu/eslint-config@2.24.1': 1499 + resolution: {integrity: sha512-vk2zqPO3HFHxhlIZbMxjo185qvMmCUUc6H58TrXHjMxnCCkw9SqBDWemV6uKUmPSphaOipjzoXYYSyeFYhGa1w==} 1500 1500 hasBin: true 1501 1501 peerDependencies: 1502 1502 '@eslint-react/eslint-plugin': ^1.5.8 ··· 1579 1579 resolution: {integrity: sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==} 1580 1580 engines: {node: '>=6.9.0'} 1581 1581 1582 + '@babel/compat-data@7.25.2': 1583 + resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} 1584 + engines: {node: '>=6.9.0'} 1585 + 1582 1586 '@babel/core@7.23.3': 1583 1587 resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} 1584 1588 engines: {node: '>=6.9.0'} ··· 1599 1603 resolution: {integrity: sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==} 1600 1604 engines: {node: '>=6.9.0'} 1601 1605 1606 + '@babel/core@7.25.2': 1607 + resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} 1608 + engines: {node: '>=6.9.0'} 1609 + 1602 1610 '@babel/generator@7.24.10': 1603 1611 resolution: {integrity: sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==} 1604 1612 engines: {node: '>=6.9.0'} ··· 1609 1617 1610 1618 '@babel/generator@7.24.7': 1611 1619 resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==} 1620 + engines: {node: '>=6.9.0'} 1621 + 1622 + '@babel/generator@7.25.0': 1623 + resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} 1612 1624 engines: {node: '>=6.9.0'} 1613 1625 1614 1626 '@babel/helper-annotate-as-pure@7.22.5': ··· 1633 1645 1634 1646 '@babel/helper-compilation-targets@7.24.8': 1635 1647 resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==} 1648 + engines: {node: '>=6.9.0'} 1649 + 1650 + '@babel/helper-compilation-targets@7.25.2': 1651 + resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} 1636 1652 engines: {node: '>=6.9.0'} 1637 1653 1638 1654 '@babel/helper-create-class-features-plugin@7.24.7': ··· 1699 1715 1700 1716 '@babel/helper-module-transforms@7.24.9': 1701 1717 resolution: {integrity: sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==} 1718 + engines: {node: '>=6.9.0'} 1719 + peerDependencies: 1720 + '@babel/core': ^7.0.0 1721 + 1722 + '@babel/helper-module-transforms@7.25.2': 1723 + resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} 1702 1724 engines: {node: '>=6.9.0'} 1703 1725 peerDependencies: 1704 1726 '@babel/core': ^7.0.0 ··· 1791 1813 resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==} 1792 1814 engines: {node: '>=6.9.0'} 1793 1815 1816 + '@babel/helpers@7.25.0': 1817 + resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==} 1818 + engines: {node: '>=6.9.0'} 1819 + 1794 1820 '@babel/highlight@7.24.7': 1795 1821 resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} 1796 1822 engines: {node: '>=6.9.0'} ··· 1812 1838 1813 1839 '@babel/parser@7.24.8': 1814 1840 resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==} 1841 + engines: {node: '>=6.0.0'} 1842 + hasBin: true 1843 + 1844 + '@babel/parser@7.25.3': 1845 + resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==} 1815 1846 engines: {node: '>=6.0.0'} 1816 1847 hasBin: true 1817 1848 ··· 2303 2334 resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==} 2304 2335 engines: {node: '>=6.9.0'} 2305 2336 2337 + '@babel/template@7.25.0': 2338 + resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} 2339 + engines: {node: '>=6.9.0'} 2340 + 2306 2341 '@babel/traverse@7.24.5': 2307 2342 resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} 2308 2343 engines: {node: '>=6.9.0'} ··· 2313 2348 2314 2349 '@babel/traverse@7.24.8': 2315 2350 resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==} 2351 + engines: {node: '>=6.9.0'} 2352 + 2353 + '@babel/traverse@7.25.3': 2354 + resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} 2316 2355 engines: {node: '>=6.9.0'} 2317 2356 2318 2357 '@babel/types@7.23.6': ··· 2333 2372 2334 2373 '@babel/types@7.24.9': 2335 2374 resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==} 2375 + engines: {node: '>=6.9.0'} 2376 + 2377 + '@babel/types@7.25.2': 2378 + resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} 2336 2379 engines: {node: '>=6.9.0'} 2337 2380 2338 2381 '@bcoe/v8-coverage@0.2.3': ··· 2876 2919 resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} 2877 2920 engines: {node: '>=18.18'} 2878 2921 2879 - '@iconify-json/carbon@1.1.36': 2880 - resolution: {integrity: sha512-NC3VcqLtwLZpi7+LeXj+99/byv+asrnCQxiDNCZV6hKr9WcNh6C25kJguJYfN+dV54kOkw78e+6PitQi2Bppnw==} 2922 + '@iconify-json/carbon@1.1.37': 2923 + resolution: {integrity: sha512-Hj9oZtRmN63yt29YovqgqOJQhaoVMNMTkFLT3HKAJm4HjvI405Juez5UfdysYmLjF708U7gJNx4U6K1k5+fTBw==} 2881 2924 2882 - '@iconify-json/logos@1.1.43': 2883 - resolution: {integrity: sha512-UtvL1yDHUr9dl1Tqihh6K9m5dmbYKOYyLf3i9aKhymSW76QjOCGjpgQc0PQ4GJCAdU1cAMu+WO61TgPxdonrlg==} 2925 + '@iconify-json/logos@1.1.44': 2926 + resolution: {integrity: sha512-sIc355/sSq4GihU4eFTDVbXoeg2rZD3yH6tNOJTNouDu9Fx259BSWH+XEEQwm/YImDIllcGqmJuNBjAu4UVs2g==} 2884 2927 2885 2928 '@iconify/types@2.0.0': 2886 2929 resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} ··· 3065 3108 peerDependencies: 3066 3109 '@babel/core': ^7.0.0 3067 3110 '@types/babel__core': ^7.1.9 3068 - rollup: ^4.19.1 3111 + rollup: ^4.20.0 3069 3112 peerDependenciesMeta: 3070 3113 '@types/babel__core': 3071 3114 optional: true ··· 3074 3117 resolution: {integrity: sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==} 3075 3118 engines: {node: '>=16.0.0 || 14 >= 14.17'} 3076 3119 peerDependencies: 3077 - rollup: ^4.19.1 3120 + rollup: ^4.20.0 3078 3121 peerDependenciesMeta: 3079 3122 rollup: 3080 3123 optional: true ··· 3083 3126 resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} 3084 3127 engines: {node: '>=14.0.0'} 3085 3128 peerDependencies: 3086 - rollup: ^4.19.1 3129 + rollup: ^4.20.0 3087 3130 peerDependenciesMeta: 3088 3131 rollup: 3089 3132 optional: true ··· 3092 3135 resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} 3093 3136 engines: {node: '>=14.0.0'} 3094 3137 peerDependencies: 3095 - rollup: ^4.19.1 3138 + rollup: ^4.20.0 3096 3139 peerDependenciesMeta: 3097 3140 rollup: 3098 3141 optional: true ··· 3100 3143 '@rollup/plugin-replace@2.4.2': 3101 3144 resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} 3102 3145 peerDependencies: 3103 - rollup: ^4.19.1 3146 + rollup: ^4.20.0 3104 3147 3105 3148 '@rollup/plugin-terser@0.4.4': 3106 3149 resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 3107 3150 engines: {node: '>=14.0.0'} 3108 3151 peerDependencies: 3109 - rollup: ^4.19.1 3152 + rollup: ^4.20.0 3110 3153 peerDependenciesMeta: 3111 3154 rollup: 3112 3155 optional: true ··· 3115 3158 resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} 3116 3159 engines: {node: '>= 8.0.0'} 3117 3160 peerDependencies: 3118 - rollup: ^4.19.1 3161 + rollup: ^4.20.0 3119 3162 3120 3163 '@rollup/pluginutils@4.2.1': 3121 3164 resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} ··· 3125 3168 resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} 3126 3169 engines: {node: '>=14.0.0'} 3127 3170 peerDependencies: 3128 - rollup: ^4.19.1 3171 + rollup: ^4.20.0 3129 3172 peerDependenciesMeta: 3130 3173 rollup: 3131 3174 optional: true ··· 3134 3177 resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} 3135 3178 engines: {node: '>=14.0.0'} 3136 3179 peerDependencies: 3137 - rollup: ^4.19.1 3180 + rollup: ^4.20.0 3138 3181 peerDependenciesMeta: 3139 3182 rollup: 3140 3183 optional: true 3141 3184 3142 - '@rollup/rollup-android-arm-eabi@4.19.1': 3143 - resolution: {integrity: sha512-XzqSg714++M+FXhHfXpS1tDnNZNpgxxuGZWlRG/jSj+VEPmZ0yg6jV4E0AL3uyBKxO8mO3xtOsP5mQ+XLfrlww==} 3185 + '@rollup/rollup-android-arm-eabi@4.20.0': 3186 + resolution: {integrity: sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==} 3144 3187 cpu: [arm] 3145 3188 os: [android] 3146 3189 3147 - '@rollup/rollup-android-arm64@4.19.1': 3148 - resolution: {integrity: sha512-thFUbkHteM20BGShD6P08aungq4irbIZKUNbG70LN8RkO7YztcGPiKTTGZS7Kw+x5h8hOXs0i4OaHwFxlpQN6A==} 3190 + '@rollup/rollup-android-arm64@4.20.0': 3191 + resolution: {integrity: sha512-u00Ro/nok7oGzVuh/FMYfNoGqxU5CPWz1mxV85S2w9LxHR8OoMQBuSk+3BKVIDYgkpeOET5yXkx90OYFc+ytpQ==} 3149 3192 cpu: [arm64] 3150 3193 os: [android] 3151 3194 3152 - '@rollup/rollup-darwin-arm64@4.19.1': 3153 - resolution: {integrity: sha512-8o6eqeFZzVLia2hKPUZk4jdE3zW7LCcZr+MD18tXkgBBid3lssGVAYuox8x6YHoEPDdDa9ixTaStcmx88lio5Q==} 3195 + '@rollup/rollup-darwin-arm64@4.20.0': 3196 + resolution: {integrity: sha512-uFVfvzvsdGtlSLuL0ZlvPJvl6ZmrH4CBwLGEFPe7hUmf7htGAN+aXo43R/V6LATyxlKVC/m6UsLb7jbG+LG39Q==} 3154 3197 cpu: [arm64] 3155 3198 os: [darwin] 3156 3199 3157 - '@rollup/rollup-darwin-x64@4.19.1': 3158 - resolution: {integrity: sha512-4T42heKsnbjkn7ovYiAdDVRRWZLU9Kmhdt6HafZxFcUdpjlBlxj4wDrt1yFWLk7G4+E+8p2C9tcmSu0KA6auGA==} 3200 + '@rollup/rollup-darwin-x64@4.20.0': 3201 + resolution: {integrity: sha512-xbrMDdlev53vNXexEa6l0LffojxhqDTBeL+VUxuuIXys4x6xyvbKq5XqTXBCEUA8ty8iEJblHvFaWRJTk/icAQ==} 3159 3202 cpu: [x64] 3160 3203 os: [darwin] 3161 3204 3162 - '@rollup/rollup-linux-arm-gnueabihf@4.19.1': 3163 - resolution: {integrity: sha512-MXg1xp+e5GhZ3Vit1gGEyoC+dyQUBy2JgVQ+3hUrD9wZMkUw/ywgkpK7oZgnB6kPpGrxJ41clkPPnsknuD6M2Q==} 3205 + '@rollup/rollup-linux-arm-gnueabihf@4.20.0': 3206 + resolution: {integrity: sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==} 3164 3207 cpu: [arm] 3165 3208 os: [linux] 3166 3209 3167 - '@rollup/rollup-linux-arm-musleabihf@4.19.1': 3168 - resolution: {integrity: sha512-DZNLwIY4ftPSRVkJEaxYkq7u2zel7aah57HESuNkUnz+3bZHxwkCUkrfS2IWC1sxK6F2QNIR0Qr/YXw7nkF3Pw==} 3210 + '@rollup/rollup-linux-arm-musleabihf@4.20.0': 3211 + resolution: {integrity: sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==} 3169 3212 cpu: [arm] 3170 3213 os: [linux] 3171 3214 3172 - '@rollup/rollup-linux-arm64-gnu@4.19.1': 3173 - resolution: {integrity: sha512-C7evongnjyxdngSDRRSQv5GvyfISizgtk9RM+z2biV5kY6S/NF/wta7K+DanmktC5DkuaJQgoKGf7KUDmA7RUw==} 3215 + '@rollup/rollup-linux-arm64-gnu@4.20.0': 3216 + resolution: {integrity: sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==} 3174 3217 cpu: [arm64] 3175 3218 os: [linux] 3176 3219 3177 - '@rollup/rollup-linux-arm64-musl@4.19.1': 3178 - resolution: {integrity: sha512-89tFWqxfxLLHkAthAcrTs9etAoBFRduNfWdl2xUs/yLV+7XDrJ5yuXMHptNqf1Zw0UCA3cAutkAiAokYCkaPtw==} 3220 + '@rollup/rollup-linux-arm64-musl@4.20.0': 3221 + resolution: {integrity: sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==} 3179 3222 cpu: [arm64] 3180 3223 os: [linux] 3181 3224 3182 - '@rollup/rollup-linux-powerpc64le-gnu@4.19.1': 3183 - resolution: {integrity: sha512-PromGeV50sq+YfaisG8W3fd+Cl6mnOOiNv2qKKqKCpiiEke2KiKVyDqG/Mb9GWKbYMHj5a01fq/qlUR28PFhCQ==} 3225 + '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': 3226 + resolution: {integrity: sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==} 3184 3227 cpu: [ppc64] 3185 3228 os: [linux] 3186 3229 3187 - '@rollup/rollup-linux-riscv64-gnu@4.19.1': 3188 - resolution: {integrity: sha512-/1BmHYh+iz0cNCP0oHCuF8CSiNj0JOGf0jRlSo3L/FAyZyG2rGBuKpkZVH9YF+x58r1jgWxvm1aRg3DHrLDt6A==} 3230 + '@rollup/rollup-linux-riscv64-gnu@4.20.0': 3231 + resolution: {integrity: sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==} 3189 3232 cpu: [riscv64] 3190 3233 os: [linux] 3191 3234 3192 - '@rollup/rollup-linux-s390x-gnu@4.19.1': 3193 - resolution: {integrity: sha512-0cYP5rGkQWRZKy9/HtsWVStLXzCF3cCBTRI+qRL8Z+wkYlqN7zrSYm6FuY5Kd5ysS5aH0q5lVgb/WbG4jqXN1Q==} 3235 + '@rollup/rollup-linux-s390x-gnu@4.20.0': 3236 + resolution: {integrity: sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==} 3194 3237 cpu: [s390x] 3195 3238 os: [linux] 3196 3239 3197 - '@rollup/rollup-linux-x64-gnu@4.19.1': 3198 - resolution: {integrity: sha512-XUXeI9eM8rMP8aGvii/aOOiMvTs7xlCosq9xCjcqI9+5hBxtjDpD+7Abm1ZhVIFE1J2h2VIg0t2DX/gjespC2Q==} 3240 + '@rollup/rollup-linux-x64-gnu@4.20.0': 3241 + resolution: {integrity: sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==} 3199 3242 cpu: [x64] 3200 3243 os: [linux] 3201 3244 3202 - '@rollup/rollup-linux-x64-musl@4.19.1': 3203 - resolution: {integrity: sha512-V7cBw/cKXMfEVhpSvVZhC+iGifD6U1zJ4tbibjjN+Xi3blSXaj/rJynAkCFFQfoG6VZrAiP7uGVzL440Q6Me2Q==} 3245 + '@rollup/rollup-linux-x64-musl@4.20.0': 3246 + resolution: {integrity: sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==} 3204 3247 cpu: [x64] 3205 3248 os: [linux] 3206 3249 3207 - '@rollup/rollup-win32-arm64-msvc@4.19.1': 3208 - resolution: {integrity: sha512-88brja2vldW/76jWATlBqHEoGjJLRnP0WOEKAUbMcXaAZnemNhlAHSyj4jIwMoP2T750LE9lblvD4e2jXleZsA==} 3250 + '@rollup/rollup-win32-arm64-msvc@4.20.0': 3251 + resolution: {integrity: sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==} 3209 3252 cpu: [arm64] 3210 3253 os: [win32] 3211 3254 3212 - '@rollup/rollup-win32-ia32-msvc@4.19.1': 3213 - resolution: {integrity: sha512-LdxxcqRVSXi6k6JUrTah1rHuaupoeuiv38du8Mt4r4IPer3kwlTo+RuvfE8KzZ/tL6BhaPlzJ3835i6CxrFIRQ==} 3255 + '@rollup/rollup-win32-ia32-msvc@4.20.0': 3256 + resolution: {integrity: sha512-GabekH3w4lgAJpVxkk7hUzUf2hICSQO0a/BLFA11/RMxQT92MabKAqyubzDZmMOC/hcJNlc+rrypzNzYl4Dx7A==} 3214 3257 cpu: [ia32] 3215 3258 os: [win32] 3216 3259 3217 - '@rollup/rollup-win32-x64-msvc@4.19.1': 3218 - resolution: {integrity: sha512-2bIrL28PcK3YCqD9anGxDxamxdiJAxA+l7fWIwM5o8UqNy1t3d1NdAweO2XhA0KTDJ5aH1FsuiT5+7VhtHliXg==} 3260 + '@rollup/rollup-win32-x64-msvc@4.20.0': 3261 + resolution: {integrity: sha512-aJ1EJSuTdGnM6qbVC4B5DSmozPTqIag9fSzXRNNo+humQLG89XpPgdt16Ia56ORD7s+H8Pmyx44uczDQ0yDzpg==} 3219 3262 cpu: [x64] 3220 3263 os: [win32] 3221 3264 3222 3265 '@shikijs/core@1.10.3': 3223 3266 resolution: {integrity: sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==} 3224 3267 3225 - '@shikijs/core@1.12.0': 3226 - resolution: {integrity: sha512-mc1cLbm6UQ8RxLc0dZES7v5rkH+99LxQp/ZvTqV3NLyYsO/fD6JhEflP1H5b2SDq9gI0+0G36AVZWxvounfR9w==} 3268 + '@shikijs/core@1.12.1': 3269 + resolution: {integrity: sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==} 3227 3270 3228 3271 '@shikijs/transformers@1.10.3': 3229 3272 resolution: {integrity: sha512-MNjsyye2WHVdxfZUSr5frS97sLGe6G1T+1P41QjyBFJehZphMcr4aBlRLmq6OSPBslYe9byQPVvt/LJCOfxw8Q==} 3230 3273 3231 - '@shikijs/twoslash@1.12.0': 3232 - resolution: {integrity: sha512-SX0NpsTYnO26mpWCu2asByzgWnlMP5NPzrhYNGyqS/AQI14sM1AL3/Egc3F2x5u2wa7I9IyokViXOiaPNL46+Q==} 3274 + '@shikijs/twoslash@1.12.1': 3275 + resolution: {integrity: sha512-k4D6sC9p9GksbHa4RnB1VkQIZtQ+L7nQMqi/YAxEgTKZF5v7IW6dHak0Z7bvZXrfhle36NIqWMJXz5xDexupvw==} 3233 3276 3234 - '@shikijs/vitepress-twoslash@1.12.0': 3235 - resolution: {integrity: sha512-ogFziKJAWcI7Fgl2MnkVS59gDggPjnUNZHNCvpHEkzs7Q1y/7Vdg4aphAkLjD//K0pRhgHZW8xqG/qfBdXj0Xw==} 3277 + '@shikijs/vitepress-twoslash@1.12.1': 3278 + resolution: {integrity: sha512-zFW9im65bkyBUCLFA8wHte3QvOKyQybScqAZqaSuRm442KyKwGxAEpe+5F0Sj8BOPGNjekzMLJPtTDqUURuSYQ==} 3236 3279 3237 3280 '@sinclair/typebox@0.27.8': 3238 3281 resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} ··· 3259 3302 '@solidjs/router': '>=0.6.0' 3260 3303 solid-js: '>=1.0.0' 3261 3304 3262 - '@stylistic/eslint-plugin-js@2.6.0-beta.1': 3263 - resolution: {integrity: sha512-XfCUkArkh8nbMZRczJGwW92jvrvKcHsz7jjA166f+37SQJ0dcBBvoJFTS84GuvQlyE9ZUdoIPvG+9daRz25lBg==} 3305 + '@stylistic/eslint-plugin-js@2.6.1': 3306 + resolution: {integrity: sha512-iLOiVzcvqzDGD9U0EuVOX680v+XOPiPAjkxWj+Q6iV2GLOM5NB27tKVOpJY7AzBhidwpRbaLTgg3T4UzYx09jw==} 3264 3307 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3265 3308 peerDependencies: 3266 3309 eslint: '>=8.40.0' 3267 3310 3268 - '@stylistic/eslint-plugin-jsx@2.6.0-beta.1': 3269 - resolution: {integrity: sha512-w13pjsE10gAjfSra00+xfgHbvx/fQQW7IjZAKmon246UYRw01+8KKYukRLSJ9wINe7fUKka//LAbqSbm8VKxmg==} 3311 + '@stylistic/eslint-plugin-jsx@2.6.1': 3312 + resolution: {integrity: sha512-5qHLXqxfY6jubAQfDqrifv41fx7gaqA9svDaChxMI6JiHpEBfh+PXxmm3g+B8gJCYVBTC62Rjl0Ny5QabK58bw==} 3270 3313 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3271 3314 peerDependencies: 3272 3315 eslint: '>=8.40.0' 3273 3316 3274 - '@stylistic/eslint-plugin-plus@2.6.0-beta.1': 3275 - resolution: {integrity: sha512-Hm7pq1KB8s5LeuatMvIVQvsHANnd9sNkkXY7naGcasz2W/f9at9IhozmN+/Oq5O2nRtrzb5rovQ/FclGiaO49w==} 3317 + '@stylistic/eslint-plugin-plus@2.6.1': 3318 + resolution: {integrity: sha512-z/IYu/q8ipApzNam5utSU+BrXg4pK/Gv9xNbr4eWv/bZppvTWJU62xCO4nw/6r2dHNPnqc7uCHEC7GMlBnPY0A==} 3276 3319 peerDependencies: 3277 3320 eslint: '*' 3278 3321 3279 - '@stylistic/eslint-plugin-ts@2.6.0-beta.1': 3280 - resolution: {integrity: sha512-pgRqZiC9NpvO7zPbs713WW8dhns61i7syhDKxSpgMecbvcS7I/uTFFEihmIbzBgWbebhuFLEFS6FC9Lh/j5tlQ==} 3322 + '@stylistic/eslint-plugin-ts@2.6.1': 3323 + resolution: {integrity: sha512-Mxl1VMorEG1Hc6oBYPD0+KIJOWkjEF1R0liL7wWgKfwpqOkgmnh5lVdZBrYyfRKOE4RlGcwEFTNai1IW6orgVg==} 3281 3324 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3282 3325 peerDependencies: 3283 3326 eslint: '>=8.40.0' 3284 3327 3285 - '@stylistic/eslint-plugin@2.6.0-beta.1': 3286 - resolution: {integrity: sha512-ff+7KkbtAzYzJvNH3MEtn+ImWMtoFkYowIakeFexMzDdurQHGu5wQ2D7YGc0jsM1/qnF2cxJ/ucVYQgeRZYH8g==} 3328 + '@stylistic/eslint-plugin@2.6.1': 3329 + resolution: {integrity: sha512-UT0f4t+3sQ/GKW7875NiIIjZJ1Bh4gd7JNfoIkwIQyWqO7wGd0Pqzu0Ho30Ka8MNF5lm++SkVeqAk26vGxoUpg==} 3287 3330 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3288 3331 peerDependencies: 3289 3332 eslint: '>=8.40.0' ··· 3622 3665 '@types/node@20.14.13': 3623 3666 resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==} 3624 3667 3668 + '@types/node@20.14.14': 3669 + resolution: {integrity: sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==} 3670 + 3625 3671 '@types/normalize-package-data@2.4.1': 3626 3672 resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} 3627 3673 ··· 3706 3752 '@types/yauzl@2.10.3': 3707 3753 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 3708 3754 3709 - '@typescript-eslint/eslint-plugin@8.0.0-alpha.40': 3710 - resolution: {integrity: sha512-yku4NjpP0UujYq8d1GWXYELpKYwuoESSgvXPd9uAiO24OszGxQhPsGWTe4fmZV05J47qILfaGANO9SCa9fEU0w==} 3755 + '@typescript-eslint/eslint-plugin@8.0.0': 3756 + resolution: {integrity: sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==} 3711 3757 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3712 3758 peerDependencies: 3713 3759 '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 ··· 3717 3763 typescript: 3718 3764 optional: true 3719 3765 3720 - '@typescript-eslint/parser@8.0.0-alpha.40': 3721 - resolution: {integrity: sha512-cjIgiaxmGtjlA6rRSs0Gsh0mWR08kPv1W+HsrZcuFwWxoGavBZPKtNctXND0NVf6MgSKyIcd4AHqBwE0htp5uw==} 3766 + '@typescript-eslint/parser@8.0.0': 3767 + resolution: {integrity: sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==} 3722 3768 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3723 3769 peerDependencies: 3724 3770 eslint: ^8.57.0 || ^9.0.0 ··· 3727 3773 typescript: 3728 3774 optional: true 3729 3775 3730 - '@typescript-eslint/scope-manager@7.14.1': 3731 - resolution: {integrity: sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==} 3732 - engines: {node: ^18.18.0 || >=20.0.0} 3733 - 3734 3776 '@typescript-eslint/scope-manager@7.18.0': 3735 3777 resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} 3736 3778 engines: {node: ^18.18.0 || >=20.0.0} 3737 3779 3738 - '@typescript-eslint/scope-manager@8.0.0-alpha.40': 3739 - resolution: {integrity: sha512-KQL502sCGZW+dYvxIzF6rEozbgppN0mBkYV6kT8ciY5OtFIRlLDTP7NdVAMMDk7q35T7Ad8negaQ9AGpZ8+Y5w==} 3780 + '@typescript-eslint/scope-manager@8.0.0': 3781 + resolution: {integrity: sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==} 3740 3782 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3741 3783 3742 - '@typescript-eslint/scope-manager@8.0.0-alpha.60': 3743 - resolution: {integrity: sha512-r33PjZ7ypfza6hddc/Qg/0GVw4IAd5La+aTnQzOI1wM4f+tIK8umO5Z75+gevxcYfYVl4JLuwITGCQeEagNGNg==} 3744 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3745 - 3746 - '@typescript-eslint/type-utils@8.0.0-alpha.40': 3747 - resolution: {integrity: sha512-/Aynkgxy3x22i6Zxy73MR/r0y1OELOMC9Atn7MO97NsjBOrQQYJHi/UEklZ423aB8SCkYH34lO6EAzXX/lIN3g==} 3784 + '@typescript-eslint/type-utils@8.0.0': 3785 + resolution: {integrity: sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==} 3748 3786 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3749 3787 peerDependencies: 3750 3788 typescript: '*' 3751 3789 peerDependenciesMeta: 3752 3790 typescript: 3753 3791 optional: true 3754 - 3755 - '@typescript-eslint/types@7.14.1': 3756 - resolution: {integrity: sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==} 3757 - engines: {node: ^18.18.0 || >=20.0.0} 3758 3792 3759 3793 '@typescript-eslint/types@7.18.0': 3760 3794 resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} 3761 3795 engines: {node: ^18.18.0 || >=20.0.0} 3762 3796 3763 - '@typescript-eslint/types@8.0.0-alpha.40': 3764 - resolution: {integrity: sha512-44mUq4VZVydxNlOM8Xtp/BXDkyfuvvjgPIBf7vRQDutrLDeNS0pJ9pcSloSbop5MwKLfJjBU+PbwnJPQM+DWNg==} 3797 + '@typescript-eslint/types@8.0.0': 3798 + resolution: {integrity: sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==} 3765 3799 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3766 - 3767 - '@typescript-eslint/types@8.0.0-alpha.60': 3768 - resolution: {integrity: sha512-u38oNlelUVr7a8P0H3uyjNT36wLhmHVSVKcuCXYqMrm3AInz1/iY24YSR72M9AXL4lW+GDSUJAT8UfzHz6MzIg==} 3769 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3770 - 3771 - '@typescript-eslint/typescript-estree@7.14.1': 3772 - resolution: {integrity: sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==} 3773 - engines: {node: ^18.18.0 || >=20.0.0} 3774 - peerDependencies: 3775 - typescript: '*' 3776 - peerDependenciesMeta: 3777 - typescript: 3778 - optional: true 3779 3800 3780 3801 '@typescript-eslint/typescript-estree@7.18.0': 3781 3802 resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} ··· 3786 3807 typescript: 3787 3808 optional: true 3788 3809 3789 - '@typescript-eslint/typescript-estree@8.0.0-alpha.40': 3790 - resolution: {integrity: sha512-bz1rX5GXvGdx686FghDxPqGwgntlseZCQSRrVGDDOZlLSoWJnbfkzxXGOWch9c3ttcGkdFy/DiCyKKga3hrq0g==} 3810 + '@typescript-eslint/typescript-estree@8.0.0': 3811 + resolution: {integrity: sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==} 3791 3812 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3792 3813 peerDependencies: 3793 3814 typescript: '*' 3794 3815 peerDependenciesMeta: 3795 3816 typescript: 3796 3817 optional: true 3797 - 3798 - '@typescript-eslint/typescript-estree@8.0.0-alpha.60': 3799 - resolution: {integrity: sha512-+vYrFh7YFYv1M0l5fUZoqB4RlERfjC17NeO/enEJojmJuFKjJ/0c0FVUCdEelA9NGGdxxxf4SxJ76/sqceoXpg==} 3800 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3801 - peerDependencies: 3802 - typescript: '*' 3803 - peerDependenciesMeta: 3804 - typescript: 3805 - optional: true 3806 - 3807 - '@typescript-eslint/utils@7.14.1': 3808 - resolution: {integrity: sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==} 3809 - engines: {node: ^18.18.0 || >=20.0.0} 3810 - peerDependencies: 3811 - eslint: ^8.56.0 3812 3818 3813 3819 '@typescript-eslint/utils@7.18.0': 3814 3820 resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} ··· 3816 3822 peerDependencies: 3817 3823 eslint: ^8.56.0 3818 3824 3819 - '@typescript-eslint/utils@8.0.0-alpha.40': 3820 - resolution: {integrity: sha512-ijxO1Hs3YWveuWK+Vbt25D05Q41UeK08JwEJbWTzV38LmkdCBktQd7X1sTw4W9Qku692HWuHgesZf6OhC8t3aA==} 3825 + '@typescript-eslint/utils@8.0.0': 3826 + resolution: {integrity: sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==} 3821 3827 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3822 3828 peerDependencies: 3823 3829 eslint: ^8.57.0 || ^9.0.0 3824 - 3825 - '@typescript-eslint/utils@8.0.0-alpha.60': 3826 - resolution: {integrity: sha512-2C2yDiyqx5VTasCcUmUB3AYRia8+oodCfungd8MJtIqTVa4XYB81rNhe1rtOtv8mwFFDjupKhXMC3pUJKWRtYw==} 3827 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3828 - peerDependencies: 3829 - eslint: ^8.57.0 || ^9.0.0 3830 - 3831 - '@typescript-eslint/visitor-keys@7.14.1': 3832 - resolution: {integrity: sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==} 3833 - engines: {node: ^18.18.0 || >=20.0.0} 3834 3830 3835 3831 '@typescript-eslint/visitor-keys@7.18.0': 3836 3832 resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} 3837 3833 engines: {node: ^18.18.0 || >=20.0.0} 3838 3834 3839 - '@typescript-eslint/visitor-keys@8.0.0-alpha.40': 3840 - resolution: {integrity: sha512-y1stojSPb5D3M8VlGGpaiBU5XxGLe+sPuW0YbLe09Lxvo4AwKGvhAr5lhqJZo4z6qHNz385+6+BS63+qIQdYLw==} 3841 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3842 - 3843 - '@typescript-eslint/visitor-keys@8.0.0-alpha.60': 3844 - resolution: {integrity: sha512-2OdSvXlL5aabYl2VUrGzdYi/KTFm+tCkA0KusOpNO8vAqeRbfb/8V0qdr4SHxIaDju9cseoJWothUH8nP+g6Og==} 3835 + '@typescript-eslint/visitor-keys@8.0.0': 3836 + resolution: {integrity: sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==} 3845 3837 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3846 3838 3847 3839 '@typescript/vfs@1.5.0': ··· 3850 3842 '@ungap/structured-clone@1.2.0': 3851 3843 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 3852 3844 3853 - '@unocss/astro@0.61.8': 3854 - resolution: {integrity: sha512-79xWWbi5bPWTnL7NLH2bHzRF3RSdPkEAE85BpgxYn9uXfLkv+QEdmMVY9FJsaiIjwoDZodoTMVR7pJPMq7EXlA==} 3845 + '@unocss/astro@0.61.9': 3846 + resolution: {integrity: sha512-adOXz4itYHxqhvQgJHlEU58EHDTtY2qrcEPVmQVk4qI1W+ezQV6nQMQvti8mS/HbFw3MOJhIY1MlJoZK36/cyw==} 3855 3847 peerDependencies: 3856 3848 vite: ^5.3.3 3857 3849 peerDependenciesMeta: 3858 3850 vite: 3859 3851 optional: true 3860 3852 3861 - '@unocss/cli@0.61.8': 3862 - resolution: {integrity: sha512-e+eQIoMAUcf+hXvHpARz3eAvjlDFcDUmRyoGHHfGyW9ko8ANKJZmyLyzjIHco7Ncg68rGqU/fZUMRYSMTZFulw==} 3853 + '@unocss/cli@0.61.9': 3854 + resolution: {integrity: sha512-W5pN2cOKAOkeKKXMqsGD/J7dpEAmxODtOH2Afjk41qsjqUlzGlUbmgG9PjAz7TDHrAmvuf3nvmMeeT3fii2UFg==} 3863 3855 engines: {node: '>=14'} 3864 3856 hasBin: true 3865 3857 3866 - '@unocss/config@0.61.8': 3867 - resolution: {integrity: sha512-q+QlX+X4kkKwOWCR+CEWzMdLJhC+m+MsbL7BI+KNE25ntoDTVEaN2AhC8T4lznlPc04ykKl/U8VxVCju9m0Y/A==} 3858 + '@unocss/config@0.61.9': 3859 + resolution: {integrity: sha512-ATvZEFMQiW3/oUaaplVMBYuagEELtnLbHSYH4pUGbJ5MALAfV98mZRyk4FkKkYoMYqWLGdCylzpgMPFDOuFQlQ==} 3868 3860 engines: {node: '>=14'} 3869 3861 3870 - '@unocss/core@0.61.8': 3871 - resolution: {integrity: sha512-WFCJVGrhyNyF5i2SBTO3vR9HE+hMi7aP+e3VpAkveiqoCh3QBm2AeoEGUGpBPTLTZpb7AhcqOkRPiPeYk3+z+A==} 3862 + '@unocss/core@0.61.9': 3863 + resolution: {integrity: sha512-2W1YZQIWXcueGdbXU/ZCqn/8yQhWk8e8kAHFkVlbc9rictkd2UmPB9nIZ8Ii1tMwt6F0TT6vfHbLJEGCV08o2g==} 3872 3864 3873 - '@unocss/extractor-arbitrary-variants@0.61.8': 3874 - resolution: {integrity: sha512-4vFExQhUBNWtrZS7jOYJrX9VzNLE6ynUFK+W1E5NJpozQqHbzFvbNYT5KC6+IMzmWPQQswd2ktMuDQwL+C1Qpg==} 3865 + '@unocss/extractor-arbitrary-variants@0.61.9': 3866 + resolution: {integrity: sha512-ii42/hKbhgeBBOy86729t6/HeGmxUcHM8FprPeb/v/DfYsCkjDvMYVynX3FN/K5pR2WV+HHp6TQS7GbTmRIN0g==} 3875 3867 3876 - '@unocss/inspector@0.61.8': 3877 - resolution: {integrity: sha512-e6xuMkJB3CHp/fr6uzU3lJjkvhQiMmiiwIDhWnDDZV7VMNbvqlULijhEwu4A1Y/SKAsSMQMqLGioND7W9xZuvA==} 3868 + '@unocss/inspector@0.61.9': 3869 + resolution: {integrity: sha512-kUcQ/h8/yAfkqL2eCGVFyB0IGSPdR0dx2HH4V+mdSMfd8yKFR/BQys3mBvqZwSZu5a0+iisFHHq9wr+/I5DtHQ==} 3878 3870 3879 - '@unocss/postcss@0.61.8': 3880 - resolution: {integrity: sha512-0ZIIwLXBQv5cLOXDHJfN+VaJkZlh18i7dzG5+wI1FlGEYBckL7/4oeV4MJX0NAV7l03AzMEbChsIv+MMPZEGOQ==} 3871 + '@unocss/postcss@0.61.9': 3872 + resolution: {integrity: sha512-HuFE/TUH6tt5f/AwiKNhQ/FO/lvFeW0JHPkx9SCURcKKoD3rpJUbhTqVv7c0zlCVQnRFX0hxpimoetp5Dh8qdA==} 3881 3873 engines: {node: '>=14'} 3882 3874 peerDependencies: 3883 3875 postcss: ^8.4.21 3884 3876 3885 - '@unocss/preset-attributify@0.61.8': 3886 - resolution: {integrity: sha512-p0eo9m1UfUw0O1usBsYDRQErjpvPKwHpuBlJc+No4zXz5b+0+hCFg1QuzT9fqpAZh1YfqJUNeLhu02Mao0cPOg==} 3877 + '@unocss/preset-attributify@0.61.9': 3878 + resolution: {integrity: sha512-AHlEF7PiIBz1jHZZ62+AZ1u5ITrPNL/mgN8XyKwocoAr9HH8aQ3xzUgIuEX6vfV4a8rTdawffY99BQ12msePWQ==} 3887 3879 3888 - '@unocss/preset-icons@0.61.8': 3889 - resolution: {integrity: sha512-dOMtDCVCQJgMas8gjAXeE0AtzfUJlvpdqFDmoScf66N8pmWFkcWa1VWW3uUtUJjirjWRn0OVW7fpMvMcwbmSxg==} 3880 + '@unocss/preset-icons@0.61.9': 3881 + resolution: {integrity: sha512-5XZO511ksu3EVwpV2nIZKa5NzyJAb+JARKaUpQIXssHUVdRKk5nJYr1XtrpBDLgB6VEf/1skViLEa1bpOUI5Wg==} 3890 3882 3891 - '@unocss/preset-mini@0.61.8': 3892 - resolution: {integrity: sha512-woLvWUn9hgR8+UOk9KGA7bjIFq2WrGgw5KyYnA0uZ27yFtwkvaAq3FZ7voKF5mdNnhepnDL8mw8IgnaQnDRiAg==} 3883 + '@unocss/preset-mini@0.61.9': 3884 + resolution: {integrity: sha512-qhagWfdM7ytRWf4wFfrAcdeCUCVD9wDVrM+9evAmuOnMXWEiVZCjfwhjjFu+8lM7g+38n+gi7VcrNuTiZ8fHBA==} 3893 3885 3894 - '@unocss/preset-tagify@0.61.8': 3895 - resolution: {integrity: sha512-zcXfc/WYayrWU1fksSQQhcKC/HeW9pDZYfAgYbXBf2oliNkEcI1uvtDtXBTiGOpPad738oagF4BSd6Qs698ESA==} 3886 + '@unocss/preset-tagify@0.61.9': 3887 + resolution: {integrity: sha512-E+54+uSe+btOnQDlh8XjDUXhwxJd6/TL/8Rdl+7Pg6m+JNXudEt7xOd81L/KlDPD2tYYH9g/dQUaDN5aJyfRPQ==} 3896 3888 3897 - '@unocss/preset-typography@0.61.8': 3898 - resolution: {integrity: sha512-qkoC59R69evxNokNorED2qGzqq/tnBNlT7A7lAy4ZGehmePWNU/3zohyHp7i2/NEra+fkzsrUCTw/2UctJ1vkg==} 3889 + '@unocss/preset-typography@0.61.9': 3890 + resolution: {integrity: sha512-ZDoRViHtzI1Ny0sZyjajeCGEdFQCBn5CeIYgxO/KCpN107KTGLnYfoabv0gHtj/qaeAh30obeOMxZaIuxYoW3Q==} 3899 3891 3900 - '@unocss/preset-uno@0.61.8': 3901 - resolution: {integrity: sha512-+7mK5sTEk0KvMf/Phw2QqfL3WxuwK4Drz7BLGD8bzHZAJWLMUDifbcERM2b9rbZWdJW8yhwxI7PXa+q/2Ww0PA==} 3892 + '@unocss/preset-uno@0.61.9': 3893 + resolution: {integrity: sha512-N4R/BCMphrHvAMZ+qgR/FPoh724uXDuZ/1DEGuirUQJMg7makqrI6czL+P99q1bP8nWzxWEXiRXnKKLiyD9pJw==} 3902 3894 3903 - '@unocss/preset-web-fonts@0.61.8': 3904 - resolution: {integrity: sha512-N4NIP2S4a2b0pThP9F9vxcBL4rujDEWIXU7T3BVZki2endLJoZvEX2un5l+WHUfewlVojIjUYex8FIiQQ+9oTA==} 3895 + '@unocss/preset-web-fonts@0.61.9': 3896 + resolution: {integrity: sha512-fjQv74+FiAvGJM5vSLkD15Taku0cbi5F7qAr5T85EIQOpUB1fiH2kPoXIOT1WS2lKbQZh6pNGBxLrbBRgnVPew==} 3905 3897 3906 - '@unocss/preset-wind@0.61.8': 3907 - resolution: {integrity: sha512-rYUBzRKAPN1+x57u4NFH+wTp26hI/8barFoI440d24Z5IhGq5Amtjmi5WJpZ5wDTbOdresgpp+Fbbaan+7MhSw==} 3898 + '@unocss/preset-wind@0.61.9': 3899 + resolution: {integrity: sha512-AzbjJrNL9Rb2BzTiREyssd8v7KFVVLERQ/PNILGzo6yYelYMl4AhKXZ3jgxWEsIABArVa3UkGBigG4h/L+2JHA==} 3908 3900 3909 - '@unocss/reset@0.61.8': 3910 - resolution: {integrity: sha512-tG2FhdT3OXDM+tLZj9vXKlloHYxeXVxLR5TKpNjD/WQr4p6/xUFKGHvNfLHpiz4EsXLugEn0prqTxASB4c5gNg==} 3901 + '@unocss/reset@0.61.9': 3902 + resolution: {integrity: sha512-A1KtJiFgLM0N3FqJ9r5M3mVULcwsn+14tq5WkvSPF9ik3zQeJh8/NhxKdJImWClwBOzn795NQFXXFB70Ja+2RA==} 3911 3903 3912 - '@unocss/rule-utils@0.61.8': 3913 - resolution: {integrity: sha512-Sz4JTTOoXX32Dq+T3U761RIHsf+VCnrw/mKSqbn6XUruxivFBr80YC22dKxawzRjBHGdUAIGDRv38ZKgui+4KA==} 3904 + '@unocss/rule-utils@0.61.9': 3905 + resolution: {integrity: sha512-54Hw0nF+3ga70ETo3kes4He62wdsB4dHMgEiD/DEmJzyVY3ZuG/sIVAgkxjMQDo5w4SSYU/Ys1QaY+IQmeJHFQ==} 3914 3906 engines: {node: '>=14'} 3915 3907 3916 - '@unocss/scope@0.61.8': 3917 - resolution: {integrity: sha512-m8A3gmcYlWs3NIRhEAunfibnkdR05xBessusmXndHSgL4/Fyeo/P2TNaFbEACXOm7Q7wjzi0+q0DnOp876uLLg==} 3908 + '@unocss/scope@0.61.9': 3909 + resolution: {integrity: sha512-a9/vdg7YTFZEnJSaJBh/GqkLokYh3ZjEd3gHUxl/TZDSkGOz3WnkR2h+lgaLZm9MJ7RlSvJxYP8ySezH7jU1Pw==} 3918 3910 3919 - '@unocss/transformer-attributify-jsx-babel@0.61.8': 3920 - resolution: {integrity: sha512-SL+1bryAX1G3fSBTN7naEgAFjm0W4xHx2eTj8r1LVWIMjDL02y1RtLC/sVJdU3jkUvzhtgcNEx/YpxwQCD3aSw==} 3911 + '@unocss/transformer-attributify-jsx-babel@0.61.9': 3912 + resolution: {integrity: sha512-+fojHVJhA2MVd3VTCjlEKXf8Vnoy4N+lEl0CrYOD+im44sH5CWogm0RWs9rbeemy1uel6NI1wkP4xTfIA4vEgQ==} 3921 3913 3922 - '@unocss/transformer-attributify-jsx@0.61.8': 3923 - resolution: {integrity: sha512-zecigX25BGPKEMiz42N2cL1Cp60iEUFC33VEOre9C+aotf6drKCHDB3cobAuvYxgKczeYoBSXwixkE1dixdBuA==} 3914 + '@unocss/transformer-attributify-jsx@0.61.9': 3915 + resolution: {integrity: sha512-tKZpZ64Lr6/CX96PhDtKEsqWDo1qjtswEulzIDLxpS90SMyann3azTs6mSuOwGbkbwc4gaJe6H38eCNos0ZqHg==} 3924 3916 3925 - '@unocss/transformer-compile-class@0.61.8': 3926 - resolution: {integrity: sha512-3EWjP+8oVIHx37GU122VV7FBqK3Ig2eZpTIo1/HSdOyex7G2Arz+7ZMhTUETVn398LukC0wfDI+P19YfM2erfA==} 3917 + '@unocss/transformer-compile-class@0.61.9': 3918 + resolution: {integrity: sha512-jezMpssFJGIaZNE/rw5U+9Rk1RoDrZqXZokRkqt4tamEn1SiXjRMPWoE/hLg5Kw4oybxwCXTuAk2OsD+kTb7iA==} 3927 3919 3928 - '@unocss/transformer-directives@0.61.8': 3929 - resolution: {integrity: sha512-pXjnvscGtLXCLs2lXwMxd9JtYh20SHTl4qPrSV9JOQGYSnytLFVnUUwIa4K1NV/fX7CFJsAn6UDEZziaSuO2qQ==} 3920 + '@unocss/transformer-directives@0.61.9': 3921 + resolution: {integrity: sha512-e4uIbHYdAYJSVpvxOv6kAsyI18X3gHkBsmBYWcUlPLVv+8tYo4eZtc0rn6ZvpiLzkFywG9e9cmpqVQwOR6pBVg==} 3930 3922 3931 - '@unocss/transformer-variant-group@0.61.8': 3932 - resolution: {integrity: sha512-KSW2llbc/epl8iI+GRuVFt3+EagKj7sFVAa8Qpm9hsqq94gsDXNTlTVbK5sesJ++wdsjRCAccU1pl0rkr2lGRQ==} 3923 + '@unocss/transformer-variant-group@0.61.9': 3924 + resolution: {integrity: sha512-iewADYlY0LoeCb80E/4feHVSCKHl+QzGH4xUvW0zU85evMqNOa0/t0dCIoEG22wr/9piyEsg6OdHprZ2QliYqg==} 3933 3925 3934 - '@unocss/vite@0.61.8': 3935 - resolution: {integrity: sha512-CWv0VFXoghQbuXXbeiVUyoiJv9Yc7BgH/ZuDY1mHJcXfB4h0nk2g1ImoXjMPUpzgwckoII2dJaREG2qXOI2HYw==} 3926 + '@unocss/vite@0.61.9': 3927 + resolution: {integrity: sha512-hP/sL9rq1DvVCbSSx05m+bwYqen1nHm9tW6elKFkfV7X5jBUywu24WRq551NZI33KmgHA525ApX++DSWye+0uw==} 3936 3928 peerDependencies: 3937 3929 vite: ^5.3.3 3938 3930 ··· 3962 3954 peerDependencies: 3963 3955 vite: ^5.3.3 3964 3956 3965 - '@vitejs/plugin-vue@5.1.1': 3966 - resolution: {integrity: sha512-sDckXxlHpMsjRQbAH9WanangrfrblsOd3pNifePs+FOHjJg1jfWq5L/P0PsBRndEt3nmdUnmvieP8ULDeX5AvA==} 3957 + '@vitejs/plugin-vue@5.1.2': 3958 + resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==} 3967 3959 engines: {node: ^18.0.0 || >=20.0.0} 3968 3960 peerDependencies: 3969 3961 vite: ^5.3.3 ··· 4049 4041 '@vue/compiler-ssr@3.4.35': 4050 4042 resolution: {integrity: sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==} 4051 4043 4052 - '@vue/devtools-api@6.5.1': 4053 - resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} 4044 + '@vue/devtools-api@6.6.3': 4045 + resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} 4054 4046 4055 4047 '@vue/devtools-api@7.3.6': 4056 4048 resolution: {integrity: sha512-z6cKyxdXrIGgA++eyGBfquj6dCplRdgjt+I18fJx8hjWTXDTIyeQvryyEBMchnfZVyvUTjK3QjGjDpLCnJxPjw==} ··· 4584 4576 resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} 4585 4577 engines: {node: '>=6'} 4586 4578 4587 - bumpp@9.4.1: 4588 - resolution: {integrity: sha512-kzhp/LpNX0HkUpEyLd7sU2LTN/mbAVgcxJ1Zi2cAJTE/tul6rypSKGpH8UywDpzKWItL8LVdKsIFnwmylw0+7g==} 4579 + bumpp@9.4.2: 4580 + resolution: {integrity: sha512-D0Cb5Mgxei7PObv4FkKQ19v1qSRhA3buQqCEQW6EU4+iort7JxL06DC6bZG5E0x/euZkaBuAQqOtFd2zIJKPjA==} 4589 4581 engines: {node: '>=10'} 4590 4582 hasBin: true 4591 4583 ··· 4607 4599 resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} 4608 4600 engines: {node: '>= 0.8'} 4609 4601 4610 - c12@1.10.0: 4611 - resolution: {integrity: sha512-0SsG7UDhoRWcuSvKWHaXmu5uNjDCDN3nkQLRL4Q42IlFy+ze58FcCoI3uPwINXinkz7ZinbhEgyzYFw9u9ZV8g==} 4602 + c12@1.11.1: 4603 + resolution: {integrity: sha512-KDU0TvSvVdaYcQKQ6iPHATGz/7p/KiVjPg4vQrB6Jg/wX9R0yl5RZxWm9IoZqaIHD2+6PZd81+KMGwRr/lRIUg==} 4604 + peerDependencies: 4605 + magicast: ^0.3.4 4606 + peerDependenciesMeta: 4607 + magicast: 4608 + optional: true 4612 4609 4613 4610 cac@6.7.14: 4614 4611 resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} ··· 5410 5407 peerDependencies: 5411 5408 eslint: ^8.56.0 || ^9.0.0-0 5412 5409 5413 - eslint-plugin-jsdoc@48.8.3: 5414 - resolution: {integrity: sha512-AtIvwwW9D17MRkM0Z0y3/xZYaa9mdAvJrkY6fU/HNUwGbmMtHVvK4qRM9CDixGVtfNrQitb8c6zQtdh6cTOvLg==} 5410 + eslint-plugin-jsdoc@48.11.0: 5411 + resolution: {integrity: sha512-d12JHJDPNo7IFwTOAItCeJY1hcqoIxE0lHA8infQByLilQ9xkqrRa6laWCnsuCrf+8rUnvxXY1XuTbibRBNylA==} 5415 5412 engines: {node: '>=18'} 5416 5413 peerDependencies: 5417 5414 eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 ··· 5757 5754 flat-cache@4.0.1: 5758 5755 resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} 5759 5756 engines: {node: '>=16'} 5760 - 5761 - flat@5.0.2: 5762 - resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} 5763 - hasBin: true 5764 5757 5765 5758 flatted@3.2.9: 5766 5759 resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} ··· 6486 6479 resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} 6487 6480 hasBin: true 6488 6481 6482 + jiti@1.21.6: 6483 + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} 6484 + hasBin: true 6485 + 6489 6486 jiti@2.0.0-beta.2: 6490 6487 resolution: {integrity: sha512-c+PHQZakiQuMKbnhvrjZUvrK6E/AfmTOf4P+E3Y4FNVHcNMX9e/XrnbEvO+m4wS6ZjsvhHh/POQTlfy8uXFc0A==} 6491 6488 hasBin: true ··· 7081 7078 typescript: 7082 7079 optional: true 7083 7080 7081 + msw@2.3.5: 7082 + resolution: {integrity: sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q==} 7083 + engines: {node: '>=18'} 7084 + hasBin: true 7085 + peerDependencies: 7086 + typescript: '>= 4.7.x' 7087 + peerDependenciesMeta: 7088 + typescript: 7089 + optional: true 7090 + 7084 7091 muggle-string@0.3.1: 7085 7092 resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} 7086 7093 ··· 7593 7600 resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} 7594 7601 engines: {node: '>= 0.8'} 7595 7602 7596 - rc9@2.1.1: 7597 - resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==} 7603 + rc9@2.1.2: 7604 + resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==} 7598 7605 7599 7606 rc@1.2.8: 7600 7607 resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} ··· 7782 7789 resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==} 7783 7790 engines: {node: '>=16'} 7784 7791 peerDependencies: 7785 - rollup: ^4.19.1 7792 + rollup: ^4.20.0 7786 7793 typescript: ^4.5 || ^5.0 7787 7794 7788 7795 rollup-plugin-esbuild@6.1.1: ··· 7790 7797 engines: {node: '>=14.18.0'} 7791 7798 peerDependencies: 7792 7799 esbuild: '>=0.18.0' 7793 - rollup: ^4.19.1 7800 + rollup: ^4.20.0 7794 7801 7795 7802 rollup-plugin-license@3.5.2: 7796 7803 resolution: {integrity: sha512-NNeXBcE6RyQdZdSC8Vxe8Cheax2aUa/K0Ok6JDZwr9isjkSDer4aMg0sovas1Ua76ojLZX1BrNQ6ZFspztKkZQ==} 7797 7804 engines: {node: '>=14.0.0'} 7798 7805 peerDependencies: 7799 - rollup: ^4.19.1 7806 + rollup: ^4.20.0 7800 7807 7801 - rollup@4.19.1: 7802 - resolution: {integrity: sha512-K5vziVlg7hTpYfFBI+91zHBEMo6jafYXpkMlqZjg7/zhIG9iHqazBf4xz9AVdjS9BruRn280ROqLI7G3OFRIlw==} 7808 + rollup@4.20.0: 7809 + resolution: {integrity: sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==} 7803 7810 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 7804 7811 hasBin: true 7805 7812 ··· 7957 7964 shiki@1.10.3: 7958 7965 resolution: {integrity: sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==} 7959 7966 7960 - shiki@1.12.0: 7961 - resolution: {integrity: sha512-BuAxWOm5JhRcbSOl7XCei8wGjgJJonnV0oipUupPY58iULxUGyHhW5CF+9FRMuM1pcJ5cGEJGll1LusX6FwpPA==} 7967 + shiki@1.12.1: 7968 + resolution: {integrity: sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==} 7962 7969 7963 7970 side-channel@1.0.4: 7964 7971 resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} ··· 8367 8374 tiny-glob@0.2.9: 8368 8375 resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} 8369 8376 8370 - tinybench@2.8.0: 8371 - resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==} 8377 + tinybench@2.9.0: 8378 + resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} 8372 8379 8373 8380 tinyglobby@0.2.0: 8374 8381 resolution: {integrity: sha512-+clyYQfAnNlt5a1x7CCQ6RLuTIztDfDAl6mAANvqRUlz6sVy5znCzJOhais8G6oyUyoeeaorLopO3HptVP8niA==} ··· 8466 8473 tslib@2.6.2: 8467 8474 resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} 8468 8475 8469 - tsx@4.16.3: 8470 - resolution: {integrity: sha512-MP8AEUxVnboD2rCC6kDLxnpDBNWN9k3BSVU/0/nNxgm70bPBnfn+yCKcnOsIVPQwdkbKYoFOlKjjWZWJ2XCXUg==} 8476 + tsx@4.16.5: 8477 + resolution: {integrity: sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==} 8471 8478 engines: {node: '>=18.0.0'} 8472 8479 hasBin: true 8473 8480 ··· 8650 8657 resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} 8651 8658 engines: {node: '>= 10.0.0'} 8652 8659 8653 - unocss@0.61.8: 8654 - resolution: {integrity: sha512-N7uq3NxLd5RZ3olnXWumg3FkouLa4+NacxvC4FE+kBHRZ1bA+J+ze6yqhsOqiAgv7jACjtvQEHeSToE422OvCg==} 8660 + unocss@0.61.9: 8661 + resolution: {integrity: sha512-D7nEObT1lhCUwXU5MoQ2Msh5S5g1EHVVSqDNM2ODs6dqWSboDCsRTPZQiyQmV9vCobrjYcvAFno9ZAgO7pvurw==} 8655 8662 engines: {node: '>=14'} 8656 8663 peerDependencies: 8657 - '@unocss/webpack': 0.61.8 8664 + '@unocss/webpack': 0.61.9 8658 8665 vite: ^5.3.3 8659 8666 peerDependenciesMeta: 8660 8667 '@unocss/webpack': ··· 8926 8933 peerDependencies: 8927 8934 vue: ^3.0.0 8928 8935 8929 - vue-router@4.4.0: 8930 - resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==} 8936 + vue-router@4.4.2: 8937 + resolution: {integrity: sha512-1qNybkn2L7QsLzaXs8nvlQmRKp8XF8DCxZys/Jr1JpQcHsKUxTKzTxCVA1G7NfBfwRIBgCJPoujOG5lHCCNUxw==} 8931 8938 peerDependencies: 8932 8939 vue: ^3.2.0 8933 8940 ··· 9379 9386 '@jridgewell/gen-mapping': 0.3.5 9380 9387 '@jridgewell/trace-mapping': 0.3.25 9381 9388 9382 - '@antfu/eslint-config@2.24.0(@vue/compiler-sfc@3.4.35)(eslint@9.8.0)(svelte@3.59.1)(typescript@5.5.4)(vitest@packages+vitest)': 9389 + '@antfu/eslint-config@2.24.1(@vue/compiler-sfc@3.4.35)(eslint@9.8.0)(svelte@3.59.1)(typescript@5.5.4)(vitest@packages+vitest)': 9383 9390 dependencies: 9384 9391 '@antfu/install-pkg': 0.3.3 9385 9392 '@clack/prompts': 0.7.0 9386 - '@stylistic/eslint-plugin': 2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4) 9387 - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) 9388 - '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4) 9393 + '@stylistic/eslint-plugin': 2.6.1(eslint@9.8.0)(typescript@5.5.4) 9394 + '@typescript-eslint/eslint-plugin': 8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) 9395 + '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4) 9389 9396 eslint: 9.8.0 9390 9397 eslint-config-flat-gitignore: 0.1.8 9391 9398 eslint-flat-config-utils: 0.3.0 ··· 9394 9401 eslint-plugin-command: 0.2.3(eslint@9.8.0) 9395 9402 eslint-plugin-eslint-comments: 3.2.0(eslint@9.8.0) 9396 9403 eslint-plugin-import-x: 3.1.0(eslint@9.8.0)(typescript@5.5.4) 9397 - eslint-plugin-jsdoc: 48.8.3(eslint@9.8.0) 9404 + eslint-plugin-jsdoc: 48.11.0(eslint@9.8.0) 9398 9405 eslint-plugin-jsonc: 2.16.0(eslint@9.8.0) 9399 9406 eslint-plugin-markdown: 5.1.0(eslint@9.8.0) 9400 9407 eslint-plugin-n: 17.10.1(eslint@9.8.0) ··· 9403 9410 eslint-plugin-regexp: 2.6.0(eslint@9.8.0) 9404 9411 eslint-plugin-toml: 0.11.1(eslint@9.8.0) 9405 9412 eslint-plugin-unicorn: 55.0.0(eslint@9.8.0) 9406 - eslint-plugin-unused-imports: 4.0.1(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0) 9407 - eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)(vitest@packages+vitest) 9413 + eslint-plugin-unused-imports: 4.0.1(@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0) 9414 + eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)(vitest@packages+vitest) 9408 9415 eslint-plugin-vue: 9.27.0(eslint@9.8.0) 9409 9416 eslint-plugin-yml: 1.14.0(eslint@9.8.0) 9410 9417 eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.35)(eslint@9.8.0) ··· 9461 9468 '@babel/compat-data@7.24.7': {} 9462 9469 9463 9470 '@babel/compat-data@7.24.9': {} 9471 + 9472 + '@babel/compat-data@7.25.2': {} 9464 9473 9465 9474 '@babel/core@7.23.3': 9466 9475 dependencies: ··· 9562 9571 transitivePeerDependencies: 9563 9572 - supports-color 9564 9573 9574 + '@babel/core@7.25.2': 9575 + dependencies: 9576 + '@ampproject/remapping': 2.3.0 9577 + '@babel/code-frame': 7.24.7 9578 + '@babel/generator': 7.25.0 9579 + '@babel/helper-compilation-targets': 7.25.2 9580 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) 9581 + '@babel/helpers': 7.25.0 9582 + '@babel/parser': 7.25.3 9583 + '@babel/template': 7.25.0 9584 + '@babel/traverse': 7.25.3 9585 + '@babel/types': 7.25.2 9586 + convert-source-map: 2.0.0 9587 + debug: 4.3.6 9588 + gensync: 1.0.0-beta.2 9589 + json5: 2.2.3 9590 + semver: 6.3.1 9591 + transitivePeerDependencies: 9592 + - supports-color 9593 + 9565 9594 '@babel/generator@7.24.10': 9566 9595 dependencies: 9567 9596 '@babel/types': 7.24.9 ··· 9579 9608 '@babel/generator@7.24.7': 9580 9609 dependencies: 9581 9610 '@babel/types': 7.24.7 9611 + '@jridgewell/gen-mapping': 0.3.5 9612 + '@jridgewell/trace-mapping': 0.3.25 9613 + jsesc: 2.5.2 9614 + 9615 + '@babel/generator@7.25.0': 9616 + dependencies: 9617 + '@babel/types': 7.25.2 9582 9618 '@jridgewell/gen-mapping': 0.3.5 9583 9619 '@jridgewell/trace-mapping': 0.3.25 9584 9620 jsesc: 2.5.2 ··· 9619 9655 lru-cache: 5.1.1 9620 9656 semver: 6.3.1 9621 9657 9658 + '@babel/helper-compilation-targets@7.25.2': 9659 + dependencies: 9660 + '@babel/compat-data': 7.25.2 9661 + '@babel/helper-validator-option': 7.24.8 9662 + browserslist: 4.23.2 9663 + lru-cache: 5.1.1 9664 + semver: 6.3.1 9665 + 9622 9666 '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.23.3)': 9623 9667 dependencies: 9624 9668 '@babel/core': 7.23.3 ··· 9643 9687 '@babel/helper-member-expression-to-functions': 7.24.7 9644 9688 '@babel/helper-optimise-call-expression': 7.24.7 9645 9689 '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.9) 9690 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 9691 + '@babel/helper-split-export-declaration': 7.24.7 9692 + semver: 6.3.1 9693 + transitivePeerDependencies: 9694 + - supports-color 9695 + 9696 + '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.25.2)': 9697 + dependencies: 9698 + '@babel/core': 7.25.2 9699 + '@babel/helper-annotate-as-pure': 7.24.7 9700 + '@babel/helper-environment-visitor': 7.24.7 9701 + '@babel/helper-function-name': 7.24.7 9702 + '@babel/helper-member-expression-to-functions': 7.24.7 9703 + '@babel/helper-optimise-call-expression': 7.24.7 9704 + '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.2) 9646 9705 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 9647 9706 '@babel/helper-split-export-declaration': 7.24.7 9648 9707 semver: 6.3.1 ··· 9768 9827 transitivePeerDependencies: 9769 9828 - supports-color 9770 9829 9830 + '@babel/helper-module-transforms@7.24.7(@babel/core@7.25.2)': 9831 + dependencies: 9832 + '@babel/core': 7.25.2 9833 + '@babel/helper-environment-visitor': 7.24.7 9834 + '@babel/helper-module-imports': 7.24.7 9835 + '@babel/helper-simple-access': 7.24.7 9836 + '@babel/helper-split-export-declaration': 7.24.7 9837 + '@babel/helper-validator-identifier': 7.24.7 9838 + transitivePeerDependencies: 9839 + - supports-color 9840 + 9771 9841 '@babel/helper-module-transforms@7.24.9(@babel/core@7.24.9)': 9772 9842 dependencies: 9773 9843 '@babel/core': 7.24.9 ··· 9776 9846 '@babel/helper-simple-access': 7.24.7 9777 9847 '@babel/helper-split-export-declaration': 7.24.7 9778 9848 '@babel/helper-validator-identifier': 7.24.7 9849 + transitivePeerDependencies: 9850 + - supports-color 9851 + 9852 + '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)': 9853 + dependencies: 9854 + '@babel/core': 7.25.2 9855 + '@babel/helper-module-imports': 7.24.7 9856 + '@babel/helper-simple-access': 7.24.7 9857 + '@babel/helper-validator-identifier': 7.24.7 9858 + '@babel/traverse': 7.25.3 9779 9859 transitivePeerDependencies: 9780 9860 - supports-color 9781 9861 ··· 9806 9886 '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.9)': 9807 9887 dependencies: 9808 9888 '@babel/core': 7.24.9 9889 + '@babel/helper-environment-visitor': 7.24.7 9890 + '@babel/helper-member-expression-to-functions': 7.24.7 9891 + '@babel/helper-optimise-call-expression': 7.24.7 9892 + transitivePeerDependencies: 9893 + - supports-color 9894 + 9895 + '@babel/helper-replace-supers@7.24.7(@babel/core@7.25.2)': 9896 + dependencies: 9897 + '@babel/core': 7.25.2 9809 9898 '@babel/helper-environment-visitor': 7.24.7 9810 9899 '@babel/helper-member-expression-to-functions': 7.24.7 9811 9900 '@babel/helper-optimise-call-expression': 7.24.7 ··· 9872 9961 '@babel/template': 7.24.7 9873 9962 '@babel/types': 7.24.9 9874 9963 9964 + '@babel/helpers@7.25.0': 9965 + dependencies: 9966 + '@babel/template': 7.25.0 9967 + '@babel/types': 7.25.2 9968 + 9875 9969 '@babel/highlight@7.24.7': 9876 9970 dependencies: 9877 9971 '@babel/helper-validator-identifier': 7.24.7 ··· 9894 9988 '@babel/parser@7.24.8': 9895 9989 dependencies: 9896 9990 '@babel/types': 7.24.9 9991 + 9992 + '@babel/parser@7.25.3': 9993 + dependencies: 9994 + '@babel/types': 7.25.2 9897 9995 9898 9996 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.24.9)': 9899 9997 dependencies: ··· 9968 10066 '@babel/core': 7.23.3 9969 10067 '@babel/helper-plugin-utils': 7.24.7 9970 10068 9971 - '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)': 10069 + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': 9972 10070 dependencies: 9973 - '@babel/core': 7.24.9 10071 + '@babel/core': 7.25.2 9974 10072 '@babel/helper-plugin-utils': 7.24.7 9975 10073 9976 10074 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.9)': ··· 10018 10116 '@babel/core': 7.23.3 10019 10117 '@babel/helper-plugin-utils': 7.24.7 10020 10118 10021 - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.9)': 10119 + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': 10022 10120 dependencies: 10023 - '@babel/core': 7.24.9 10121 + '@babel/core': 7.25.2 10024 10122 '@babel/helper-plugin-utils': 7.24.7 10025 10123 10026 10124 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.9)': ··· 10188 10286 dependencies: 10189 10287 '@babel/core': 7.24.9 10190 10288 '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.9) 10289 + '@babel/helper-plugin-utils': 7.24.7 10290 + '@babel/helper-simple-access': 7.24.7 10291 + transitivePeerDependencies: 10292 + - supports-color 10293 + 10294 + '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.25.2)': 10295 + dependencies: 10296 + '@babel/core': 7.25.2 10297 + '@babel/helper-module-transforms': 7.24.7(@babel/core@7.25.2) 10191 10298 '@babel/helper-plugin-utils': 7.24.7 10192 10299 '@babel/helper-simple-access': 7.24.7 10193 10300 transitivePeerDependencies: ··· 10367 10474 transitivePeerDependencies: 10368 10475 - supports-color 10369 10476 10370 - '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.9)': 10477 + '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.25.2)': 10371 10478 dependencies: 10372 - '@babel/core': 7.24.9 10479 + '@babel/core': 7.25.2 10373 10480 '@babel/helper-annotate-as-pure': 7.24.7 10374 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.9) 10481 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) 10375 10482 '@babel/helper-plugin-utils': 7.24.7 10376 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.9) 10483 + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) 10377 10484 transitivePeerDependencies: 10378 10485 - supports-color 10379 10486 ··· 10504 10611 transitivePeerDependencies: 10505 10612 - supports-color 10506 10613 10507 - '@babel/preset-typescript@7.24.7(@babel/core@7.24.9)': 10614 + '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)': 10508 10615 dependencies: 10509 - '@babel/core': 7.24.9 10616 + '@babel/core': 7.25.2 10510 10617 '@babel/helper-plugin-utils': 7.24.7 10511 10618 '@babel/helper-validator-option': 7.24.8 10512 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9) 10513 - '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.9) 10514 - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.9) 10619 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) 10620 + '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.25.2) 10621 + '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2) 10515 10622 transitivePeerDependencies: 10516 10623 - supports-color 10517 10624 ··· 10532 10639 '@babel/code-frame': 7.24.7 10533 10640 '@babel/parser': 7.24.8 10534 10641 '@babel/types': 7.24.7 10642 + 10643 + '@babel/template@7.25.0': 10644 + dependencies: 10645 + '@babel/code-frame': 7.24.7 10646 + '@babel/parser': 7.25.3 10647 + '@babel/types': 7.25.2 10535 10648 10536 10649 '@babel/traverse@7.24.5': 10537 10650 dependencies: ··· 10578 10691 transitivePeerDependencies: 10579 10692 - supports-color 10580 10693 10694 + '@babel/traverse@7.25.3': 10695 + dependencies: 10696 + '@babel/code-frame': 7.24.7 10697 + '@babel/generator': 7.25.0 10698 + '@babel/parser': 7.25.3 10699 + '@babel/template': 7.25.0 10700 + '@babel/types': 7.25.2 10701 + debug: 4.3.6 10702 + globals: 11.12.0 10703 + transitivePeerDependencies: 10704 + - supports-color 10705 + 10581 10706 '@babel/types@7.23.6': 10582 10707 dependencies: 10583 10708 '@babel/helper-string-parser': 7.23.4 ··· 10603 10728 to-fast-properties: 2.0.0 10604 10729 10605 10730 '@babel/types@7.24.9': 10731 + dependencies: 10732 + '@babel/helper-string-parser': 7.24.8 10733 + '@babel/helper-validator-identifier': 7.24.7 10734 + to-fast-properties: 2.0.0 10735 + 10736 + '@babel/types@7.25.2': 10606 10737 dependencies: 10607 10738 '@babel/helper-string-parser': 7.24.8 10608 10739 '@babel/helper-validator-identifier': 7.24.7 ··· 10673 10804 dependencies: 10674 10805 '@types/eslint': 8.56.10 10675 10806 '@types/estree': 1.0.5 10676 - '@typescript-eslint/types': 7.14.1 10807 + '@typescript-eslint/types': 7.18.0 10677 10808 comment-parser: 1.4.1 10678 10809 esquery: 1.6.0 10679 10810 jsdoc-type-pratt-parser: 4.0.0 ··· 10959 11090 10960 11091 '@humanwhocodes/retry@0.3.0': {} 10961 11092 10962 - '@iconify-json/carbon@1.1.36': 11093 + '@iconify-json/carbon@1.1.37': 10963 11094 dependencies: 10964 11095 '@iconify/types': 2.0.0 10965 11096 10966 - '@iconify-json/logos@1.1.43': 11097 + '@iconify-json/logos@1.1.44': 10967 11098 dependencies: 10968 11099 '@iconify/types': 2.0.0 10969 11100 ··· 10991 11122 '@inquirer/figures': 1.0.3 10992 11123 '@inquirer/type': 1.3.3 10993 11124 '@types/mute-stream': 0.0.4 10994 - '@types/node': 20.14.13 11125 + '@types/node': 20.14.14 10995 11126 '@types/wrap-ansi': 3.0.0 10996 11127 ansi-escapes: 4.3.2 10997 11128 chalk: 4.1.2 ··· 11030 11161 '@jest/schemas': 29.6.3 11031 11162 '@types/istanbul-lib-coverage': 2.0.6 11032 11163 '@types/istanbul-reports': 3.0.4 11033 - '@types/node': 20.14.13 11164 + '@types/node': 20.14.14 11034 11165 '@types/yargs': 17.0.12 11035 11166 chalk: 4.1.2 11036 11167 ··· 11127 11258 dependencies: 11128 11259 preact: 10.21.0 11129 11260 11130 - '@preact/preset-vite@2.8.2(@babel/core@7.24.5)(preact@10.21.0)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 11261 + '@preact/preset-vite@2.8.2(@babel/core@7.24.5)(preact@10.21.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 11131 11262 dependencies: 11132 11263 '@babel/core': 7.24.5 11133 11264 '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.24.5) 11134 11265 '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.5) 11135 - '@prefresh/vite': 2.4.1(preact@10.21.0)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 11266 + '@prefresh/vite': 2.4.1(preact@10.21.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 11136 11267 '@rollup/pluginutils': 4.2.1 11137 11268 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.24.5) 11138 11269 debug: 4.3.4 ··· 11142 11273 resolve: 1.22.8 11143 11274 source-map: 0.7.4 11144 11275 stack-trace: 1.0.0-pre2 11145 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 11276 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 11146 11277 transitivePeerDependencies: 11147 11278 - preact 11148 11279 - supports-color ··· 11155 11286 11156 11287 '@prefresh/utils@1.2.0': {} 11157 11288 11158 - '@prefresh/vite@2.4.1(preact@10.21.0)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 11289 + '@prefresh/vite@2.4.1(preact@10.21.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 11159 11290 dependencies: 11160 11291 '@babel/core': 7.24.5 11161 11292 '@prefresh/babel-plugin': 0.5.0 ··· 11163 11294 '@prefresh/utils': 1.2.0 11164 11295 '@rollup/pluginutils': 4.2.1 11165 11296 preact: 10.21.0 11166 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 11297 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 11167 11298 transitivePeerDependencies: 11168 11299 - supports-color 11169 11300 ··· 11195 11326 11196 11327 '@remix-run/router@1.16.0': {} 11197 11328 11198 - '@rollup/plugin-babel@5.3.1(@babel/core@7.24.9)(@types/babel__core@7.20.5)(rollup@4.19.1)': 11329 + '@rollup/plugin-babel@5.3.1(@babel/core@7.24.9)(@types/babel__core@7.20.5)(rollup@4.20.0)': 11199 11330 dependencies: 11200 11331 '@babel/core': 7.24.9 11201 11332 '@babel/helper-module-imports': 7.24.7 11202 - '@rollup/pluginutils': 3.1.0(rollup@4.19.1) 11203 - rollup: 4.19.1 11333 + '@rollup/pluginutils': 3.1.0(rollup@4.20.0) 11334 + rollup: 4.20.0 11204 11335 optionalDependencies: 11205 11336 '@types/babel__core': 7.20.5 11206 11337 transitivePeerDependencies: 11207 11338 - supports-color 11208 11339 11209 - '@rollup/plugin-commonjs@26.0.1(rollup@4.19.1)': 11340 + '@rollup/plugin-commonjs@26.0.1(rollup@4.20.0)': 11210 11341 dependencies: 11211 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 11342 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 11212 11343 commondir: 1.0.1 11213 11344 estree-walker: 2.0.2 11214 11345 glob: 10.4.1 11215 11346 is-reference: 1.2.1 11216 11347 magic-string: 0.30.11 11217 11348 optionalDependencies: 11218 - rollup: 4.19.1 11349 + rollup: 4.20.0 11219 11350 11220 - '@rollup/plugin-json@6.1.0(rollup@4.19.1)': 11351 + '@rollup/plugin-json@6.1.0(rollup@4.20.0)': 11221 11352 dependencies: 11222 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 11353 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 11223 11354 optionalDependencies: 11224 - rollup: 4.19.1 11355 + rollup: 4.20.0 11225 11356 11226 - '@rollup/plugin-node-resolve@15.2.3(rollup@4.19.1)': 11357 + '@rollup/plugin-node-resolve@15.2.3(rollup@4.20.0)': 11227 11358 dependencies: 11228 - '@rollup/pluginutils': 5.0.5(rollup@4.19.1) 11359 + '@rollup/pluginutils': 5.0.5(rollup@4.20.0) 11229 11360 '@types/resolve': 1.20.2 11230 11361 deepmerge: 4.3.1 11231 11362 is-builtin-module: 3.2.1 11232 11363 is-module: 1.0.0 11233 11364 resolve: 1.22.8 11234 11365 optionalDependencies: 11235 - rollup: 4.19.1 11366 + rollup: 4.20.0 11236 11367 11237 - '@rollup/plugin-replace@2.4.2(rollup@4.19.1)': 11368 + '@rollup/plugin-replace@2.4.2(rollup@4.20.0)': 11238 11369 dependencies: 11239 - '@rollup/pluginutils': 3.1.0(rollup@4.19.1) 11370 + '@rollup/pluginutils': 3.1.0(rollup@4.20.0) 11240 11371 magic-string: 0.25.9 11241 - rollup: 4.19.1 11372 + rollup: 4.20.0 11242 11373 11243 - '@rollup/plugin-terser@0.4.4(rollup@4.19.1)': 11374 + '@rollup/plugin-terser@0.4.4(rollup@4.20.0)': 11244 11375 dependencies: 11245 11376 serialize-javascript: 6.0.2 11246 11377 smob: 1.5.0 11247 11378 terser: 5.22.0 11248 11379 optionalDependencies: 11249 - rollup: 4.19.1 11380 + rollup: 4.20.0 11250 11381 11251 - '@rollup/pluginutils@3.1.0(rollup@4.19.1)': 11382 + '@rollup/pluginutils@3.1.0(rollup@4.20.0)': 11252 11383 dependencies: 11253 11384 '@types/estree': 0.0.39 11254 11385 estree-walker: 1.0.1 11255 11386 picomatch: 2.3.1 11256 - rollup: 4.19.1 11387 + rollup: 4.20.0 11257 11388 11258 11389 '@rollup/pluginutils@4.2.1': 11259 11390 dependencies: 11260 11391 estree-walker: 2.0.2 11261 11392 picomatch: 2.3.1 11262 11393 11263 - '@rollup/pluginutils@5.0.5(rollup@4.19.1)': 11394 + '@rollup/pluginutils@5.0.5(rollup@4.20.0)': 11264 11395 dependencies: 11265 11396 '@types/estree': 1.0.5 11266 11397 estree-walker: 2.0.2 11267 11398 picomatch: 2.3.1 11268 11399 optionalDependencies: 11269 - rollup: 4.19.1 11400 + rollup: 4.20.0 11270 11401 11271 - '@rollup/pluginutils@5.1.0(rollup@4.19.1)': 11402 + '@rollup/pluginutils@5.1.0(rollup@4.20.0)': 11272 11403 dependencies: 11273 11404 '@types/estree': 1.0.5 11274 11405 estree-walker: 2.0.2 11275 11406 picomatch: 2.3.1 11276 11407 optionalDependencies: 11277 - rollup: 4.19.1 11408 + rollup: 4.20.0 11278 11409 11279 - '@rollup/rollup-android-arm-eabi@4.19.1': 11410 + '@rollup/rollup-android-arm-eabi@4.20.0': 11280 11411 optional: true 11281 11412 11282 - '@rollup/rollup-android-arm64@4.19.1': 11413 + '@rollup/rollup-android-arm64@4.20.0': 11283 11414 optional: true 11284 11415 11285 - '@rollup/rollup-darwin-arm64@4.19.1': 11416 + '@rollup/rollup-darwin-arm64@4.20.0': 11286 11417 optional: true 11287 11418 11288 - '@rollup/rollup-darwin-x64@4.19.1': 11419 + '@rollup/rollup-darwin-x64@4.20.0': 11289 11420 optional: true 11290 11421 11291 - '@rollup/rollup-linux-arm-gnueabihf@4.19.1': 11422 + '@rollup/rollup-linux-arm-gnueabihf@4.20.0': 11292 11423 optional: true 11293 11424 11294 - '@rollup/rollup-linux-arm-musleabihf@4.19.1': 11425 + '@rollup/rollup-linux-arm-musleabihf@4.20.0': 11295 11426 optional: true 11296 11427 11297 - '@rollup/rollup-linux-arm64-gnu@4.19.1': 11428 + '@rollup/rollup-linux-arm64-gnu@4.20.0': 11298 11429 optional: true 11299 11430 11300 - '@rollup/rollup-linux-arm64-musl@4.19.1': 11431 + '@rollup/rollup-linux-arm64-musl@4.20.0': 11301 11432 optional: true 11302 11433 11303 - '@rollup/rollup-linux-powerpc64le-gnu@4.19.1': 11434 + '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': 11304 11435 optional: true 11305 11436 11306 - '@rollup/rollup-linux-riscv64-gnu@4.19.1': 11437 + '@rollup/rollup-linux-riscv64-gnu@4.20.0': 11307 11438 optional: true 11308 11439 11309 - '@rollup/rollup-linux-s390x-gnu@4.19.1': 11440 + '@rollup/rollup-linux-s390x-gnu@4.20.0': 11310 11441 optional: true 11311 11442 11312 - '@rollup/rollup-linux-x64-gnu@4.19.1': 11443 + '@rollup/rollup-linux-x64-gnu@4.20.0': 11313 11444 optional: true 11314 11445 11315 - '@rollup/rollup-linux-x64-musl@4.19.1': 11446 + '@rollup/rollup-linux-x64-musl@4.20.0': 11316 11447 optional: true 11317 11448 11318 - '@rollup/rollup-win32-arm64-msvc@4.19.1': 11449 + '@rollup/rollup-win32-arm64-msvc@4.20.0': 11319 11450 optional: true 11320 11451 11321 - '@rollup/rollup-win32-ia32-msvc@4.19.1': 11452 + '@rollup/rollup-win32-ia32-msvc@4.20.0': 11322 11453 optional: true 11323 11454 11324 - '@rollup/rollup-win32-x64-msvc@4.19.1': 11455 + '@rollup/rollup-win32-x64-msvc@4.20.0': 11325 11456 optional: true 11326 11457 11327 11458 '@shikijs/core@1.10.3': 11328 11459 dependencies: 11329 11460 '@types/hast': 3.0.4 11330 11461 11331 - '@shikijs/core@1.12.0': 11462 + '@shikijs/core@1.12.1': 11332 11463 dependencies: 11333 11464 '@types/hast': 3.0.4 11334 11465 ··· 11336 11467 dependencies: 11337 11468 shiki: 1.10.3 11338 11469 11339 - '@shikijs/twoslash@1.12.0(typescript@5.5.4)': 11470 + '@shikijs/twoslash@1.12.1(typescript@5.5.4)': 11340 11471 dependencies: 11341 - '@shikijs/core': 1.12.0 11472 + '@shikijs/core': 1.12.1 11342 11473 twoslash: 0.2.9(typescript@5.5.4) 11343 11474 transitivePeerDependencies: 11344 11475 - supports-color 11345 11476 - typescript 11346 11477 11347 - '@shikijs/vitepress-twoslash@1.12.0(typescript@5.5.4)': 11478 + '@shikijs/vitepress-twoslash@1.12.1(typescript@5.5.4)': 11348 11479 dependencies: 11349 - '@shikijs/twoslash': 1.12.0(typescript@5.5.4) 11480 + '@shikijs/twoslash': 1.12.1(typescript@5.5.4) 11350 11481 floating-vue: 5.2.2(vue@3.4.35(typescript@5.5.4)) 11351 11482 mdast-util-from-markdown: 2.0.1 11352 11483 mdast-util-gfm: 3.0.0 11353 11484 mdast-util-to-hast: 13.2.0 11354 - shiki: 1.12.0 11485 + shiki: 1.12.1 11355 11486 twoslash: 0.2.9(typescript@5.5.4) 11356 11487 twoslash-vue: 0.2.9(typescript@5.5.4) 11357 11488 vue: 3.4.35(typescript@5.5.4) ··· 11382 11513 '@testing-library/dom': 9.3.3 11383 11514 solid-js: 1.8.3 11384 11515 11385 - '@stylistic/eslint-plugin-js@2.6.0-beta.1(eslint@9.8.0)': 11516 + '@stylistic/eslint-plugin-js@2.6.1(eslint@9.8.0)': 11386 11517 dependencies: 11387 11518 '@types/eslint': 9.6.0 11388 11519 acorn: 8.11.3(patch_hash=no36qihqjrd3chyjw73dk5xfkm) ··· 11390 11521 eslint-visitor-keys: 4.0.0 11391 11522 espree: 10.1.0 11392 11523 11393 - '@stylistic/eslint-plugin-jsx@2.6.0-beta.1(eslint@9.8.0)': 11524 + '@stylistic/eslint-plugin-jsx@2.6.1(eslint@9.8.0)': 11394 11525 dependencies: 11395 - '@stylistic/eslint-plugin-js': 2.6.0-beta.1(eslint@9.8.0) 11526 + '@stylistic/eslint-plugin-js': 2.6.1(eslint@9.8.0) 11396 11527 '@types/eslint': 9.6.0 11397 11528 eslint: 9.8.0 11398 11529 estraverse: 5.3.0 11399 11530 picomatch: 4.0.2 11400 11531 11401 - '@stylistic/eslint-plugin-plus@2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)': 11532 + '@stylistic/eslint-plugin-plus@2.6.1(eslint@9.8.0)(typescript@5.5.4)': 11402 11533 dependencies: 11403 11534 '@types/eslint': 9.6.0 11404 - '@typescript-eslint/utils': 8.0.0-alpha.60(eslint@9.8.0)(typescript@5.5.4) 11535 + '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) 11405 11536 eslint: 9.8.0 11406 11537 transitivePeerDependencies: 11407 11538 - supports-color 11408 11539 - typescript 11409 11540 11410 - '@stylistic/eslint-plugin-ts@2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)': 11541 + '@stylistic/eslint-plugin-ts@2.6.1(eslint@9.8.0)(typescript@5.5.4)': 11411 11542 dependencies: 11412 - '@stylistic/eslint-plugin-js': 2.6.0-beta.1(eslint@9.8.0) 11543 + '@stylistic/eslint-plugin-js': 2.6.1(eslint@9.8.0) 11413 11544 '@types/eslint': 9.6.0 11414 - '@typescript-eslint/utils': 8.0.0-alpha.60(eslint@9.8.0)(typescript@5.5.4) 11545 + '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) 11415 11546 eslint: 9.8.0 11416 11547 transitivePeerDependencies: 11417 11548 - supports-color 11418 11549 - typescript 11419 11550 11420 - '@stylistic/eslint-plugin@2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)': 11551 + '@stylistic/eslint-plugin@2.6.1(eslint@9.8.0)(typescript@5.5.4)': 11421 11552 dependencies: 11422 - '@stylistic/eslint-plugin-js': 2.6.0-beta.1(eslint@9.8.0) 11423 - '@stylistic/eslint-plugin-jsx': 2.6.0-beta.1(eslint@9.8.0) 11424 - '@stylistic/eslint-plugin-plus': 2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4) 11425 - '@stylistic/eslint-plugin-ts': 2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4) 11553 + '@stylistic/eslint-plugin-js': 2.6.1(eslint@9.8.0) 11554 + '@stylistic/eslint-plugin-jsx': 2.6.1(eslint@9.8.0) 11555 + '@stylistic/eslint-plugin-plus': 2.6.1(eslint@9.8.0)(typescript@5.5.4) 11556 + '@stylistic/eslint-plugin-ts': 2.6.1(eslint@9.8.0)(typescript@5.5.4) 11426 11557 '@types/eslint': 9.6.0 11427 11558 eslint: 9.8.0 11428 11559 transitivePeerDependencies: ··· 11436 11567 magic-string: 0.25.9 11437 11568 string.prototype.matchall: 4.0.10 11438 11569 11439 - '@sveltejs/adapter-auto@2.1.0(@sveltejs/kit@1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)))': 11570 + '@sveltejs/adapter-auto@2.1.0(@sveltejs/kit@1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)))': 11440 11571 dependencies: 11441 - '@sveltejs/kit': 1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 11572 + '@sveltejs/kit': 1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 11442 11573 import-meta-resolve: 3.0.0 11443 11574 11444 - '@sveltejs/kit@1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 11575 + '@sveltejs/kit@1.20.2(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 11445 11576 dependencies: 11446 - '@sveltejs/vite-plugin-svelte': 2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 11577 + '@sveltejs/vite-plugin-svelte': 2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 11447 11578 '@types/cookie': 0.5.1 11448 11579 cookie: 0.5.0 11449 11580 devalue: 4.3.2 ··· 11457 11588 svelte: 3.59.1 11458 11589 tiny-glob: 0.2.9 11459 11590 undici: 5.22.1 11460 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 11591 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 11461 11592 transitivePeerDependencies: 11462 11593 - supports-color 11463 11594 11464 - '@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)))(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 11595 + '@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)))(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 11465 11596 dependencies: 11466 - '@sveltejs/vite-plugin-svelte': 2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 11597 + '@sveltejs/vite-plugin-svelte': 2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 11467 11598 debug: 4.3.6 11468 11599 svelte: 3.59.1 11469 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 11600 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 11470 11601 transitivePeerDependencies: 11471 11602 - supports-color 11472 11603 11473 - '@sveltejs/vite-plugin-svelte@2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 11604 + '@sveltejs/vite-plugin-svelte@2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 11474 11605 dependencies: 11475 - '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)))(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 11606 + '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.4.6(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)))(svelte@3.59.1)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 11476 11607 debug: 4.3.6 11477 11608 deepmerge: 4.3.1 11478 11609 kleur: 4.1.5 11479 11610 magic-string: 0.30.11 11480 11611 svelte: 3.59.1 11481 11612 svelte-hmr: 0.15.3(svelte@3.59.1) 11482 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 11483 - vitefu: 0.2.5(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 11613 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 11614 + vitefu: 0.2.5(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 11484 11615 transitivePeerDependencies: 11485 11616 - supports-color 11486 11617 ··· 11719 11850 '@types/fs-extra@11.0.4': 11720 11851 dependencies: 11721 11852 '@types/jsonfile': 6.1.4 11722 - '@types/node': 20.14.13 11853 + '@types/node': 20.14.14 11723 11854 optional: true 11724 11855 11725 11856 '@types/fs-extra@8.1.3': 11726 11857 dependencies: 11727 - '@types/node': 20.14.13 11858 + '@types/node': 20.14.14 11728 11859 11729 11860 '@types/glob@7.2.0': 11730 11861 dependencies: 11731 11862 '@types/minimatch': 5.1.1 11732 - '@types/node': 20.14.13 11863 + '@types/node': 20.14.14 11733 11864 11734 11865 '@types/hast@3.0.4': 11735 11866 dependencies: ··· 11770 11901 11771 11902 '@types/jsdom@21.1.7': 11772 11903 dependencies: 11773 - '@types/node': 20.14.13 11904 + '@types/node': 20.14.14 11774 11905 '@types/tough-cookie': 4.0.2 11775 11906 parse5: 7.1.2 11776 11907 ··· 11778 11909 11779 11910 '@types/jsonfile@6.1.4': 11780 11911 dependencies: 11781 - '@types/node': 20.14.13 11912 + '@types/node': 20.14.14 11782 11913 optional: true 11783 11914 11784 11915 '@types/linkify-it@5.0.0': {} ··· 11808 11939 11809 11940 '@types/mute-stream@0.0.4': 11810 11941 dependencies: 11811 - '@types/node': 20.14.13 11942 + '@types/node': 20.14.14 11812 11943 11813 11944 '@types/natural-compare@1.4.3': {} 11814 11945 ··· 11828 11959 dependencies: 11829 11960 undici-types: 5.26.5 11830 11961 11962 + '@types/node@20.14.14': 11963 + dependencies: 11964 + undici-types: 5.26.5 11965 + 11831 11966 '@types/normalize-package-data@2.4.1': {} 11832 11967 11833 11968 '@types/prompts@2.4.9': 11834 11969 dependencies: 11835 - '@types/node': 20.14.13 11970 + '@types/node': 20.14.14 11836 11971 kleur: 3.0.3 11837 11972 11838 11973 '@types/prop-types@15.7.9': {} ··· 11870 12005 11871 12006 '@types/through@0.0.30': 11872 12007 dependencies: 11873 - '@types/node': 20.14.13 12008 + '@types/node': 20.14.14 11874 12009 11875 12010 '@types/tough-cookie@4.0.2': {} 11876 12011 ··· 11896 12031 11897 12032 '@types/ws@8.5.9': 11898 12033 dependencies: 11899 - '@types/node': 20.14.13 12034 + '@types/node': 20.14.14 11900 12035 11901 12036 '@types/yargs-parser@21.0.0': {} 11902 12037 ··· 11906 12041 11907 12042 '@types/yauzl@2.10.3': 11908 12043 dependencies: 11909 - '@types/node': 20.14.13 12044 + '@types/node': 20.14.14 11910 12045 optional: true 11911 12046 11912 - '@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)': 12047 + '@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)': 11913 12048 dependencies: 11914 12049 '@eslint-community/regexpp': 4.11.0 11915 - '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4) 11916 - '@typescript-eslint/scope-manager': 8.0.0-alpha.40 11917 - '@typescript-eslint/type-utils': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4) 11918 - '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4) 11919 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 12050 + '@typescript-eslint/parser': 8.0.0(eslint@9.8.0)(typescript@5.5.4) 12051 + '@typescript-eslint/scope-manager': 8.0.0 12052 + '@typescript-eslint/type-utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) 12053 + '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) 12054 + '@typescript-eslint/visitor-keys': 8.0.0 11920 12055 eslint: 9.8.0 11921 12056 graphemer: 1.4.0 11922 12057 ignore: 5.3.1 ··· 11927 12062 transitivePeerDependencies: 11928 12063 - supports-color 11929 12064 11930 - '@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)': 12065 + '@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4)': 11931 12066 dependencies: 11932 - '@typescript-eslint/scope-manager': 8.0.0-alpha.40 11933 - '@typescript-eslint/types': 8.0.0-alpha.40 11934 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) 11935 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 12067 + '@typescript-eslint/scope-manager': 8.0.0 12068 + '@typescript-eslint/types': 8.0.0 12069 + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4) 12070 + '@typescript-eslint/visitor-keys': 8.0.0 11936 12071 debug: 4.3.6 11937 12072 eslint: 9.8.0 11938 12073 optionalDependencies: ··· 11940 12075 transitivePeerDependencies: 11941 12076 - supports-color 11942 12077 11943 - '@typescript-eslint/scope-manager@7.14.1': 11944 - dependencies: 11945 - '@typescript-eslint/types': 7.14.1 11946 - '@typescript-eslint/visitor-keys': 7.14.1 11947 - 11948 12078 '@typescript-eslint/scope-manager@7.18.0': 11949 12079 dependencies: 11950 12080 '@typescript-eslint/types': 7.18.0 11951 12081 '@typescript-eslint/visitor-keys': 7.18.0 11952 12082 11953 - '@typescript-eslint/scope-manager@8.0.0-alpha.40': 12083 + '@typescript-eslint/scope-manager@8.0.0': 11954 12084 dependencies: 11955 - '@typescript-eslint/types': 8.0.0-alpha.40 11956 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 12085 + '@typescript-eslint/types': 8.0.0 12086 + '@typescript-eslint/visitor-keys': 8.0.0 11957 12087 11958 - '@typescript-eslint/scope-manager@8.0.0-alpha.60': 12088 + '@typescript-eslint/type-utils@8.0.0(eslint@9.8.0)(typescript@5.5.4)': 11959 12089 dependencies: 11960 - '@typescript-eslint/types': 8.0.0-alpha.60 11961 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.60 11962 - 11963 - '@typescript-eslint/type-utils@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)': 11964 - dependencies: 11965 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) 11966 - '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4) 12090 + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4) 12091 + '@typescript-eslint/utils': 8.0.0(eslint@9.8.0)(typescript@5.5.4) 11967 12092 debug: 4.3.6 11968 12093 ts-api-utils: 1.3.0(typescript@5.5.4) 11969 12094 optionalDependencies: ··· 11972 12097 - eslint 11973 12098 - supports-color 11974 12099 11975 - '@typescript-eslint/types@7.14.1': {} 11976 - 11977 12100 '@typescript-eslint/types@7.18.0': {} 11978 12101 11979 - '@typescript-eslint/types@8.0.0-alpha.40': {} 11980 - 11981 - '@typescript-eslint/types@8.0.0-alpha.60': {} 11982 - 11983 - '@typescript-eslint/typescript-estree@7.14.1(typescript@5.5.4)': 11984 - dependencies: 11985 - '@typescript-eslint/types': 7.14.1 11986 - '@typescript-eslint/visitor-keys': 7.14.1 11987 - debug: 4.3.6 11988 - globby: 11.1.0 11989 - is-glob: 4.0.3 11990 - minimatch: 9.0.5 11991 - semver: 7.6.3 11992 - ts-api-utils: 1.3.0(typescript@5.5.4) 11993 - optionalDependencies: 11994 - typescript: 5.5.4 11995 - transitivePeerDependencies: 11996 - - supports-color 12102 + '@typescript-eslint/types@8.0.0': {} 11997 12103 11998 12104 '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)': 11999 12105 dependencies: ··· 12010 12116 transitivePeerDependencies: 12011 12117 - supports-color 12012 12118 12013 - '@typescript-eslint/typescript-estree@8.0.0-alpha.40(typescript@5.5.4)': 12119 + '@typescript-eslint/typescript-estree@8.0.0(typescript@5.5.4)': 12014 12120 dependencies: 12015 - '@typescript-eslint/types': 8.0.0-alpha.40 12016 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 12121 + '@typescript-eslint/types': 8.0.0 12122 + '@typescript-eslint/visitor-keys': 8.0.0 12017 12123 debug: 4.3.6 12018 12124 globby: 11.1.0 12019 12125 is-glob: 4.0.3 ··· 12024 12130 typescript: 5.5.4 12025 12131 transitivePeerDependencies: 12026 12132 - supports-color 12027 - 12028 - '@typescript-eslint/typescript-estree@8.0.0-alpha.60(typescript@5.5.4)': 12029 - dependencies: 12030 - '@typescript-eslint/types': 8.0.0-alpha.60 12031 - '@typescript-eslint/visitor-keys': 8.0.0-alpha.60 12032 - debug: 4.3.6 12033 - globby: 11.1.0 12034 - is-glob: 4.0.3 12035 - minimatch: 9.0.5 12036 - semver: 7.6.3 12037 - ts-api-utils: 1.3.0(typescript@5.5.4) 12038 - optionalDependencies: 12039 - typescript: 5.5.4 12040 - transitivePeerDependencies: 12041 - - supports-color 12042 - 12043 - '@typescript-eslint/utils@7.14.1(eslint@9.8.0)(typescript@5.5.4)': 12044 - dependencies: 12045 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) 12046 - '@typescript-eslint/scope-manager': 7.14.1 12047 - '@typescript-eslint/types': 7.14.1 12048 - '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.4) 12049 - eslint: 9.8.0 12050 - transitivePeerDependencies: 12051 - - supports-color 12052 - - typescript 12053 12133 12054 12134 '@typescript-eslint/utils@7.18.0(eslint@9.8.0)(typescript@5.5.4)': 12055 12135 dependencies: ··· 12062 12142 - supports-color 12063 12143 - typescript 12064 12144 12065 - '@typescript-eslint/utils@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)': 12145 + '@typescript-eslint/utils@8.0.0(eslint@9.8.0)(typescript@5.5.4)': 12066 12146 dependencies: 12067 12147 '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) 12068 - '@typescript-eslint/scope-manager': 8.0.0-alpha.40 12069 - '@typescript-eslint/types': 8.0.0-alpha.40 12070 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) 12148 + '@typescript-eslint/scope-manager': 8.0.0 12149 + '@typescript-eslint/types': 8.0.0 12150 + '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.4) 12071 12151 eslint: 9.8.0 12072 12152 transitivePeerDependencies: 12073 12153 - supports-color 12074 12154 - typescript 12075 - 12076 - '@typescript-eslint/utils@8.0.0-alpha.60(eslint@9.8.0)(typescript@5.5.4)': 12077 - dependencies: 12078 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) 12079 - '@typescript-eslint/scope-manager': 8.0.0-alpha.60 12080 - '@typescript-eslint/types': 8.0.0-alpha.60 12081 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.60(typescript@5.5.4) 12082 - eslint: 9.8.0 12083 - transitivePeerDependencies: 12084 - - supports-color 12085 - - typescript 12086 - 12087 - '@typescript-eslint/visitor-keys@7.14.1': 12088 - dependencies: 12089 - '@typescript-eslint/types': 7.14.1 12090 - eslint-visitor-keys: 3.4.3 12091 12155 12092 12156 '@typescript-eslint/visitor-keys@7.18.0': 12093 12157 dependencies: 12094 12158 '@typescript-eslint/types': 7.18.0 12095 12159 eslint-visitor-keys: 3.4.3 12096 12160 12097 - '@typescript-eslint/visitor-keys@8.0.0-alpha.40': 12161 + '@typescript-eslint/visitor-keys@8.0.0': 12098 12162 dependencies: 12099 - '@typescript-eslint/types': 8.0.0-alpha.40 12100 - eslint-visitor-keys: 3.4.3 12101 - 12102 - '@typescript-eslint/visitor-keys@8.0.0-alpha.60': 12103 - dependencies: 12104 - '@typescript-eslint/types': 8.0.0-alpha.60 12163 + '@typescript-eslint/types': 8.0.0 12105 12164 eslint-visitor-keys: 3.4.3 12106 12165 12107 12166 '@typescript/vfs@1.5.0': ··· 12112 12171 12113 12172 '@ungap/structured-clone@1.2.0': {} 12114 12173 12115 - '@unocss/astro@0.61.8(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 12174 + '@unocss/astro@0.61.9(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 12116 12175 dependencies: 12117 - '@unocss/core': 0.61.8 12118 - '@unocss/reset': 0.61.8 12119 - '@unocss/vite': 0.61.8(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 12176 + '@unocss/core': 0.61.9 12177 + '@unocss/reset': 0.61.9 12178 + '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 12120 12179 optionalDependencies: 12121 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 12180 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 12122 12181 transitivePeerDependencies: 12123 12182 - rollup 12124 12183 - supports-color 12125 12184 12126 - '@unocss/cli@0.61.8(rollup@4.19.1)': 12185 + '@unocss/cli@0.61.9(rollup@4.20.0)': 12127 12186 dependencies: 12128 12187 '@ampproject/remapping': 2.3.0 12129 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 12130 - '@unocss/config': 0.61.8 12131 - '@unocss/core': 0.61.8 12132 - '@unocss/preset-uno': 0.61.8 12188 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 12189 + '@unocss/config': 0.61.9 12190 + '@unocss/core': 0.61.9 12191 + '@unocss/preset-uno': 0.61.9 12133 12192 cac: 6.7.14(patch_hash=slh3cigivjjjktoa42g2agwaem) 12134 12193 chokidar: 3.6.0 12135 12194 colorette: 2.0.20 ··· 12142 12201 - rollup 12143 12202 - supports-color 12144 12203 12145 - '@unocss/config@0.61.8': 12204 + '@unocss/config@0.61.9': 12146 12205 dependencies: 12147 - '@unocss/core': 0.61.8 12206 + '@unocss/core': 0.61.9 12148 12207 unconfig: 0.5.4 12149 12208 transitivePeerDependencies: 12150 12209 - supports-color 12151 12210 12152 - '@unocss/core@0.61.8': {} 12211 + '@unocss/core@0.61.9': {} 12153 12212 12154 - '@unocss/extractor-arbitrary-variants@0.61.8': 12213 + '@unocss/extractor-arbitrary-variants@0.61.9': 12155 12214 dependencies: 12156 - '@unocss/core': 0.61.8 12215 + '@unocss/core': 0.61.9 12157 12216 12158 - '@unocss/inspector@0.61.8': 12217 + '@unocss/inspector@0.61.9': 12159 12218 dependencies: 12160 - '@unocss/core': 0.61.8 12161 - '@unocss/rule-utils': 0.61.8 12219 + '@unocss/core': 0.61.9 12220 + '@unocss/rule-utils': 0.61.9 12162 12221 gzip-size: 6.0.0 12163 12222 sirv: 2.0.4 12164 12223 12165 - '@unocss/postcss@0.61.8(postcss@8.4.40)': 12224 + '@unocss/postcss@0.61.9(postcss@8.4.40)': 12166 12225 dependencies: 12167 - '@unocss/config': 0.61.8 12168 - '@unocss/core': 0.61.8 12169 - '@unocss/rule-utils': 0.61.8 12226 + '@unocss/config': 0.61.9 12227 + '@unocss/core': 0.61.9 12228 + '@unocss/rule-utils': 0.61.9 12170 12229 css-tree: 2.3.1 12171 12230 fast-glob: 3.3.2 12172 12231 magic-string: 0.30.11 ··· 12174 12233 transitivePeerDependencies: 12175 12234 - supports-color 12176 12235 12177 - '@unocss/preset-attributify@0.61.8': 12236 + '@unocss/preset-attributify@0.61.9': 12178 12237 dependencies: 12179 - '@unocss/core': 0.61.8 12238 + '@unocss/core': 0.61.9 12180 12239 12181 - '@unocss/preset-icons@0.61.8': 12240 + '@unocss/preset-icons@0.61.9': 12182 12241 dependencies: 12183 12242 '@iconify/utils': 2.1.29 12184 - '@unocss/core': 0.61.8 12243 + '@unocss/core': 0.61.9 12185 12244 ofetch: 1.3.4 12186 12245 transitivePeerDependencies: 12187 12246 - supports-color 12188 12247 12189 - '@unocss/preset-mini@0.61.8': 12248 + '@unocss/preset-mini@0.61.9': 12190 12249 dependencies: 12191 - '@unocss/core': 0.61.8 12192 - '@unocss/extractor-arbitrary-variants': 0.61.8 12193 - '@unocss/rule-utils': 0.61.8 12250 + '@unocss/core': 0.61.9 12251 + '@unocss/extractor-arbitrary-variants': 0.61.9 12252 + '@unocss/rule-utils': 0.61.9 12194 12253 12195 - '@unocss/preset-tagify@0.61.8': 12254 + '@unocss/preset-tagify@0.61.9': 12196 12255 dependencies: 12197 - '@unocss/core': 0.61.8 12256 + '@unocss/core': 0.61.9 12198 12257 12199 - '@unocss/preset-typography@0.61.8': 12258 + '@unocss/preset-typography@0.61.9': 12200 12259 dependencies: 12201 - '@unocss/core': 0.61.8 12202 - '@unocss/preset-mini': 0.61.8 12260 + '@unocss/core': 0.61.9 12261 + '@unocss/preset-mini': 0.61.9 12203 12262 12204 - '@unocss/preset-uno@0.61.8': 12263 + '@unocss/preset-uno@0.61.9': 12205 12264 dependencies: 12206 - '@unocss/core': 0.61.8 12207 - '@unocss/preset-mini': 0.61.8 12208 - '@unocss/preset-wind': 0.61.8 12209 - '@unocss/rule-utils': 0.61.8 12265 + '@unocss/core': 0.61.9 12266 + '@unocss/preset-mini': 0.61.9 12267 + '@unocss/preset-wind': 0.61.9 12268 + '@unocss/rule-utils': 0.61.9 12210 12269 12211 - '@unocss/preset-web-fonts@0.61.8': 12270 + '@unocss/preset-web-fonts@0.61.9': 12212 12271 dependencies: 12213 - '@unocss/core': 0.61.8 12272 + '@unocss/core': 0.61.9 12214 12273 ofetch: 1.3.4 12215 12274 12216 - '@unocss/preset-wind@0.61.8': 12275 + '@unocss/preset-wind@0.61.9': 12217 12276 dependencies: 12218 - '@unocss/core': 0.61.8 12219 - '@unocss/preset-mini': 0.61.8 12220 - '@unocss/rule-utils': 0.61.8 12277 + '@unocss/core': 0.61.9 12278 + '@unocss/preset-mini': 0.61.9 12279 + '@unocss/rule-utils': 0.61.9 12221 12280 12222 - '@unocss/reset@0.61.8': {} 12281 + '@unocss/reset@0.61.9': {} 12223 12282 12224 - '@unocss/rule-utils@0.61.8': 12283 + '@unocss/rule-utils@0.61.9': 12225 12284 dependencies: 12226 - '@unocss/core': 0.61.8 12285 + '@unocss/core': 0.61.9 12227 12286 magic-string: 0.30.11 12228 12287 12229 - '@unocss/scope@0.61.8': {} 12288 + '@unocss/scope@0.61.9': {} 12230 12289 12231 - '@unocss/transformer-attributify-jsx-babel@0.61.8': 12290 + '@unocss/transformer-attributify-jsx-babel@0.61.9': 12232 12291 dependencies: 12233 - '@babel/core': 7.24.9 12234 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9) 12235 - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.9) 12236 - '@unocss/core': 0.61.8 12292 + '@babel/core': 7.25.2 12293 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) 12294 + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) 12295 + '@unocss/core': 0.61.9 12237 12296 transitivePeerDependencies: 12238 12297 - supports-color 12239 12298 12240 - '@unocss/transformer-attributify-jsx@0.61.8': 12299 + '@unocss/transformer-attributify-jsx@0.61.9': 12241 12300 dependencies: 12242 - '@unocss/core': 0.61.8 12301 + '@unocss/core': 0.61.9 12243 12302 12244 - '@unocss/transformer-compile-class@0.61.8': 12303 + '@unocss/transformer-compile-class@0.61.9': 12245 12304 dependencies: 12246 - '@unocss/core': 0.61.8 12305 + '@unocss/core': 0.61.9 12247 12306 12248 - '@unocss/transformer-directives@0.61.8': 12307 + '@unocss/transformer-directives@0.61.9': 12249 12308 dependencies: 12250 - '@unocss/core': 0.61.8 12251 - '@unocss/rule-utils': 0.61.8 12309 + '@unocss/core': 0.61.9 12310 + '@unocss/rule-utils': 0.61.9 12252 12311 css-tree: 2.3.1 12253 12312 12254 - '@unocss/transformer-variant-group@0.61.8': 12313 + '@unocss/transformer-variant-group@0.61.9': 12255 12314 dependencies: 12256 - '@unocss/core': 0.61.8 12315 + '@unocss/core': 0.61.9 12257 12316 12258 - '@unocss/vite@0.61.8(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 12317 + '@unocss/vite@0.61.9(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 12259 12318 dependencies: 12260 12319 '@ampproject/remapping': 2.3.0 12261 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 12262 - '@unocss/config': 0.61.8 12263 - '@unocss/core': 0.61.8 12264 - '@unocss/inspector': 0.61.8 12265 - '@unocss/scope': 0.61.8 12266 - '@unocss/transformer-directives': 0.61.8 12320 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 12321 + '@unocss/config': 0.61.9 12322 + '@unocss/core': 0.61.9 12323 + '@unocss/inspector': 0.61.9 12324 + '@unocss/scope': 0.61.9 12325 + '@unocss/transformer-directives': 0.61.9 12267 12326 chokidar: 3.6.0 12268 12327 fast-glob: 3.3.2 12269 12328 magic-string: 0.30.11 12270 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 12329 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 12271 12330 transitivePeerDependencies: 12272 12331 - rollup 12273 12332 - supports-color ··· 12281 12340 sharp-ico: 0.1.5 12282 12341 unconfig: 0.3.11 12283 12342 12284 - '@vite-pwa/vitepress@0.5.0(@vite-pwa/assets-generator@0.2.4)(vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0))': 12343 + '@vite-pwa/vitepress@0.5.0(@vite-pwa/assets-generator@0.2.4)(vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0))': 12285 12344 dependencies: 12286 - vite-plugin-pwa: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) 12345 + vite-plugin-pwa: 0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0) 12287 12346 optionalDependencies: 12288 12347 '@vite-pwa/assets-generator': 0.2.4 12289 12348 12290 - '@vitejs/plugin-basic-ssl@1.0.2(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 12349 + '@vitejs/plugin-basic-ssl@1.0.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 12291 12350 dependencies: 12292 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 12351 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 12293 12352 12294 - '@vitejs/plugin-react@4.2.1(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))': 12353 + '@vitejs/plugin-react@4.2.1(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))': 12295 12354 dependencies: 12296 12355 '@babel/core': 7.24.4 12297 12356 '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.24.4) 12298 12357 '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.4) 12299 12358 '@types/babel__core': 7.20.5 12300 12359 react-refresh: 0.14.0 12301 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 12360 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 12302 12361 transitivePeerDependencies: 12303 12362 - supports-color 12304 12363 12305 - '@vitejs/plugin-vue@5.1.1(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4))': 12364 + '@vitejs/plugin-vue@5.1.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4))': 12306 12365 dependencies: 12307 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 12366 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 12308 12367 vue: 3.4.35(typescript@5.5.4) 12309 12368 12310 12369 '@vitest/browser@2.0.5(playwright@1.45.3)(typescript@5.5.4)(vitest@packages+vitest)(webdriverio@8.32.2(typescript@5.5.4))': ··· 12446 12505 '@vue/compiler-dom': 3.4.35 12447 12506 '@vue/shared': 3.4.35 12448 12507 12449 - '@vue/devtools-api@6.5.1': {} 12508 + '@vue/devtools-api@6.6.3': {} 12450 12509 12451 12510 '@vue/devtools-api@7.3.6': 12452 12511 dependencies: ··· 12482 12541 '@vue/language-core@2.0.24(typescript@5.5.4)': 12483 12542 dependencies: 12484 12543 '@volar/language-core': 2.4.0-alpha.5 12485 - '@vue/compiler-dom': 3.4.33 12486 - '@vue/shared': 3.4.33 12544 + '@vue/compiler-dom': 3.4.35 12545 + '@vue/shared': 3.4.35 12487 12546 computeds: 0.0.1 12488 12547 minimatch: 9.0.5 12489 12548 muggle-string: 0.4.1 ··· 12660 12719 12661 12720 '@wdio/repl@8.24.12': 12662 12721 dependencies: 12663 - '@types/node': 20.14.13 12722 + '@types/node': 20.14.14 12664 12723 12665 12724 '@wdio/types@8.32.2': 12666 12725 dependencies: 12667 - '@types/node': 20.14.13 12726 + '@types/node': 20.14.14 12668 12727 12669 12728 '@wdio/types@8.39.0': 12670 12729 dependencies: 12671 - '@types/node': 20.14.13 12730 + '@types/node': 20.14.14 12672 12731 12673 12732 '@wdio/utils@8.32.2': 12674 12733 dependencies: ··· 13060 13119 13061 13120 builtin-modules@3.3.0: {} 13062 13121 13063 - bumpp@9.4.1: 13122 + bumpp@9.4.2(magicast@0.3.4): 13064 13123 dependencies: 13065 13124 '@jsdevtools/ez-spawn': 3.0.4 13066 - c12: 1.10.0 13125 + c12: 1.11.1(magicast@0.3.4) 13067 13126 cac: 6.7.14(patch_hash=slh3cigivjjjktoa42g2agwaem) 13068 13127 escalade: 3.1.2 13069 13128 fast-glob: 3.3.2 13070 13129 js-yaml: 4.1.0 13071 13130 prompts: 2.4.2 13072 - semver: 7.6.0 13131 + semver: 7.6.3 13132 + transitivePeerDependencies: 13133 + - magicast 13073 13134 13074 13135 bundle-require@5.0.0(esbuild@0.23.0): 13075 13136 dependencies: ··· 13084 13145 13085 13146 bytes@3.1.2: {} 13086 13147 13087 - c12@1.10.0: 13148 + c12@1.11.1(magicast@0.3.4): 13088 13149 dependencies: 13089 13150 chokidar: 3.6.0 13090 13151 confbox: 0.1.7 13091 13152 defu: 6.1.4 13092 13153 dotenv: 16.4.5 13093 13154 giget: 1.2.3 13094 - jiti: 1.21.0 13155 + jiti: 1.21.6 13095 13156 mlly: 1.7.1 13096 13157 ohash: 1.1.3 13097 13158 pathe: 1.1.2 13098 13159 perfect-debounce: 1.0.0 13099 - pkg-types: 1.1.1 13100 - rc9: 2.1.1 13160 + pkg-types: 1.1.3 13161 + rc9: 2.1.2 13162 + optionalDependencies: 13163 + magicast: 0.3.4 13101 13164 13102 13165 cac@6.7.14(patch_hash=slh3cigivjjjktoa42g2agwaem): {} 13103 13166 ··· 13695 13758 '@one-ini/wasm': 0.1.1 13696 13759 commander: 10.0.1 13697 13760 minimatch: 9.0.1 13698 - semver: 7.6.2 13761 + semver: 7.6.3 13699 13762 13700 13763 ee-first@1.1.1: {} 13701 13764 ··· 13961 14024 13962 14025 eslint-plugin-import-x@3.1.0(eslint@9.8.0)(typescript@5.5.4): 13963 14026 dependencies: 13964 - '@typescript-eslint/utils': 7.14.1(eslint@9.8.0)(typescript@5.5.4) 14027 + '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4) 13965 14028 debug: 4.3.6 13966 14029 doctrine: 3.0.0 13967 14030 eslint: 9.8.0 ··· 13976 14039 - supports-color 13977 14040 - typescript 13978 14041 13979 - eslint-plugin-jsdoc@48.8.3(eslint@9.8.0): 14042 + eslint-plugin-jsdoc@48.11.0(eslint@9.8.0): 13980 14043 dependencies: 13981 14044 '@es-joy/jsdoccomment': 0.46.0 13982 14045 are-docs-informative: 0.0.2 ··· 13984 14047 debug: 4.3.6 13985 14048 escape-string-regexp: 4.0.0 13986 14049 eslint: 9.8.0 14050 + espree: 10.1.0 13987 14051 esquery: 1.6.0 13988 14052 parse-imports: 2.1.1 13989 14053 semver: 7.6.3 ··· 14079 14143 semver: 7.6.3 14080 14144 strip-indent: 3.0.0 14081 14145 14082 - eslint-plugin-unused-imports@4.0.1(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0): 14146 + eslint-plugin-unused-imports@4.0.1(@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0): 14083 14147 dependencies: 14084 14148 eslint: 9.8.0 14085 14149 eslint-rule-composer: 0.3.0 14086 14150 optionalDependencies: 14087 - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) 14151 + '@typescript-eslint/eslint-plugin': 8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) 14088 14152 14089 - eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)(vitest@packages+vitest): 14153 + eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)(vitest@packages+vitest): 14090 14154 dependencies: 14091 - '@typescript-eslint/utils': 7.14.1(eslint@9.8.0)(typescript@5.5.4) 14155 + '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4) 14092 14156 eslint: 9.8.0 14093 14157 optionalDependencies: 14094 - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) 14158 + '@typescript-eslint/eslint-plugin': 8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) 14095 14159 vitest: link:packages/vitest 14096 14160 transitivePeerDependencies: 14097 14161 - supports-color ··· 14485 14549 dependencies: 14486 14550 flatted: 3.3.1 14487 14551 keyv: 4.5.4 14488 - 14489 - flat@5.0.2: {} 14490 14552 14491 14553 flatted@3.2.9: {} 14492 14554 ··· 14993 15055 jiti-v1: jiti@1.21.0 14994 15056 pathe: 1.1.2 14995 15057 pkg-types: 1.1.3 14996 - tsx: 4.16.3 15058 + tsx: 4.16.5 14997 15059 transitivePeerDependencies: 14998 15060 - supports-color 14999 15061 ··· 15274 15336 jest-util@29.0.1: 15275 15337 dependencies: 15276 15338 '@jest/types': 29.0.1 15277 - '@types/node': 20.14.13 15339 + '@types/node': 20.14.14 15278 15340 chalk: 4.1.2 15279 15341 ci-info: 3.9.0 15280 15342 graceful-fs: 4.2.11 ··· 15283 15345 jiti@1.20.0: {} 15284 15346 15285 15347 jiti@1.21.0: {} 15348 + 15349 + jiti@1.21.6: {} 15286 15350 15287 15351 jiti@2.0.0-beta.2: {} 15288 15352 ··· 16031 16095 optionalDependencies: 16032 16096 typescript: 5.5.4 16033 16097 16098 + msw@2.3.5(typescript@5.5.4): 16099 + dependencies: 16100 + '@bundled-es-modules/cookie': 2.0.0 16101 + '@bundled-es-modules/statuses': 1.0.1 16102 + '@bundled-es-modules/tough-cookie': 0.1.6 16103 + '@inquirer/confirm': 3.1.9 16104 + '@mswjs/interceptors': 0.29.1 16105 + '@open-draft/until': 2.1.0 16106 + '@types/cookie': 0.6.0 16107 + '@types/statuses': 2.0.5 16108 + chalk: 4.1.2 16109 + graphql: 16.8.1 16110 + headers-polyfill: 4.0.3 16111 + is-node-process: 1.2.0 16112 + outvariant: 1.4.2 16113 + path-to-regexp: 6.2.2 16114 + strict-event-emitter: 0.5.1 16115 + type-fest: 4.20.0 16116 + yargs: 17.7.2 16117 + optionalDependencies: 16118 + typescript: 5.5.4 16119 + 16034 16120 muggle-string@0.3.1: {} 16035 16121 16036 16122 muggle-string@0.4.1: {} ··· 16546 16632 iconv-lite: 0.4.24 16547 16633 unpipe: 1.0.0 16548 16634 16549 - rc9@2.1.1: 16635 + rc9@2.1.2: 16550 16636 dependencies: 16551 16637 defu: 6.1.4 16552 16638 destr: 2.0.3 16553 - flat: 5.0.2 16554 16639 16555 16640 rc@1.2.8: 16556 16641 dependencies: ··· 16744 16829 globby: 10.0.1 16745 16830 is-plain-object: 3.0.1 16746 16831 16747 - rollup-plugin-dts@6.1.1(rollup@4.19.1)(typescript@5.5.4): 16832 + rollup-plugin-dts@6.1.1(rollup@4.20.0)(typescript@5.5.4): 16748 16833 dependencies: 16749 16834 magic-string: 0.30.11 16750 - rollup: 4.19.1 16835 + rollup: 4.20.0 16751 16836 typescript: 5.5.4 16752 16837 optionalDependencies: 16753 16838 '@babel/code-frame': 7.24.7 16754 16839 16755 - rollup-plugin-esbuild@6.1.1(esbuild@0.23.0)(rollup@4.19.1): 16840 + rollup-plugin-esbuild@6.1.1(esbuild@0.23.0)(rollup@4.20.0): 16756 16841 dependencies: 16757 - '@rollup/pluginutils': 5.0.5(rollup@4.19.1) 16842 + '@rollup/pluginutils': 5.0.5(rollup@4.20.0) 16758 16843 debug: 4.3.6 16759 16844 es-module-lexer: 1.3.1 16760 16845 esbuild: 0.23.0 16761 16846 get-tsconfig: 4.7.6 16762 - rollup: 4.19.1 16847 + rollup: 4.20.0 16763 16848 transitivePeerDependencies: 16764 16849 - supports-color 16765 16850 16766 - rollup-plugin-license@3.5.2(rollup@4.19.1): 16851 + rollup-plugin-license@3.5.2(rollup@4.20.0): 16767 16852 dependencies: 16768 16853 commenting: 1.1.0 16769 16854 fdir: 6.1.1 ··· 16771 16856 magic-string: 0.30.11 16772 16857 moment: 2.30.1 16773 16858 package-name-regex: 2.0.6 16774 - rollup: 4.19.1 16859 + rollup: 4.20.0 16775 16860 spdx-expression-validate: 2.0.0 16776 16861 spdx-satisfies: 5.0.1 16777 16862 transitivePeerDependencies: 16778 16863 - picomatch 16779 16864 16780 - rollup@4.19.1: 16865 + rollup@4.20.0: 16781 16866 dependencies: 16782 16867 '@types/estree': 1.0.5 16783 16868 optionalDependencies: 16784 - '@rollup/rollup-android-arm-eabi': 4.19.1 16785 - '@rollup/rollup-android-arm64': 4.19.1 16786 - '@rollup/rollup-darwin-arm64': 4.19.1 16787 - '@rollup/rollup-darwin-x64': 4.19.1 16788 - '@rollup/rollup-linux-arm-gnueabihf': 4.19.1 16789 - '@rollup/rollup-linux-arm-musleabihf': 4.19.1 16790 - '@rollup/rollup-linux-arm64-gnu': 4.19.1 16791 - '@rollup/rollup-linux-arm64-musl': 4.19.1 16792 - '@rollup/rollup-linux-powerpc64le-gnu': 4.19.1 16793 - '@rollup/rollup-linux-riscv64-gnu': 4.19.1 16794 - '@rollup/rollup-linux-s390x-gnu': 4.19.1 16795 - '@rollup/rollup-linux-x64-gnu': 4.19.1 16796 - '@rollup/rollup-linux-x64-musl': 4.19.1 16797 - '@rollup/rollup-win32-arm64-msvc': 4.19.1 16798 - '@rollup/rollup-win32-ia32-msvc': 4.19.1 16799 - '@rollup/rollup-win32-x64-msvc': 4.19.1 16869 + '@rollup/rollup-android-arm-eabi': 4.20.0 16870 + '@rollup/rollup-android-arm64': 4.20.0 16871 + '@rollup/rollup-darwin-arm64': 4.20.0 16872 + '@rollup/rollup-darwin-x64': 4.20.0 16873 + '@rollup/rollup-linux-arm-gnueabihf': 4.20.0 16874 + '@rollup/rollup-linux-arm-musleabihf': 4.20.0 16875 + '@rollup/rollup-linux-arm64-gnu': 4.20.0 16876 + '@rollup/rollup-linux-arm64-musl': 4.20.0 16877 + '@rollup/rollup-linux-powerpc64le-gnu': 4.20.0 16878 + '@rollup/rollup-linux-riscv64-gnu': 4.20.0 16879 + '@rollup/rollup-linux-s390x-gnu': 4.20.0 16880 + '@rollup/rollup-linux-x64-gnu': 4.20.0 16881 + '@rollup/rollup-linux-x64-musl': 4.20.0 16882 + '@rollup/rollup-win32-arm64-msvc': 4.20.0 16883 + '@rollup/rollup-win32-ia32-msvc': 4.20.0 16884 + '@rollup/rollup-win32-x64-msvc': 4.20.0 16800 16885 fsevents: 2.3.3 16801 16886 16802 16887 rrweb-cssom@0.6.0: {} ··· 16973 17058 '@shikijs/core': 1.10.3 16974 17059 '@types/hast': 3.0.4 16975 17060 16976 - shiki@1.12.0: 17061 + shiki@1.12.1: 16977 17062 dependencies: 16978 - '@shikijs/core': 1.12.0 17063 + '@shikijs/core': 1.12.1 16979 17064 '@types/hast': 3.0.4 16980 17065 16981 17066 side-channel@1.0.4: ··· 17309 17394 17310 17395 supports-preserve-symlinks-flag@1.0.0: {} 17311 17396 17312 - svelte-check@3.4.3(@babel/core@7.24.9)(postcss@8.4.40)(svelte@3.59.1): 17397 + svelte-check@3.4.3(@babel/core@7.25.2)(postcss@8.4.40)(svelte@3.59.1): 17313 17398 dependencies: 17314 17399 '@jridgewell/trace-mapping': 0.3.18 17315 17400 chokidar: 3.5.3 ··· 17318 17403 picocolors: 1.0.0 17319 17404 sade: 1.8.1 17320 17405 svelte: 3.59.1 17321 - svelte-preprocess: 5.0.4(@babel/core@7.24.9)(postcss@8.4.40)(svelte@3.59.1)(typescript@5.4.5) 17406 + svelte-preprocess: 5.0.4(@babel/core@7.25.2)(postcss@8.4.40)(svelte@3.59.1)(typescript@5.4.5) 17322 17407 typescript: 5.4.5 17323 17408 transitivePeerDependencies: 17324 17409 - '@babel/core' ··· 17335 17420 dependencies: 17336 17421 svelte: 3.59.1 17337 17422 17338 - svelte-preprocess@5.0.4(@babel/core@7.24.9)(postcss@8.4.40)(svelte@3.59.1)(typescript@5.4.5): 17423 + svelte-preprocess@5.0.4(@babel/core@7.25.2)(postcss@8.4.40)(svelte@3.59.1)(typescript@5.4.5): 17339 17424 dependencies: 17340 17425 '@types/pug': 2.0.6 17341 17426 detect-indent: 6.1.0 ··· 17344 17429 strip-indent: 3.0.0 17345 17430 svelte: 3.59.1 17346 17431 optionalDependencies: 17347 - '@babel/core': 7.24.9 17432 + '@babel/core': 7.25.2 17348 17433 postcss: 8.4.40 17349 17434 typescript: 5.4.5 17350 17435 ··· 17438 17523 globalyzer: 0.1.0 17439 17524 globrex: 0.1.2 17440 17525 17441 - tinybench@2.8.0: {} 17526 + tinybench@2.9.0: {} 17442 17527 17443 17528 tinyglobby@0.2.0: 17444 17529 dependencies: ··· 17517 17602 17518 17603 tslib@2.6.2: {} 17519 17604 17520 - tsx@4.16.3: 17605 + tsx@4.16.5: 17521 17606 dependencies: 17522 17607 esbuild: 0.21.5 17523 17608 get-tsconfig: 4.7.6 ··· 17664 17749 17665 17750 unicode-property-aliases-ecmascript@2.0.0: {} 17666 17751 17667 - unimport@3.9.1(rollup@4.19.1): 17752 + unimport@3.9.1(rollup@4.20.0): 17668 17753 dependencies: 17669 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 17754 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 17670 17755 acorn: 8.11.3(patch_hash=no36qihqjrd3chyjw73dk5xfkm) 17671 17756 escape-string-regexp: 5.0.0 17672 17757 estree-walker: 3.0.3 ··· 17719 17804 17720 17805 universalify@2.0.0: {} 17721 17806 17722 - unocss@0.61.8(postcss@8.4.40)(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)): 17807 + unocss@0.61.9(postcss@8.4.40)(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)): 17723 17808 dependencies: 17724 - '@unocss/astro': 0.61.8(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 17725 - '@unocss/cli': 0.61.8(rollup@4.19.1) 17726 - '@unocss/core': 0.61.8 17727 - '@unocss/extractor-arbitrary-variants': 0.61.8 17728 - '@unocss/postcss': 0.61.8(postcss@8.4.40) 17729 - '@unocss/preset-attributify': 0.61.8 17730 - '@unocss/preset-icons': 0.61.8 17731 - '@unocss/preset-mini': 0.61.8 17732 - '@unocss/preset-tagify': 0.61.8 17733 - '@unocss/preset-typography': 0.61.8 17734 - '@unocss/preset-uno': 0.61.8 17735 - '@unocss/preset-web-fonts': 0.61.8 17736 - '@unocss/preset-wind': 0.61.8 17737 - '@unocss/reset': 0.61.8 17738 - '@unocss/transformer-attributify-jsx': 0.61.8 17739 - '@unocss/transformer-attributify-jsx-babel': 0.61.8 17740 - '@unocss/transformer-compile-class': 0.61.8 17741 - '@unocss/transformer-directives': 0.61.8 17742 - '@unocss/transformer-variant-group': 0.61.8 17743 - '@unocss/vite': 0.61.8(rollup@4.19.1)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 17809 + '@unocss/astro': 0.61.9(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 17810 + '@unocss/cli': 0.61.9(rollup@4.20.0) 17811 + '@unocss/core': 0.61.9 17812 + '@unocss/extractor-arbitrary-variants': 0.61.9 17813 + '@unocss/postcss': 0.61.9(postcss@8.4.40) 17814 + '@unocss/preset-attributify': 0.61.9 17815 + '@unocss/preset-icons': 0.61.9 17816 + '@unocss/preset-mini': 0.61.9 17817 + '@unocss/preset-tagify': 0.61.9 17818 + '@unocss/preset-typography': 0.61.9 17819 + '@unocss/preset-uno': 0.61.9 17820 + '@unocss/preset-web-fonts': 0.61.9 17821 + '@unocss/preset-wind': 0.61.9 17822 + '@unocss/reset': 0.61.9 17823 + '@unocss/transformer-attributify-jsx': 0.61.9 17824 + '@unocss/transformer-attributify-jsx-babel': 0.61.9 17825 + '@unocss/transformer-compile-class': 0.61.9 17826 + '@unocss/transformer-directives': 0.61.9 17827 + '@unocss/transformer-variant-group': 0.61.9 17828 + '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 17744 17829 optionalDependencies: 17745 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 17830 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 17746 17831 transitivePeerDependencies: 17747 17832 - postcss 17748 17833 - rollup ··· 17750 17835 17751 17836 unpipe@1.0.0: {} 17752 17837 17753 - unplugin-auto-import@0.18.2(@vueuse/core@10.11.0(vue@3.4.35(typescript@5.5.4)))(rollup@4.19.1): 17838 + unplugin-auto-import@0.18.2(@vueuse/core@10.11.0(vue@3.4.35(typescript@5.5.4)))(rollup@4.20.0): 17754 17839 dependencies: 17755 17840 '@antfu/utils': 0.7.10 17756 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 17841 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 17757 17842 fast-glob: 3.3.2 17758 17843 local-pkg: 0.5.0 17759 17844 magic-string: 0.30.11 17760 17845 minimatch: 9.0.5 17761 - unimport: 3.9.1(rollup@4.19.1) 17846 + unimport: 3.9.1(rollup@4.20.0) 17762 17847 unplugin: 1.11.0 17763 17848 optionalDependencies: 17764 17849 '@vueuse/core': 10.11.0(vue@3.4.35(typescript@5.5.4)) 17765 17850 transitivePeerDependencies: 17766 17851 - rollup 17767 17852 17768 - unplugin-swc@1.4.4(@swc/core@1.4.1)(rollup@4.19.1): 17853 + unplugin-swc@1.4.4(@swc/core@1.4.1)(rollup@4.20.0): 17769 17854 dependencies: 17770 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 17855 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 17771 17856 '@swc/core': 1.4.1 17772 17857 load-tsconfig: 0.2.5 17773 17858 unplugin: 1.7.1 17774 17859 transitivePeerDependencies: 17775 17860 - rollup 17776 17861 17777 - unplugin-vue-components@0.27.3(@babel/parser@7.24.8)(rollup@4.19.1)(vue@3.4.35(typescript@5.5.4)): 17862 + unplugin-vue-components@0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.35(typescript@5.5.4)): 17778 17863 dependencies: 17779 17864 '@antfu/utils': 0.7.10 17780 - '@rollup/pluginutils': 5.1.0(rollup@4.19.1) 17865 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) 17781 17866 chokidar: 3.6.0 17782 17867 debug: 4.3.5 17783 17868 fast-glob: 3.3.2 ··· 17788 17873 unplugin: 1.11.0 17789 17874 vue: 3.4.35(typescript@5.5.4) 17790 17875 optionalDependencies: 17791 - '@babel/parser': 7.24.8 17876 + '@babel/parser': 7.25.3 17792 17877 transitivePeerDependencies: 17793 17878 - rollup 17794 17879 - supports-color ··· 17902 17987 unist-util-stringify-position: 4.0.0 17903 17988 vfile-message: 4.0.2 17904 17989 17905 - vite-plugin-pages@0.32.3(@vue/compiler-sfc@3.4.35)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(vue-router@4.4.0(vue@3.4.35(typescript@5.5.4))): 17990 + vite-plugin-pages@0.32.3(@vue/compiler-sfc@3.4.35)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(vue-router@4.4.2(vue@3.4.35(typescript@5.5.4))): 17906 17991 dependencies: 17907 17992 '@types/debug': 4.1.12 17908 17993 debug: 4.3.6 ··· 17912 17997 json5: 2.2.3 17913 17998 local-pkg: 0.5.0 17914 17999 picocolors: 1.0.1 17915 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 18000 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 17916 18001 yaml: 2.4.5 17917 18002 optionalDependencies: 17918 18003 '@vue/compiler-sfc': 3.4.35 17919 - vue-router: 4.4.0(vue@3.4.35(typescript@5.5.4)) 18004 + vue-router: 4.4.2(vue@3.4.35(typescript@5.5.4)) 17920 18005 transitivePeerDependencies: 17921 18006 - supports-color 17922 18007 17923 - vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): 18008 + vite-plugin-pwa@0.20.1(@vite-pwa/assets-generator@0.2.4)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(workbox-build@7.1.0(@types/babel__core@7.20.5))(workbox-window@7.1.0): 17924 18009 dependencies: 17925 18010 debug: 4.3.6 17926 18011 pretty-bytes: 6.1.1 17927 18012 tinyglobby: 0.2.0 17928 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 18013 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 17929 18014 workbox-build: 7.1.0(@types/babel__core@7.20.5) 17930 18015 workbox-window: 7.1.0 17931 18016 optionalDependencies: ··· 17933 18018 transitivePeerDependencies: 17934 18019 - supports-color 17935 18020 17936 - vite-plugin-solid@2.7.2(solid-js@1.8.3)(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)): 18021 + vite-plugin-solid@2.7.2(solid-js@1.8.3)(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)): 17937 18022 dependencies: 17938 18023 '@babel/core': 7.23.3 17939 18024 '@babel/preset-typescript': 7.23.2(@babel/core@7.23.3) ··· 17942 18027 merge-anything: 5.1.7 17943 18028 solid-js: 1.8.3 17944 18029 solid-refresh: 0.5.3(solid-js@1.8.3) 17945 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 17946 - vitefu: 0.2.4(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)) 18030 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 18031 + vitefu: 0.2.4(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)) 17947 18032 transitivePeerDependencies: 17948 18033 - supports-color 17949 18034 ··· 17951 18036 dependencies: 17952 18037 esbuild: 0.21.5 17953 18038 postcss: 8.4.39 17954 - rollup: 4.19.1 18039 + rollup: 4.20.0 17955 18040 optionalDependencies: 17956 18041 '@types/node': 20.11.5 17957 18042 fsevents: 2.3.3 17958 18043 terser: 5.22.0 17959 18044 17960 - vite@5.3.3(@types/node@20.14.13)(terser@5.22.0): 18045 + vite@5.3.3(@types/node@20.14.14)(terser@5.22.0): 17961 18046 dependencies: 17962 18047 esbuild: 0.21.5 17963 18048 postcss: 8.4.39 17964 - rollup: 4.19.1 18049 + rollup: 4.20.0 17965 18050 optionalDependencies: 17966 - '@types/node': 20.14.13 18051 + '@types/node': 20.14.14 17967 18052 fsevents: 2.3.3 17968 18053 terser: 5.22.0 17969 18054 17970 - vitefu@0.2.4(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)): 18055 + vitefu@0.2.4(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)): 17971 18056 optionalDependencies: 17972 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 18057 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 17973 18058 17974 - vitefu@0.2.5(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0)): 18059 + vitefu@0.2.5(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0)): 17975 18060 optionalDependencies: 17976 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 18061 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 17977 18062 17978 - vitepress@1.3.1(@algolia/client-search@4.20.0)(@types/node@20.14.13)(@types/react@18.2.79)(postcss@8.4.40)(react-dom@18.0.0(react@18.2.0))(react@18.2.0)(search-insights@2.9.0)(terser@5.22.0)(typescript@5.5.4): 18063 + vitepress@1.3.1(@algolia/client-search@4.20.0)(@types/node@20.14.14)(@types/react@18.2.79)(postcss@8.4.40)(react-dom@18.0.0(react@18.2.0))(react@18.2.0)(search-insights@2.9.0)(terser@5.22.0)(typescript@5.5.4): 17979 18064 dependencies: 17980 18065 '@docsearch/css': 3.6.0 17981 18066 '@docsearch/js': 3.6.0(@algolia/client-search@4.20.0)(@types/react@18.2.79)(react-dom@18.0.0(react@18.2.0))(react@18.2.0)(search-insights@2.9.0) 17982 18067 '@shikijs/core': 1.10.3 17983 18068 '@shikijs/transformers': 1.10.3 17984 18069 '@types/markdown-it': 14.1.1 17985 - '@vitejs/plugin-vue': 5.1.1(vite@5.3.3(@types/node@20.14.13)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 18070 + '@vitejs/plugin-vue': 5.1.2(vite@5.3.3(@types/node@20.14.14)(terser@5.22.0))(vue@3.4.35(typescript@5.5.4)) 17986 18071 '@vue/devtools-api': 7.3.6 17987 18072 '@vue/shared': 3.4.31 17988 18073 '@vueuse/core': 10.11.0(vue@3.4.35(typescript@5.5.4)) ··· 17991 18076 mark.js: 8.11.1 17992 18077 minisearch: 7.0.0 17993 18078 shiki: 1.10.3 17994 - vite: 5.3.3(@types/node@20.14.13)(terser@5.22.0) 18079 + vite: 5.3.3(@types/node@20.14.14)(terser@5.22.0) 17995 18080 vue: 3.4.35(typescript@5.5.4) 17996 18081 optionalDependencies: 17997 18082 postcss: 8.4.40 ··· 18063 18148 dependencies: 18064 18149 vue: 3.4.35(typescript@5.5.4) 18065 18150 18066 - vue-router@4.4.0(vue@3.4.35(typescript@5.5.4)): 18151 + vue-router@4.4.2(vue@3.4.35(typescript@5.5.4)): 18067 18152 dependencies: 18068 - '@vue/devtools-api': 6.5.1 18153 + '@vue/devtools-api': 6.6.3 18069 18154 vue: 3.4.35(typescript@5.5.4) 18070 18155 18071 18156 vue-template-compiler@2.7.15: ··· 18131 18216 18132 18217 webdriver@8.32.2: 18133 18218 dependencies: 18134 - '@types/node': 20.14.13 18219 + '@types/node': 20.14.14 18135 18220 '@types/ws': 8.5.12 18136 18221 '@wdio/config': 8.32.2 18137 18222 '@wdio/logger': 8.28.0 ··· 18149 18234 18150 18235 webdriver@8.39.0: 18151 18236 dependencies: 18152 - '@types/node': 20.14.13 18237 + '@types/node': 20.14.14 18153 18238 '@types/ws': 8.5.12 18154 18239 '@wdio/config': 8.39.0 18155 18240 '@wdio/logger': 8.38.0 ··· 18319 18404 '@babel/core': 7.24.9 18320 18405 '@babel/preset-env': 7.23.2(@babel/core@7.24.9) 18321 18406 '@babel/runtime': 7.24.4 18322 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.24.9)(@types/babel__core@7.20.5)(rollup@4.19.1) 18323 - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.19.1) 18324 - '@rollup/plugin-replace': 2.4.2(rollup@4.19.1) 18325 - '@rollup/plugin-terser': 0.4.4(rollup@4.19.1) 18407 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.24.9)(@types/babel__core@7.20.5)(rollup@4.20.0) 18408 + '@rollup/plugin-node-resolve': 15.2.3(rollup@4.20.0) 18409 + '@rollup/plugin-replace': 2.4.2(rollup@4.20.0) 18410 + '@rollup/plugin-terser': 0.4.4(rollup@4.20.0) 18326 18411 '@surma/rollup-plugin-off-main-thread': 2.2.3 18327 18412 ajv: 8.12.0 18328 18413 common-tags: 1.8.2 ··· 18331 18416 glob: 7.2.3 18332 18417 lodash: 4.17.21 18333 18418 pretty-bytes: 5.6.0 18334 - rollup: 4.19.1 18419 + rollup: 4.20.0 18335 18420 source-map: 0.8.0-beta.0 18336 18421 stringify-object: 3.3.0 18337 18422 strip-comments: 2.0.1 ··· 18521 18606 zx@8.1.4: 18522 18607 optionalDependencies: 18523 18608 '@types/fs-extra': 11.0.4 18524 - '@types/node': 20.14.13 18609 + '@types/node': 20.14.14
+6 -6
docs/package.json
··· 18 18 "vue": "^3.4.35" 19 19 }, 20 20 "devDependencies": { 21 - "@iconify-json/carbon": "^1.1.36", 22 - "@iconify-json/logos": "^1.1.43", 23 - "@shikijs/vitepress-twoslash": "^1.12.0", 24 - "@unocss/reset": "^0.61.8", 21 + "@iconify-json/carbon": "^1.1.37", 22 + "@iconify-json/logos": "^1.1.44", 23 + "@shikijs/vitepress-twoslash": "^1.12.1", 24 + "@unocss/reset": "^0.61.9", 25 25 "@vite-pwa/assets-generator": "^0.2.4", 26 26 "@vite-pwa/vitepress": "^0.5.0", 27 - "@vitejs/plugin-vue": "^5.1.1", 27 + "@vitejs/plugin-vue": "^5.1.2", 28 28 "fast-glob": "^3.3.2", 29 29 "https-localhost": "^4.7.1", 30 - "unocss": "^0.61.8", 30 + "unocss": "^0.61.9", 31 31 "unplugin-vue-components": "^0.27.3", 32 32 "vite": "^5.2.8", 33 33 "vite-plugin-pwa": "^0.20.1",
+2 -2
.github/workflows/ci.yml
··· 55 55 56 56 - name: Get changed files 57 57 id: changed-files 58 - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 # v44.5.6 58 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7 59 59 with: 60 60 files: | 61 61 docs/** ··· 115 115 116 116 - name: Get changed files 117 117 id: changed-files 118 - uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 # v44.5.6 118 + uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7 119 119 with: 120 120 files: | 121 121 docs/**
+1 -1
packages/browser/package.json
··· 80 80 "@testing-library/user-event": "^14.5.2", 81 81 "@vitest/utils": "workspace:*", 82 82 "magic-string": "^0.30.11", 83 - "msw": "^2.3.4", 83 + "msw": "^2.3.5", 84 84 "sirv": "^2.0.4", 85 85 "ws": "^8.18.0" 86 86 },
+6 -6
packages/ui/package.json
··· 57 57 }, 58 58 "devDependencies": { 59 59 "@faker-js/faker": "^8.4.1", 60 - "@iconify-json/carbon": "^1.1.36", 61 - "@iconify-json/logos": "^1.1.43", 60 + "@iconify-json/carbon": "^1.1.37", 61 + "@iconify-json/logos": "^1.1.44", 62 62 "@testing-library/vue": "^8.1.0", 63 63 "@types/codemirror": "^5.60.15", 64 64 "@types/d3-force": "^3.0.10", 65 65 "@types/d3-selection": "^3.0.10", 66 66 "@types/ws": "^8.5.12", 67 - "@unocss/reset": "^0.61.8", 68 - "@vitejs/plugin-vue": "^5.1.1", 67 + "@unocss/reset": "^0.61.9", 68 + "@vitejs/plugin-vue": "^5.1.2", 69 69 "@vitest/runner": "workspace:*", 70 70 "@vitest/ws-client": "workspace:*", 71 71 "@vue/test-utils": "^2.4.6", ··· 77 77 "d3-graph-controller": "^3.0.10", 78 78 "floating-vue": "^5.2.2", 79 79 "splitpanes": "^3.1.5", 80 - "unocss": "^0.61.8", 80 + "unocss": "^0.61.9", 81 81 "unplugin-auto-import": "^0.18.2", 82 82 "unplugin-vue-components": "^0.27.3", 83 83 "vite": "^5.0.0", 84 84 "vite-plugin-pages": "^0.32.3", 85 85 "vue": "^3.4.35", 86 - "vue-router": "^4.4.0", 86 + "vue-router": "^4.4.2", 87 87 "vue-virtual-scroller": "2.0.0-beta.8" 88 88 } 89 89 }
+2 -2
packages/vitest/package.json
··· 160 160 "magic-string": "^0.30.11", 161 161 "pathe": "^1.1.2", 162 162 "std-env": "^3.7.0", 163 - "tinybench": "^2.8.0", 163 + "tinybench": "^2.9.0", 164 164 "tinypool": "^1.0.0", 165 165 "tinyrainbow": "^1.2.0", 166 166 "vite": "^5.0.0", ··· 177 177 "@types/istanbul-reports": "^3.0.4", 178 178 "@types/jsdom": "^21.1.7", 179 179 "@types/micromatch": "^4.0.9", 180 - "@types/node": "^20.14.13", 180 + "@types/node": "^20.14.14", 181 181 "@types/prompts": "^2.4.9", 182 182 "@types/sinonjs__fake-timers": "^8.1.5", 183 183 "acorn-walk": "^8.3.3",