[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 (#5957)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>

authored by

renovate[bot]
renovate[bot]
Vladimir Sheremet
and committed by
GitHub
(Jul 1, 2024, 6:10 PM +0200) 05d5f380 c8d56fe5

+1057 -686
+9 -9
package.json
··· 36 36 "test:browser:playwright": "pnpm -C test/browser run test:playwright" 37 37 }, 38 38 "devDependencies": { 39 - "@antfu/eslint-config": "^2.21.1", 39 + "@antfu/eslint-config": "^2.21.2", 40 40 "@antfu/ni": "^0.21.12", 41 - "@playwright/test": "^1.44.1", 41 + "@playwright/test": "^1.45.0", 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.2", 45 + "@types/node": "^20.14.9", 46 46 "@types/ws": "^8.5.10", 47 47 "@vitest/browser": "workspace:*", 48 48 "@vitest/coverage-istanbul": "workspace:*", 49 49 "@vitest/coverage-v8": "workspace:*", 50 50 "@vitest/ui": "workspace:*", 51 51 "bumpp": "^9.4.1", 52 - "esbuild": "^0.21.5", 53 - "eslint": "^9.5.0", 52 + "esbuild": "^0.22.0", 53 + "eslint": "^9.6.0", 54 54 "fast-glob": "^3.3.2", 55 55 "lint-staged": "^15.2.7", 56 56 "magic-string": "^0.30.10", ··· 59 59 "rollup": "^4.18.0", 60 60 "rollup-plugin-dts": "^6.1.1", 61 61 "rollup-plugin-esbuild": "^6.1.1", 62 - "rollup-plugin-license": "^3.4.0", 62 + "rollup-plugin-license": "^3.5.1", 63 63 "simple-git-hooks": "^2.11.1", 64 - "tsx": "^4.15.6", 65 - "typescript": "^5.4.5", 64 + "tsx": "^4.16.0", 65 + "typescript": "^5.5.2", 66 66 "vite": "^5.2.6", 67 67 "vitest": "workspace:*", 68 - "zx": "^8.1.2" 68 + "zx": "^8.1.3" 69 69 }, 70 70 "pnpm": { 71 71 "overrides": {
+997 -626
pnpm-lock.yaml
··· 35 35 .: 36 36 devDependencies: 37 37 '@antfu/eslint-config': 38 - specifier: ^2.21.1 39 - version: 2.21.1(@vue/compiler-sfc@3.4.29)(eslint@9.5.0)(typescript@5.4.5)(vitest@packages+vitest) 38 + specifier: ^2.21.2 39 + version: 2.21.2(@vue/compiler-sfc@3.4.29)(eslint@9.6.0)(typescript@5.5.2)(vitest@packages+vitest) 40 40 '@antfu/ni': 41 41 specifier: ^0.21.12 42 42 version: 0.21.12 43 43 '@playwright/test': 44 - specifier: ^1.44.1 45 - version: 1.44.1 44 + specifier: ^1.45.0 45 + version: 1.45.0 46 46 '@rollup/plugin-commonjs': 47 47 specifier: ^26.0.1 48 48 version: 26.0.1(rollup@4.18.0) ··· 53 53 specifier: ^15.2.3 54 54 version: 15.2.3(rollup@4.18.0) 55 55 '@types/node': 56 - specifier: ^20.14.2 57 - version: 20.14.2 56 + specifier: ^20.14.9 57 + version: 20.14.9 58 58 '@types/ws': 59 59 specifier: ^8.5.10 60 60 version: 8.5.10 ··· 74 74 specifier: ^9.4.1 75 75 version: 9.4.1 76 76 esbuild: 77 - specifier: ^0.21.5 78 - version: 0.21.5 77 + specifier: ^0.22.0 78 + version: 0.22.0 79 79 eslint: 80 - specifier: ^9.5.0 81 - version: 9.5.0 80 + specifier: ^9.6.0 81 + version: 9.6.0 82 82 fast-glob: 83 83 specifier: ^3.3.2 84 84 version: 3.3.2 ··· 99 99 version: 4.18.0 100 100 rollup-plugin-dts: 101 101 specifier: ^6.1.1 102 - version: 6.1.1(rollup@4.18.0)(typescript@5.4.5) 102 + version: 6.1.1(rollup@4.18.0)(typescript@5.5.2) 103 103 rollup-plugin-esbuild: 104 104 specifier: ^6.1.1 105 - version: 6.1.1(esbuild@0.21.5)(rollup@4.18.0) 105 + version: 6.1.1(esbuild@0.22.0)(rollup@4.18.0) 106 106 rollup-plugin-license: 107 - specifier: ^3.4.0 108 - version: 3.4.0(rollup@4.18.0) 107 + specifier: ^3.5.1 108 + version: 3.5.1(rollup@4.18.0) 109 109 simple-git-hooks: 110 110 specifier: ^2.11.1 111 111 version: 2.11.1 112 112 tsx: 113 - specifier: ^4.15.6 114 - version: 4.15.6 113 + specifier: ^4.16.0 114 + version: 4.16.0 115 115 typescript: 116 - specifier: ^5.4.5 117 - version: 5.4.5 116 + specifier: ^5.5.2 117 + version: 5.5.2 118 118 vite: 119 119 specifier: ^5.2.6 120 - version: 5.2.6(@types/node@20.14.2) 120 + version: 5.2.6(@types/node@20.14.9) 121 121 vitest: 122 122 specifier: workspace:* 123 123 version: link:packages/vitest 124 124 zx: 125 - specifier: ^8.1.2 126 - version: 8.1.2 125 + specifier: ^8.1.3 126 + version: 8.1.3 127 127 128 128 docs: 129 129 dependencies: 130 130 '@vueuse/core': 131 131 specifier: ^10.11.0 132 - version: 10.11.0(vue@3.4.29) 132 + version: 10.11.0(vue@3.4.31) 133 133 vue: 134 - specifier: ^3.4.29 135 - version: 3.4.29(typescript@5.4.5) 134 + specifier: ^3.4.31 135 + version: 3.4.31(typescript@5.5.2) 136 136 devDependencies: 137 137 '@iconify-json/carbon': 138 - specifier: ^1.1.35 139 - version: 1.1.35 138 + specifier: ^1.1.36 139 + version: 1.1.36 140 140 '@iconify-json/logos': 141 141 specifier: ^1.1.43 142 142 version: 1.1.43 143 143 '@shikijs/vitepress-twoslash': 144 - specifier: ^1.7.0 145 - version: 1.7.0(typescript@5.4.5) 144 + specifier: ^1.10.0 145 + version: 1.10.0(typescript@5.5.2) 146 146 '@unocss/reset': 147 147 specifier: ^0.61.0 148 148 version: 0.61.0 ··· 154 154 version: 0.5.0(@vite-pwa/assets-generator@0.2.4)(vite-plugin-pwa@0.20.0) 155 155 '@vitejs/plugin-vue': 156 156 specifier: latest 157 - version: 5.0.4(vite@5.2.6)(vue@3.4.29) 157 + version: 5.0.4(vite@5.2.6)(vue@3.4.31) 158 158 fast-glob: 159 159 specifier: ^3.3.2 160 160 version: 3.3.2 ··· 165 165 specifier: ^0.61.0 166 166 version: 0.61.0(postcss@8.4.38)(rollup@4.18.0)(vite@5.2.6) 167 167 unplugin-vue-components: 168 - specifier: ^0.27.0 169 - version: 0.27.0(rollup@4.18.0)(vue@3.4.29) 168 + specifier: ^0.27.2 169 + version: 0.27.2(rollup@4.18.0)(vue@3.4.31) 170 170 vite: 171 171 specifier: ^5.2.6 172 - version: 5.2.6(@types/node@20.14.2) 172 + version: 5.2.6(@types/node@20.14.9) 173 173 vite-plugin-pwa: 174 174 specifier: ^0.20.0 175 175 version: 0.20.0(@vite-pwa/assets-generator@0.2.4)(vite@5.2.6)(workbox-build@7.1.0)(workbox-window@7.1.0) 176 176 vitepress: 177 177 specifier: ^1.2.3 178 - version: 1.2.3(@types/node@20.14.2)(postcss@8.4.38)(search-insights@2.9.0)(typescript@5.4.5) 178 + version: 1.2.3(@types/node@20.14.9)(postcss@8.4.38)(search-insights@2.9.0)(typescript@5.5.2) 179 179 workbox-window: 180 180 specifier: ^7.1.0 181 181 version: 7.1.0 ··· 187 187 version: link:../../packages/ui 188 188 vite: 189 189 specifier: ^5.2.6 190 - version: 5.2.6(@types/node@20.14.2) 190 + version: 5.2.6(@types/node@20.14.9) 191 191 vitest: 192 192 specifier: workspace:* 193 193 version: link:../../packages/vitest ··· 208 208 version: 4.7.2 209 209 vite: 210 210 specifier: ^5.2.6 211 - version: 5.2.10(@types/node@20.14.2) 211 + version: 5.2.10(@types/node@20.14.9) 212 212 vitest: 213 213 specifier: workspace:* 214 214 version: link:../../packages/vitest ··· 230 230 version: 24.0.0 231 231 vite: 232 232 specifier: ^5.2.6 233 - version: 5.2.6(@types/node@20.14.2) 233 + version: 5.2.6(@types/node@20.14.9) 234 234 vitest: 235 235 specifier: workspace:* 236 236 version: link:../../packages/vitest 237 237 webdriverio: 238 238 specifier: ^8.32.2 239 - version: 8.32.2(typescript@5.4.5) 239 + version: 8.32.2(typescript@5.5.2) 240 240 241 241 examples/preact: 242 242 dependencies: ··· 270 270 version: 5.4.5 271 271 vite: 272 272 specifier: ^5.2.6 273 - version: 5.2.10(@types/node@20.14.2) 273 + version: 5.2.10(@types/node@20.14.9) 274 274 vitest: 275 275 specifier: workspace:* 276 276 version: link:../../packages/vitest ··· 289 289 version: 13.4.0(react-dom@18.0.0)(react@18.2.0) 290 290 '@testing-library/user-event': 291 291 specifier: ^14.5.2 292 - version: 14.5.2(@testing-library/dom@10.1.0) 292 + version: 14.5.2(@testing-library/dom@10.2.0) 293 293 '@types/react': 294 294 specifier: ^18.2.79 295 295 version: 18.2.79 ··· 301 301 version: 24.0.0 302 302 vite: 303 303 specifier: ^5.2.6 304 - version: 5.2.6(@types/node@20.14.2) 304 + version: 5.2.6(@types/node@20.14.9) 305 305 vitest: 306 306 specifier: workspace:* 307 307 version: link:../../packages/vitest ··· 323 323 version: 24.0.0 324 324 vite: 325 325 specifier: ^5.2.6 326 - version: 5.2.6(@types/node@20.14.2) 326 + version: 5.2.6(@types/node@20.14.9) 327 327 vite-plugin-solid: 328 328 specifier: ^2.7.2 329 329 version: 2.7.2(solid-js@1.8.3)(vite@5.2.6) ··· 353 353 version: 5.2.2 354 354 vite: 355 355 specifier: ^5.2.6 356 - version: 5.2.6(@types/node@20.14.2) 356 + version: 5.2.6(@types/node@20.14.9) 357 357 vitest: 358 358 specifier: workspace:* 359 359 version: link:../../packages/vitest ··· 386 386 version: 13.4.0(react-dom@18.0.0)(react@18.2.0) 387 387 '@testing-library/user-event': 388 388 specifier: ^14.5.2 389 - version: 14.5.2(@testing-library/dom@10.1.0) 389 + version: 14.5.2(@testing-library/dom@10.2.0) 390 390 '@types/react': 391 391 specifier: ^18.2.79 392 392 version: 18.2.79 ··· 413 413 version: 4.7.2 414 414 vite: 415 415 specifier: ^5.2.6 416 - version: 5.2.10(@types/node@20.14.2) 416 + version: 5.2.10(@types/node@20.14.9) 417 417 vitest: 418 418 specifier: workspace:* 419 419 version: link:../../packages/vitest ··· 421 421 packages/browser: 422 422 dependencies: 423 423 '@testing-library/dom': 424 - specifier: ^10.1.0 425 - version: 10.1.0 424 + specifier: ^10.2.0 425 + version: 10.2.0 426 426 '@testing-library/user-event': 427 427 specifier: ^14.5.2 428 - version: 14.5.2(@testing-library/dom@10.1.0) 428 + version: 14.5.2(@testing-library/dom@10.2.0) 429 429 '@vitest/utils': 430 430 specifier: workspace:* 431 431 version: link:../utils ··· 434 434 version: 0.30.10 435 435 msw: 436 436 specifier: ^2.3.1 437 - version: 2.3.1(typescript@5.4.5) 437 + version: 2.3.1(typescript@5.5.2) 438 438 sirv: 439 439 specifier: ^2.0.4 440 440 version: 2.0.4 ··· 473 473 specifier: ^4.0.2 474 474 version: 4.0.2 475 475 playwright: 476 - specifier: ^1.44.1 477 - version: 1.44.1 476 + specifier: ^1.45.0 477 + version: 1.45.0 478 478 playwright-core: 479 - specifier: ^1.44.1 480 - version: 1.44.1 479 + specifier: ^1.45.0 480 + version: 1.45.0 481 481 safaridriver: 482 482 specifier: ^0.1.2 483 483 version: 0.1.2 ··· 485 485 specifier: workspace:* 486 486 version: link:../vitest 487 487 webdriverio: 488 - specifier: ^8.38.2 489 - version: 8.38.2(typescript@5.4.5) 488 + specifier: ^8.39.0 489 + version: 8.39.0(typescript@5.5.2) 490 490 491 491 packages/coverage-istanbul: 492 492 dependencies: ··· 506 506 specifier: ^3.0.1 507 507 version: 3.0.1 508 508 istanbul-lib-source-maps: 509 - specifier: ^5.0.4 510 - version: 5.0.4 509 + specifier: ^5.0.5 510 + version: 5.0.5 511 511 istanbul-reports: 512 512 specifier: ^3.1.7 513 513 version: 3.1.7 ··· 564 564 specifier: ^3.0.1 565 565 version: 3.0.1 566 566 istanbul-lib-source-maps: 567 - specifier: ^5.0.4 568 - version: 5.0.4 567 + specifier: ^5.0.5 568 + version: 5.0.5 569 569 istanbul-reports: 570 570 specifier: ^3.1.7 571 571 version: 3.1.7 ··· 706 706 version: link:../vitest 707 707 vue-virtual-scroller: 708 708 specifier: 2.0.0-beta.8 709 - version: 2.0.0-beta.8(vue@3.4.29) 709 + version: 2.0.0-beta.8(vue@3.4.31) 710 710 devDependencies: 711 711 '@faker-js/faker': 712 712 specifier: ^8.4.1 713 713 version: 8.4.1 714 714 '@iconify-json/carbon': 715 - specifier: ^1.1.35 716 - version: 1.1.35 715 + specifier: ^1.1.36 716 + version: 1.1.36 717 717 '@iconify-json/logos': 718 718 specifier: ^1.1.43 719 719 version: 1.1.43 720 720 '@testing-library/vue': 721 721 specifier: ^8.1.0 722 - version: 8.1.0(@vue/compiler-sfc@3.4.29)(vue@3.4.29) 722 + version: 8.1.0(@vue/compiler-sfc@3.4.29)(vue@3.4.31) 723 723 '@types/codemirror': 724 724 specifier: ^5.60.15 725 725 version: 5.60.15 726 726 '@types/d3-force': 727 - specifier: ^3.0.9 728 - version: 3.0.9 727 + specifier: ^3.0.10 728 + version: 3.0.10 729 729 '@types/d3-selection': 730 730 specifier: ^3.0.10 731 731 version: 3.0.10 ··· 737 737 version: 0.61.0 738 738 '@vitejs/plugin-vue': 739 739 specifier: ^5.0.5 740 - version: 5.0.5(vite@5.2.6)(vue@3.4.29) 740 + version: 5.0.5(vite@5.2.6)(vue@3.4.31) 741 741 '@vitest/runner': 742 742 specifier: workspace:* 743 743 version: link:../runner ··· 746 746 version: link:../ws-client 747 747 '@vueuse/core': 748 748 specifier: ^10.11.0 749 - version: 10.11.0(vue@3.4.29) 749 + version: 10.11.0(vue@3.4.31) 750 750 ansi-to-html: 751 751 specifier: ^0.7.2 752 752 version: 0.7.2 ··· 760 760 specifier: ^0.1.2 761 761 version: 0.1.2 762 762 d3-graph-controller: 763 - specifier: ^3.0.9 764 - version: 3.0.9 763 + specifier: ^3.0.10 764 + version: 3.0.10 765 765 floating-vue: 766 766 specifier: ^5.2.2 767 - version: 5.2.2(vue@3.4.29) 767 + version: 5.2.2(vue@3.4.31) 768 768 splitpanes: 769 769 specifier: ^3.1.5 770 770 version: 3.1.5 ··· 775 775 specifier: ^0.17.6 776 776 version: 0.17.6(@vueuse/core@10.11.0)(rollup@4.18.0) 777 777 unplugin-vue-components: 778 - specifier: ^0.27.0 779 - version: 0.27.0(rollup@4.18.0)(vue@3.4.29) 778 + specifier: ^0.27.2 779 + version: 0.27.2(rollup@4.18.0)(vue@3.4.31) 780 780 vite: 781 781 specifier: ^5.2.6 782 - version: 5.2.6(@types/node@20.14.2) 782 + version: 5.2.6(@types/node@20.14.9) 783 783 vite-plugin-pages: 784 - specifier: ^0.32.2 785 - version: 0.32.2(@vue/compiler-sfc@3.4.29)(vite@5.2.6)(vue-router@4.3.3) 784 + specifier: ^0.32.3 785 + version: 0.32.3(@vue/compiler-sfc@3.4.29)(vite@5.2.6)(vue-router@4.4.0) 786 786 vue: 787 - specifier: ^3.4.29 788 - version: 3.4.29(typescript@5.4.5) 787 + specifier: ^3.4.31 788 + version: 3.4.31(typescript@5.5.2) 789 789 vue-router: 790 - specifier: ^4.3.3 791 - version: 4.3.3(vue@3.4.29) 790 + specifier: ^4.4.0 791 + version: 4.4.0(vue@3.4.31) 792 792 793 793 packages/utils: 794 794 dependencies: ··· 831 831 version: 1.0.1 832 832 vite: 833 833 specifier: ^5.2.6 834 - version: 5.2.6(@types/node@20.14.2) 834 + version: 5.2.6(@types/node@20.14.9) 835 835 devDependencies: 836 836 '@jridgewell/trace-mapping': 837 837 specifier: ^0.3.25 ··· 895 895 version: 1.0.0 896 896 vite: 897 897 specifier: ^5.2.6 898 - version: 5.2.6(@types/node@20.14.2) 898 + version: 5.2.6(@types/node@20.14.9) 899 899 vite-node: 900 900 specifier: workspace:* 901 901 version: link:../vite-node ··· 928 928 specifier: ^21.1.7 929 929 version: 21.1.7 930 930 '@types/micromatch': 931 - specifier: ^4.0.7 932 - version: 4.0.7 931 + specifier: ^4.0.9 932 + version: 4.0.9 933 933 '@types/node': 934 - specifier: ^20.14.2 935 - version: 20.14.2 934 + specifier: ^20.14.9 935 + version: 20.14.9 936 936 '@types/prompts': 937 937 specifier: ^2.4.9 938 938 version: 2.4.9 ··· 970 970 specifier: ^4.7.5 971 971 version: 4.7.5 972 972 happy-dom: 973 - specifier: ^14.12.0 974 - version: 14.12.0 973 + specifier: ^14.12.3 974 + version: 14.12.3 975 975 jsdom: 976 976 specifier: ^24.1.0 977 977 version: 24.1.0 ··· 1069 1069 version: link:../../packages/vitest 1070 1070 webdriverio: 1071 1071 specifier: ^8.32.2 1072 - version: 8.32.2(typescript@5.4.5) 1072 + version: 8.32.2(typescript@5.5.2) 1073 1073 1074 1074 test/cli: 1075 1075 devDependencies: ··· 1099 1099 version: 1.4.4(@swc/core@1.4.1)(rollup@4.18.0) 1100 1100 vite: 1101 1101 specifier: ^5.2.6 1102 - version: 5.2.6(@types/node@20.14.2) 1102 + version: 5.2.6(@types/node@20.14.9) 1103 1103 vitest: 1104 1104 specifier: workspace:* 1105 1105 version: link:../../packages/vitest ··· 1114 1114 version: 8.0.1 1115 1115 vite: 1116 1116 specifier: ^5.2.6 1117 - version: 5.2.6(@types/node@20.14.2) 1117 + version: 5.2.6(@types/node@20.14.9) 1118 1118 vitest: 1119 1119 specifier: workspace:* 1120 1120 version: link:../../packages/vitest ··· 1180 1180 version: file:test/core/vitest-environment-custom 1181 1181 vue: 1182 1182 specifier: ^3.4.26 1183 - version: 3.4.26(typescript@5.4.5) 1183 + version: 3.4.26(typescript@5.5.2) 1184 1184 zustand: 1185 1185 specifier: ^4.1.1 1186 1186 version: 4.1.1(react@18.2.0) ··· 1231 1231 version: 1.4.4(@swc/core@1.4.1)(rollup@4.18.0) 1232 1232 vite: 1233 1233 specifier: ^5.2.6 1234 - version: 5.2.6(@types/node@20.14.2) 1234 + version: 5.2.6(@types/node@20.14.9) 1235 1235 vitest: 1236 1236 specifier: workspace:* 1237 1237 version: link:../../packages/vitest 1238 1238 vue: 1239 1239 specifier: latest 1240 - version: 3.4.21(typescript@5.4.5) 1240 + version: 3.4.21(typescript@5.5.2) 1241 1241 webdriverio: 1242 1242 specifier: latest 1243 - version: 8.6.3(typescript@5.4.5) 1243 + version: 8.6.3(typescript@5.5.2) 1244 1244 1245 1245 test/global-setup: 1246 1246 devDependencies: ··· 1291 1291 version: 7.0.1 1292 1292 vite: 1293 1293 specifier: ^5.2.6 1294 - version: 5.2.6(@types/node@20.14.2) 1294 + version: 5.2.6(@types/node@20.14.9) 1295 1295 vite-node: 1296 1296 specifier: workspace:* 1297 1297 version: link:../../packages/vite-node ··· 1352 1352 version: link:../../packages/browser 1353 1353 vite: 1354 1354 specifier: ^5.2.6 1355 - version: 5.2.6(@types/node@20.14.2) 1355 + version: 5.2.6(@types/node@20.14.9) 1356 1356 vitest: 1357 1357 specifier: workspace:* 1358 1358 version: link:../../packages/vitest 1359 1359 webdriverio: 1360 1360 specifier: latest 1361 - version: 8.6.3(typescript@5.4.5) 1361 + version: 8.6.3(typescript@5.5.2) 1362 1362 1363 1363 test/workspaces: 1364 1364 devDependencies: ··· 1559 1559 '@jridgewell/gen-mapping': 0.3.5 1560 1560 '@jridgewell/trace-mapping': 0.3.25 1561 1561 1562 - /@antfu/eslint-config@2.21.1(@vue/compiler-sfc@3.4.29)(eslint@9.5.0)(typescript@5.4.5)(vitest@packages+vitest): 1563 - resolution: {integrity: sha512-CG7U7nihU73zufrxe5Rr4pxsHrW60GXl9yzRpRY+ImGQ2CVhd0eb3fqJYdNwDJBgKgqHGWX4p1ovYvno/jfWHA==} 1562 + /@antfu/eslint-config@2.21.2(@vue/compiler-sfc@3.4.29)(eslint@9.6.0)(typescript@5.5.2)(vitest@packages+vitest): 1563 + resolution: {integrity: sha512-qaKf+af5GeSNTvTzxtSmpitwLZWIwl/uURxQZhhoHCoA1PxofFHSpCNVYLSvPlj17lwT/DzWgovgL/08uXG9aQ==} 1564 1564 hasBin: true 1565 1565 peerDependencies: 1566 1566 '@eslint-react/eslint-plugin': ^1.5.8 ··· 1576 1576 eslint-plugin-svelte: '>=2.35.1' 1577 1577 prettier-plugin-astro: ^0.13.0 1578 1578 prettier-plugin-slidev: ^1.0.5 1579 - svelte-eslint-parser: ^0.33.1 1579 + svelte-eslint-parser: '>=0.37.0' 1580 1580 peerDependenciesMeta: 1581 1581 '@eslint-react/eslint-plugin': 1582 1582 optional: true ··· 1607 1607 dependencies: 1608 1608 '@antfu/install-pkg': 0.3.3 1609 1609 '@clack/prompts': 0.7.0 1610 - '@stylistic/eslint-plugin': 2.1.0(eslint@9.5.0)(typescript@5.4.5) 1611 - '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0)(eslint@9.5.0)(typescript@5.4.5) 1612 - '@typescript-eslint/parser': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 1613 - eslint: 9.5.0 1610 + '@stylistic/eslint-plugin': 2.3.0(eslint@9.6.0)(typescript@5.5.2) 1611 + '@typescript-eslint/eslint-plugin': 7.14.1(@typescript-eslint/parser@7.14.1)(eslint@9.6.0)(typescript@5.5.2) 1612 + '@typescript-eslint/parser': 7.14.1(eslint@9.6.0)(typescript@5.5.2) 1613 + eslint: 9.6.0 1614 1614 eslint-config-flat-gitignore: 0.1.5 1615 1615 eslint-flat-config-utils: 0.2.5 1616 - eslint-merge-processors: 0.1.0(eslint@9.5.0) 1617 - eslint-plugin-antfu: 2.3.3(eslint@9.5.0) 1618 - eslint-plugin-command: 0.2.3(eslint@9.5.0) 1619 - eslint-plugin-eslint-comments: 3.2.0(eslint@9.5.0) 1620 - eslint-plugin-import-x: 0.5.1(eslint@9.5.0)(typescript@5.4.5) 1621 - eslint-plugin-jsdoc: 48.2.9(eslint@9.5.0) 1622 - eslint-plugin-jsonc: 2.16.0(eslint@9.5.0) 1623 - eslint-plugin-markdown: 5.0.0(eslint@9.5.0) 1624 - eslint-plugin-n: 17.8.1(eslint@9.5.0) 1616 + eslint-merge-processors: 0.1.0(eslint@9.6.0) 1617 + eslint-plugin-antfu: 2.3.3(eslint@9.6.0) 1618 + eslint-plugin-command: 0.2.3(eslint@9.6.0) 1619 + eslint-plugin-eslint-comments: 3.2.0(eslint@9.6.0) 1620 + eslint-plugin-import-x: 0.5.2(eslint@9.6.0)(typescript@5.5.2) 1621 + eslint-plugin-jsdoc: 48.5.0(eslint@9.6.0) 1622 + eslint-plugin-jsonc: 2.16.0(eslint@9.6.0) 1623 + eslint-plugin-markdown: 5.0.0(eslint@9.6.0) 1624 + eslint-plugin-n: 17.9.0(eslint@9.6.0) 1625 1625 eslint-plugin-no-only-tests: 3.1.0 1626 - eslint-plugin-perfectionist: 2.10.0(eslint@9.5.0)(typescript@5.4.5)(vue-eslint-parser@9.4.3) 1627 - eslint-plugin-regexp: 2.6.0(eslint@9.5.0) 1628 - eslint-plugin-toml: 0.11.0(eslint@9.5.0) 1629 - eslint-plugin-unicorn: 53.0.0(eslint@9.5.0) 1630 - eslint-plugin-unused-imports: 3.2.0(@typescript-eslint/eslint-plugin@7.13.0)(eslint@9.5.0) 1631 - eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@7.13.0)(eslint@9.5.0)(typescript@5.4.5)(vitest@packages+vitest) 1632 - eslint-plugin-vue: 9.26.0(eslint@9.5.0) 1633 - eslint-plugin-yml: 1.14.0(eslint@9.5.0) 1634 - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.29)(eslint@9.5.0) 1635 - globals: 15.4.0 1626 + eslint-plugin-perfectionist: 2.11.0(eslint@9.6.0)(typescript@5.5.2)(vue-eslint-parser@9.4.3) 1627 + eslint-plugin-regexp: 2.6.0(eslint@9.6.0) 1628 + eslint-plugin-toml: 0.11.1(eslint@9.6.0) 1629 + eslint-plugin-unicorn: 54.0.0(eslint@9.6.0) 1630 + eslint-plugin-unused-imports: 3.2.0(@typescript-eslint/eslint-plugin@7.14.1)(eslint@9.6.0) 1631 + eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@7.14.1)(eslint@9.6.0)(typescript@5.5.2)(vitest@packages+vitest) 1632 + eslint-plugin-vue: 9.26.0(eslint@9.6.0) 1633 + eslint-plugin-yml: 1.14.0(eslint@9.6.0) 1634 + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.29)(eslint@9.6.0) 1635 + globals: 15.7.0 1636 1636 jsonc-eslint-parser: 2.4.0 1637 1637 local-pkg: 0.5.0 1638 1638 parse-gitignore: 2.0.0 1639 1639 picocolors: 1.0.1 1640 - toml-eslint-parser: 0.9.3 1641 - vue-eslint-parser: 9.4.3(eslint@9.5.0) 1640 + toml-eslint-parser: 0.10.0 1641 + vue-eslint-parser: 9.4.3(eslint@9.6.0) 1642 1642 yaml-eslint-parser: 1.2.3 1643 1643 yargs: 17.7.2 1644 1644 transitivePeerDependencies: ··· 1673 1673 hasBin: true 1674 1674 dev: true 1675 1675 1676 - /@antfu/utils@0.7.6: 1677 - resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==} 1676 + /@antfu/utils@0.7.10: 1677 + resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} 1678 1678 dev: true 1679 1679 1680 1680 /@antfu/utils@0.7.8: ··· 1745 1745 '@babel/helper-compilation-targets': 7.23.6 1746 1746 '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.4) 1747 1747 '@babel/helpers': 7.24.5 1748 - '@babel/parser': 7.24.5 1748 + '@babel/parser': 7.24.7 1749 1749 '@babel/template': 7.24.0 1750 1750 '@babel/traverse': 7.24.5 1751 - '@babel/types': 7.24.5 1751 + '@babel/types': 7.24.7 1752 1752 convert-source-map: 2.0.0 1753 1753 debug: 4.3.5 1754 1754 gensync: 1.0.0-beta.2 ··· 2222 2222 hasBin: true 2223 2223 dependencies: 2224 2224 '@babel/types': 7.24.5 2225 - 2226 - /@babel/parser@7.24.5: 2227 - resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} 2228 - engines: {node: '>=6.0.0'} 2229 - hasBin: true 2230 - dependencies: 2231 - '@babel/types': 7.24.7 2232 - dev: true 2233 2225 2234 2226 /@babel/parser@7.24.7: 2235 2227 resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} ··· 3495 3487 dev: true 3496 3488 optional: true 3497 3489 3490 + /@esbuild/aix-ppc64@0.22.0: 3491 + resolution: {integrity: sha512-uvQR2crZ/zgzSHDvdygHyNI+ze9zwS8mqz0YtGXotSqvEE0UkYE9s+FZKQNTt1VtT719mfP3vHrUdCpxBNQZhQ==} 3492 + engines: {node: '>=18'} 3493 + cpu: [ppc64] 3494 + os: [aix] 3495 + requiresBuild: true 3496 + dev: true 3497 + optional: true 3498 + 3498 3499 /@esbuild/android-arm64@0.19.11: 3499 3500 resolution: {integrity: sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==} 3500 3501 engines: {node: '>=12'} ··· 3515 3516 /@esbuild/android-arm64@0.21.5: 3516 3517 resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} 3517 3518 engines: {node: '>=12'} 3519 + cpu: [arm64] 3520 + os: [android] 3521 + requiresBuild: true 3522 + dev: true 3523 + optional: true 3524 + 3525 + /@esbuild/android-arm64@0.22.0: 3526 + resolution: {integrity: sha512-UKhPb3o2gAB/bfXcl58ZXTn1q2oVu1rEu/bKrCtmm+Nj5MKUbrOwR5WAixE2v+lk0amWuwPvhnPpBRLIGiq7ig==} 3527 + engines: {node: '>=18'} 3518 3528 cpu: [arm64] 3519 3529 os: [android] 3520 3530 requiresBuild: true ··· 3547 3557 dev: true 3548 3558 optional: true 3549 3559 3560 + /@esbuild/android-arm@0.22.0: 3561 + resolution: {integrity: sha512-PBnyP+r8vJE4ifxsWys9l+Mc2UY/yYZOpX82eoyGISXXb3dRr0M21v+s4fgRKWMFPMSf/iyowqPW/u7ScSUkjQ==} 3562 + engines: {node: '>=18'} 3563 + cpu: [arm] 3564 + os: [android] 3565 + requiresBuild: true 3566 + dev: true 3567 + optional: true 3568 + 3550 3569 /@esbuild/android-x64@0.19.11: 3551 3570 resolution: {integrity: sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==} 3552 3571 engines: {node: '>=12'} ··· 3567 3586 /@esbuild/android-x64@0.21.5: 3568 3587 resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} 3569 3588 engines: {node: '>=12'} 3589 + cpu: [x64] 3590 + os: [android] 3591 + requiresBuild: true 3592 + dev: true 3593 + optional: true 3594 + 3595 + /@esbuild/android-x64@0.22.0: 3596 + resolution: {integrity: sha512-IjTYtvIrjhR41Ijy2dDPgYjQHWG/x/A4KXYbs1fiU3efpRdoxMChK3oEZV6GPzVEzJqxFgcuBaiX1kwEvWUxSw==} 3597 + engines: {node: '>=18'} 3570 3598 cpu: [x64] 3571 3599 os: [android] 3572 3600 requiresBuild: true ··· 3599 3627 dev: true 3600 3628 optional: true 3601 3629 3630 + /@esbuild/darwin-arm64@0.22.0: 3631 + resolution: {integrity: sha512-mqt+Go4y9wRvEz81bhKd9RpHsQR1LwU8Xm6jZRUV/xpM7cIQFbFH6wBCLPTNsdELBvfoHeumud7X78jQQJv2TA==} 3632 + engines: {node: '>=18'} 3633 + cpu: [arm64] 3634 + os: [darwin] 3635 + requiresBuild: true 3636 + dev: true 3637 + optional: true 3638 + 3602 3639 /@esbuild/darwin-x64@0.19.11: 3603 3640 resolution: {integrity: sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==} 3604 3641 engines: {node: '>=12'} ··· 3619 3656 /@esbuild/darwin-x64@0.21.5: 3620 3657 resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} 3621 3658 engines: {node: '>=12'} 3659 + cpu: [x64] 3660 + os: [darwin] 3661 + requiresBuild: true 3662 + dev: true 3663 + optional: true 3664 + 3665 + /@esbuild/darwin-x64@0.22.0: 3666 + resolution: {integrity: sha512-vTaTQ9OgYc3VTaWtOE5pSuDT6H3d/qSRFRfSBbnxFfzAvYoB3pqKXA0LEbi/oT8GUOEAutspfRMqPj2ezdFaMw==} 3667 + engines: {node: '>=18'} 3622 3668 cpu: [x64] 3623 3669 os: [darwin] 3624 3670 requiresBuild: true ··· 3651 3697 dev: true 3652 3698 optional: true 3653 3699 3700 + /@esbuild/freebsd-arm64@0.22.0: 3701 + resolution: {integrity: sha512-0e1ZgoobJzaGnR4reD7I9rYZ7ttqdh1KPvJWnquUoDJhL0rYwdneeLailBzd2/4g/U5p4e5TIHEWa68NF2hFpQ==} 3702 + engines: {node: '>=18'} 3703 + cpu: [arm64] 3704 + os: [freebsd] 3705 + requiresBuild: true 3706 + dev: true 3707 + optional: true 3708 + 3654 3709 /@esbuild/freebsd-x64@0.19.11: 3655 3710 resolution: {integrity: sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==} 3656 3711 engines: {node: '>=12'} ··· 3671 3726 /@esbuild/freebsd-x64@0.21.5: 3672 3727 resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} 3673 3728 engines: {node: '>=12'} 3729 + cpu: [x64] 3730 + os: [freebsd] 3731 + requiresBuild: true 3732 + dev: true 3733 + optional: true 3734 + 3735 + /@esbuild/freebsd-x64@0.22.0: 3736 + resolution: {integrity: sha512-BFgyYwlCwRWyPQJtkzqq2p6pJbiiWgp0P9PNf7a5FQ1itKY4czPuOMAlFVItirSmEpRPCeImuwePNScZS0pL5Q==} 3737 + engines: {node: '>=18'} 3674 3738 cpu: [x64] 3675 3739 os: [freebsd] 3676 3740 requiresBuild: true ··· 3703 3767 dev: true 3704 3768 optional: true 3705 3769 3770 + /@esbuild/linux-arm64@0.22.0: 3771 + resolution: {integrity: sha512-V/K2rctCUgC0PCXpN7AqT4hoazXKgIYugFGu/myk2+pfe6jTW2guz/TBwq4cZ7ESqusR/IzkcQaBkcjquuBWsw==} 3772 + engines: {node: '>=18'} 3773 + cpu: [arm64] 3774 + os: [linux] 3775 + requiresBuild: true 3776 + dev: true 3777 + optional: true 3778 + 3706 3779 /@esbuild/linux-arm@0.19.11: 3707 3780 resolution: {integrity: sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==} 3708 3781 engines: {node: '>=12'} ··· 3723 3796 /@esbuild/linux-arm@0.21.5: 3724 3797 resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} 3725 3798 engines: {node: '>=12'} 3799 + cpu: [arm] 3800 + os: [linux] 3801 + requiresBuild: true 3802 + dev: true 3803 + optional: true 3804 + 3805 + /@esbuild/linux-arm@0.22.0: 3806 + resolution: {integrity: sha512-KEMWiA9aGuPUD4BH5yjlhElLgaRXe+Eri6gKBoDazoPBTo1BXc/e6IW5FcJO9DoL19FBeCxgONyh95hLDNepIg==} 3807 + engines: {node: '>=18'} 3726 3808 cpu: [arm] 3727 3809 os: [linux] 3728 3810 requiresBuild: true ··· 3755 3837 dev: true 3756 3838 optional: true 3757 3839 3840 + /@esbuild/linux-ia32@0.22.0: 3841 + resolution: {integrity: sha512-r2ZZqkOMOrpUhzNwxI7uLAHIDwkfeqmTnrv1cjpL/rjllPWszgqmprd/om9oviKXUBpMqHbXmppvjAYgISb26Q==} 3842 + engines: {node: '>=18'} 3843 + cpu: [ia32] 3844 + os: [linux] 3845 + requiresBuild: true 3846 + dev: true 3847 + optional: true 3848 + 3758 3849 /@esbuild/linux-loong64@0.19.11: 3759 3850 resolution: {integrity: sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==} 3760 3851 engines: {node: '>=12'} ··· 3775 3866 /@esbuild/linux-loong64@0.21.5: 3776 3867 resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} 3777 3868 engines: {node: '>=12'} 3869 + cpu: [loong64] 3870 + os: [linux] 3871 + requiresBuild: true 3872 + dev: true 3873 + optional: true 3874 + 3875 + /@esbuild/linux-loong64@0.22.0: 3876 + resolution: {integrity: sha512-qaowLrV/YOMAL2RfKQ4C/VaDzAuLDuylM2sd/LH+4OFirMl6CuDpRlCq4u49ZBaVV8pkI/Y+hTdiibvQRhojCA==} 3877 + engines: {node: '>=18'} 3778 3878 cpu: [loong64] 3779 3879 os: [linux] 3780 3880 requiresBuild: true ··· 3807 3907 dev: true 3808 3908 optional: true 3809 3909 3910 + /@esbuild/linux-mips64el@0.22.0: 3911 + resolution: {integrity: sha512-hgrezzjQTRxjkQ5k08J6rtZN5PNnkWx/Rz6Kmj9gnsdCAX1I4Dn4ZPqvFRkXo55Q3pnVQJBwbdtrTO7tMGtyVA==} 3912 + engines: {node: '>=18'} 3913 + cpu: [mips64el] 3914 + os: [linux] 3915 + requiresBuild: true 3916 + dev: true 3917 + optional: true 3918 + 3810 3919 /@esbuild/linux-ppc64@0.19.11: 3811 3920 resolution: {integrity: sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==} 3812 3921 engines: {node: '>=12'} ··· 3827 3936 /@esbuild/linux-ppc64@0.21.5: 3828 3937 resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} 3829 3938 engines: {node: '>=12'} 3939 + cpu: [ppc64] 3940 + os: [linux] 3941 + requiresBuild: true 3942 + dev: true 3943 + optional: true 3944 + 3945 + /@esbuild/linux-ppc64@0.22.0: 3946 + resolution: {integrity: sha512-ewxg6FLLUio883XgSjfULEmDl3VPv/TYNnRprVAS3QeGFLdCYdx1tIudBcd7n9jIdk82v1Ajov4jx87qW7h9+g==} 3947 + engines: {node: '>=18'} 3830 3948 cpu: [ppc64] 3831 3949 os: [linux] 3832 3950 requiresBuild: true ··· 3859 3977 dev: true 3860 3978 optional: true 3861 3979 3980 + /@esbuild/linux-riscv64@0.22.0: 3981 + resolution: {integrity: sha512-Az5XbgSJC2lE8XK8pdcutsf9RgdafWdTpUK/+6uaDdfkviw/B4JCwAfh1qVeRWwOohwdsl4ywZrWBNWxwrPLFg==} 3982 + engines: {node: '>=18'} 3983 + cpu: [riscv64] 3984 + os: [linux] 3985 + requiresBuild: true 3986 + dev: true 3987 + optional: true 3988 + 3862 3989 /@esbuild/linux-s390x@0.19.11: 3863 3990 resolution: {integrity: sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==} 3864 3991 engines: {node: '>=12'} ··· 3879 4006 /@esbuild/linux-s390x@0.21.5: 3880 4007 resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} 3881 4008 engines: {node: '>=12'} 4009 + cpu: [s390x] 4010 + os: [linux] 4011 + requiresBuild: true 4012 + dev: true 4013 + optional: true 4014 + 4015 + /@esbuild/linux-s390x@0.22.0: 4016 + resolution: {integrity: sha512-8j4a2ChT9+V34NNNY9c/gMldutaJFmfMacTPq4KfNKwv2fitBCLYjee7c+Vxaha2nUhPK7cXcZpJtJ3+Y7ZdVQ==} 4017 + engines: {node: '>=18'} 3882 4018 cpu: [s390x] 3883 4019 os: [linux] 3884 4020 requiresBuild: true ··· 3911 4047 dev: true 3912 4048 optional: true 3913 4049 4050 + /@esbuild/linux-x64@0.22.0: 4051 + resolution: {integrity: sha512-JUQyOnpbAkkRFOk/AhsEemz5TfWN4FJZxVObUlnlNCbe7QBl61ZNfM4cwBXayQA6laMJMUcqLHaYQHAB6YQ95Q==} 4052 + engines: {node: '>=18'} 4053 + cpu: [x64] 4054 + os: [linux] 4055 + requiresBuild: true 4056 + dev: true 4057 + optional: true 4058 + 3914 4059 /@esbuild/netbsd-x64@0.19.11: 3915 4060 resolution: {integrity: sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==} 3916 4061 engines: {node: '>=12'} ··· 3937 4082 dev: true 3938 4083 optional: true 3939 4084 4085 + /@esbuild/netbsd-x64@0.22.0: 4086 + resolution: {integrity: sha512-11PoCoHXo4HFNbLsXuMB6bpMPWGDiw7xETji6COdJss4SQZLvcgNoeSqWtATRm10Jj1uEHiaIk4N0PiN6x4Fcg==} 4087 + engines: {node: '>=18'} 4088 + cpu: [x64] 4089 + os: [netbsd] 4090 + requiresBuild: true 4091 + dev: true 4092 + optional: true 4093 + 4094 + /@esbuild/openbsd-arm64@0.22.0: 4095 + resolution: {integrity: sha512-Ezlhu/YyITmXwKSB+Zu/QqD7cxrjrpiw85cc0Rbd3AWr2wsgp+dWbWOE8MqHaLW9NKMZvuL0DhbJbvzR7F6Zvg==} 4096 + engines: {node: '>=18'} 4097 + cpu: [arm64] 4098 + os: [openbsd] 4099 + requiresBuild: true 4100 + dev: true 4101 + optional: true 4102 + 3940 4103 /@esbuild/openbsd-x64@0.19.11: 3941 4104 resolution: {integrity: sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==} 3942 4105 engines: {node: '>=12'} ··· 3957 4120 /@esbuild/openbsd-x64@0.21.5: 3958 4121 resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} 3959 4122 engines: {node: '>=12'} 4123 + cpu: [x64] 4124 + os: [openbsd] 4125 + requiresBuild: true 4126 + dev: true 4127 + optional: true 4128 + 4129 + /@esbuild/openbsd-x64@0.22.0: 4130 + resolution: {integrity: sha512-ufjdW5tFJGUjlH9j/5cCE9lrwRffyZh+T4vYvoDKoYsC6IXbwaFeV/ENxeNXcxotF0P8CDzoICXVSbJaGBhkrw==} 4131 + engines: {node: '>=18'} 3960 4132 cpu: [x64] 3961 4133 os: [openbsd] 3962 4134 requiresBuild: true ··· 3989 4161 dev: true 3990 4162 optional: true 3991 4163 4164 + /@esbuild/sunos-x64@0.22.0: 4165 + resolution: {integrity: sha512-zY6ly/AoSmKnmNTowDJsK5ehra153/5ZhqxNLfq9NRsTTltetr+yHHcQ4RW7QDqw4JC8A1uC1YmeSfK9NRcK1w==} 4166 + engines: {node: '>=18'} 4167 + cpu: [x64] 4168 + os: [sunos] 4169 + requiresBuild: true 4170 + dev: true 4171 + optional: true 4172 + 3992 4173 /@esbuild/win32-arm64@0.19.11: 3993 4174 resolution: {integrity: sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==} 3994 4175 engines: {node: '>=12'} ··· 4009 4190 /@esbuild/win32-arm64@0.21.5: 4010 4191 resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} 4011 4192 engines: {node: '>=12'} 4193 + cpu: [arm64] 4194 + os: [win32] 4195 + requiresBuild: true 4196 + dev: true 4197 + optional: true 4198 + 4199 + /@esbuild/win32-arm64@0.22.0: 4200 + resolution: {integrity: sha512-Kml5F7tv/1Maam0pbbCrvkk9vj046dPej30kFzlhXnhuCtYYBP6FGy/cLbc5yUT1lkZznGLf2OvuvmLjscO5rw==} 4201 + engines: {node: '>=18'} 4012 4202 cpu: [arm64] 4013 4203 os: [win32] 4014 4204 requiresBuild: true ··· 4041 4231 dev: true 4042 4232 optional: true 4043 4233 4234 + /@esbuild/win32-ia32@0.22.0: 4235 + resolution: {integrity: sha512-IOgwn+mYTM3RrcydP4Og5IpXh+ftN8oF+HELTXSmbWBlujuci4Qa3DTeO+LEErceisI7KUSfEIiX+WOUlpELkw==} 4236 + engines: {node: '>=18'} 4237 + cpu: [ia32] 4238 + os: [win32] 4239 + requiresBuild: true 4240 + dev: true 4241 + optional: true 4242 + 4044 4243 /@esbuild/win32-x64@0.19.11: 4045 4244 resolution: {integrity: sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==} 4046 4245 engines: {node: '>=12'} ··· 4067 4266 dev: true 4068 4267 optional: true 4069 4268 4070 - /@eslint-community/eslint-utils@4.4.0(eslint@9.5.0): 4269 + /@esbuild/win32-x64@0.22.0: 4270 + resolution: {integrity: sha512-4bDHJrk2WHBXJPhy1y80X7/5b5iZTZP3LGcKIlAP1J+KqZ4zQAPMLEzftGyjjfcKbA4JDlPt/+2R/F1ZTeRgrw==} 4271 + engines: {node: '>=18'} 4272 + cpu: [x64] 4273 + os: [win32] 4274 + requiresBuild: true 4275 + dev: true 4276 + optional: true 4277 + 4278 + /@eslint-community/eslint-utils@4.4.0(eslint@9.6.0): 4071 4279 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 4072 4280 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 4073 4281 peerDependencies: 4074 4282 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 4075 4283 dependencies: 4076 - eslint: 9.5.0 4284 + eslint: 9.6.0 4077 4285 eslint-visitor-keys: 3.4.3 4078 4286 dev: true 4079 4287 ··· 4082 4290 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 4083 4291 dev: true 4084 4292 4085 - /@eslint/config-array@0.16.0: 4086 - resolution: {integrity: sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==} 4293 + /@eslint/config-array@0.17.0: 4294 + resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==} 4087 4295 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4088 4296 dependencies: 4089 4297 '@eslint/object-schema': 2.1.4 ··· 4099 4307 dependencies: 4100 4308 ajv: 6.12.6 4101 4309 debug: 4.3.5 4102 - espree: 10.0.1 4310 + espree: 10.1.0 4103 4311 globals: 14.0.0 4104 4312 ignore: 5.3.1 4105 4313 import-fresh: 3.3.0 ··· 4110 4318 - supports-color 4111 4319 dev: true 4112 4320 4113 - /@eslint/js@9.5.0: 4114 - resolution: {integrity: sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==} 4321 + /@eslint/js@9.6.0: 4322 + resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==} 4115 4323 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4116 4324 dev: true 4117 4325 ··· 4175 4383 engines: {node: '>=18.18'} 4176 4384 dev: true 4177 4385 4178 - /@iconify-json/carbon@1.1.35: 4179 - resolution: {integrity: sha512-zKqioWceqFRiLJvxpjcCpVP3j2YcokYshlbwSAHBhOih5XNUymUS3hm1kpV4KljMI1xWH96UcozHaaf6x4YzdA==} 4386 + /@iconify-json/carbon@1.1.36: 4387 + resolution: {integrity: sha512-NC3VcqLtwLZpi7+LeXj+99/byv+asrnCQxiDNCZV6hKr9WcNh6C25kJguJYfN+dV54kOkw78e+6PitQi2Bppnw==} 4180 4388 dependencies: 4181 4389 '@iconify/types': 2.0.0 4182 4390 dev: true ··· 4220 4428 '@inquirer/figures': 1.0.3 4221 4429 '@inquirer/type': 1.3.3 4222 4430 '@types/mute-stream': 0.0.4 4223 - '@types/node': 20.14.2 4431 + '@types/node': 20.14.9 4224 4432 '@types/wrap-ansi': 3.0.0 4225 4433 ansi-escapes: 4.3.2 4226 4434 chalk: 4.1.2 ··· 4278 4486 '@jest/schemas': 29.6.3 4279 4487 '@types/istanbul-lib-coverage': 2.0.6 4280 4488 '@types/istanbul-reports': 3.0.4 4281 - '@types/node': 20.14.2 4489 + '@types/node': 20.14.9 4282 4490 '@types/yargs': 17.0.12 4283 4491 chalk: 4.1.2 4284 4492 dev: true ··· 4324 4532 '@jridgewell/resolve-uri': 3.1.0 4325 4533 '@jridgewell/sourcemap-codec': 1.4.14 4326 4534 dev: true 4327 - 4328 - /@jridgewell/trace-mapping@0.3.23: 4329 - resolution: {integrity: sha512-9/4foRoUKp8s96tSkh8DlAAc5A0Ty8vLXld+l9gjKKY6ckwI8G15f0hskGmuLZu78ZlGa1vtsfOa+lnB4vG6Jg==} 4330 - dependencies: 4331 - '@jridgewell/resolve-uri': 3.1.1 4332 - '@jridgewell/sourcemap-codec': 1.4.15 4333 - dev: false 4334 4535 4335 4536 /@jridgewell/trace-mapping@0.3.25: 4336 4537 resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} ··· 4391 4592 engines: {node: '>= 8'} 4392 4593 dependencies: 4393 4594 '@nodelib/fs.scandir': 2.1.5 4394 - fastq: 1.13.0 4595 + fastq: 1.17.1 4395 4596 4396 4597 /@one-ini/wasm@0.1.1: 4397 4598 resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} ··· 4418 4619 requiresBuild: true 4419 4620 optional: true 4420 4621 4421 - /@playwright/test@1.44.1: 4422 - resolution: {integrity: sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==} 4423 - engines: {node: '>=16'} 4622 + /@pkgr/core@0.1.1: 4623 + resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} 4624 + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} 4625 + dev: true 4626 + 4627 + /@playwright/test@1.45.0: 4628 + resolution: {integrity: sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==} 4629 + engines: {node: '>=18'} 4424 4630 hasBin: true 4425 4631 dependencies: 4426 - playwright: 1.44.1 4632 + playwright: 1.45.0 4427 4633 dev: true 4428 4634 4429 4635 /@polka/url@1.0.0-next.24: ··· 4456 4662 resolve: 1.22.8 4457 4663 source-map: 0.7.4 4458 4664 stack-trace: 1.0.0-pre2 4459 - vite: 5.2.10(@types/node@20.14.2) 4665 + vite: 5.2.10(@types/node@20.14.9) 4460 4666 transitivePeerDependencies: 4461 4667 - preact 4462 4668 - supports-color ··· 4490 4696 '@prefresh/utils': 1.2.0 4491 4697 '@rollup/pluginutils': 4.2.1 4492 4698 preact: 10.21.0 4493 - vite: 5.2.10(@types/node@20.14.2) 4699 + vite: 5.2.10(@types/node@20.14.9) 4494 4700 transitivePeerDependencies: 4495 4701 - supports-color 4496 4702 dev: true 4497 4703 4498 - /@puppeteer/browsers@1.4.6(typescript@5.4.5): 4704 + /@puppeteer/browsers@1.4.6(typescript@5.5.2): 4499 4705 resolution: {integrity: sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==} 4500 4706 engines: {node: '>=16.3.0'} 4501 4707 hasBin: true ··· 4510 4716 progress: 2.0.3 4511 4717 proxy-agent: 6.3.0 4512 4718 tar-fs: 3.0.4 4513 - typescript: 5.4.5 4719 + typescript: 5.5.2 4514 4720 unbzip2-stream: 1.4.3 4515 4721 yargs: 17.7.1 4516 4722 transitivePeerDependencies: ··· 4793 4999 requiresBuild: true 4794 5000 optional: true 4795 5001 4796 - /@shikijs/core@1.6.4: 4797 - resolution: {integrity: sha512-WTU9rzZae1p2v6LOxMf6LhtmZOkIHYYW160IuahUyJy7YXPPjyWZLR1ag+SgD22ZMxZtz1gfU6Tccc8t0Il/XA==} 5002 + /@shikijs/core@1.10.0: 5003 + resolution: {integrity: sha512-BZcr6FCmPfP6TXaekvujZcnkFmJHZ/Yglu97r/9VjzVndQA56/F4WjUKtJRQUnK59Wi7p/UTAOekMfCJv7jnYg==} 4798 5004 dev: true 4799 5005 4800 - /@shikijs/core@1.7.0: 4801 - resolution: {integrity: sha512-O6j27b7dGmJbR3mjwh/aHH8Ld+GQvA0OQsNO43wKWnqbAae3AYXrhFyScHGX8hXZD6vX2ngjzDFkZY5srtIJbQ==} 5006 + /@shikijs/core@1.6.4: 5007 + resolution: {integrity: sha512-WTU9rzZae1p2v6LOxMf6LhtmZOkIHYYW160IuahUyJy7YXPPjyWZLR1ag+SgD22ZMxZtz1gfU6Tccc8t0Il/XA==} 4802 5008 dev: true 4803 5009 4804 5010 /@shikijs/transformers@1.6.4: ··· 4807 5013 shiki: 1.6.4 4808 5014 dev: true 4809 5015 4810 - /@shikijs/twoslash@1.7.0(typescript@5.4.5): 4811 - resolution: {integrity: sha512-UztoY1kFhRR8b/eZGfCkM70L8WQB7zZsj5xTRZUaLx6bwMZdDdlJmJu2lPAkPZ5h7wHVDJB6Lq3k8fN9Sxakgw==} 5016 + /@shikijs/twoslash@1.10.0(typescript@5.5.2): 5017 + resolution: {integrity: sha512-LMvsYyFs73Saf0VsxrScXQZkV2UszxnYa4gGJbK0Ct8NH6YpQDg+FROsNsbqKk+SsKsbbydZP0W8ojKuvq69pA==} 4812 5018 dependencies: 4813 - '@shikijs/core': 1.7.0 4814 - twoslash: 0.2.8(typescript@5.4.5) 5019 + '@shikijs/core': 1.10.0 5020 + twoslash: 0.2.9(typescript@5.5.2) 4815 5021 transitivePeerDependencies: 4816 5022 - supports-color 4817 5023 - typescript 4818 5024 dev: true 4819 5025 4820 - /@shikijs/vitepress-twoslash@1.7.0(typescript@5.4.5): 4821 - resolution: {integrity: sha512-oFkqJ9+ObFUBA3oSkYm0z33S3tp5HMgJYXOEmXf9u5e6NNScp0J0OpRvWRtX33ebDEGUMj1hNEP7X9+auHW0Bw==} 5026 + /@shikijs/vitepress-twoslash@1.10.0(typescript@5.5.2): 5027 + resolution: {integrity: sha512-Qvua0BIb5uSDryLBkSRx8EX7cNwvTa2GDq53Yh7NbqhwFlYPVp3pnBaRtiDiyYl3Ng+rR2UAakMFiF4PTdnMFg==} 4822 5028 dependencies: 4823 - '@shikijs/twoslash': 1.7.0(typescript@5.4.5) 4824 - floating-vue: 5.2.2(vue@3.4.29) 5029 + '@shikijs/twoslash': 1.10.0(typescript@5.5.2) 5030 + floating-vue: 5.2.2(vue@3.4.31) 4825 5031 mdast-util-from-markdown: 2.0.1 4826 5032 mdast-util-gfm: 3.0.0 4827 5033 mdast-util-to-hast: 13.2.0 4828 - shiki: 1.7.0 4829 - twoslash: 0.2.8(typescript@5.4.5) 4830 - twoslash-vue: 0.2.8(typescript@5.4.5) 4831 - vue: 3.4.29(typescript@5.4.5) 5034 + shiki: 1.10.0 5035 + twoslash: 0.2.9(typescript@5.5.2) 5036 + twoslash-vue: 0.2.9(typescript@5.5.2) 5037 + vue: 3.4.31(typescript@5.5.2) 4832 5038 transitivePeerDependencies: 4833 5039 - '@nuxt/kit' 4834 5040 - supports-color ··· 4876 5082 solid-js: 1.8.3 4877 5083 dev: true 4878 5084 4879 - /@stylistic/eslint-plugin-js@2.1.0(eslint@9.5.0): 4880 - resolution: {integrity: sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A==} 5085 + /@stylistic/eslint-plugin-js@2.3.0(eslint@9.6.0): 5086 + resolution: {integrity: sha512-lQwoiYb0Fs6Yc5QS3uT8+T9CPKK2Eoxc3H8EnYJgM26v/DgtW+1lvy2WNgyBflU+ThShZaHm3a6CdD9QeKx23w==} 4881 5087 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4882 5088 peerDependencies: 4883 5089 eslint: '>=8.40.0' 4884 5090 dependencies: 4885 5091 '@types/eslint': 8.56.10 4886 5092 acorn: 8.11.3(patch_hash=no36qihqjrd3chyjw73dk5xfkm) 4887 - eslint: 9.5.0 5093 + eslint: 9.6.0 4888 5094 eslint-visitor-keys: 4.0.0 4889 5095 espree: 10.0.1 4890 5096 dev: true 4891 5097 4892 - /@stylistic/eslint-plugin-jsx@2.1.0(eslint@9.5.0): 4893 - resolution: {integrity: sha512-mMD7S+IndZo2vxmwpHVTCwx2O1VdtE5tmpeNwgaEcXODzWV1WTWpnsc/PECQKIr/mkLPFWiSIqcuYNhQ/3l6AQ==} 5098 + /@stylistic/eslint-plugin-jsx@2.3.0(eslint@9.6.0): 5099 + resolution: {integrity: sha512-tsQ0IEKB195H6X9A4iUSgLLLKBc8gUBWkBIU8tp1/3g2l8stu+PtMQVV/VmK1+3bem5FJCyvfcZIQ/WF1fsizA==} 4894 5100 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4895 5101 peerDependencies: 4896 5102 eslint: '>=8.40.0' 4897 5103 dependencies: 4898 - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.5.0) 5104 + '@stylistic/eslint-plugin-js': 2.3.0(eslint@9.6.0) 4899 5105 '@types/eslint': 8.56.10 4900 - eslint: 9.5.0 5106 + eslint: 9.6.0 4901 5107 estraverse: 5.3.0 4902 5108 picomatch: 4.0.2 4903 5109 dev: true 4904 5110 4905 - /@stylistic/eslint-plugin-plus@2.1.0(eslint@9.5.0)(typescript@5.4.5): 4906 - resolution: {integrity: sha512-S5QAlgYXESJaSBFhBSBLZy9o36gXrXQwWSt6QkO+F0SrT9vpV5JF/VKoh+ojO7tHzd8Ckmyouq02TT9Sv2B0zQ==} 5111 + /@stylistic/eslint-plugin-plus@2.3.0(eslint@9.6.0)(typescript@5.5.2): 5112 + resolution: {integrity: sha512-xboPWGUU5yaPlR+WR57GwXEuY4PSlPqA0C3IdNA/+1o2MuBi95XgDJcZiJ9N+aXsqBXAPIpFFb+WQ7QEHo4f7g==} 4907 5113 peerDependencies: 4908 5114 eslint: '*' 4909 5115 dependencies: 4910 5116 '@types/eslint': 8.56.10 4911 - '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 4912 - eslint: 9.5.0 5117 + '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.2) 5118 + eslint: 9.6.0 4913 5119 transitivePeerDependencies: 4914 5120 - supports-color 4915 5121 - typescript 4916 5122 dev: true 4917 5123 4918 - /@stylistic/eslint-plugin-ts@2.1.0(eslint@9.5.0)(typescript@5.4.5): 4919 - resolution: {integrity: sha512-2ioFibufHYBALx2TBrU4KXovCkN8qCqcb9yIHc0fyOfTaO5jw4d56WW7YRcF3Zgde6qFyXwAN6z/+w4pnmos1g==} 5124 + /@stylistic/eslint-plugin-ts@2.3.0(eslint@9.6.0)(typescript@5.5.2): 5125 + resolution: {integrity: sha512-wqOR38/uz/0XPnHX68ftp8sNMSAqnYGjovOTN7w00xnjS6Lxr3Sk7q6AaxWWqbMvOj7V2fQiMC5HWAbTruJsCg==} 4920 5126 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4921 5127 peerDependencies: 4922 5128 eslint: '>=8.40.0' 4923 5129 dependencies: 4924 - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.5.0) 5130 + '@stylistic/eslint-plugin-js': 2.3.0(eslint@9.6.0) 4925 5131 '@types/eslint': 8.56.10 4926 - '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 4927 - eslint: 9.5.0 5132 + '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.2) 5133 + eslint: 9.6.0 4928 5134 transitivePeerDependencies: 4929 5135 - supports-color 4930 5136 - typescript 4931 5137 dev: true 4932 5138 4933 - /@stylistic/eslint-plugin@2.1.0(eslint@9.5.0)(typescript@5.4.5): 4934 - resolution: {integrity: sha512-cBBowKP2u/+uE5CzgH5w8pE9VKqcM7BXdIDPIbGt2rmLJGnA6MJPr9vYGaqgMoJFs7R/FzsMQerMvvEP40g2uw==} 5139 + /@stylistic/eslint-plugin@2.3.0(eslint@9.6.0)(typescript@5.5.2): 5140 + resolution: {integrity: sha512-rtiz6u5gRyyEZp36FcF1/gHJbsbT3qAgXZ1qkad6Nr/xJ9wrSJkiSFFQhpYVTIZ7FJNRJurEcumZDCwN9dEI4g==} 4935 5141 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4936 5142 peerDependencies: 4937 5143 eslint: '>=8.40.0' 4938 5144 dependencies: 4939 - '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.5.0) 4940 - '@stylistic/eslint-plugin-jsx': 2.1.0(eslint@9.5.0) 4941 - '@stylistic/eslint-plugin-plus': 2.1.0(eslint@9.5.0)(typescript@5.4.5) 4942 - '@stylistic/eslint-plugin-ts': 2.1.0(eslint@9.5.0)(typescript@5.4.5) 5145 + '@stylistic/eslint-plugin-js': 2.3.0(eslint@9.6.0) 5146 + '@stylistic/eslint-plugin-jsx': 2.3.0(eslint@9.6.0) 5147 + '@stylistic/eslint-plugin-plus': 2.3.0(eslint@9.6.0)(typescript@5.5.2) 5148 + '@stylistic/eslint-plugin-ts': 2.3.0(eslint@9.6.0)(typescript@5.5.2) 4943 5149 '@types/eslint': 8.56.10 4944 - eslint: 9.5.0 5150 + eslint: 9.6.0 4945 5151 transitivePeerDependencies: 4946 5152 - supports-color 4947 5153 - typescript ··· 4988 5194 svelte: 3.59.1 4989 5195 tiny-glob: 0.2.9 4990 5196 undici: 5.22.1 4991 - vite: 5.2.6(@types/node@20.14.2) 5197 + vite: 5.2.6(@types/node@20.14.9) 4992 5198 transitivePeerDependencies: 4993 5199 - supports-color 4994 5200 dev: true ··· 5004 5210 '@sveltejs/vite-plugin-svelte': 2.4.6(svelte@3.59.1)(vite@5.2.6) 5005 5211 debug: 4.3.5 5006 5212 svelte: 3.59.1 5007 - vite: 5.2.6(@types/node@20.14.2) 5213 + vite: 5.2.6(@types/node@20.14.9) 5008 5214 transitivePeerDependencies: 5009 5215 - supports-color 5010 5216 dev: true ··· 5023 5229 magic-string: 0.30.10 5024 5230 svelte: 3.59.1 5025 5231 svelte-hmr: 0.15.3(svelte@3.59.1) 5026 - vite: 5.2.6(@types/node@20.14.2) 5232 + vite: 5.2.6(@types/node@20.14.9) 5027 5233 vitefu: 0.2.5(vite@5.2.6) 5028 5234 transitivePeerDependencies: 5029 5235 - supports-color ··· 5159 5365 defer-to-connect: 2.0.1 5160 5366 dev: true 5161 5367 5162 - /@testing-library/dom@10.1.0: 5163 - resolution: {integrity: sha512-wdsYKy5zupPyLCW2Je5DLHSxSfbIp6h80WoHOQc+RPtmPGA52O9x5MJEkv92Sjonpq+poOAtUKhh1kBGAXBrNA==} 5368 + /@testing-library/dom@10.2.0: 5369 + resolution: {integrity: sha512-CytIvb6tVOADRngTHGWNxH8LPgO/3hi/BdCEHOf7Qd2GvZVClhVP0Wo/QHzWhpki49Bk0b4VT6xpt3fx8HTSIw==} 5164 5370 engines: {node: '>=18'} 5165 5371 dependencies: 5166 5372 '@babel/code-frame': 7.24.7 ··· 5317 5523 react-dom: 18.0.0(react@18.2.0) 5318 5524 dev: true 5319 5525 5320 - /@testing-library/user-event@14.5.2(@testing-library/dom@10.1.0): 5526 + /@testing-library/user-event@14.5.2(@testing-library/dom@10.2.0): 5321 5527 resolution: {integrity: sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==} 5322 5528 engines: {node: '>=12', npm: '>=6'} 5323 5529 peerDependencies: 5324 5530 '@testing-library/dom': '>=7.21.4' 5325 5531 dependencies: 5326 - '@testing-library/dom': 10.1.0 5532 + '@testing-library/dom': 10.2.0 5327 5533 5328 - /@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.29)(vue@3.4.29): 5534 + /@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.29)(vue@3.4.31): 5329 5535 resolution: {integrity: sha512-ls4RiHO1ta4mxqqajWRh8158uFObVrrtAPoxk7cIp4HrnQUj/ScKzqz53HxYpG3X6Zb7H2v+0eTGLSoy8HQ2nA==} 5330 5536 engines: {node: '>=14'} 5331 5537 peerDependencies: ··· 5339 5545 '@testing-library/dom': 9.3.4 5340 5546 '@vue/compiler-sfc': 3.4.29 5341 5547 '@vue/test-utils': 2.4.6 5342 - vue: 3.4.29(typescript@5.4.5) 5548 + vue: 3.4.31(typescript@5.5.2) 5343 5549 dev: true 5344 5550 5345 5551 /@tootallnate/quickjs-emscripten@0.23.0: ··· 5370 5576 /@types/babel__core@7.20.5: 5371 5577 resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} 5372 5578 dependencies: 5373 - '@babel/parser': 7.24.5 5374 - '@babel/types': 7.24.5 5579 + '@babel/parser': 7.24.7 5580 + '@babel/types': 7.24.7 5375 5581 '@types/babel__generator': 7.6.6 5376 5582 '@types/babel__template': 7.4.3 5377 5583 '@types/babel__traverse': 7.20.3 ··· 5419 5625 resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 5420 5626 dev: false 5421 5627 5422 - /@types/d3-force@3.0.9: 5423 - resolution: {integrity: sha512-IKtvyFdb4Q0LWna6ymywQsEYjK/94SGhPrMfEr1TIc5OBeziTi+1jcCvttts8e0UWZIxpasjnQk9MNk/3iS+kA==} 5628 + /@types/d3-force@3.0.10: 5629 + resolution: {integrity: sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==} 5424 5630 dev: true 5425 5631 5426 5632 /@types/d3-selection@3.0.10: ··· 5452 5658 requiresBuild: true 5453 5659 dependencies: 5454 5660 '@types/jsonfile': 6.1.4 5455 - '@types/node': 20.14.2 5661 + '@types/node': 20.12.11 5456 5662 dev: true 5457 5663 optional: true 5458 5664 5459 5665 /@types/fs-extra@8.1.3: 5460 5666 resolution: {integrity: sha512-7IdV01N0u/CaVO0fuY1YmEg14HQN3+EW8mpNgg6NEfxEl/lzCa5OxlBu3iFsCAdamnYOcTQ7oEi43Xc/67Rgzw==} 5461 5667 dependencies: 5462 - '@types/node': 20.14.2 5668 + '@types/node': 20.14.9 5463 5669 dev: true 5464 5670 5465 5671 /@types/glob@7.2.0: 5466 5672 resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} 5467 5673 dependencies: 5468 5674 '@types/minimatch': 5.1.1 5469 - '@types/node': 20.14.2 5675 + '@types/node': 20.14.9 5470 5676 dev: true 5471 5677 5472 5678 /@types/hast@3.0.4: ··· 5527 5733 /@types/jsdom@21.1.7: 5528 5734 resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==} 5529 5735 dependencies: 5530 - '@types/node': 20.14.2 5736 + '@types/node': 20.14.9 5531 5737 '@types/tough-cookie': 4.0.2 5532 5738 parse5: 7.1.2 5533 5739 dev: true ··· 5540 5746 resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} 5541 5747 requiresBuild: true 5542 5748 dependencies: 5543 - '@types/node': 20.14.2 5749 + '@types/node': 20.12.11 5544 5750 dev: true 5545 5751 optional: true 5546 5752 ··· 5571 5777 resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} 5572 5778 dev: true 5573 5779 5574 - /@types/micromatch@4.0.7: 5575 - resolution: {integrity: sha512-C/FMQ8HJAZhTsDpl4wDKZdMeeW5USjgzOczUwTGbRc1ZopPgOhIEnxY2ZgUrsuyy4DwK1JVOJZKFakv3TbCKiA==} 5780 + /@types/micromatch@4.0.9: 5781 + resolution: {integrity: sha512-7V+8ncr22h4UoYRLnLXSpTxjQrNUXtWHGeMPRJt1nULXI57G9bIcpyrHlmrQ7QK24EyyuXvYcSSWAM8GA9nqCg==} 5576 5782 dependencies: 5577 5783 '@types/braces': 3.0.1 5578 5784 dev: true ··· 5588 5794 /@types/mute-stream@0.0.4: 5589 5795 resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} 5590 5796 dependencies: 5591 - '@types/node': 20.14.2 5797 + '@types/node': 20.14.9 5592 5798 dev: false 5593 5799 5594 5800 /@types/natural-compare@1.4.3: ··· 5620 5826 undici-types: 5.26.5 5621 5827 dev: true 5622 5828 5623 - /@types/node@20.14.2: 5624 - resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==} 5829 + /@types/node@20.14.9: 5830 + resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} 5625 5831 dependencies: 5626 5832 undici-types: 5.26.5 5627 5833 ··· 5632 5838 /@types/prompts@2.4.9: 5633 5839 resolution: {integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==} 5634 5840 dependencies: 5635 - '@types/node': 20.14.2 5841 + '@types/node': 20.14.9 5636 5842 kleur: 3.0.3 5637 5843 dev: true 5638 5844 ··· 5689 5895 /@types/through@0.0.30: 5690 5896 resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} 5691 5897 dependencies: 5692 - '@types/node': 20.14.2 5898 + '@types/node': 20.14.9 5693 5899 dev: true 5694 5900 5695 5901 /@types/tough-cookie@4.0.2: ··· 5731 5937 /@types/ws@8.5.9: 5732 5938 resolution: {integrity: sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==} 5733 5939 dependencies: 5734 - '@types/node': 20.14.2 5940 + '@types/node': 20.14.9 5735 5941 dev: true 5736 5942 5737 5943 /@types/yargs-parser@21.0.0: ··· 5748 5954 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 5749 5955 requiresBuild: true 5750 5956 dependencies: 5751 - '@types/node': 20.14.2 5957 + '@types/node': 20.12.11 5752 5958 dev: true 5753 5959 optional: true 5754 5960 5755 - /@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0)(eslint@9.5.0)(typescript@5.4.5): 5756 - resolution: {integrity: sha512-FX1X6AF0w8MdVFLSdqwqN/me2hyhuQg4ykN6ZpVhh1ij/80pTvDKclX1sZB9iqex8SjQfVhwMKs3JtnnMLzG9w==} 5961 + /@typescript-eslint/eslint-plugin@7.14.1(@typescript-eslint/parser@7.14.1)(eslint@9.6.0)(typescript@5.5.2): 5962 + resolution: {integrity: sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==} 5757 5963 engines: {node: ^18.18.0 || >=20.0.0} 5758 5964 peerDependencies: 5759 5965 '@typescript-eslint/parser': ^7.0.0 ··· 5764 5970 optional: true 5765 5971 dependencies: 5766 5972 '@eslint-community/regexpp': 4.10.0 5767 - '@typescript-eslint/parser': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 5768 - '@typescript-eslint/scope-manager': 7.13.0 5769 - '@typescript-eslint/type-utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 5770 - '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 5771 - '@typescript-eslint/visitor-keys': 7.13.0 5772 - eslint: 9.5.0 5973 + '@typescript-eslint/parser': 7.14.1(eslint@9.6.0)(typescript@5.5.2) 5974 + '@typescript-eslint/scope-manager': 7.14.1 5975 + '@typescript-eslint/type-utils': 7.14.1(eslint@9.6.0)(typescript@5.5.2) 5976 + '@typescript-eslint/utils': 7.14.1(eslint@9.6.0)(typescript@5.5.2) 5977 + '@typescript-eslint/visitor-keys': 7.14.1 5978 + eslint: 9.6.0 5773 5979 graphemer: 1.4.0 5774 5980 ignore: 5.3.1 5775 5981 natural-compare: 1.4.0 5776 - ts-api-utils: 1.3.0(typescript@5.4.5) 5777 - typescript: 5.4.5 5982 + ts-api-utils: 1.3.0(typescript@5.5.2) 5983 + typescript: 5.5.2 5778 5984 transitivePeerDependencies: 5779 5985 - supports-color 5780 5986 dev: true 5781 5987 5782 - /@typescript-eslint/parser@7.13.0(eslint@9.5.0)(typescript@5.4.5): 5783 - resolution: {integrity: sha512-EjMfl69KOS9awXXe83iRN7oIEXy9yYdqWfqdrFAYAAr6syP8eLEFI7ZE4939antx2mNgPRW/o1ybm2SFYkbTVA==} 5988 + /@typescript-eslint/parser@7.14.1(eslint@9.6.0)(typescript@5.5.2): 5989 + resolution: {integrity: sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==} 5784 5990 engines: {node: ^18.18.0 || >=20.0.0} 5785 5991 peerDependencies: 5786 5992 eslint: ^8.56.0 ··· 5789 5995 typescript: 5790 5996 optional: true 5791 5997 dependencies: 5792 - '@typescript-eslint/scope-manager': 7.13.0 5793 - '@typescript-eslint/types': 7.13.0 5794 - '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5) 5795 - '@typescript-eslint/visitor-keys': 7.13.0 5998 + '@typescript-eslint/scope-manager': 7.14.1 5999 + '@typescript-eslint/types': 7.14.1 6000 + '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2) 6001 + '@typescript-eslint/visitor-keys': 7.14.1 5796 6002 debug: 4.3.5 5797 - eslint: 9.5.0 5798 - typescript: 5.4.5 6003 + eslint: 9.6.0 6004 + typescript: 5.5.2 5799 6005 transitivePeerDependencies: 5800 6006 - supports-color 5801 6007 dev: true ··· 5808 6014 '@typescript-eslint/visitor-keys': 7.13.0 5809 6015 dev: true 5810 6016 5811 - /@typescript-eslint/type-utils@7.13.0(eslint@9.5.0)(typescript@5.4.5): 5812 - resolution: {integrity: sha512-xMEtMzxq9eRkZy48XuxlBFzpVMDurUAfDu5Rz16GouAtXm0TaAoTFzqWUFPPuQYXI/CDaH/Bgx/fk/84t/Bc9A==} 6017 + /@typescript-eslint/scope-manager@7.14.1: 6018 + resolution: {integrity: sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==} 6019 + engines: {node: ^18.18.0 || >=20.0.0} 6020 + dependencies: 6021 + '@typescript-eslint/types': 7.14.1 6022 + '@typescript-eslint/visitor-keys': 7.14.1 6023 + dev: true 6024 + 6025 + /@typescript-eslint/type-utils@7.14.1(eslint@9.6.0)(typescript@5.5.2): 6026 + resolution: {integrity: sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==} 5813 6027 engines: {node: ^18.18.0 || >=20.0.0} 5814 6028 peerDependencies: 5815 6029 eslint: ^8.56.0 ··· 5818 6032 typescript: 5819 6033 optional: true 5820 6034 dependencies: 5821 - '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5) 5822 - '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 6035 + '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2) 6036 + '@typescript-eslint/utils': 7.14.1(eslint@9.6.0)(typescript@5.5.2) 5823 6037 debug: 4.3.5 5824 - eslint: 9.5.0 5825 - ts-api-utils: 1.3.0(typescript@5.4.5) 5826 - typescript: 5.4.5 6038 + eslint: 9.6.0 6039 + ts-api-utils: 1.3.0(typescript@5.5.2) 6040 + typescript: 5.5.2 5827 6041 transitivePeerDependencies: 5828 6042 - supports-color 5829 6043 dev: true ··· 5833 6047 engines: {node: ^18.18.0 || >=20.0.0} 5834 6048 dev: true 5835 6049 5836 - /@typescript-eslint/typescript-estree@7.13.0(typescript@5.4.5): 6050 + /@typescript-eslint/types@7.14.1: 6051 + resolution: {integrity: sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==} 6052 + engines: {node: ^18.18.0 || >=20.0.0} 6053 + dev: true 6054 + 6055 + /@typescript-eslint/typescript-estree@7.13.0(typescript@5.5.2): 5837 6056 resolution: {integrity: sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==} 5838 6057 engines: {node: ^18.18.0 || >=20.0.0} 5839 6058 peerDependencies: ··· 5849 6068 is-glob: 4.0.3 5850 6069 minimatch: 9.0.4 5851 6070 semver: 7.6.2 5852 - ts-api-utils: 1.3.0(typescript@5.4.5) 5853 - typescript: 5.4.5 6071 + ts-api-utils: 1.3.0(typescript@5.5.2) 6072 + typescript: 5.5.2 5854 6073 transitivePeerDependencies: 5855 6074 - supports-color 5856 6075 dev: true 5857 6076 5858 - /@typescript-eslint/utils@7.13.0(eslint@9.5.0)(typescript@5.4.5): 6077 + /@typescript-eslint/typescript-estree@7.14.1(typescript@5.5.2): 6078 + resolution: {integrity: sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==} 6079 + engines: {node: ^18.18.0 || >=20.0.0} 6080 + peerDependencies: 6081 + typescript: '*' 6082 + peerDependenciesMeta: 6083 + typescript: 6084 + optional: true 6085 + dependencies: 6086 + '@typescript-eslint/types': 7.14.1 6087 + '@typescript-eslint/visitor-keys': 7.14.1 6088 + debug: 4.3.5 6089 + globby: 11.1.0 6090 + is-glob: 4.0.3 6091 + minimatch: 9.0.4 6092 + semver: 7.6.2 6093 + ts-api-utils: 1.3.0(typescript@5.5.2) 6094 + typescript: 5.5.2 6095 + transitivePeerDependencies: 6096 + - supports-color 6097 + dev: true 6098 + 6099 + /@typescript-eslint/utils@7.13.0(eslint@9.6.0)(typescript@5.5.2): 5859 6100 resolution: {integrity: sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==} 5860 6101 engines: {node: ^18.18.0 || >=20.0.0} 5861 6102 peerDependencies: 5862 6103 eslint: ^8.56.0 5863 6104 dependencies: 5864 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 6105 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 5865 6106 '@typescript-eslint/scope-manager': 7.13.0 5866 6107 '@typescript-eslint/types': 7.13.0 5867 - '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5) 5868 - eslint: 9.5.0 6108 + '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.5.2) 6109 + eslint: 9.6.0 6110 + transitivePeerDependencies: 6111 + - supports-color 6112 + - typescript 6113 + dev: true 6114 + 6115 + /@typescript-eslint/utils@7.14.1(eslint@9.6.0)(typescript@5.5.2): 6116 + resolution: {integrity: sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==} 6117 + engines: {node: ^18.18.0 || >=20.0.0} 6118 + peerDependencies: 6119 + eslint: ^8.56.0 6120 + dependencies: 6121 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 6122 + '@typescript-eslint/scope-manager': 7.14.1 6123 + '@typescript-eslint/types': 7.14.1 6124 + '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2) 6125 + eslint: 9.6.0 5869 6126 transitivePeerDependencies: 5870 6127 - supports-color 5871 6128 - typescript ··· 5876 6133 engines: {node: ^18.18.0 || >=20.0.0} 5877 6134 dependencies: 5878 6135 '@typescript-eslint/types': 7.13.0 6136 + eslint-visitor-keys: 3.4.3 6137 + dev: true 6138 + 6139 + /@typescript-eslint/visitor-keys@7.14.1: 6140 + resolution: {integrity: sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==} 6141 + engines: {node: ^18.18.0 || >=20.0.0} 6142 + dependencies: 6143 + '@typescript-eslint/types': 7.14.1 5879 6144 eslint-visitor-keys: 3.4.3 5880 6145 dev: true 5881 6146 ··· 5902 6167 '@unocss/core': 0.61.0 5903 6168 '@unocss/reset': 0.61.0 5904 6169 '@unocss/vite': 0.61.0(rollup@4.18.0)(vite@5.2.6) 5905 - vite: 5.2.6(@types/node@20.14.2) 6170 + vite: 5.2.6(@types/node@20.14.9) 5906 6171 transitivePeerDependencies: 5907 6172 - rollup 5908 6173 dev: true ··· 6100 6365 chokidar: 3.6.0 6101 6366 fast-glob: 3.3.2 6102 6367 magic-string: 0.30.10 6103 - vite: 5.2.6(@types/node@20.14.2) 6368 + vite: 5.2.6(@types/node@20.14.9) 6104 6369 transitivePeerDependencies: 6105 6370 - rollup 6106 6371 dev: true ··· 6137 6402 peerDependencies: 6138 6403 vite: ^5.2.6 6139 6404 dependencies: 6140 - vite: 5.2.10(@types/node@20.14.2) 6405 + vite: 5.2.10(@types/node@20.14.9) 6141 6406 dev: true 6142 6407 6143 6408 /@vitejs/plugin-basic-ssl@1.0.2(vite@5.2.6): ··· 6146 6411 peerDependencies: 6147 6412 vite: ^5.2.6 6148 6413 dependencies: 6149 - vite: 5.2.6(@types/node@20.14.2) 6414 + vite: 5.2.6(@types/node@20.14.9) 6150 6415 dev: true 6151 6416 6152 6417 /@vitejs/plugin-react@4.2.1(vite@5.2.10): ··· 6160 6425 '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.4) 6161 6426 '@types/babel__core': 7.20.5 6162 6427 react-refresh: 0.14.0 6163 - vite: 5.2.10(@types/node@20.14.2) 6428 + vite: 5.2.10(@types/node@20.14.9) 6164 6429 transitivePeerDependencies: 6165 6430 - supports-color 6166 6431 dev: true ··· 6172 6437 vite: ^5.2.6 6173 6438 vue: ^3.2.25 6174 6439 dependencies: 6175 - vite: 5.2.6(@types/node@20.14.2) 6176 - vue: 3.4.21(typescript@5.4.5) 6440 + vite: 5.2.6(@types/node@20.14.9) 6441 + vue: 3.4.21(typescript@5.5.2) 6177 6442 dev: true 6178 6443 6179 - /@vitejs/plugin-vue@5.0.4(vite@5.2.6)(vue@3.4.29): 6444 + /@vitejs/plugin-vue@5.0.4(vite@5.2.6)(vue@3.4.31): 6180 6445 resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} 6181 6446 engines: {node: ^18.0.0 || >=20.0.0} 6182 6447 peerDependencies: 6183 6448 vite: ^5.2.6 6184 6449 vue: ^3.2.25 6185 6450 dependencies: 6186 - vite: 5.2.6(@types/node@20.14.2) 6187 - vue: 3.4.29(typescript@5.4.5) 6451 + vite: 5.2.6(@types/node@20.14.9) 6452 + vue: 3.4.31(typescript@5.5.2) 6188 6453 dev: true 6189 6454 6190 - /@vitejs/plugin-vue@5.0.5(vite@5.2.10)(vue@3.4.29): 6455 + /@vitejs/plugin-vue@5.0.5(vite@5.2.10)(vue@3.4.31): 6191 6456 resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==} 6192 6457 engines: {node: ^18.0.0 || >=20.0.0} 6193 6458 peerDependencies: 6194 6459 vite: ^5.2.6 6195 6460 vue: ^3.2.25 6196 6461 dependencies: 6197 - vite: 5.2.10(@types/node@20.14.2) 6198 - vue: 3.4.29(typescript@5.4.5) 6462 + vite: 5.2.10(@types/node@20.14.9) 6463 + vue: 3.4.31(typescript@5.5.2) 6199 6464 dev: true 6200 6465 6201 - /@vitejs/plugin-vue@5.0.5(vite@5.2.6)(vue@3.4.29): 6466 + /@vitejs/plugin-vue@5.0.5(vite@5.2.6)(vue@3.4.31): 6202 6467 resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==} 6203 6468 engines: {node: ^18.0.0 || >=20.0.0} 6204 6469 peerDependencies: 6205 6470 vite: ^5.2.6 6206 6471 vue: ^3.2.25 6207 6472 dependencies: 6208 - vite: 5.2.6(@types/node@20.14.2) 6209 - vue: 3.4.29(typescript@5.4.5) 6473 + vite: 5.2.6(@types/node@20.14.9) 6474 + vue: 3.4.31(typescript@5.5.2) 6210 6475 dev: true 6211 6476 6212 6477 /@volar/language-core@1.10.4: ··· 6215 6480 '@volar/source-map': 1.10.4 6216 6481 dev: true 6217 6482 6218 - /@volar/language-core@2.3.0: 6219 - resolution: {integrity: sha512-pvhL24WUh3VDnv7Yw5N1sjhPtdx7q9g+Wl3tggmnkMcyK8GcCNElF2zHiKznryn0DiUGk+eez/p2qQhz+puuHw==} 6483 + /@volar/language-core@2.4.0-alpha.5: 6484 + resolution: {integrity: sha512-CX+0vrNoCcO3tGZYIn7kNHug/u6+EImfbZe0tI6x/lCZc0MBJ7t9f6AKJT+mHJZ3ePhva6NVNv8mY1tNEURd5A==} 6220 6485 dependencies: 6221 - '@volar/source-map': 2.3.0 6486 + '@volar/source-map': 2.4.0-alpha.5 6222 6487 dev: true 6223 6488 6224 6489 /@volar/source-map@1.10.4: ··· 6227 6492 muggle-string: 0.3.1 6228 6493 dev: true 6229 6494 6230 - /@volar/source-map@2.3.0: 6231 - resolution: {integrity: sha512-G/228aZjAOGhDjhlyZ++nDbKrS9uk+5DMaEstjvzglaAw7nqtDyhnQAsYzUg6BMP9BtwZ59RIw5HGePrutn00Q==} 6232 - dependencies: 6233 - muggle-string: 0.4.1 6495 + /@volar/source-map@2.4.0-alpha.5: 6496 + resolution: {integrity: sha512-5OxMPGqbxaMuFXfj10k3xWwmJ2nb0b20kNaONAKxwUQxGY6nh6skX5AAFhIAbC8woplsVJpR0tAhgQR4S96VYQ==} 6234 6497 dev: true 6235 6498 6236 6499 /@volar/typescript@1.10.4: ··· 6267 6530 entities: 4.5.0 6268 6531 estree-walker: 2.0.2 6269 6532 source-map-js: 1.2.0 6533 + dev: true 6534 + 6535 + /@vue/compiler-core@3.4.31: 6536 + resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==} 6537 + dependencies: 6538 + '@babel/parser': 7.24.7 6539 + '@vue/shared': 3.4.31 6540 + entities: 4.5.0 6541 + estree-walker: 2.0.2 6542 + source-map-js: 1.2.0 6270 6543 6271 6544 /@vue/compiler-dom@3.4.21: 6272 6545 resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} ··· 6287 6560 dependencies: 6288 6561 '@vue/compiler-core': 3.4.29 6289 6562 '@vue/shared': 3.4.29 6563 + dev: true 6564 + 6565 + /@vue/compiler-dom@3.4.31: 6566 + resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==} 6567 + dependencies: 6568 + '@vue/compiler-core': 3.4.31 6569 + '@vue/shared': 3.4.31 6290 6570 6291 6571 /@vue/compiler-sfc@2.7.10: 6292 6572 resolution: {integrity: sha512-55Shns6WPxlYsz4WX7q9ZJBL77sKE1ZAYNYStLs6GbhIOMrNtjMvzcob6gu3cGlfpCR4bT7NXgyJ3tly2+Hx8Q==} ··· 6336 6616 magic-string: 0.30.10 6337 6617 postcss: 8.4.38 6338 6618 source-map-js: 1.2.0 6619 + dev: true 6620 + 6621 + /@vue/compiler-sfc@3.4.31: 6622 + resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==} 6623 + dependencies: 6624 + '@babel/parser': 7.24.7 6625 + '@vue/compiler-core': 3.4.31 6626 + '@vue/compiler-dom': 3.4.31 6627 + '@vue/compiler-ssr': 3.4.31 6628 + '@vue/shared': 3.4.31 6629 + estree-walker: 2.0.2 6630 + magic-string: 0.30.10 6631 + postcss: 8.4.38 6632 + source-map-js: 1.2.0 6339 6633 6340 6634 /@vue/compiler-ssr@3.4.21: 6341 6635 resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==} ··· 6356 6650 dependencies: 6357 6651 '@vue/compiler-dom': 3.4.29 6358 6652 '@vue/shared': 3.4.29 6653 + dev: true 6654 + 6655 + /@vue/compiler-ssr@3.4.31: 6656 + resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==} 6657 + dependencies: 6658 + '@vue/compiler-dom': 3.4.31 6659 + '@vue/shared': 3.4.31 6359 6660 6360 6661 /@vue/devtools-api@6.5.1: 6361 6662 resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} 6362 6663 dev: true 6363 6664 6364 - /@vue/devtools-api@7.2.1(vue@3.4.29): 6665 + /@vue/devtools-api@7.2.1(vue@3.4.31): 6365 6666 resolution: {integrity: sha512-6oNCtyFOrNdqm6GUkFujsCgFlpbsHLnZqq7edeM/+cxAbMyCWvsaCsIMUaz7AiluKLccCGEM8fhOsjaKgBvb7g==} 6366 6667 dependencies: 6367 - '@vue/devtools-kit': 7.2.1(vue@3.4.29) 6668 + '@vue/devtools-kit': 7.2.1(vue@3.4.31) 6368 6669 transitivePeerDependencies: 6369 6670 - vue 6370 6671 dev: true 6371 6672 6372 - /@vue/devtools-kit@7.2.1(vue@3.4.29): 6673 + /@vue/devtools-kit@7.2.1(vue@3.4.31): 6373 6674 resolution: {integrity: sha512-Wak/fin1X0Q8LLIfCAHBrdaaB+R6IdpSXsDByPHbQ3BmkCP0/cIo/oEGp9i0U2+gEqD4L3V9RDjNf1S34DTzQQ==} 6374 6675 peerDependencies: 6375 6676 vue: ^3.0.0 ··· 6379 6680 mitt: 3.0.1 6380 6681 perfect-debounce: 1.0.0 6381 6682 speakingurl: 14.0.1 6382 - vue: 3.4.29(typescript@5.4.5) 6683 + vue: 3.4.31(typescript@5.5.2) 6383 6684 dev: true 6384 6685 6385 6686 /@vue/devtools-shared@7.2.1: ··· 6399 6700 '@volar/language-core': 1.10.4 6400 6701 '@volar/source-map': 1.10.4 6401 6702 '@vue/compiler-dom': 3.4.29 6402 - '@vue/shared': 3.4.27 6703 + '@vue/shared': 3.4.29 6403 6704 computeds: 0.0.1 6404 6705 minimatch: 9.0.4 6405 6706 muggle-string: 0.3.1 ··· 6407 6708 vue-template-compiler: 2.7.15 6408 6709 dev: true 6409 6710 6410 - /@vue/language-core@2.0.21(typescript@5.4.5): 6411 - resolution: {integrity: sha512-vjs6KwnCK++kIXT+eI63BGpJHfHNVJcUCr3RnvJsccT3vbJnZV5IhHR2puEkoOkIbDdp0Gqi1wEnv3hEd3WsxQ==} 6711 + /@vue/language-core@2.0.24(typescript@5.5.2): 6712 + resolution: {integrity: sha512-997YD6Lq/66LXr3ZOLNxDCmyn13z9NP8LU1UZn9hGCDWhzlbXAIP0hOgL3w3x4RKEaWTaaRtsHP9DzHvmduruQ==} 6412 6713 peerDependencies: 6413 6714 typescript: '*' 6414 6715 peerDependenciesMeta: 6415 6716 typescript: 6416 6717 optional: true 6417 6718 dependencies: 6418 - '@volar/language-core': 2.3.0 6719 + '@volar/language-core': 2.4.0-alpha.5 6419 6720 '@vue/compiler-dom': 3.4.29 6420 6721 '@vue/shared': 3.4.29 6421 6722 computeds: 0.0.1 6422 6723 minimatch: 9.0.4 6724 + muggle-string: 0.4.1 6423 6725 path-browserify: 1.0.1 6424 - typescript: 5.4.5 6726 + typescript: 5.5.2 6425 6727 vue-template-compiler: 2.7.15 6426 6728 dev: true 6427 6729 ··· 6437 6739 '@vue/shared': 3.4.26 6438 6740 dev: true 6439 6741 6440 - /@vue/reactivity@3.4.29: 6441 - resolution: {integrity: sha512-w8+KV+mb1a8ornnGQitnMdLfE0kXmteaxLdccm2XwdFxXst4q/Z7SEboCV5SqJNpZbKFeaRBBJBhW24aJyGINg==} 6742 + /@vue/reactivity@3.4.31: 6743 + resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==} 6442 6744 dependencies: 6443 - '@vue/shared': 3.4.29 6745 + '@vue/shared': 3.4.31 6444 6746 6445 6747 /@vue/runtime-core@3.4.21: 6446 6748 resolution: {integrity: sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==} ··· 6456 6758 '@vue/shared': 3.4.26 6457 6759 dev: true 6458 6760 6459 - /@vue/runtime-core@3.4.29: 6460 - resolution: {integrity: sha512-s8fmX3YVR/Rk5ig0ic0NuzTNjK2M7iLuVSZyMmCzN/+Mjuqqif1JasCtEtmtoJWF32pAtUjyuT2ljNKNLeOmnQ==} 6761 + /@vue/runtime-core@3.4.31: 6762 + resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==} 6461 6763 dependencies: 6462 - '@vue/reactivity': 3.4.29 6463 - '@vue/shared': 3.4.29 6764 + '@vue/reactivity': 3.4.31 6765 + '@vue/shared': 3.4.31 6464 6766 6465 6767 /@vue/runtime-dom@3.4.21: 6466 6768 resolution: {integrity: sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==} ··· 6478 6780 csstype: 3.1.3 6479 6781 dev: true 6480 6782 6481 - /@vue/runtime-dom@3.4.29: 6482 - resolution: {integrity: sha512-gI10atCrtOLf/2MPPMM+dpz3NGulo9ZZR9d1dWo4fYvm+xkfvRrw1ZmJ7mkWtiJVXSsdmPbcK1p5dZzOCKDN0g==} 6783 + /@vue/runtime-dom@3.4.31: 6784 + resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==} 6483 6785 dependencies: 6484 - '@vue/reactivity': 3.4.29 6485 - '@vue/runtime-core': 3.4.29 6486 - '@vue/shared': 3.4.29 6786 + '@vue/reactivity': 3.4.31 6787 + '@vue/runtime-core': 3.4.31 6788 + '@vue/shared': 3.4.31 6487 6789 csstype: 3.1.3 6488 6790 6489 6791 /@vue/server-renderer@3.4.21(vue@3.4.21): ··· 6493 6795 dependencies: 6494 6796 '@vue/compiler-ssr': 3.4.21 6495 6797 '@vue/shared': 3.4.21 6496 - vue: 3.4.21(typescript@5.4.5) 6798 + vue: 3.4.21(typescript@5.5.2) 6497 6799 dev: true 6498 6800 6499 6801 /@vue/server-renderer@3.4.26(vue@3.4.26): ··· 6503 6805 dependencies: 6504 6806 '@vue/compiler-ssr': 3.4.26 6505 6807 '@vue/shared': 3.4.26 6506 - vue: 3.4.26(typescript@5.4.5) 6808 + vue: 3.4.26(typescript@5.5.2) 6507 6809 dev: true 6508 6810 6509 6811 /@vue/server-renderer@3.4.29(vue@3.4.21): ··· 6513 6815 dependencies: 6514 6816 '@vue/compiler-ssr': 3.4.29 6515 6817 '@vue/shared': 3.4.29 6516 - vue: 3.4.21(typescript@5.4.5) 6818 + vue: 3.4.21(typescript@5.5.2) 6517 6819 dev: true 6518 6820 optional: true 6519 6821 6520 - /@vue/server-renderer@3.4.29(vue@3.4.29): 6521 - resolution: {integrity: sha512-HMLCmPI2j/k8PVkSBysrA2RxcxC5DgBiCdj7n7H2QtR8bQQPqKAe8qoaxLcInzouBmzwJ+J0x20ygN/B5mYBng==} 6822 + /@vue/server-renderer@3.4.31(vue@3.4.31): 6823 + resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==} 6522 6824 peerDependencies: 6523 - vue: 3.4.29 6825 + vue: 3.4.31 6524 6826 dependencies: 6525 - '@vue/compiler-ssr': 3.4.29 6526 - '@vue/shared': 3.4.29 6527 - vue: 3.4.29(typescript@5.4.5) 6827 + '@vue/compiler-ssr': 3.4.31 6828 + '@vue/shared': 3.4.31 6829 + vue: 3.4.31(typescript@5.5.2) 6528 6830 6529 6831 /@vue/shared@3.4.21: 6530 6832 resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} ··· 6540 6842 6541 6843 /@vue/shared@3.4.29: 6542 6844 resolution: {integrity: sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA==} 6845 + dev: true 6846 + 6847 + /@vue/shared@3.4.31: 6848 + resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==} 6543 6849 6544 6850 /@vue/test-utils@2.3.1(vue@3.4.21): 6545 6851 resolution: {integrity: sha512-tRtHRPEETQSUrqXgAewNZHm5iypxDFxwenfdcvMRm1kbGo4bcqHb1XHHlsaIjoDbLkuE2NYiF8vBQDNYrzlrSA==} ··· 6547 6853 vue: ^3.0.1 6548 6854 dependencies: 6549 6855 js-beautify: 1.14.6 6550 - vue: 3.4.21(typescript@5.4.5) 6856 + vue: 3.4.21(typescript@5.5.2) 6551 6857 optionalDependencies: 6552 6858 '@vue/compiler-dom': 3.4.29 6553 6859 '@vue/server-renderer': 3.4.29(vue@3.4.21) ··· 6569 6875 - typescript 6570 6876 dev: true 6571 6877 6572 - /@vueuse/core@10.10.1(vue@3.4.29): 6878 + /@vueuse/core@10.10.1(vue@3.4.31): 6573 6879 resolution: {integrity: sha512-8Vr8wxILdK+qfBjbngav8LVI+6UuM2TQCufRKMPz/GrpLHQ6dbY6kL5PLa9Eobq8JRrMaDyArPX9Jj18fMTPew==} 6574 6880 dependencies: 6575 6881 '@types/web-bluetooth': 0.0.20 6576 6882 '@vueuse/metadata': 10.10.1 6577 - '@vueuse/shared': 10.10.1(vue@3.4.29) 6578 - vue-demi: 0.14.8(vue@3.4.29) 6883 + '@vueuse/shared': 10.10.1(vue@3.4.31) 6884 + vue-demi: 0.14.8(vue@3.4.31) 6579 6885 transitivePeerDependencies: 6580 6886 - '@vue/composition-api' 6581 6887 - vue 6582 6888 dev: true 6583 6889 6584 - /@vueuse/core@10.11.0(vue@3.4.29): 6890 + /@vueuse/core@10.11.0(vue@3.4.31): 6585 6891 resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==} 6586 6892 dependencies: 6587 6893 '@types/web-bluetooth': 0.0.20 6588 6894 '@vueuse/metadata': 10.11.0 6589 - '@vueuse/shared': 10.11.0(vue@3.4.29) 6590 - vue-demi: 0.14.8(vue@3.4.29) 6895 + '@vueuse/shared': 10.11.0(vue@3.4.31) 6896 + vue-demi: 0.14.8(vue@3.4.31) 6591 6897 transitivePeerDependencies: 6592 6898 - '@vue/composition-api' 6593 6899 - vue ··· 6604 6910 - vue 6605 6911 dev: true 6606 6912 6607 - /@vueuse/integrations@10.10.1(focus-trap@7.5.4)(vue@3.4.29): 6913 + /@vueuse/integrations@10.10.1(focus-trap@7.5.4)(vue@3.4.31): 6608 6914 resolution: {integrity: sha512-b4iPz4NLk2g5u9GNgTpYqNN1pzYWPpIglHTg6eDjJwKB7OfzJP4m5kQlzn2oRH7U0OlEOCVPrdDfqneuS9YNTg==} 6609 6915 peerDependencies: 6610 6916 async-validator: '*' ··· 6645 6951 universal-cookie: 6646 6952 optional: true 6647 6953 dependencies: 6648 - '@vueuse/core': 10.10.1(vue@3.4.29) 6649 - '@vueuse/shared': 10.10.1(vue@3.4.29) 6954 + '@vueuse/core': 10.10.1(vue@3.4.31) 6955 + '@vueuse/shared': 10.10.1(vue@3.4.31) 6650 6956 focus-trap: 7.5.4 6651 - vue-demi: 0.14.8(vue@3.4.29) 6957 + vue-demi: 0.14.8(vue@3.4.31) 6652 6958 transitivePeerDependencies: 6653 6959 - '@vue/composition-api' 6654 6960 - vue ··· 6715 7021 resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} 6716 7022 dev: true 6717 7023 6718 - /@vueuse/shared@10.10.1(vue@3.4.29): 7024 + /@vueuse/shared@10.10.1(vue@3.4.31): 6719 7025 resolution: {integrity: sha512-edqexI+RQpoeqDxTatqBZa+K87ganbrwpoP++Fd9828U3js5jzwcEDeyrYcUgkKZ5LLL8q7M5SOMvSpMrxBPxg==} 6720 7026 dependencies: 6721 - vue-demi: 0.14.8(vue@3.4.29) 7027 + vue-demi: 0.14.8(vue@3.4.31) 6722 7028 transitivePeerDependencies: 6723 7029 - '@vue/composition-api' 6724 7030 - vue 6725 7031 dev: true 6726 7032 6727 - /@vueuse/shared@10.11.0(vue@3.4.29): 7033 + /@vueuse/shared@10.11.0(vue@3.4.31): 6728 7034 resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==} 6729 7035 dependencies: 6730 - vue-demi: 0.14.8(vue@3.4.29) 7036 + vue-demi: 0.14.8(vue@3.4.31) 6731 7037 transitivePeerDependencies: 6732 7038 - '@vue/composition-api' 6733 7039 - vue ··· 6756 7062 - supports-color 6757 7063 dev: true 6758 7064 6759 - /@wdio/config@8.38.2: 6760 - resolution: {integrity: sha512-xlnapTr1vOA0h5HsHTIqj47729FbG3WjxmgHweDEQvcT4C1g9l+WKf+N3FM7DNNoIsAqxKi6rOHG02rJADQJtw==} 7065 + /@wdio/config@8.39.0: 7066 + resolution: {integrity: sha512-yNuGPMPibY91s936gnJCHWlStvIyDrwLwGfLC/NCdTin4F7HL4Gp5iJnHWkJFty1/DfFi8jjoIUBNLM8HEez+A==} 6761 7067 engines: {node: ^16.13 || >=18} 6762 7068 dependencies: 6763 7069 '@wdio/logger': 8.38.0 6764 - '@wdio/types': 8.38.2 6765 - '@wdio/utils': 8.38.2 7070 + '@wdio/types': 8.39.0 7071 + '@wdio/utils': 8.39.0 6766 7072 decamelize: 6.0.0 6767 7073 deepmerge-ts: 5.1.0 6768 7074 glob: 10.4.1 ··· 6838 7144 resolution: {integrity: sha512-321F3sWafnlw93uRTSjEBVuvWCxTkWNDs7ektQS15drrroL3TMeFOynu4rDrIz0jXD9Vas0HCD2Tq/P0uxFLdw==} 6839 7145 engines: {node: ^16.13 || >=18} 6840 7146 dependencies: 6841 - '@types/node': 20.14.2 7147 + '@types/node': 20.14.9 6842 7148 dev: true 6843 7149 6844 7150 /@wdio/types@8.32.2: 6845 7151 resolution: {integrity: sha512-jq8LcBBQpBP9ZF5kECKEpXv8hN7irCGCjLFAN0Bd5ScRR6qu6MGWvwkDkau2sFPr0b++sKDCEaMzQlwrGFjZXg==} 6846 7152 engines: {node: ^16.13 || >=18} 6847 7153 dependencies: 6848 - '@types/node': 20.14.2 7154 + '@types/node': 20.14.9 6849 7155 dev: true 6850 7156 6851 - /@wdio/types@8.38.2: 6852 - resolution: {integrity: sha512-+wj1c1OSLdnN4WO5b44Ih4263dTl/eSwMGSI4/pCgIyXIuYQH38JQ+6WRa+c8vJEskUzboq2cSgEQumVZ39ozQ==} 7157 + /@wdio/types@8.39.0: 7158 + resolution: {integrity: sha512-86lcYROTapOJuFd9ouomFDfzDnv3Kn+jE0RmqfvN9frZAeLVJ5IKjX9M6HjplsyTZhjGO1uCaehmzx+HJus33Q==} 6853 7159 engines: {node: ^16.13 || >=18} 6854 7160 dependencies: 6855 - '@types/node': 20.14.2 7161 + '@types/node': 20.14.9 6856 7162 dev: true 6857 7163 6858 7164 /@wdio/types@8.4.0: ··· 6871 7177 '@wdio/types': 8.32.2 6872 7178 decamelize: 6.0.0 6873 7179 deepmerge-ts: 5.1.0 6874 - edgedriver: 5.3.10 7180 + edgedriver: 5.6.0 6875 7181 geckodriver: 4.3.2 6876 7182 get-port: 7.0.0 6877 7183 import-meta-resolve: 4.0.0 ··· 6883 7189 - supports-color 6884 7190 dev: true 6885 7191 6886 - /@wdio/utils@8.38.2: 6887 - resolution: {integrity: sha512-y5AnBwsGcu/XuCBGCgKmlvKdwEIFyzLA+Cr+denySxY3jbWDONtPUcGaVdFALwsIa5jcIjcATqGmZcCPGnkd7g==} 7192 + /@wdio/utils@8.39.0: 7193 + resolution: {integrity: sha512-jY+n6jlGeK+9Tx8T659PKLwMQTGpLW5H78CSEWgZLbjbVSr2LfGR8Lx0CRktNXxAtqEVZPj16Pi74OtAhvhE6Q==} 6888 7194 engines: {node: ^16.13 || >=18} 6889 7195 dependencies: 6890 7196 '@puppeteer/browsers': 1.7.0 6891 7197 '@wdio/logger': 8.38.0 6892 - '@wdio/types': 8.38.2 7198 + '@wdio/types': 8.39.0 6893 7199 decamelize: 6.0.0 6894 7200 deepmerge-ts: 5.1.0 6895 7201 edgedriver: 5.6.0 ··· 6914 7220 p-iteration: 1.1.8 6915 7221 dev: true 6916 7222 6917 - /@yeger/debounce@2.0.8: 6918 - resolution: {integrity: sha512-wuT6PB0MFhZy6BePkMDcUV5PItyxPd6IvfT2nqA4Z1frSvxaaDkxPPTU0vJmctx986gvp75VlzlL9sQSDltBNg==} 7223 + /@yeger/debounce@2.0.9: 7224 + resolution: {integrity: sha512-yapSa71O56W0zotDlgv7z/equgK61Ozb8rSEWsNX7oN543oUMucWVWIlDp73/Jg7D08xAkw+E23OVLe1xIBS7A==} 6919 7225 dev: true 6920 7226 6921 7227 /@zip.js/zip.js@2.7.45: ··· 6959 7265 acorn: 8.11.3(patch_hash=no36qihqjrd3chyjw73dk5xfkm) 6960 7266 dev: true 6961 7267 7268 + /acorn-jsx@5.3.2(acorn@8.12.0): 7269 + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 7270 + peerDependencies: 7271 + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 7272 + dependencies: 7273 + acorn: 8.12.0 7274 + dev: true 7275 + 6962 7276 /acorn-walk@8.3.3: 6963 7277 resolution: {integrity: sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==} 6964 7278 engines: {node: '>=0.4.0'} ··· 6972 7286 hasBin: true 6973 7287 dev: true 6974 7288 patched: true 7289 + 7290 + /acorn@8.12.0: 7291 + resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==} 7292 + engines: {node: '>=0.4.0'} 7293 + hasBin: true 7294 + dev: true 6975 7295 6976 7296 /agent-base@6.0.2: 6977 7297 resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} ··· 7487 7807 resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} 7488 7808 engines: {node: '>=8'} 7489 7809 dependencies: 7490 - fill-range: 7.0.1 7810 + fill-range: 7.1.1 7491 7811 dev: true 7492 7812 7493 7813 /braces@3.0.3: ··· 7590 7910 ohash: 1.1.3 7591 7911 pathe: 1.1.2 7592 7912 perfect-debounce: 1.0.0 7593 - pkg-types: 1.1.0 7913 + pkg-types: 1.1.1 7594 7914 rc9: 2.1.1 7595 7915 dev: true 7596 7916 ··· 7743 8063 requiresBuild: true 7744 8064 dependencies: 7745 8065 anymatch: 3.1.3 7746 - braces: 3.0.2 8066 + braces: 3.0.3 7747 8067 glob-parent: 5.1.2 7748 8068 is-binary-path: 2.1.0 7749 8069 is-glob: 4.0.3 ··· 7767 8087 engines: {node: '>=12.13.0'} 7768 8088 hasBin: true 7769 8089 dependencies: 7770 - '@types/node': 20.14.2 8090 + '@types/node': 20.14.9 7771 8091 escape-string-regexp: 4.0.0 7772 8092 is-wsl: 2.2.0 7773 8093 lighthouse-logger: 1.4.2 ··· 8241 8561 d3-timer: 3.0.1 8242 8562 dev: true 8243 8563 8244 - /d3-graph-controller@3.0.9: 8245 - resolution: {integrity: sha512-qQgIF80zSsk2/X6NUy43mLqARJYKmuSPSpfHa/7ITq7Wcsy39V7YzHW3HoR0CDa3f/oozdia5o+jWaejz6JL+Q==} 8564 + /d3-graph-controller@3.0.10: 8565 + resolution: {integrity: sha512-dKE6b2Cgr/ZOUCg9h58cqjkAKGTlkuyCRAze1USQZf9P+BJzkqzWL2GWEw1YX2Whrga0r1HcOXr4LKcKxjHW9Q==} 8246 8566 dependencies: 8247 - '@yeger/debounce': 2.0.8 8567 + '@yeger/debounce': 2.0.9 8248 8568 d3-drag: 3.0.0 8249 8569 d3-force: 3.0.0 8250 8570 d3-selection: 3.0.0 8251 8571 d3-zoom: 3.0.0 8252 - vecti: 3.0.9 8572 + vecti: 3.0.10 8253 8573 dev: true 8254 8574 8255 8575 /d3-interpolate@3.0.1: ··· 8571 8891 resolution: {integrity: sha512-Rgh2Sk5fUSCtEx4QGH9iwTyECdFPySG2nlz5J8guGh2Wlha6uzSOCq/DCEC8faHlLaMPZJMuZ4ovgcX4LvOkKA==} 8572 8892 dev: true 8573 8893 8574 - /devtools@8.6.2(typescript@5.4.5): 8894 + /devtools@8.6.2(typescript@5.5.2): 8575 8895 resolution: {integrity: sha512-dqR5SUsqpJBkY+SpzSPyRwAdwn3PdoCFjgaRqO2jkF0IXgvBkKsXSepAN2QV4/nbcFXB6mokJZ0rlHSzVl7GkQ==} 8576 8896 engines: {node: ^16.13 || >=18} 8577 8897 dependencies: ··· 8584 8904 chrome-launcher: 0.15.2 8585 8905 edge-paths: 3.0.5 8586 8906 import-meta-resolve: 2.2.2 8587 - puppeteer-core: 19.7.4(typescript@5.4.5) 8907 + puppeteer-core: 19.7.4(typescript@5.5.2) 8588 8908 query-selector-shadow-dom: 1.0.1 8589 8909 ua-parser-js: 1.0.37 8590 8910 uuid: 9.0.1 ··· 8686 9006 dependencies: 8687 9007 '@types/which': 2.0.2 8688 9008 which: 2.0.2 8689 - dev: true 8690 - 8691 - /edgedriver@5.3.10: 8692 - resolution: {integrity: sha512-RFSHYMNtcF1PjaGZCA2rdQQ8hSTLPZgcYgeY1V6dC+tR4NhZXwFAku+8hCbRYh7ZlwKKrTbVu9FwknjFddIuuw==} 8693 - hasBin: true 8694 - requiresBuild: true 8695 - dependencies: 8696 - '@wdio/logger': 8.28.0 8697 - decamelize: 6.0.0 8698 - edge-paths: 3.0.5 8699 - node-fetch: 3.3.2 8700 - unzipper: 0.10.14 8701 - which: 4.0.0 8702 9009 dev: true 8703 9010 8704 9011 /edgedriver@5.6.0: ··· 8861 9168 resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} 8862 9169 dev: true 8863 9170 9171 + /es-module-lexer@1.5.4: 9172 + resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} 9173 + dev: true 9174 + 8864 9175 /es-set-tostringtag@2.0.1: 8865 9176 resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} 8866 9177 engines: {node: '>= 0.4'} ··· 8975 9286 '@esbuild/win32-x64': 0.21.5 8976 9287 dev: true 8977 9288 9289 + /esbuild@0.22.0: 9290 + resolution: {integrity: sha512-zNYA6bFZsVnsU481FnGAQjLDW0Pl/8BGG7EvAp15RzUvGC+ME7hf1q7LvIfStEQBz/iEHuBJCYcOwPmNCf1Tlw==} 9291 + engines: {node: '>=18'} 9292 + hasBin: true 9293 + requiresBuild: true 9294 + optionalDependencies: 9295 + '@esbuild/aix-ppc64': 0.22.0 9296 + '@esbuild/android-arm': 0.22.0 9297 + '@esbuild/android-arm64': 0.22.0 9298 + '@esbuild/android-x64': 0.22.0 9299 + '@esbuild/darwin-arm64': 0.22.0 9300 + '@esbuild/darwin-x64': 0.22.0 9301 + '@esbuild/freebsd-arm64': 0.22.0 9302 + '@esbuild/freebsd-x64': 0.22.0 9303 + '@esbuild/linux-arm': 0.22.0 9304 + '@esbuild/linux-arm64': 0.22.0 9305 + '@esbuild/linux-ia32': 0.22.0 9306 + '@esbuild/linux-loong64': 0.22.0 9307 + '@esbuild/linux-mips64el': 0.22.0 9308 + '@esbuild/linux-ppc64': 0.22.0 9309 + '@esbuild/linux-riscv64': 0.22.0 9310 + '@esbuild/linux-s390x': 0.22.0 9311 + '@esbuild/linux-x64': 0.22.0 9312 + '@esbuild/netbsd-x64': 0.22.0 9313 + '@esbuild/openbsd-arm64': 0.22.0 9314 + '@esbuild/openbsd-x64': 0.22.0 9315 + '@esbuild/sunos-x64': 0.22.0 9316 + '@esbuild/win32-arm64': 0.22.0 9317 + '@esbuild/win32-ia32': 0.22.0 9318 + '@esbuild/win32-x64': 0.22.0 9319 + dev: true 9320 + 8978 9321 /escalade@3.1.2: 8979 9322 resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} 8980 9323 engines: {node: '>=6'} ··· 9014 9357 source-map: 0.6.1 9015 9358 dev: true 9016 9359 9017 - /eslint-compat-utils@0.1.2(eslint@9.5.0): 9360 + /eslint-compat-utils@0.1.2(eslint@9.6.0): 9018 9361 resolution: {integrity: sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==} 9019 9362 engines: {node: '>=12'} 9020 9363 peerDependencies: 9021 9364 eslint: '>=6.0.0' 9022 9365 dependencies: 9023 - eslint: 9.5.0 9366 + eslint: 9.6.0 9024 9367 dev: true 9025 9368 9026 - /eslint-compat-utils@0.5.0(eslint@9.5.0): 9369 + /eslint-compat-utils@0.5.0(eslint@9.6.0): 9027 9370 resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} 9028 9371 engines: {node: '>=12'} 9029 9372 peerDependencies: 9030 9373 eslint: '>=6.0.0' 9031 9374 dependencies: 9032 - eslint: 9.5.0 9375 + eslint: 9.6.0 9033 9376 semver: 7.6.2 9034 9377 dev: true 9035 9378 ··· 9057 9400 - supports-color 9058 9401 dev: true 9059 9402 9060 - /eslint-merge-processors@0.1.0(eslint@9.5.0): 9403 + /eslint-merge-processors@0.1.0(eslint@9.6.0): 9061 9404 resolution: {integrity: sha512-IvRXXtEajLeyssvW4wJcZ2etxkR9mUf4zpNwgI+m/Uac9RfXHskuJefkHUcawVzePnd6xp24enp5jfgdHzjRdQ==} 9062 9405 peerDependencies: 9063 9406 eslint: '*' 9064 9407 dependencies: 9065 - eslint: 9.5.0 9408 + eslint: 9.6.0 9066 9409 dev: true 9067 9410 9068 - /eslint-plugin-antfu@2.3.3(eslint@9.5.0): 9411 + /eslint-plugin-antfu@2.3.3(eslint@9.6.0): 9069 9412 resolution: {integrity: sha512-TAgYNuc20QyKw8NXtpzR3LeMTTv1qAJVKkjCVzjRSGiSR1EetEY7LRgQVhcgP/C1FnI87isQERAIkKvkYyLq0Q==} 9070 9413 peerDependencies: 9071 9414 eslint: '*' 9072 9415 dependencies: 9073 9416 '@antfu/utils': 0.7.8 9074 - eslint: 9.5.0 9417 + eslint: 9.6.0 9075 9418 dev: true 9076 9419 9077 - /eslint-plugin-command@0.2.3(eslint@9.5.0): 9420 + /eslint-plugin-command@0.2.3(eslint@9.6.0): 9078 9421 resolution: {integrity: sha512-1bBYNfjZg60N2ZpLV5ATYSYyueIJ+zl5yKrTs0UFDdnyu07dNSZ7Xplnc+Wb6SXTdc1sIaoIrnuyhvztcltX6A==} 9079 9422 peerDependencies: 9080 9423 eslint: '*' 9081 9424 dependencies: 9082 9425 '@es-joy/jsdoccomment': 0.43.1 9083 - eslint: 9.5.0 9426 + eslint: 9.6.0 9084 9427 dev: true 9085 9428 9086 - /eslint-plugin-es-x@7.5.0(eslint@9.5.0): 9429 + /eslint-plugin-es-x@7.5.0(eslint@9.6.0): 9087 9430 resolution: {integrity: sha512-ODswlDSO0HJDzXU0XvgZ3lF3lS3XAZEossh15Q2UHjwrJggWeBoKqqEsLTZLXl+dh5eOAozG0zRcYtuE35oTuQ==} 9088 9431 engines: {node: ^14.18.0 || >=16.0.0} 9089 9432 peerDependencies: 9090 9433 eslint: '>=8' 9091 9434 dependencies: 9092 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 9435 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 9093 9436 '@eslint-community/regexpp': 4.10.0 9094 - eslint: 9.5.0 9095 - eslint-compat-utils: 0.1.2(eslint@9.5.0) 9437 + eslint: 9.6.0 9438 + eslint-compat-utils: 0.1.2(eslint@9.6.0) 9096 9439 dev: true 9097 9440 9098 - /eslint-plugin-eslint-comments@3.2.0(eslint@9.5.0): 9441 + /eslint-plugin-eslint-comments@3.2.0(eslint@9.6.0): 9099 9442 resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} 9100 9443 engines: {node: '>=6.5.0'} 9101 9444 peerDependencies: 9102 9445 eslint: '>=4.19.1' 9103 9446 dependencies: 9104 9447 escape-string-regexp: 1.0.5 9105 - eslint: 9.5.0 9448 + eslint: 9.6.0 9106 9449 ignore: 5.3.1 9107 9450 dev: true 9108 9451 9109 - /eslint-plugin-import-x@0.5.1(eslint@9.5.0)(typescript@5.4.5): 9110 - resolution: {integrity: sha512-2JK8bbFOLes+gG6tgdnM8safCxMAj4u2wjX8X1BRFPfnY7Ct2hFYESoIcVwABX/DDcdpQFLGtKmzbNEWJZD9iQ==} 9452 + /eslint-plugin-import-x@0.5.2(eslint@9.6.0)(typescript@5.5.2): 9453 + resolution: {integrity: sha512-6f1YMmg3PdLwfiJDYnCRPfh67zJKbwbOKL99l6xGZDmIFkMht/4xyudafGEcDOmDlgp36e41W4RXDfOn7+pGRg==} 9111 9454 engines: {node: '>=16'} 9112 9455 peerDependencies: 9113 9456 eslint: ^8.56.0 || ^9.0.0-0 9114 9457 dependencies: 9115 - '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 9458 + '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.2) 9116 9459 debug: 4.3.5 9117 9460 doctrine: 3.0.0 9118 - eslint: 9.5.0 9461 + eslint: 9.6.0 9119 9462 eslint-import-resolver-node: 0.3.9 9120 9463 get-tsconfig: 4.7.5 9121 9464 is-glob: 4.0.3 ··· 9127 9470 - typescript 9128 9471 dev: true 9129 9472 9130 - /eslint-plugin-jsdoc@48.2.9(eslint@9.5.0): 9131 - resolution: {integrity: sha512-ErpKyr2mEUEkcdZ4nwW/cvDjClvAcvJMEXkGGll0wf8sro8h6qeQ3qlZyp1vM1dRk8Ap6rMdke8FnP94QBIaVQ==} 9473 + /eslint-plugin-jsdoc@48.5.0(eslint@9.6.0): 9474 + resolution: {integrity: sha512-ukXPNpGby3KjCveCizIS8t1EbuJEHYEu/tBg8GCbn/YbHcXwphyvYCdvRZ/oMRfTscGSSzfsWoZ+ZkAP0/6YMQ==} 9132 9475 engines: {node: '>=18'} 9133 9476 peerDependencies: 9134 9477 eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 ··· 9138 9481 comment-parser: 1.4.1 9139 9482 debug: 4.3.5 9140 9483 escape-string-regexp: 4.0.0 9141 - eslint: 9.5.0 9484 + eslint: 9.6.0 9142 9485 esquery: 1.5.0 9486 + parse-imports: 2.1.0 9143 9487 semver: 7.6.2 9144 9488 spdx-expression-parse: 4.0.0 9489 + synckit: 0.9.0 9145 9490 transitivePeerDependencies: 9146 9491 - supports-color 9147 9492 dev: true 9148 9493 9149 - /eslint-plugin-jsonc@2.16.0(eslint@9.5.0): 9494 + /eslint-plugin-jsonc@2.16.0(eslint@9.6.0): 9150 9495 resolution: {integrity: sha512-Af/ZL5mgfb8FFNleH6KlO4/VdmDuTqmM+SPnWcdoWywTetv7kq+vQe99UyQb9XO3b0OWLVuTH7H0d/PXYCMdSg==} 9151 9496 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 9152 9497 peerDependencies: 9153 9498 eslint: '>=6.0.0' 9154 9499 dependencies: 9155 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 9156 - eslint: 9.5.0 9157 - eslint-compat-utils: 0.5.0(eslint@9.5.0) 9500 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 9501 + eslint: 9.6.0 9502 + eslint-compat-utils: 0.5.0(eslint@9.6.0) 9158 9503 espree: 9.6.1 9159 9504 graphemer: 1.4.0 9160 9505 jsonc-eslint-parser: 2.4.0 ··· 9162 9507 synckit: 0.6.2 9163 9508 dev: true 9164 9509 9165 - /eslint-plugin-markdown@5.0.0(eslint@9.5.0): 9510 + /eslint-plugin-markdown@5.0.0(eslint@9.6.0): 9166 9511 resolution: {integrity: sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw==} 9167 9512 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 9168 9513 peerDependencies: 9169 9514 eslint: '>=8' 9170 9515 dependencies: 9171 - eslint: 9.5.0 9516 + eslint: 9.6.0 9172 9517 mdast-util-from-markdown: 0.8.5 9173 9518 transitivePeerDependencies: 9174 9519 - supports-color 9175 9520 dev: true 9176 9521 9177 - /eslint-plugin-n@17.8.1(eslint@9.5.0): 9178 - resolution: {integrity: sha512-KdG0h0voZms8UhndNu8DeWx1eM4sY+A4iXtsNo6kOfJLYHNeTGPacGalJ9GcvrbmOL3r/7QOMwVZDSw+1SqsrA==} 9522 + /eslint-plugin-n@17.9.0(eslint@9.6.0): 9523 + resolution: {integrity: sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==} 9179 9524 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 9180 9525 peerDependencies: 9181 9526 eslint: '>=8.23.0' 9182 9527 dependencies: 9183 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 9528 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 9184 9529 enhanced-resolve: 5.17.0 9185 - eslint: 9.5.0 9186 - eslint-plugin-es-x: 7.5.0(eslint@9.5.0) 9530 + eslint: 9.6.0 9531 + eslint-plugin-es-x: 7.5.0(eslint@9.6.0) 9187 9532 get-tsconfig: 4.7.5 9188 - globals: 15.4.0 9533 + globals: 15.7.0 9189 9534 ignore: 5.3.1 9190 9535 minimatch: 9.0.4 9191 9536 semver: 7.6.2 ··· 9196 9541 engines: {node: '>=5.0.0'} 9197 9542 dev: true 9198 9543 9199 - /eslint-plugin-perfectionist@2.10.0(eslint@9.5.0)(typescript@5.4.5)(vue-eslint-parser@9.4.3): 9200 - resolution: {integrity: sha512-P+tdrkHeMWBc55+DZsoDOAftV1WCsEoHaKm6JC7zajFus/syfT4vUPBFb3atGFSuyaVnGQGHlcKpP9X3Q0gH/w==} 9544 + /eslint-plugin-perfectionist@2.11.0(eslint@9.6.0)(typescript@5.5.2)(vue-eslint-parser@9.4.3): 9545 + resolution: {integrity: sha512-XrtBtiu5rbQv88gl+1e2RQud9te9luYNvKIgM9emttQ2zutHPzY/AQUucwxscDKV4qlTkvLTxjOFvxqeDpPorw==} 9201 9546 peerDependencies: 9202 - astro-eslint-parser: ^0.16.0 9547 + astro-eslint-parser: ^1.0.2 9203 9548 eslint: '>=8.0.0' 9204 9549 svelte: '>=3.0.0' 9205 - svelte-eslint-parser: ^0.33.0 9550 + svelte-eslint-parser: ^0.37.0 9206 9551 vue-eslint-parser: '>=9.0.0' 9207 9552 peerDependenciesMeta: 9208 9553 astro-eslint-parser: ··· 9214 9559 vue-eslint-parser: 9215 9560 optional: true 9216 9561 dependencies: 9217 - '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 9218 - eslint: 9.5.0 9562 + '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.2) 9563 + eslint: 9.6.0 9219 9564 minimatch: 9.0.4 9220 9565 natural-compare-lite: 1.4.0 9221 - vue-eslint-parser: 9.4.3(eslint@9.5.0) 9566 + vue-eslint-parser: 9.4.3(eslint@9.6.0) 9222 9567 transitivePeerDependencies: 9223 9568 - supports-color 9224 9569 - typescript 9225 9570 dev: true 9226 9571 9227 - /eslint-plugin-regexp@2.6.0(eslint@9.5.0): 9572 + /eslint-plugin-regexp@2.6.0(eslint@9.6.0): 9228 9573 resolution: {integrity: sha512-FCL851+kislsTEQEMioAlpDuK5+E5vs0hi1bF8cFlPlHcEjeRhuAzEsGikXRreE+0j4WhW2uO54MqTjXtYOi3A==} 9229 9574 engines: {node: ^18 || >=20} 9230 9575 peerDependencies: 9231 9576 eslint: '>=8.44.0' 9232 9577 dependencies: 9233 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 9578 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 9234 9579 '@eslint-community/regexpp': 4.10.0 9235 9580 comment-parser: 1.4.1 9236 - eslint: 9.5.0 9581 + eslint: 9.6.0 9237 9582 jsdoc-type-pratt-parser: 4.0.0 9238 9583 refa: 0.12.1 9239 9584 regexp-ast-analysis: 0.7.1 9240 9585 scslre: 0.3.0 9241 9586 dev: true 9242 9587 9243 - /eslint-plugin-toml@0.11.0(eslint@9.5.0): 9244 - resolution: {integrity: sha512-sau+YvPU4fWTjB+qtBt3n8WS87aoDCs+BVbSUAemGaIsRNbvR9uEk+Tt892iLHTGvp/DPWYoCX4/8DoyAbB+sQ==} 9588 + /eslint-plugin-toml@0.11.1(eslint@9.6.0): 9589 + resolution: {integrity: sha512-Y1WuMSzfZpeMIrmlP1nUh3kT8p96mThIq4NnHrYUhg10IKQgGfBZjAWnrg9fBqguiX4iFps/x/3Hb5TxBisfdw==} 9245 9590 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 9246 9591 peerDependencies: 9247 9592 eslint: '>=6.0.0' 9248 9593 dependencies: 9249 9594 debug: 4.3.5 9250 - eslint: 9.5.0 9251 - eslint-compat-utils: 0.5.0(eslint@9.5.0) 9595 + eslint: 9.6.0 9596 + eslint-compat-utils: 0.5.0(eslint@9.6.0) 9252 9597 lodash: 4.17.21 9253 - toml-eslint-parser: 0.9.3 9598 + toml-eslint-parser: 0.10.0 9254 9599 transitivePeerDependencies: 9255 9600 - supports-color 9256 9601 dev: true 9257 9602 9258 - /eslint-plugin-unicorn@53.0.0(eslint@9.5.0): 9259 - resolution: {integrity: sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==} 9603 + /eslint-plugin-unicorn@54.0.0(eslint@9.6.0): 9604 + resolution: {integrity: sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==} 9260 9605 engines: {node: '>=18.18'} 9261 9606 peerDependencies: 9262 9607 eslint: '>=8.56.0' 9263 9608 dependencies: 9264 9609 '@babel/helper-validator-identifier': 7.24.7 9265 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 9610 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 9266 9611 '@eslint/eslintrc': 3.1.0 9267 9612 ci-info: 4.0.0 9268 9613 clean-regexp: 1.0.0 9269 9614 core-js-compat: 3.37.1 9270 - eslint: 9.5.0 9615 + eslint: 9.6.0 9271 9616 esquery: 1.5.0 9272 9617 indent-string: 4.0.0 9273 9618 is-builtin-module: 3.2.1 ··· 9282 9627 - supports-color 9283 9628 dev: true 9284 9629 9285 - /eslint-plugin-unused-imports@3.2.0(@typescript-eslint/eslint-plugin@7.13.0)(eslint@9.5.0): 9630 + /eslint-plugin-unused-imports@3.2.0(@typescript-eslint/eslint-plugin@7.14.1)(eslint@9.6.0): 9286 9631 resolution: {integrity: sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==} 9287 9632 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 9288 9633 peerDependencies: ··· 9292 9637 '@typescript-eslint/eslint-plugin': 9293 9638 optional: true 9294 9639 dependencies: 9295 - '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0)(eslint@9.5.0)(typescript@5.4.5) 9296 - eslint: 9.5.0 9640 + '@typescript-eslint/eslint-plugin': 7.14.1(@typescript-eslint/parser@7.14.1)(eslint@9.6.0)(typescript@5.5.2) 9641 + eslint: 9.6.0 9297 9642 eslint-rule-composer: 0.3.0 9298 9643 dev: true 9299 9644 9300 - /eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@7.13.0)(eslint@9.5.0)(typescript@5.4.5)(vitest@packages+vitest): 9645 + /eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@7.14.1)(eslint@9.6.0)(typescript@5.5.2)(vitest@packages+vitest): 9301 9646 resolution: {integrity: sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ==} 9302 9647 engines: {node: ^18.0.0 || >= 20.0.0} 9303 9648 peerDependencies: ··· 9310 9655 vitest: 9311 9656 optional: true 9312 9657 dependencies: 9313 - '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0)(eslint@9.5.0)(typescript@5.4.5) 9314 - '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5) 9315 - eslint: 9.5.0 9658 + '@typescript-eslint/eslint-plugin': 7.14.1(@typescript-eslint/parser@7.14.1)(eslint@9.6.0)(typescript@5.5.2) 9659 + '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.2) 9660 + eslint: 9.6.0 9316 9661 vitest: link:packages/vitest 9317 9662 transitivePeerDependencies: 9318 9663 - supports-color 9319 9664 - typescript 9320 9665 dev: true 9321 9666 9322 - /eslint-plugin-vue@9.26.0(eslint@9.5.0): 9667 + /eslint-plugin-vue@9.26.0(eslint@9.6.0): 9323 9668 resolution: {integrity: sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==} 9324 9669 engines: {node: ^14.17.0 || >=16.0.0} 9325 9670 peerDependencies: 9326 9671 eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 9327 9672 dependencies: 9328 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 9329 - eslint: 9.5.0 9673 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 9674 + eslint: 9.6.0 9330 9675 globals: 13.24.0 9331 9676 natural-compare: 1.4.0 9332 9677 nth-check: 2.1.1 9333 9678 postcss-selector-parser: 6.0.16 9334 9679 semver: 7.6.2 9335 - vue-eslint-parser: 9.4.3(eslint@9.5.0) 9680 + vue-eslint-parser: 9.4.3(eslint@9.6.0) 9336 9681 xml-name-validator: 4.0.0 9337 9682 transitivePeerDependencies: 9338 9683 - supports-color 9339 9684 dev: true 9340 9685 9341 - /eslint-plugin-yml@1.14.0(eslint@9.5.0): 9686 + /eslint-plugin-yml@1.14.0(eslint@9.6.0): 9342 9687 resolution: {integrity: sha512-ESUpgYPOcAYQO9czugcX5OqRvn/ydDVwGCPXY4YjPqc09rHaUVUA6IE6HLQys4rXk/S+qx3EwTd1wHCwam/OWQ==} 9343 9688 engines: {node: ^14.17.0 || >=16.0.0} 9344 9689 peerDependencies: 9345 9690 eslint: '>=6.0.0' 9346 9691 dependencies: 9347 9692 debug: 4.3.5 9348 - eslint: 9.5.0 9349 - eslint-compat-utils: 0.5.0(eslint@9.5.0) 9693 + eslint: 9.6.0 9694 + eslint-compat-utils: 0.5.0(eslint@9.6.0) 9350 9695 lodash: 4.17.21 9351 9696 natural-compare: 1.4.0 9352 9697 yaml-eslint-parser: 1.2.3 ··· 9354 9699 - supports-color 9355 9700 dev: true 9356 9701 9357 - /eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.29)(eslint@9.5.0): 9702 + /eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.29)(eslint@9.6.0): 9358 9703 resolution: {integrity: sha512-PfpJ4uKHnqeL/fXUnzYkOax3aIenlwewXRX8jFinA1a2yCFnLgMuiH3xvCgvHHUlV2xJWQHbCTdiJWGwb3NqpQ==} 9359 9704 peerDependencies: 9360 9705 '@vue/compiler-sfc': ^3.3.0 9361 9706 eslint: ^8.50.0 || ^9.0.0 9362 9707 dependencies: 9363 9708 '@vue/compiler-sfc': 3.4.29 9364 - eslint: 9.5.0 9709 + eslint: 9.6.0 9365 9710 dev: true 9366 9711 9367 9712 /eslint-rule-composer@0.3.0: ··· 9395 9740 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 9396 9741 dev: true 9397 9742 9398 - /eslint@9.5.0: 9399 - resolution: {integrity: sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==} 9743 + /eslint@9.6.0: 9744 + resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==} 9400 9745 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 9401 9746 hasBin: true 9402 9747 dependencies: 9403 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0) 9748 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 9404 9749 '@eslint-community/regexpp': 4.10.0 9405 - '@eslint/config-array': 0.16.0 9750 + '@eslint/config-array': 0.17.0 9406 9751 '@eslint/eslintrc': 3.1.0 9407 - '@eslint/js': 9.5.0 9752 + '@eslint/js': 9.6.0 9408 9753 '@humanwhocodes/module-importer': 1.0.1 9409 9754 '@humanwhocodes/retry': 0.3.0 9410 9755 '@nodelib/fs.walk': 1.2.8 ··· 9415 9760 escape-string-regexp: 4.0.0 9416 9761 eslint-scope: 8.0.1 9417 9762 eslint-visitor-keys: 4.0.0 9418 - espree: 10.0.1 9763 + espree: 10.1.0 9419 9764 esquery: 1.5.0 9420 9765 esutils: 2.0.3 9421 9766 fast-deep-equal: 3.1.3 ··· 9448 9793 dependencies: 9449 9794 acorn: 8.11.3(patch_hash=no36qihqjrd3chyjw73dk5xfkm) 9450 9795 acorn-jsx: 5.3.2(acorn@8.11.3) 9796 + eslint-visitor-keys: 4.0.0 9797 + dev: true 9798 + 9799 + /espree@10.1.0: 9800 + resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} 9801 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 9802 + dependencies: 9803 + acorn: 8.12.0 9804 + acorn-jsx: 5.3.2(acorn@8.12.0) 9451 9805 eslint-visitor-keys: 4.0.0 9452 9806 dev: true 9453 9807 ··· 9769 10123 - supports-color 9770 10124 dev: true 9771 10125 9772 - /fastq@1.13.0: 9773 - resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} 9774 - dependencies: 9775 - reusify: 1.0.4 9776 - 9777 10126 /fastq@1.17.1: 9778 10127 resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} 9779 10128 dependencies: 9780 10129 reusify: 1.0.4 9781 - dev: true 9782 10130 9783 10131 /fd-slicer@1.1.0: 9784 10132 resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} 9785 10133 dependencies: 9786 10134 pend: 1.2.0 10135 + dev: true 10136 + 10137 + /fdir@6.1.1: 10138 + resolution: {integrity: sha512-QfKBVg453Dyn3mr0Q0O+Tkr1r79lOTAKSi9f/Ot4+qVEwxWhav2Z+SudrG9vQjM2aYRMQQZ2/Q1zdA8ACM1pDg==} 10139 + peerDependencies: 10140 + picomatch: 3.x 10141 + peerDependenciesMeta: 10142 + picomatch: 10143 + optional: true 9787 10144 dev: true 9788 10145 9789 10146 /fetch-blob@3.2.0: ··· 9817 10174 resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} 9818 10175 dependencies: 9819 10176 minimatch: 5.1.6 9820 - dev: true 9821 - 9822 - /fill-range@7.0.1: 9823 - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} 9824 - engines: {node: '>=8'} 9825 - dependencies: 9826 - to-regex-range: 5.0.1 9827 10177 dev: true 9828 10178 9829 10179 /fill-range@7.1.1: ··· 9909 10259 /flatted@3.3.1: 9910 10260 resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} 9911 10261 9912 - /floating-vue@5.2.2(vue@3.4.29): 10262 + /floating-vue@5.2.2(vue@3.4.31): 9913 10263 resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==} 9914 10264 peerDependencies: 9915 10265 '@nuxt/kit': ^3.2.0 ··· 9919 10269 optional: true 9920 10270 dependencies: 9921 10271 '@floating-ui/dom': 1.1.1 9922 - vue: 3.4.29(typescript@5.4.5) 9923 - vue-resize: 2.0.0-alpha.1(vue@3.4.29) 10272 + vue: 3.4.31(typescript@5.5.2) 10273 + vue-resize: 2.0.0-alpha.1(vue@3.4.31) 9924 10274 dev: true 9925 10275 9926 10276 /focus-trap@7.5.4: ··· 10104 10454 dependencies: 10105 10455 '@wdio/logger': 8.38.0 10106 10456 decamelize: 6.0.0 10107 - http-proxy-agent: 7.0.0 10108 - https-proxy-agent: 7.0.2 10457 + http-proxy-agent: 7.0.2 10458 + https-proxy-agent: 7.0.4 10109 10459 node-fetch: 3.3.2 10110 10460 tar-fs: 3.0.4 10111 10461 unzipper: 0.10.14 ··· 10303 10653 engines: {node: '>=18'} 10304 10654 dev: true 10305 10655 10306 - /globals@15.4.0: 10307 - resolution: {integrity: sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==} 10656 + /globals@15.7.0: 10657 + resolution: {integrity: sha512-ivatRXWwKC6ImcdKO7dOwXuXR5XFrdwo45qFwD7D0qOkEPzzJdLXC3BHceBdyrPOD3p1suPaWi4Y4NMm2D++AQ==} 10308 10658 engines: {node: '>=18'} 10309 10659 dev: true 10310 10660 ··· 10452 10802 resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} 10453 10803 dev: true 10454 10804 10455 - /happy-dom@14.12.0: 10456 - resolution: {integrity: sha512-dHcnlGFY2o2CdxfuYpqwSrBrpj/Kuzv4u4f3TU5yHW1GL24dKij4pv1BRjXnXc3uWo8qsCbToF9weaDsm/He8A==} 10805 + /happy-dom@14.12.3: 10806 + resolution: {integrity: sha512-vsYlEs3E9gLwA1Hp+w3qzu+RUDFf4VTT8cyKqVICoZ2k7WM++Qyd2LwzyTi5bqMJFiIC/vNpTDYuxdreENRK/g==} 10457 10807 engines: {node: '>=16.0.0'} 10458 10808 dependencies: 10459 10809 entities: 4.5.0 ··· 11142 11492 make-dir: 4.0.0 11143 11493 supports-color: 7.2.0 11144 11494 11145 - /istanbul-lib-source-maps@5.0.4: 11146 - resolution: {integrity: sha512-wHOoEsNJTVltaJp8eVkm8w+GVkVNHT2YDYo53YdzQEL2gWm1hBX5cGFR9hQJtuGLebidVX7et3+dmDZrmclduw==} 11495 + /istanbul-lib-source-maps@5.0.5: 11496 + resolution: {integrity: sha512-gKf4eJ8bHmSX/ljiOCpnd8vtmHTwG71uugm0kXYd5aqFCl6z8cj8k7QduXSwU6QOst6LCdSXTlaoc8W4554crQ==} 11147 11497 engines: {node: '>=10'} 11148 11498 dependencies: 11149 - '@jridgewell/trace-mapping': 0.3.23 11499 + '@jridgewell/trace-mapping': 0.3.25 11150 11500 debug: 4.3.5 11151 11501 istanbul-lib-coverage: 3.2.2 11152 11502 transitivePeerDependencies: ··· 11234 11584 engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 11235 11585 dependencies: 11236 11586 '@jest/types': 29.0.1 11237 - '@types/node': 20.14.2 11587 + '@types/node': 20.14.9 11238 11588 chalk: 4.1.2 11239 11589 ci-info: 3.9.0 11240 11590 graceful-fs: 4.2.11 ··· 11779 12129 /lowercase-keys@3.0.0: 11780 12130 resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} 11781 12131 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 11782 - dev: true 11783 - 11784 - /lru-cache@10.0.1: 11785 - resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==} 11786 - engines: {node: 14 || >=16.14} 11787 12132 dev: true 11788 12133 11789 12134 /lru-cache@10.2.2: ··· 12365 12710 dependencies: 12366 12711 brace-expansion: 2.0.1 12367 12712 12713 + /minimatch@9.0.5: 12714 + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} 12715 + engines: {node: '>=16 || 14 >=14.17'} 12716 + dependencies: 12717 + brace-expansion: 2.0.1 12718 + dev: true 12719 + 12368 12720 /minimist@1.2.8: 12369 12721 resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} 12370 12722 dev: true ··· 12436 12788 hasBin: true 12437 12789 dev: true 12438 12790 12439 - /mkdirp@3.0.1: 12440 - resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} 12441 - engines: {node: '>=10'} 12442 - hasBin: true 12443 - dev: true 12444 - 12445 12791 /mlly@1.7.1: 12446 12792 resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==} 12447 12793 dependencies: ··· 12480 12826 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} 12481 12827 dev: true 12482 12828 12483 - /msw@2.3.1(typescript@5.4.5): 12829 + /msw@2.3.1(typescript@5.5.2): 12484 12830 resolution: {integrity: sha512-ocgvBCLn/5l3jpl1lssIb3cniuACJLoOfZu01e3n5dbJrpA5PeeWn28jCLgQDNt6d7QT8tF2fYRzm9JoEHtiig==} 12485 12831 engines: {node: '>=18'} 12486 12832 hasBin: true ··· 12507 12853 path-to-regexp: 6.2.2 12508 12854 strict-event-emitter: 0.5.1 12509 12855 type-fest: 4.20.0 12510 - typescript: 5.4.5 12856 + typescript: 5.5.2 12511 12857 yargs: 17.7.2 12512 12858 dev: false 12513 12859 ··· 12892 13238 agent-base: 7.1.0 12893 13239 debug: 4.3.5 12894 13240 get-uri: 6.0.1 12895 - http-proxy-agent: 7.0.0 12896 - https-proxy-agent: 7.0.2 13241 + http-proxy-agent: 7.0.2 13242 + https-proxy-agent: 7.0.4 12897 13243 pac-resolver: 7.0.0 12898 13244 socks-proxy-agent: 8.0.2 12899 13245 transitivePeerDependencies: ··· 12944 13290 /parse-gitignore@2.0.0: 12945 13291 resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==} 12946 13292 engines: {node: '>=14'} 13293 + dev: true 13294 + 13295 + /parse-imports@2.1.0: 13296 + resolution: {integrity: sha512-JQWgmK2o4w8leUkZeZPatWdAny6vXGU/3siIUvMF6J2rDCud9aTt8h/px9oZJ6U3EcfhngBJ635uPFI0q0VAeA==} 13297 + engines: {node: '>= 18'} 13298 + dependencies: 13299 + es-module-lexer: 1.5.4 13300 + slashes: 3.0.12 12947 13301 dev: true 12948 13302 12949 13303 /parse-json@5.2.0: ··· 13002 13356 resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} 13003 13357 engines: {node: '>=16 || 14 >=14.17'} 13004 13358 dependencies: 13005 - lru-cache: 10.0.1 13359 + lru-cache: 10.2.2 13006 13360 minipass: 7.1.2 13007 13361 dev: true 13008 13362 ··· 13108 13462 pathe: 1.1.2 13109 13463 dev: true 13110 13464 13111 - /pkg-types@1.1.0: 13112 - resolution: {integrity: sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==} 13113 - dependencies: 13114 - confbox: 0.1.7 13115 - mlly: 1.7.1 13116 - pathe: 1.1.2 13117 - dev: true 13118 - 13119 13465 /pkg-types@1.1.1: 13120 13466 resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==} 13121 13467 dependencies: ··· 13130 13476 hasBin: true 13131 13477 dev: true 13132 13478 13133 - /playwright-core@1.44.1: 13134 - resolution: {integrity: sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==} 13135 - engines: {node: '>=16'} 13479 + /playwright-core@1.45.0: 13480 + resolution: {integrity: sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==} 13481 + engines: {node: '>=18'} 13136 13482 hasBin: true 13137 13483 dev: true 13138 13484 ··· 13146 13492 fsevents: 2.3.2 13147 13493 dev: true 13148 13494 13149 - /playwright@1.44.1: 13150 - resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==} 13151 - engines: {node: '>=16'} 13495 + /playwright@1.45.0: 13496 + resolution: {integrity: sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==} 13497 + engines: {node: '>=18'} 13152 13498 hasBin: true 13153 13499 dependencies: 13154 - playwright-core: 1.44.1 13500 + playwright-core: 1.45.0 13155 13501 optionalDependencies: 13156 13502 fsevents: 2.3.2 13157 13503 dev: true ··· 13269 13615 dependencies: 13270 13616 agent-base: 7.1.0 13271 13617 debug: 4.3.5 13272 - http-proxy-agent: 7.0.0 13273 - https-proxy-agent: 7.0.2 13618 + http-proxy-agent: 7.0.2 13619 + https-proxy-agent: 7.0.4 13274 13620 lru-cache: 7.18.3 13275 13621 pac-proxy-agent: 7.0.1 13276 13622 proxy-from-env: 1.1.0 ··· 13311 13657 engines: {node: '>=6'} 13312 13658 dev: true 13313 13659 13314 - /puppeteer-core@19.7.4(typescript@5.4.5): 13660 + /puppeteer-core@19.7.4(typescript@5.5.2): 13315 13661 resolution: {integrity: sha512-E8nVhqGF0ZM7s9pb5849gzKFG7282WYZaeGXo/eYDkpUpcPUgmkj7QrAoa8SpFXXyqHHilHJZPbfVBb4foDazQ==} 13316 13662 engines: {node: '>=14.14.0'} 13317 13663 peerDependencies: ··· 13329 13675 proxy-from-env: 1.1.0 13330 13676 rimraf: 4.4.0 13331 13677 tar-fs: 2.1.1 13332 - typescript: 5.4.5 13678 + typescript: 5.5.2 13333 13679 unbzip2-stream: 1.4.3 13334 13680 ws: 8.12.1 13335 13681 transitivePeerDependencies: ··· 13339 13685 - utf-8-validate 13340 13686 dev: true 13341 13687 13342 - /puppeteer-core@20.9.0(typescript@5.4.5): 13688 + /puppeteer-core@20.9.0(typescript@5.5.2): 13343 13689 resolution: {integrity: sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==} 13344 13690 engines: {node: '>=16.3.0'} 13345 13691 peerDependencies: ··· 13348 13694 typescript: 13349 13695 optional: true 13350 13696 dependencies: 13351 - '@puppeteer/browsers': 1.4.6(typescript@5.4.5) 13697 + '@puppeteer/browsers': 1.4.6(typescript@5.5.2) 13352 13698 chromium-bidi: 0.4.16(devtools-protocol@0.0.1147663) 13353 13699 cross-fetch: 4.0.0 13354 13700 debug: 4.3.4 13355 13701 devtools-protocol: 0.0.1147663 13356 - typescript: 5.4.5 13702 + typescript: 5.5.2 13357 13703 ws: 8.13.0 13358 13704 transitivePeerDependencies: 13359 13705 - bufferutil ··· 13778 14124 is-plain-object: 3.0.1 13779 14125 dev: true 13780 14126 13781 - /rollup-plugin-dts@6.1.1(rollup@4.18.0)(typescript@5.4.5): 14127 + /rollup-plugin-dts@6.1.1(rollup@4.18.0)(typescript@5.5.2): 13782 14128 resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==} 13783 14129 engines: {node: '>=16'} 13784 14130 peerDependencies: ··· 13787 14133 dependencies: 13788 14134 magic-string: 0.30.10 13789 14135 rollup: 4.18.0 13790 - typescript: 5.4.5 14136 + typescript: 5.5.2 13791 14137 optionalDependencies: 13792 14138 '@babel/code-frame': 7.24.7 13793 14139 dev: true 13794 14140 13795 - /rollup-plugin-esbuild@6.1.1(esbuild@0.21.5)(rollup@4.18.0): 14141 + /rollup-plugin-esbuild@6.1.1(esbuild@0.22.0)(rollup@4.18.0): 13796 14142 resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} 13797 14143 engines: {node: '>=14.18.0'} 13798 14144 peerDependencies: ··· 13802 14148 '@rollup/pluginutils': 5.0.5(rollup@4.18.0) 13803 14149 debug: 4.3.5 13804 14150 es-module-lexer: 1.3.1 13805 - esbuild: 0.21.5 14151 + esbuild: 0.22.0 13806 14152 get-tsconfig: 4.7.5 13807 14153 rollup: 4.18.0 13808 14154 transitivePeerDependencies: 13809 14155 - supports-color 13810 14156 dev: true 13811 14157 13812 - /rollup-plugin-license@3.4.0(rollup@4.18.0): 13813 - resolution: {integrity: sha512-Nwx4dDjoPlzR7QWcsswezxFAOC000+JLACganH3L+5toit0TEAfD4SF1DsvJR/kunHWJgqnhmzvOO+iLI1oKPw==} 14158 + /rollup-plugin-license@3.5.1(rollup@4.18.0): 14159 + resolution: {integrity: sha512-z/UN/d5KbJhyvmmAg6no/2M2XK1QH8DUZyhbQeuaxe48hkIBTvvMlUP97g4txOzEC82HlZzb7dlWslc/rmBskg==} 13814 14160 engines: {node: '>=14.0.0'} 13815 14161 peerDependencies: 13816 14162 rollup: ^4.18.0 13817 14163 dependencies: 13818 14164 commenting: 1.1.0 13819 - glob: 7.2.3 14165 + fdir: 6.1.1 13820 14166 lodash: 4.17.21 13821 14167 magic-string: 0.30.10 13822 - mkdirp: 3.0.1 13823 14168 moment: 2.30.1 13824 14169 package-name-regex: 2.0.6 13825 14170 rollup: 4.18.0 13826 14171 spdx-expression-validate: 2.0.0 13827 14172 spdx-satisfies: 5.0.1 14173 + transitivePeerDependencies: 14174 + - picomatch 13828 14175 dev: true 13829 14176 13830 14177 /rollup@4.18.0: ··· 14125 14472 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 14126 14473 engines: {node: '>=8'} 14127 14474 14475 + /shiki@1.10.0: 14476 + resolution: {integrity: sha512-YD2sXQ+TMD/F9BimV9Jn0wj35pqOvywvOG/3PB6hGHyGKlM7TJ9tyJ02jOb2kF8F0HfJwKNYrh3sW7jEcuRlXA==} 14477 + dependencies: 14478 + '@shikijs/core': 1.10.0 14479 + dev: true 14480 + 14128 14481 /shiki@1.6.4: 14129 14482 resolution: {integrity: sha512-X88chM7w8jnadoZtjPTi5ahCJx9pc9f8GfEkZAEYUTlcUZIEw2D/RY86HI/LkkE7Nj8TQWkiBfaFTJ3VJT6ESg==} 14130 14483 dependencies: 14131 14484 '@shikijs/core': 1.6.4 14132 - dev: true 14133 - 14134 - /shiki@1.7.0: 14135 - resolution: {integrity: sha512-H5pMn4JA7ayx8H0qOz1k2qANq6mZVCMl1gKLK6kWIrv1s2Ial4EmD4s4jE8QB5Dw03d/oCQUxc24sotuyR5byA==} 14136 - dependencies: 14137 - '@shikijs/core': 1.7.0 14138 14485 dev: true 14139 14486 14140 14487 /side-channel@1.0.4: ··· 14209 14556 /slash@3.0.0: 14210 14557 resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} 14211 14558 engines: {node: '>=8'} 14559 + dev: true 14560 + 14561 + /slashes@3.0.12: 14562 + resolution: {integrity: sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==} 14212 14563 dev: true 14213 14564 14214 14565 /slice-ansi@5.0.0: ··· 14772 15123 tslib: 2.6.2 14773 15124 dev: true 14774 15125 15126 + /synckit@0.9.0: 15127 + resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==} 15128 + engines: {node: ^14.18.0 || >=16.0.0} 15129 + dependencies: 15130 + '@pkgr/core': 0.1.1 15131 + tslib: 2.6.2 15132 + dev: true 15133 + 14775 15134 /tabbable@6.2.0: 14776 15135 resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} 14777 15136 dev: true ··· 14850 15209 hasBin: true 14851 15210 dependencies: 14852 15211 '@jridgewell/source-map': 0.3.5 14853 - acorn: 8.11.3(patch_hash=no36qihqjrd3chyjw73dk5xfkm) 15212 + acorn: 8.12.0 14854 15213 commander: 2.20.3 14855 15214 source-map-support: 0.5.21 14856 15215 dev: true ··· 14947 15306 engines: {node: '>=0.6'} 14948 15307 dev: true 14949 15308 14950 - /toml-eslint-parser@0.9.3: 14951 - resolution: {integrity: sha512-moYoCvkNUAPCxSW9jmHmRElhm4tVJpHL8ItC/+uYD0EpPSFXbck7yREz9tNdJVTSpHVod8+HoipcpbQ0oE6gsw==} 15309 + /toml-eslint-parser@0.10.0: 15310 + resolution: {integrity: sha512-khrZo4buq4qVmsGzS5yQjKe/WsFvV8fGfOjDQN0q4iy9FjRfPWRgTFrU8u1R2iu/SfWLhY9WnCi4Jhdrcbtg+g==} 14952 15311 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 14953 15312 dependencies: 14954 15313 eslint-visitor-keys: 3.4.3 ··· 15003 15362 resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} 15004 15363 dev: true 15005 15364 15006 - /ts-api-utils@1.3.0(typescript@5.4.5): 15365 + /ts-api-utils@1.3.0(typescript@5.5.2): 15007 15366 resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} 15008 15367 engines: {node: '>=16'} 15009 15368 peerDependencies: 15010 15369 typescript: '>=4.2.0' 15011 15370 dependencies: 15012 - typescript: 5.4.5 15371 + typescript: 5.5.2 15013 15372 dev: true 15014 15373 15015 15374 /tslib@2.5.3: ··· 15020 15379 resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} 15021 15380 dev: true 15022 15381 15023 - /tsx@4.15.6: 15024 - resolution: {integrity: sha512-is0VQQlfNZRHEuSSTKA6m4xw74IU4AizmuB6lAYLRt9XtuyeQnyJYexhNZOPCB59SqC4JzmSzPnHGBXxf3k0hA==} 15382 + /tsx@4.16.0: 15383 + resolution: {integrity: sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==} 15025 15384 engines: {node: '>=18.0.0'} 15026 15385 hasBin: true 15027 15386 dependencies: ··· 15048 15407 safe-buffer: 5.2.1 15049 15408 dev: true 15050 15409 15051 - /twoslash-protocol@0.2.8: 15052 - resolution: {integrity: sha512-8l439jrFEJiQmQ6ugFtYXgHpQDp3nBYVF6RR88doLarFGWhjfq0sgntgQYc2aDmJb87Jzhh4EicV8k9DrqpIZg==} 15410 + /twoslash-protocol@0.2.9: 15411 + resolution: {integrity: sha512-uKQl8UboT6JU4VAtYaSI3DbNtgaNhFaTpCSMy/n3tRl5lMlMhrjiuNKdqx15xjcviconuGJ9oObkz1h9zJFrJg==} 15053 15412 dev: true 15054 15413 15055 - /twoslash-vue@0.2.8(typescript@5.4.5): 15056 - resolution: {integrity: sha512-46I4TA0FNquQ++AKc2mKS8EV7ElQEP34dGi7T9mQm7y1/r5HH16zmq+Er9LUtomasFLue+Jb87B+qElbF2yYMw==} 15414 + /twoslash-vue@0.2.9(typescript@5.5.2): 15415 + resolution: {integrity: sha512-1f/AMB7jvifOMWjG2xdqnEywmkt+U2xef2TBfXugZasNDkqeTwdHCRGafi37Kk6smyzYYj2JLemMECfdSjWwoQ==} 15057 15416 peerDependencies: 15058 15417 typescript: '*' 15059 15418 dependencies: 15060 - '@vue/language-core': 2.0.21(typescript@5.4.5) 15061 - twoslash: 0.2.8(typescript@5.4.5) 15062 - twoslash-protocol: 0.2.8 15063 - typescript: 5.4.5 15419 + '@vue/language-core': 2.0.24(typescript@5.5.2) 15420 + twoslash: 0.2.9(typescript@5.5.2) 15421 + twoslash-protocol: 0.2.9 15422 + typescript: 5.5.2 15064 15423 transitivePeerDependencies: 15065 15424 - supports-color 15066 15425 dev: true 15067 15426 15068 - /twoslash@0.2.8(typescript@5.4.5): 15069 - resolution: {integrity: sha512-mQiUB4SvBF58FJkEEtXvVhTO1h0oDpTZuEAyaC8xwf4P6392ydSFhsMiUBbJEOvaelN9DLesViopn3E9O2GKOA==} 15427 + /twoslash@0.2.9(typescript@5.5.2): 15428 + resolution: {integrity: sha512-oj7XY6h8E9nTZBmfRE1gpsSSUqAQo5kcIpFkXyQPp8UCsyCQsUlP2bJ2s32o02c1n5+xl4h9rcCsQ1F97Z6LZg==} 15070 15429 peerDependencies: 15071 15430 typescript: '*' 15072 15431 dependencies: 15073 15432 '@typescript/vfs': 1.5.0 15074 - twoslash-protocol: 0.2.8 15075 - typescript: 5.4.5 15433 + twoslash-protocol: 0.2.9 15434 + typescript: 5.5.2 15076 15435 transitivePeerDependencies: 15077 15436 - supports-color 15078 15437 dev: true ··· 15189 15548 resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} 15190 15549 engines: {node: '>=14.17'} 15191 15550 hasBin: true 15551 + dev: true 15552 + 15553 + /typescript@5.5.2: 15554 + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} 15555 + engines: {node: '>=14.17'} 15556 + hasBin: true 15192 15557 15193 15558 /ua-parser-js@1.0.37: 15194 15559 resolution: {integrity: sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==} ··· 15223 15588 /unconfig@0.3.11: 15224 15589 resolution: {integrity: sha512-bV/nqePAKv71v3HdVUn6UefbsDKQWRX+bJIkiSm0+twIds6WiD2bJLWWT3i214+J/B4edufZpG2w7Y63Vbwxow==} 15225 15590 dependencies: 15226 - '@antfu/utils': 0.7.6 15591 + '@antfu/utils': 0.7.8 15227 15592 defu: 6.1.2 15228 15593 jiti: 1.20.0 15229 15594 mlly: 1.7.1 ··· 15287 15652 magic-string: 0.30.10 15288 15653 mlly: 1.7.1 15289 15654 pathe: 1.1.2 15290 - pkg-types: 1.1.0 15655 + pkg-types: 1.1.1 15291 15656 scule: 1.3.0 15292 15657 strip-literal: 1.3.0 15293 15658 unplugin: 1.10.1 ··· 15388 15753 '@unocss/transformer-directives': 0.61.0 15389 15754 '@unocss/transformer-variant-group': 0.61.0 15390 15755 '@unocss/vite': 0.61.0(rollup@4.18.0)(vite@5.2.6) 15391 - vite: 5.2.6(@types/node@20.14.2) 15756 + vite: 5.2.6(@types/node@20.14.9) 15392 15757 transitivePeerDependencies: 15393 15758 - postcss 15394 15759 - rollup ··· 15414 15779 dependencies: 15415 15780 '@antfu/utils': 0.7.8 15416 15781 '@rollup/pluginutils': 5.1.0(rollup@4.18.0) 15417 - '@vueuse/core': 10.11.0(vue@3.4.29) 15782 + '@vueuse/core': 10.11.0(vue@3.4.31) 15418 15783 fast-glob: 3.3.2 15419 15784 local-pkg: 0.5.0 15420 15785 magic-string: 0.30.10 ··· 15438 15803 - rollup 15439 15804 dev: true 15440 15805 15441 - /unplugin-vue-components@0.27.0(rollup@4.18.0)(vue@3.4.29): 15442 - resolution: {integrity: sha512-77eTEy23sQ0UpzGWnZ9I2mY3cnmXwklz4ITcn3JfxjCoX643ghImkiZ4nFm58sxbdVcc4Fo/o4LIoFnlqEqsSg==} 15806 + /unplugin-vue-components@0.27.2(rollup@4.18.0)(vue@3.4.31): 15807 + resolution: {integrity: sha512-YifnsmslMRNt+JRQiCG4ZX1+xUQuubUZm76K7Qtg8dmchZJkHIDxZSyfZb5/jqrLWMTm/TUjGJ3ZDlzO6SFnSQ==} 15443 15808 engines: {node: '>=14'} 15444 15809 peerDependencies: 15445 15810 '@babel/parser': ^7.15.8 ··· 15451 15816 '@nuxt/kit': 15452 15817 optional: true 15453 15818 dependencies: 15454 - '@antfu/utils': 0.7.8 15819 + '@antfu/utils': 0.7.10 15455 15820 '@rollup/pluginutils': 5.1.0(rollup@4.18.0) 15456 15821 chokidar: 3.6.0 15457 - debug: 4.3.4 15822 + debug: 4.3.5 15458 15823 fast-glob: 3.3.2 15459 15824 local-pkg: 0.5.0 15460 15825 magic-string: 0.30.10 15461 - minimatch: 9.0.4 15462 - resolve: 1.22.8 15826 + minimatch: 9.0.5 15827 + mlly: 1.7.1 15463 15828 unplugin: 1.10.1 15464 - vue: 3.4.29(typescript@5.4.5) 15829 + vue: 3.4.31(typescript@5.5.2) 15465 15830 transitivePeerDependencies: 15466 15831 - rollup 15467 15832 - supports-color ··· 15600 15965 engines: {node: '>= 0.8'} 15601 15966 dev: true 15602 15967 15603 - /vecti@3.0.9: 15604 - resolution: {integrity: sha512-yFjBFwu3cFsLr2IGBlczmdbecCqHR7MP5kN3j+iv5gi1Xuals6BREZoEFWf4M3whYimwcjwbyneJ7AW8t+qC1Q==} 15968 + /vecti@3.0.10: 15969 + resolution: {integrity: sha512-otwI3JC/Wba2dXaikHfBzWGvePdEYg+4/J+J/KccjmMkXul91IZmCpEg/QLhgFtLfKkSb6L0KiymH0t4rKGcLA==} 15605 15970 dev: true 15606 15971 15607 15972 /vfile-message@4.0.2: ··· 15619 15984 vfile-message: 4.0.2 15620 15985 dev: true 15621 15986 15622 - /vite-plugin-pages@0.32.2(@vue/compiler-sfc@3.4.29)(vite@5.2.6)(vue-router@4.3.3): 15623 - resolution: {integrity: sha512-wX4lRlylcTggwHUH7bV1SVJpQMz4ZUkbzzAbbBBH5M7c/9Yx5rAqrjYELIca6vLCoCpSd+r6/WI7KnvRK/Drcg==} 15987 + /vite-plugin-pages@0.32.3(@vue/compiler-sfc@3.4.29)(vite@5.2.6)(vue-router@4.4.0): 15988 + resolution: {integrity: sha512-1vmKwc9e+lRBLkpTAMUNSVV3BglyE+DRa0iivpe6q3pbOCGkAHHSUp8f6yceXC8+lu/kFgH60vm5vK6IHyvdVw==} 15624 15989 peerDependencies: 15625 15990 '@solidjs/router': '*' 15626 15991 '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 ··· 15640 16005 '@types/debug': 4.1.12 15641 16006 '@vue/compiler-sfc': 3.4.29 15642 16007 debug: 4.3.5 15643 - deep-equal: 2.2.3 16008 + dequal: 2.0.3 15644 16009 extract-comments: 1.1.0 15645 16010 fast-glob: 3.3.2 15646 16011 json5: 2.2.3 15647 16012 local-pkg: 0.5.0 15648 16013 picocolors: 1.0.1 15649 - vite: 5.2.6(@types/node@20.14.2) 15650 - vue-router: 4.3.3(vue@3.4.29) 15651 - yaml: 2.4.2 16014 + vite: 5.2.6(@types/node@20.14.9) 16015 + vue-router: 4.4.0(vue@3.4.31) 16016 + yaml: 2.4.5 15652 16017 transitivePeerDependencies: 15653 16018 - supports-color 15654 16019 dev: true ··· 15669 16034 debug: 4.3.4 15670 16035 fast-glob: 3.3.2 15671 16036 pretty-bytes: 6.1.1 15672 - vite: 5.2.6(@types/node@20.14.2) 16037 + vite: 5.2.6(@types/node@20.14.9) 15673 16038 workbox-build: 7.1.0 15674 16039 workbox-window: 7.1.0 15675 16040 transitivePeerDependencies: ··· 15689 16054 merge-anything: 5.1.7 15690 16055 solid-js: 1.8.3 15691 16056 solid-refresh: 0.5.3(solid-js@1.8.3) 15692 - vite: 5.2.6(@types/node@20.14.2) 16057 + vite: 5.2.6(@types/node@20.14.9) 15693 16058 vitefu: 0.2.4(vite@5.2.6) 15694 16059 transitivePeerDependencies: 15695 16060 - supports-color 15696 16061 dev: true 15697 16062 15698 - /vite@5.2.10(@types/node@20.14.2): 16063 + /vite@5.2.10(@types/node@20.14.9): 15699 16064 resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} 15700 16065 engines: {node: ^18.0.0 || >=20.0.0} 15701 16066 hasBin: true ··· 15723 16088 terser: 15724 16089 optional: true 15725 16090 dependencies: 15726 - '@types/node': 20.14.2 16091 + '@types/node': 20.14.9 15727 16092 esbuild: 0.20.2 15728 16093 postcss: 8.4.38 15729 16094 rollup: 4.18.0 ··· 15767 16132 fsevents: 2.3.3 15768 16133 dev: true 15769 16134 15770 - /vite@5.2.6(@types/node@20.14.2): 16135 + /vite@5.2.6(@types/node@20.14.9): 15771 16136 resolution: {integrity: sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==} 15772 16137 engines: {node: ^18.0.0 || >=20.0.0} 15773 16138 hasBin: true ··· 15795 16160 terser: 15796 16161 optional: true 15797 16162 dependencies: 15798 - '@types/node': 20.14.2 16163 + '@types/node': 20.14.9 15799 16164 esbuild: 0.20.2 15800 16165 postcss: 8.4.38 15801 16166 rollup: 4.18.0 ··· 15810 16175 vite: 15811 16176 optional: true 15812 16177 dependencies: 15813 - vite: 5.2.6(@types/node@20.14.2) 16178 + vite: 5.2.6(@types/node@20.14.9) 15814 16179 dev: true 15815 16180 15816 16181 /vitefu@0.2.5(vite@5.2.6): ··· 15821 16186 vite: 15822 16187 optional: true 15823 16188 dependencies: 15824 - vite: 5.2.6(@types/node@20.14.2) 16189 + vite: 5.2.6(@types/node@20.14.9) 15825 16190 dev: true 15826 16191 15827 - /vitepress@1.2.3(@types/node@20.14.2)(postcss@8.4.38)(search-insights@2.9.0)(typescript@5.4.5): 16192 + /vitepress@1.2.3(@types/node@20.14.9)(postcss@8.4.38)(search-insights@2.9.0)(typescript@5.5.2): 15828 16193 resolution: {integrity: sha512-GvEsrEeNLiDE1+fuwDAYJCYLNZDAna+EtnXlPajhv/MYeTjbNK6Bvyg6NoTdO1sbwuQJ0vuJR99bOlH53bo6lg==} 15829 16194 hasBin: true 15830 16195 peerDependencies: ··· 15841 16206 '@shikijs/core': 1.6.4 15842 16207 '@shikijs/transformers': 1.6.4 15843 16208 '@types/markdown-it': 14.1.1 15844 - '@vitejs/plugin-vue': 5.0.5(vite@5.2.10)(vue@3.4.29) 15845 - '@vue/devtools-api': 7.2.1(vue@3.4.29) 16209 + '@vitejs/plugin-vue': 5.0.5(vite@5.2.10)(vue@3.4.31) 16210 + '@vue/devtools-api': 7.2.1(vue@3.4.31) 15846 16211 '@vue/shared': 3.4.27 15847 - '@vueuse/core': 10.11.0(vue@3.4.29) 15848 - '@vueuse/integrations': 10.10.1(focus-trap@7.5.4)(vue@3.4.29) 16212 + '@vueuse/core': 10.11.0(vue@3.4.31) 16213 + '@vueuse/integrations': 10.10.1(focus-trap@7.5.4)(vue@3.4.31) 15849 16214 focus-trap: 7.5.4 15850 16215 mark.js: 8.11.1 15851 16216 minisearch: 6.3.0 15852 16217 postcss: 8.4.38 15853 16218 shiki: 1.6.4 15854 - vite: 5.2.10(@types/node@20.14.2) 15855 - vue: 3.4.29(typescript@5.4.5) 16219 + vite: 5.2.10(@types/node@20.14.9) 16220 + vue: 3.4.31(typescript@5.5.2) 15856 16221 transitivePeerDependencies: 15857 16222 - '@algolia/client-search' 15858 16223 - '@types/node' ··· 15906 16271 '@vue/composition-api': 15907 16272 optional: true 15908 16273 dependencies: 15909 - vue: 3.4.26(typescript@5.4.5) 16274 + vue: 3.4.26(typescript@5.5.2) 15910 16275 dev: true 15911 16276 15912 16277 /vue-demi@0.14.8(vue@3.4.26): ··· 15921 16286 '@vue/composition-api': 15922 16287 optional: true 15923 16288 dependencies: 15924 - vue: 3.4.26(typescript@5.4.5) 16289 + vue: 3.4.26(typescript@5.5.2) 15925 16290 dev: true 15926 16291 15927 - /vue-demi@0.14.8(vue@3.4.29): 16292 + /vue-demi@0.14.8(vue@3.4.31): 15928 16293 resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==} 15929 16294 engines: {node: '>=12'} 15930 16295 hasBin: true ··· 15936 16301 '@vue/composition-api': 15937 16302 optional: true 15938 16303 dependencies: 15939 - vue: 3.4.29(typescript@5.4.5) 16304 + vue: 3.4.31(typescript@5.5.2) 15940 16305 15941 - /vue-eslint-parser@9.4.3(eslint@9.5.0): 16306 + /vue-eslint-parser@9.4.3(eslint@9.6.0): 15942 16307 resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==} 15943 16308 engines: {node: ^14.17.0 || >=16.0.0} 15944 16309 peerDependencies: 15945 16310 eslint: '>=6.0.0' 15946 16311 dependencies: 15947 16312 debug: 4.3.5 15948 - eslint: 9.5.0 16313 + eslint: 9.6.0 15949 16314 eslint-scope: 7.2.2 15950 16315 eslint-visitor-keys: 3.4.3 15951 16316 espree: 9.6.1 ··· 15956 16321 - supports-color 15957 16322 dev: true 15958 16323 15959 - /vue-observe-visibility@2.0.0-alpha.1(vue@3.4.29): 16324 + /vue-observe-visibility@2.0.0-alpha.1(vue@3.4.31): 15960 16325 resolution: {integrity: sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==} 15961 16326 peerDependencies: 15962 16327 vue: ^3.0.0 15963 16328 dependencies: 15964 - vue: 3.4.29(typescript@5.4.5) 16329 + vue: 3.4.31(typescript@5.5.2) 15965 16330 dev: false 15966 16331 15967 - /vue-resize@2.0.0-alpha.1(vue@3.4.29): 16332 + /vue-resize@2.0.0-alpha.1(vue@3.4.31): 15968 16333 resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} 15969 16334 peerDependencies: 15970 16335 vue: ^3.0.0 15971 16336 dependencies: 15972 - vue: 3.4.29(typescript@5.4.5) 16337 + vue: 3.4.31(typescript@5.5.2) 15973 16338 15974 - /vue-router@4.3.3(vue@3.4.29): 15975 - resolution: {integrity: sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ==} 16339 + /vue-router@4.4.0(vue@3.4.31): 16340 + resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==} 15976 16341 peerDependencies: 15977 16342 vue: ^3.2.0 15978 16343 dependencies: 15979 16344 '@vue/devtools-api': 6.5.1 15980 - vue: 3.4.29(typescript@5.4.5) 16345 + vue: 3.4.31(typescript@5.5.2) 15981 16346 dev: true 15982 16347 15983 16348 /vue-template-compiler@2.7.15: ··· 16000 16365 typescript: 5.2.2 16001 16366 dev: true 16002 16367 16003 - /vue-virtual-scroller@2.0.0-beta.8(vue@3.4.29): 16368 + /vue-virtual-scroller@2.0.0-beta.8(vue@3.4.31): 16004 16369 resolution: {integrity: sha512-b8/f5NQ5nIEBRTNi6GcPItE4s7kxNHw2AIHLtDp+2QvqdTjVN0FgONwX9cr53jWRgnu+HRLPaWDOR2JPI5MTfQ==} 16005 16370 peerDependencies: 16006 16371 vue: ^3.2.0 16007 16372 dependencies: 16008 16373 mitt: 2.1.0 16009 - vue: 3.4.29(typescript@5.4.5) 16010 - vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.29) 16011 - vue-resize: 2.0.0-alpha.1(vue@3.4.29) 16374 + vue: 3.4.31(typescript@5.5.2) 16375 + vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.31) 16376 + vue-resize: 2.0.0-alpha.1(vue@3.4.31) 16012 16377 dev: false 16013 16378 16014 16379 /vue@2.7.10: ··· 16019 16384 csstype: 3.1.3 16020 16385 dev: true 16021 16386 16022 - /vue@3.4.21(typescript@5.4.5): 16387 + /vue@3.4.21(typescript@5.5.2): 16023 16388 resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} 16024 16389 peerDependencies: 16025 16390 typescript: '*' ··· 16032 16397 '@vue/runtime-dom': 3.4.21 16033 16398 '@vue/server-renderer': 3.4.21(vue@3.4.21) 16034 16399 '@vue/shared': 3.4.21 16035 - typescript: 5.4.5 16400 + typescript: 5.5.2 16036 16401 dev: true 16037 16402 16038 - /vue@3.4.26(typescript@5.4.5): 16403 + /vue@3.4.26(typescript@5.5.2): 16039 16404 resolution: {integrity: sha512-bUIq/p+VB+0xrJubaemrfhk1/FiW9iX+pDV+62I/XJ6EkspAO9/DXEjbDFoe8pIfOZBqfk45i9BMc41ptP/uRg==} 16040 16405 peerDependencies: 16041 16406 typescript: '*' ··· 16048 16413 '@vue/runtime-dom': 3.4.26 16049 16414 '@vue/server-renderer': 3.4.26(vue@3.4.26) 16050 16415 '@vue/shared': 3.4.26 16051 - typescript: 5.4.5 16416 + typescript: 5.5.2 16052 16417 dev: true 16053 16418 16054 - /vue@3.4.29(typescript@5.4.5): 16055 - resolution: {integrity: sha512-8QUYfRcYzNlYuzKPfge1UWC6nF9ym0lx7mpGVPJYNhddxEf3DD0+kU07NTL0sXuiT2HuJuKr/iEO8WvXvT0RSQ==} 16419 + /vue@3.4.31(typescript@5.5.2): 16420 + resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==} 16056 16421 peerDependencies: 16057 16422 typescript: '*' 16058 16423 peerDependenciesMeta: 16059 16424 typescript: 16060 16425 optional: true 16061 16426 dependencies: 16062 - '@vue/compiler-dom': 3.4.29 16063 - '@vue/compiler-sfc': 3.4.29 16064 - '@vue/runtime-dom': 3.4.29 16065 - '@vue/server-renderer': 3.4.29(vue@3.4.29) 16066 - '@vue/shared': 3.4.29 16067 - typescript: 5.4.5 16427 + '@vue/compiler-dom': 3.4.31 16428 + '@vue/compiler-sfc': 3.4.31 16429 + '@vue/runtime-dom': 3.4.31 16430 + '@vue/server-renderer': 3.4.31(vue@3.4.31) 16431 + '@vue/shared': 3.4.31 16432 + typescript: 5.5.2 16068 16433 16069 16434 /w3c-xmlserializer@5.0.0: 16070 16435 resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} ··· 16106 16471 resolution: {integrity: sha512-uyCT2QzCqoz+EsMLTApG5/+RvHJR9MVbdEnjMoxpJDt+IeZCG2Vy/Gq9oNgNQfpxrvZme/EY+PtBsltZi7BAyg==} 16107 16472 engines: {node: ^16.13 || >=18} 16108 16473 dependencies: 16109 - '@types/node': 20.14.2 16474 + '@types/node': 20.14.9 16110 16475 '@types/ws': 8.5.10 16111 16476 '@wdio/config': 8.32.2 16112 16477 '@wdio/logger': 8.28.0 ··· 16123 16488 - utf-8-validate 16124 16489 dev: true 16125 16490 16126 - /webdriver@8.38.2: 16127 - resolution: {integrity: sha512-NGfjW0BDYwFgOIzeojOcWGn3tYloQdvHr+Y2xKKYVqa9Rs0x1mzlTjU1kWtC4DaV8DltskwaPa7o+s8hTNpuyA==} 16491 + /webdriver@8.39.0: 16492 + resolution: {integrity: sha512-Kc3+SfiH4ufyrIht683VT2vnJocx0pfH8rYdyPvEh1b2OYewtFTHK36k9rBDHZiBmk6jcSXs4M2xeFgOuon9Lg==} 16128 16493 engines: {node: ^16.13 || >=18} 16129 16494 dependencies: 16130 - '@types/node': 20.14.2 16495 + '@types/node': 20.14.9 16131 16496 '@types/ws': 8.5.10 16132 - '@wdio/config': 8.38.2 16497 + '@wdio/config': 8.39.0 16133 16498 '@wdio/logger': 8.38.0 16134 16499 '@wdio/protocols': 8.38.0 16135 - '@wdio/types': 8.38.2 16136 - '@wdio/utils': 8.38.2 16500 + '@wdio/types': 8.39.0 16501 + '@wdio/utils': 8.39.0 16137 16502 deepmerge-ts: 5.1.0 16138 16503 got: 12.6.1 16139 16504 ky: 0.33.3 ··· 16164 16529 - utf-8-validate 16165 16530 dev: true 16166 16531 16167 - /webdriverio@8.32.2(typescript@5.4.5): 16532 + /webdriverio@8.32.2(typescript@5.5.2): 16168 16533 resolution: {integrity: sha512-Z0Wc/dHFfWGWJZpaQ8u910/LG0E9EIVTO7J5yjqWx2XtXz2LzQMxYwNRnvNLhY/1tI4y/cZxI6kFMWr8wD2TtA==} 16169 16534 engines: {node: ^16.13 || >=18} 16170 16535 peerDependencies: ··· 16191 16556 lodash.clonedeep: 4.5.0 16192 16557 lodash.zip: 4.2.0 16193 16558 minimatch: 9.0.3 16194 - puppeteer-core: 20.9.0(typescript@5.4.5) 16559 + puppeteer-core: 20.9.0(typescript@5.5.2) 16195 16560 query-selector-shadow-dom: 1.0.1 16196 16561 resq: 1.11.0 16197 16562 rgb2hex: 0.2.5 ··· 16205 16570 - utf-8-validate 16206 16571 dev: true 16207 16572 16208 - /webdriverio@8.38.2(typescript@5.4.5): 16209 - resolution: {integrity: sha512-r09y5UfivyYh5JOzT2SpJJ1zDmQl/R4OTH12opUqkjvp21BibCQm/uu1mrxGy4lzSHljrvqSVrrcGI+6UA1O8w==} 16573 + /webdriverio@8.39.0(typescript@5.5.2): 16574 + resolution: {integrity: sha512-pDpGu0V+TL1LkXPode67m3s+IPto4TcmcOzMpzFgu2oeLMBornoLN3yQSFR1fjZd1gK4UfnG3lJ4poTGOfbWfw==} 16210 16575 engines: {node: ^16.13 || >=18} 16211 16576 peerDependencies: 16212 16577 devtools: ^8.14.0 ··· 16214 16579 devtools: 16215 16580 optional: true 16216 16581 dependencies: 16217 - '@types/node': 20.14.2 16218 - '@wdio/config': 8.38.2 16582 + '@types/node': 20.14.9 16583 + '@wdio/config': 8.39.0 16219 16584 '@wdio/logger': 8.38.0 16220 16585 '@wdio/protocols': 8.38.0 16221 16586 '@wdio/repl': 8.24.12 16222 - '@wdio/types': 8.38.2 16223 - '@wdio/utils': 8.38.2 16587 + '@wdio/types': 8.39.0 16588 + '@wdio/utils': 8.39.0 16224 16589 archiver: 7.0.1 16225 16590 aria-query: 5.3.0 16226 16591 css-shorthand-properties: 1.1.1 ··· 16233 16598 lodash.clonedeep: 4.5.0 16234 16599 lodash.zip: 4.2.0 16235 16600 minimatch: 9.0.4 16236 - puppeteer-core: 20.9.0(typescript@5.4.5) 16601 + puppeteer-core: 20.9.0(typescript@5.5.2) 16237 16602 query-selector-shadow-dom: 1.0.1 16238 16603 resq: 1.11.0 16239 16604 rgb2hex: 0.2.5 16240 16605 serialize-error: 11.0.2 16241 - webdriver: 8.38.2 16606 + webdriver: 8.39.0 16242 16607 transitivePeerDependencies: 16243 16608 - bufferutil 16244 16609 - encoding ··· 16247 16612 - utf-8-validate 16248 16613 dev: true 16249 16614 16250 - /webdriverio@8.6.3(typescript@5.4.5): 16615 + /webdriverio@8.6.3(typescript@5.5.2): 16251 16616 resolution: {integrity: sha512-XhS6lydSyCLnJcOBhLbSK6J0MQdfnSXaFcSvSEL10TMBnWcmETCfYIj7OX41weDI8F4YAasYyMH+mJUkWwC1Ww==} 16252 16617 engines: {node: ^16.13 || >=18} 16253 16618 dependencies: ··· 16262 16627 aria-query: 5.3.0 16263 16628 css-shorthand-properties: 1.1.1 16264 16629 css-value: 0.0.1 16265 - devtools: 8.6.2(typescript@5.4.5) 16630 + devtools: 8.6.2(typescript@5.5.2) 16266 16631 devtools-protocol: 0.0.1116775 16267 16632 grapheme-splitter: 1.0.4 16268 16633 import-meta-resolve: 2.2.2 ··· 16270 16635 lodash.clonedeep: 4.5.0 16271 16636 lodash.zip: 4.2.0 16272 16637 minimatch: 7.4.6 16273 - puppeteer-core: 19.7.4(typescript@5.4.5) 16638 + puppeteer-core: 19.7.4(typescript@5.5.2) 16274 16639 query-selector-shadow-dom: 1.0.1 16275 16640 resq: 1.11.0 16276 16641 rgb2hex: 0.2.5 ··· 16692 17057 hasBin: true 16693 17058 dev: true 16694 17059 17060 + /yaml@2.4.5: 17061 + resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==} 17062 + engines: {node: '>= 14'} 17063 + hasBin: true 17064 + dev: true 17065 + 16695 17066 /yargs-parser@21.1.1: 16696 17067 resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 16697 17068 engines: {node: '>=12'} ··· 16789 17160 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} 16790 17161 dev: true 16791 17162 16792 - /zx@8.1.2: 16793 - resolution: {integrity: sha512-zkCiXKh8D/eo6r58OmJvO5mc2NthcSRvysb3fuS6VQlHPbEPBcxduRwM3m6ZfHj+7cLHcrahCnuO2TDAbW+6xw==} 17163 + /zx@8.1.3: 17164 + resolution: {integrity: sha512-fA44CRlggDOKeqt66aMwzLj1tb0zEQJmIjsSDXpmNjRRKaLFYkpeGE/zXnO05sJvSuzAlbVM50zexJJGMrIvuQ==} 16794 17165 engines: {node: '>= 12.17.0'} 16795 17166 hasBin: true 16796 17167 optionalDependencies: 16797 17168 '@types/fs-extra': 11.0.4 16798 - '@types/node': 20.14.2 17169 + '@types/node': 20.12.11 16799 17170 dev: true 16800 17171 16801 17172 file:test/config/fixtures/conditions-subpackage:
+4 -4
docs/package.json
··· 15 15 }, 16 16 "dependencies": { 17 17 "@vueuse/core": "^10.11.0", 18 - "vue": "^3.4.29" 18 + "vue": "^3.4.31" 19 19 }, 20 20 "devDependencies": { 21 - "@iconify-json/carbon": "^1.1.35", 21 + "@iconify-json/carbon": "^1.1.36", 22 22 "@iconify-json/logos": "^1.1.43", 23 - "@shikijs/vitepress-twoslash": "^1.7.0", 23 + "@shikijs/vitepress-twoslash": "^1.10.0", 24 24 "@unocss/reset": "^0.61.0", 25 25 "@vite-pwa/assets-generator": "^0.2.4", 26 26 "@vite-pwa/vitepress": "^0.5.0", ··· 28 28 "fast-glob": "^3.3.2", 29 29 "https-localhost": "^4.7.1", 30 30 "unocss": "^0.61.0", 31 - "unplugin-vue-components": "^0.27.0", 31 + "unplugin-vue-components": "^0.27.2", 32 32 "vite": "^5.2.8", 33 33 "vite-plugin-pwa": "^0.20.0", 34 34 "vitepress": "^1.2.3",
+4 -4
packages/browser/package.json
··· 73 73 } 74 74 }, 75 75 "dependencies": { 76 - "@testing-library/dom": "^10.1.0", 76 + "@testing-library/dom": "^10.2.0", 77 77 "@testing-library/user-event": "^14.5.2", 78 78 "@vitest/utils": "workspace:*", 79 79 "magic-string": "^0.30.10", ··· 92 92 "flatted": "^3.3.1", 93 93 "pathe": "^1.1.2", 94 94 "periscopic": "^4.0.2", 95 - "playwright": "^1.44.1", 96 - "playwright-core": "^1.44.1", 95 + "playwright": "^1.45.0", 96 + "playwright-core": "^1.45.0", 97 97 "safaridriver": "^0.1.2", 98 98 "vitest": "workspace:*", 99 - "webdriverio": "^8.38.2" 99 + "webdriverio": "^8.39.0" 100 100 } 101 101 }
+1 -1
packages/coverage-istanbul/package.json
··· 49 49 "istanbul-lib-coverage": "^3.2.2", 50 50 "istanbul-lib-instrument": "^6.0.3", 51 51 "istanbul-lib-report": "^3.0.1", 52 - "istanbul-lib-source-maps": "^5.0.4", 52 + "istanbul-lib-source-maps": "^5.0.5", 53 53 "istanbul-reports": "^3.1.7", 54 54 "magicast": "^0.3.4", 55 55 "picocolors": "^1.0.1",
+1 -1
packages/coverage-v8/package.json
··· 49 49 "debug": "^4.3.5", 50 50 "istanbul-lib-coverage": "^3.2.2", 51 51 "istanbul-lib-report": "^3.0.1", 52 - "istanbul-lib-source-maps": "^5.0.4", 52 + "istanbul-lib-source-maps": "^5.0.5", 53 53 "istanbul-reports": "^3.1.7", 54 54 "magic-string": "^0.30.10", 55 55 "magicast": "^0.3.4",
+7 -7
packages/ui/package.json
··· 58 58 }, 59 59 "devDependencies": { 60 60 "@faker-js/faker": "^8.4.1", 61 - "@iconify-json/carbon": "^1.1.35", 61 + "@iconify-json/carbon": "^1.1.36", 62 62 "@iconify-json/logos": "^1.1.43", 63 63 "@testing-library/vue": "^8.1.0", 64 64 "@types/codemirror": "^5.60.15", 65 - "@types/d3-force": "^3.0.9", 65 + "@types/d3-force": "^3.0.10", 66 66 "@types/d3-selection": "^3.0.10", 67 67 "@types/ws": "^8.5.10", 68 68 "@unocss/reset": "^0.61.0", ··· 74 74 "birpc": "0.2.17", 75 75 "codemirror": "^5.65.16", 76 76 "codemirror-theme-vars": "^0.1.2", 77 - "d3-graph-controller": "^3.0.9", 77 + "d3-graph-controller": "^3.0.10", 78 78 "floating-vue": "^5.2.2", 79 79 "splitpanes": "^3.1.5", 80 80 "unocss": "^0.61.0", 81 81 "unplugin-auto-import": "^0.17.6", 82 - "unplugin-vue-components": "^0.27.0", 82 + "unplugin-vue-components": "^0.27.2", 83 83 "vite": "^5.0.0", 84 - "vite-plugin-pages": "^0.32.2", 85 - "vue": "^3.4.29", 86 - "vue-router": "^4.3.3" 84 + "vite-plugin-pages": "^0.32.3", 85 + "vue": "^3.4.31", 86 + "vue-router": "^4.4.0" 87 87 } 88 88 }
+3 -3
packages/vitest/package.json
··· 175 175 "@types/istanbul-lib-coverage": "^2.0.6", 176 176 "@types/istanbul-reports": "^3.0.4", 177 177 "@types/jsdom": "^21.1.7", 178 - "@types/micromatch": "^4.0.7", 179 - "@types/node": "^20.14.2", 178 + "@types/micromatch": "^4.0.9", 179 + "@types/node": "^20.14.9", 180 180 "@types/prompts": "^2.4.9", 181 181 "@types/sinonjs__fake-timers": "^8.1.5", 182 182 "acorn-walk": "^8.3.3", ··· 189 189 "find-up": "^6.3.0", 190 190 "flatted": "^3.3.1", 191 191 "get-tsconfig": "^4.7.5", 192 - "happy-dom": "^14.12.0", 192 + "happy-dom": "^14.12.3", 193 193 "jsdom": "^24.1.0", 194 194 "local-pkg": "^0.5.0", 195 195 "log-update": "^5.0.1",
+2 -2
examples/lit/src/my-button.ts
··· 21 21 * The name to say "Hello" to. 22 22 */ 23 23 @property() 24 - name = 'World' 24 + name = 'World' 25 25 26 26 /** 27 27 * The number of times the button has been clicked. 28 28 */ 29 29 @property({ type: Number }) 30 - count = 1 30 + count = 1 31 31 32 32 render() { 33 33 return html`
+5 -5
packages/coverage-v8/src/provider.ts
··· 443 443 transformResults: TransformResults, 444 444 functions: Profiler.FunctionCoverage[] = [], 445 445 ): Promise<{ 446 - source: string 447 - originalSource: string 448 - sourceMap?: { sourcemap: EncodedSourceMap } 449 - isExecuted: boolean 450 - }> { 446 + source: string 447 + originalSource: string 448 + sourceMap?: { sourcemap: EncodedSourceMap } 449 + isExecuted: boolean 450 + }> { 451 451 const filePath = normalize(fileURLToPath(url)) 452 452 453 453 let isExecuted = true
+1 -1
packages/web-worker/src/shared-worker.ts
··· 36 36 }) 37 37 } 38 38 if (!('dispatchEvent' in port)) { 39 - const emit = port.emit.bind(port) 39 + const emit = (port as any).emit.bind(port) 40 40 Object.defineProperty(port, 'emit', { 41 41 value(event: any) { 42 42 if (event.name === 'message') {
+2 -2
packages/vite-node/src/hmr/emitter.ts
··· 14 14 ) => void 15 15 emit: (<Key extends keyof Events>(type: Key, event: Events[Key]) => void) & 16 16 (<Key extends keyof Events>( 17 - type: undefined extends Events[Key] ? Key : never 18 - ) => void) 17 + type: undefined extends Events[Key] ? Key : never 18 + ) => void) 19 19 } 20 20 21 21 export type HMREmitter = Emitter<{
+16 -16
packages/vitest/src/integrations/vi.ts
··· 278 278 mocked: (<T>(item: T, deep?: false) => MaybeMocked<T>) & 279 279 (<T>(item: T, deep: true) => MaybeMockedDeep<T>) & 280 280 (<T>( 281 - item: T, 282 - options: { partial?: false; deep?: false } 283 - ) => MaybeMocked<T>) & 284 - (<T>( 285 - item: T, 286 - options: { partial?: false; deep: true } 287 - ) => MaybeMockedDeep<T>) & 288 - (<T>( 289 - item: T, 290 - options: { partial: true; deep?: false } 291 - ) => MaybePartiallyMocked<T>) & 292 - (<T>( 293 - item: T, 294 - options: { partial: true; deep: true } 295 - ) => MaybePartiallyMockedDeep<T>) & 296 - (<T>(item: T) => MaybeMocked<T>) 281 + item: T, 282 + options: { partial?: false; deep?: false } 283 + ) => MaybeMocked<T>) & 284 + (<T>( 285 + item: T, 286 + options: { partial?: false; deep: true } 287 + ) => MaybeMockedDeep<T>) & 288 + (<T>( 289 + item: T, 290 + options: { partial: true; deep?: false } 291 + ) => MaybePartiallyMocked<T>) & 292 + (<T>( 293 + item: T, 294 + options: { partial: true; deep: true } 295 + ) => MaybePartiallyMockedDeep<T>) & 296 + (<T>(item: T) => MaybeMocked<T>) 297 297 298 298 /** 299 299 * Checks that a given parameter is a mock function. If you are using TypeScript, it will also narrow down its type.
+2 -2
packages/vitest/src/types/coverage.ts
··· 221 221 | Thresholds 222 222 | ({ 223 223 [glob: string]: Pick< 224 - Thresholds, 224 + Thresholds, 225 225 'statements' | 'functions' | 'branches' | 'lines' 226 - > 226 + > 227 227 } & Thresholds) 228 228 229 229 /**
+3 -3
packages/vitest/src/node/cli/cli-config.ts
··· 9 9 import type { CliOptions } from './cli-api' 10 10 11 11 type NestedOption<T, V = Extract<T, Record<string, any>>> = V extends 12 - | never 13 - | RegExp 14 - | unknown[] 12 + | never 13 + | RegExp 14 + | unknown[] 15 15 ? never 16 16 : V 17 17