From 14b22b166a1ff7ac2828c3aabc39fdf2226cac44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayg=C3=BCn?= <cyco130@gmail.com> Date: Sat, 30 Nov 2024 17:41:21 +0000 Subject: [PATCH] chore: update dependencies --- ci/package.json | 6 +- examples/preact/package.json | 8 +- examples/react/package.json | 6 +- examples/solid/package.json | 6 +- package.json | 6 +- packages/vite-plugin-mdx/package.json | 10 +- pnpm-lock.yaml | 1520 ++++++++++++------------- 7 files changed, 754 insertions(+), 808 deletions(-) diff --git a/ci/package.json b/ci/package.json index 4a412d0..2a5b7d9 100644 --- a/ci/package.json +++ b/ci/package.json @@ -9,9 +9,9 @@ "kill-port": "^2.0.1", "node-fetch": "^3.3.2", "ps-tree": "^1.2.0", - "puppeteer": "^23.6.1", - "typescript": "^5.6.3", - "vitest": "^2.1.4" + "puppeteer": "^23.9.0", + "typescript": "^5.7.2", + "vitest": "^2.1.6" }, "devDependencies": { "@types/node": "^18.19.63" diff --git a/examples/preact/package.json b/examples/preact/package.json index 861b167..81a398c 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -8,13 +8,13 @@ "start": "vite preview" }, "dependencies": { - "preact": "^10.24.3" + "preact": "^10.25.0" }, "devDependencies": { "@babel/core": "^7.26.0", "@cyco130/vite-plugin-mdx": "2.1.6", - "@preact/preset-vite": "^2.9.1", - "typescript": "^5.6.3", - "vite": "^5.4.10" + "@preact/preset-vite": "^2.9.2", + "typescript": "^5.7.2", + "vite": "^6.0.1" } } diff --git a/examples/react/package.json b/examples/react/package.json index cb40a62..c8600a1 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -15,8 +15,8 @@ "@cyco130/vite-plugin-mdx": "2.1.6", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@vitejs/plugin-react": "4.3.3", - "typescript": "^5.6.3", - "vite": "^5.4.10" + "@vitejs/plugin-react": "4.3.4", + "typescript": "^5.7.2", + "vite": "^6.0.1" } } diff --git a/examples/solid/package.json b/examples/solid/package.json index 198772c..04c8055 100644 --- a/examples/solid/package.json +++ b/examples/solid/package.json @@ -13,8 +13,8 @@ "devDependencies": { "@cyco130/vite-plugin-mdx": "2.1.6", "solid-jsx": "^1.1.4", - "typescript": "^5.6.3", - "vite": "^5.4.10", - "vite-plugin-solid": "^2.10.2" + "typescript": "^5.7.2", + "vite": "^6.0.1", + "vite-plugin-solid": "^2.11.0" } } diff --git a/package.json b/package.json index b316f79..eea4c4e 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "format": "prettier --ignore-path .gitignore --ignore-unknown . '!pnpm-lock.yaml' --write" }, "devDependencies": { - "husky": "^9.1.6", + "husky": "^9.1.7", "lint-staged": "^15.2.10", - "prettier": "^3.3.3", - "typescript": "^5.6.3" + "prettier": "^3.4.1", + "typescript": "^5.7.2" } } diff --git a/packages/vite-plugin-mdx/package.json b/packages/vite-plugin-mdx/package.json index 7f4f55a..6c0a2df 100644 --- a/packages/vite-plugin-mdx/package.json +++ b/packages/vite-plugin-mdx/package.json @@ -32,16 +32,16 @@ "mdx" ], "peerDependencies": { - "vite": "3 || 4 || 5" + "vite": "3 || 4 || 5 || 6" }, "devDependencies": { - "@cyco130/eslint-config": "^5.0.0", + "@cyco130/eslint-config": "^5.0.1", "@types/node": "^18.19.63", - "eslint": "^9.14.0", + "eslint": "^9.16.0", "publint": "^0.2.12", "tsup": "^8.3.5", - "typescript": "^5.6.3", - "vite": "^5.4.10" + "typescript": "^5.7.2", + "vite": "^6.0.1" }, "dependencies": { "@mdx-js/mdx": "^3.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4b5236..81495fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,17 +8,17 @@ importers: .: devDependencies: husky: - specifier: ^9.1.6 - version: 9.1.6 + specifier: ^9.1.7 + version: 9.1.7 lint-staged: specifier: ^15.2.10 version: 15.2.10 prettier: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.4.1 + version: 3.4.1 typescript: - specifier: ^5.6.3 - version: 5.6.3 + specifier: ^5.7.2 + version: 5.7.2 ci: dependencies: @@ -32,14 +32,14 @@ importers: specifier: ^1.2.0 version: 1.2.0 puppeteer: - specifier: ^23.6.1 - version: 23.6.1(typescript@5.6.3) + specifier: ^23.9.0 + version: 23.9.0(typescript@5.7.2) typescript: - specifier: ^5.6.3 - version: 5.6.3 + specifier: ^5.7.2 + version: 5.7.2 vitest: - specifier: ^2.1.4 - version: 2.1.4(@types/node@18.19.63) + specifier: ^2.1.6 + version: 2.1.6(@types/node@18.19.63)(yaml@2.5.1) devDependencies: "@types/node": specifier: ^18.19.63 @@ -48,8 +48,8 @@ importers: examples/preact: dependencies: preact: - specifier: ^10.24.3 - version: 10.24.3 + specifier: ^10.25.0 + version: 10.25.0 devDependencies: "@babel/core": specifier: ^7.26.0 @@ -58,14 +58,14 @@ importers: specifier: 2.1.6 version: link:../../packages/vite-plugin-mdx "@preact/preset-vite": - specifier: ^2.9.1 - version: 2.9.1(@babel/core@7.26.0)(preact@10.24.3)(vite@5.4.10(@types/node@18.19.63)) + specifier: ^2.9.2 + version: 2.9.2(@babel/core@7.26.0)(preact@10.25.0)(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)) typescript: - specifier: ^5.6.3 - version: 5.6.3 + specifier: ^5.7.2 + version: 5.7.2 vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.63) + specifier: ^6.0.1 + version: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) examples/react: dependencies: @@ -86,14 +86,14 @@ importers: specifier: ^18.3.1 version: 18.3.1 "@vitejs/plugin-react": - specifier: 4.3.3 - version: 4.3.3(vite@5.4.10(@types/node@18.19.63)) + specifier: 4.3.4 + version: 4.3.4(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)) typescript: - specifier: ^5.6.3 - version: 5.6.3 + specifier: ^5.7.2 + version: 5.7.2 vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.63) + specifier: ^6.0.1 + version: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) examples/solid: dependencies: @@ -108,14 +108,14 @@ importers: specifier: ^1.1.4 version: 1.1.4(solid-js@1.9.3) typescript: - specifier: ^5.6.3 - version: 5.6.3 + specifier: ^5.7.2 + version: 5.7.2 vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.63) + specifier: ^6.0.1 + version: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) vite-plugin-solid: - specifier: ^2.10.2 - version: 2.10.2(solid-js@1.9.3)(vite@5.4.10(@types/node@18.19.63)) + specifier: ^2.11.0 + version: 2.11.0(solid-js@1.9.3)(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)) packages/vite-plugin-mdx: dependencies: @@ -130,26 +130,26 @@ importers: version: 6.0.3 devDependencies: "@cyco130/eslint-config": - specifier: ^5.0.0 - version: 5.0.0(eslint@9.14.0)(typescript@5.6.3) + specifier: ^5.0.1 + version: 5.0.1(eslint@9.16.0)(typescript@5.7.2) "@types/node": specifier: ^18.19.63 version: 18.19.63 eslint: - specifier: ^9.14.0 - version: 9.14.0 + specifier: ^9.16.0 + version: 9.16.0 publint: specifier: ^0.2.12 version: 0.2.12 tsup: specifier: ^8.3.5 - version: 8.3.5(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.1) + version: 8.3.5(postcss@8.4.49)(typescript@5.7.2)(yaml@2.5.1) typescript: - specifier: ^5.6.3 - version: 5.6.3 + specifier: ^5.7.2 + version: 5.7.2 vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@18.19.63) + specifier: ^6.0.1 + version: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) packages: "@ampproject/remapping@2.3.0": @@ -208,13 +208,6 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-module-imports@7.24.7": - resolution: - { - integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==, - } - engines: { node: ">=6.9.0" } - "@babel/helper-module-imports@7.25.9": resolution: { @@ -274,15 +267,6 @@ packages: engines: { node: ">=6.0.0" } hasBin: true - "@babel/plugin-syntax-jsx@7.24.7": - resolution: - { - integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==, - } - engines: { node: ">=6.9.0" } - peerDependencies: - "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-jsx@7.25.9": resolution: { @@ -349,24 +333,15 @@ packages: } engines: { node: ">=6.9.0" } - "@cyco130/eslint-config@5.0.0": + "@cyco130/eslint-config@5.0.1": resolution: { - integrity: sha512-iWDnUbkDvTMQ0eptZZAnWiDdijUKZ2QgOjKWBag/uhk5g75MszX6f8YZBmXR0Jsoy/ATmuMjs2V/1JqkIBfg+A==, + integrity: sha512-GZIK5BnkFrxPgZNyNUSvqwyUvYgMyTLgW+02K+p2Q+dFsqiFT17swvIwTYTwrCQW01x73+rLlMWarS6NNg+pdA==, } peerDependencies: eslint: "9" typescript: "5" - "@esbuild/aix-ppc64@0.21.5": - resolution: - { - integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==, - } - engines: { node: ">=12" } - cpu: [ppc64] - os: [aix] - "@esbuild/aix-ppc64@0.24.0": resolution: { @@ -376,15 +351,6 @@ packages: cpu: [ppc64] os: [aix] - "@esbuild/android-arm64@0.21.5": - resolution: - { - integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [android] - "@esbuild/android-arm64@0.24.0": resolution: { @@ -394,15 +360,6 @@ packages: cpu: [arm64] os: [android] - "@esbuild/android-arm@0.21.5": - resolution: - { - integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [android] - "@esbuild/android-arm@0.24.0": resolution: { @@ -412,15 +369,6 @@ packages: cpu: [arm] os: [android] - "@esbuild/android-x64@0.21.5": - resolution: - { - integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [android] - "@esbuild/android-x64@0.24.0": resolution: { @@ -430,15 +378,6 @@ packages: cpu: [x64] os: [android] - "@esbuild/darwin-arm64@0.21.5": - resolution: - { - integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [darwin] - "@esbuild/darwin-arm64@0.24.0": resolution: { @@ -448,15 +387,6 @@ packages: cpu: [arm64] os: [darwin] - "@esbuild/darwin-x64@0.21.5": - resolution: - { - integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [darwin] - "@esbuild/darwin-x64@0.24.0": resolution: { @@ -466,15 +396,6 @@ packages: cpu: [x64] os: [darwin] - "@esbuild/freebsd-arm64@0.21.5": - resolution: - { - integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [freebsd] - "@esbuild/freebsd-arm64@0.24.0": resolution: { @@ -484,15 +405,6 @@ packages: cpu: [arm64] os: [freebsd] - "@esbuild/freebsd-x64@0.21.5": - resolution: - { - integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [freebsd] - "@esbuild/freebsd-x64@0.24.0": resolution: { @@ -502,15 +414,6 @@ packages: cpu: [x64] os: [freebsd] - "@esbuild/linux-arm64@0.21.5": - resolution: - { - integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [linux] - "@esbuild/linux-arm64@0.24.0": resolution: { @@ -520,15 +423,6 @@ packages: cpu: [arm64] os: [linux] - "@esbuild/linux-arm@0.21.5": - resolution: - { - integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==, - } - engines: { node: ">=12" } - cpu: [arm] - os: [linux] - "@esbuild/linux-arm@0.24.0": resolution: { @@ -538,15 +432,6 @@ packages: cpu: [arm] os: [linux] - "@esbuild/linux-ia32@0.21.5": - resolution: - { - integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [linux] - "@esbuild/linux-ia32@0.24.0": resolution: { @@ -556,15 +441,6 @@ packages: cpu: [ia32] os: [linux] - "@esbuild/linux-loong64@0.21.5": - resolution: - { - integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==, - } - engines: { node: ">=12" } - cpu: [loong64] - os: [linux] - "@esbuild/linux-loong64@0.24.0": resolution: { @@ -574,15 +450,6 @@ packages: cpu: [loong64] os: [linux] - "@esbuild/linux-mips64el@0.21.5": - resolution: - { - integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==, - } - engines: { node: ">=12" } - cpu: [mips64el] - os: [linux] - "@esbuild/linux-mips64el@0.24.0": resolution: { @@ -592,15 +459,6 @@ packages: cpu: [mips64el] os: [linux] - "@esbuild/linux-ppc64@0.21.5": - resolution: - { - integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==, - } - engines: { node: ">=12" } - cpu: [ppc64] - os: [linux] - "@esbuild/linux-ppc64@0.24.0": resolution: { @@ -610,15 +468,6 @@ packages: cpu: [ppc64] os: [linux] - "@esbuild/linux-riscv64@0.21.5": - resolution: - { - integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==, - } - engines: { node: ">=12" } - cpu: [riscv64] - os: [linux] - "@esbuild/linux-riscv64@0.24.0": resolution: { @@ -628,15 +477,6 @@ packages: cpu: [riscv64] os: [linux] - "@esbuild/linux-s390x@0.21.5": - resolution: - { - integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==, - } - engines: { node: ">=12" } - cpu: [s390x] - os: [linux] - "@esbuild/linux-s390x@0.24.0": resolution: { @@ -646,15 +486,6 @@ packages: cpu: [s390x] os: [linux] - "@esbuild/linux-x64@0.21.5": - resolution: - { - integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [linux] - "@esbuild/linux-x64@0.24.0": resolution: { @@ -664,15 +495,6 @@ packages: cpu: [x64] os: [linux] - "@esbuild/netbsd-x64@0.21.5": - resolution: - { - integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [netbsd] - "@esbuild/netbsd-x64@0.24.0": resolution: { @@ -691,15 +513,6 @@ packages: cpu: [arm64] os: [openbsd] - "@esbuild/openbsd-x64@0.21.5": - resolution: - { - integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [openbsd] - "@esbuild/openbsd-x64@0.24.0": resolution: { @@ -709,15 +522,6 @@ packages: cpu: [x64] os: [openbsd] - "@esbuild/sunos-x64@0.21.5": - resolution: - { - integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [sunos] - "@esbuild/sunos-x64@0.24.0": resolution: { @@ -727,15 +531,6 @@ packages: cpu: [x64] os: [sunos] - "@esbuild/win32-arm64@0.21.5": - resolution: - { - integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==, - } - engines: { node: ">=12" } - cpu: [arm64] - os: [win32] - "@esbuild/win32-arm64@0.24.0": resolution: { @@ -745,15 +540,6 @@ packages: cpu: [arm64] os: [win32] - "@esbuild/win32-ia32@0.21.5": - resolution: - { - integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==, - } - engines: { node: ">=12" } - cpu: [ia32] - os: [win32] - "@esbuild/win32-ia32@0.24.0": resolution: { @@ -763,15 +549,6 @@ packages: cpu: [ia32] os: [win32] - "@esbuild/win32-x64@0.21.5": - resolution: - { - integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==, - } - engines: { node: ">=12" } - cpu: [x64] - os: [win32] - "@esbuild/win32-x64@0.24.0": resolution: { @@ -797,10 +574,10 @@ packages: } engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - "@eslint/compat@1.2.2": + "@eslint/compat@1.2.3": resolution: { - integrity: sha512-jhgiIrsw+tRfcBQ4BFl2C3vCrIUw2trCY0cnDvGZpwTtKCEDmZhAtMfrEUP/KpnwM6PrO0T+Ltm+ccW74olG3Q==, + integrity: sha512-wlZhwlDFxkxIZ571aH0FoK4h4Vwx7P3HJx62Gp8hTc10bfpwT2x0nULuAHmQSJBOWPgPeVf+9YtnD4j50zVHmA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: @@ -809,31 +586,31 @@ packages: eslint: optional: true - "@eslint/config-array@0.18.0": + "@eslint/config-array@0.19.0": resolution: { - integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==, + integrity: sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/core@0.7.0": + "@eslint/core@0.9.0": resolution: { - integrity: sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==, + integrity: sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/eslintrc@3.1.0": + "@eslint/eslintrc@3.2.0": resolution: { - integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==, + integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/js@9.14.0": + "@eslint/js@9.16.0": resolution: { - integrity: sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==, + integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -844,10 +621,10 @@ packages: } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/plugin-kit@0.2.2": + "@eslint/plugin-kit@0.2.3": resolution: { - integrity: sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==, + integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -879,10 +656,10 @@ packages: } engines: { node: ">=18.18" } - "@humanwhocodes/retry@0.4.0": + "@humanwhocodes/retry@0.4.1": resolution: { - integrity: sha512-xnRgu9DxZbkWak/te3fcytNyp8MTbuiZIaueg2rgEvBuN55n04nwLYLU9TX/VVlusc9L2ZNXi99nUFNkHXtr5g==, + integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==, } engines: { node: ">=18.18" } @@ -967,14 +744,14 @@ packages: } engines: { node: ">=14" } - "@preact/preset-vite@2.9.1": + "@preact/preset-vite@2.9.2": resolution: { - integrity: sha512-JecWzrOx7ogFhklSMhY+aH/24pajL0Vx+beEgau3WDMUUAo32cpUo/UqerPhLOyhCKXlxK9a3cRoa8g68ZAp5g==, + integrity: sha512-Gtp0pPd4s/bZiPAvn4Lhd/on5YZXd/AaXoO03MMtLTmH7nsH3BuXFZnBqvXpqozBDthjxwDWwGEJcf129ctY+g==, } peerDependencies: "@babel/core": 7.x - vite: 2.x || 3.x || 4.x || 5.x + vite: 2.x || 3.x || 4.x || 5.x || 6.x "@prefresh/babel-plugin@0.5.1": resolution: @@ -982,10 +759,10 @@ packages: integrity: sha512-uG3jGEAysxWoyG3XkYfjYHgaySFrSsaEb4GagLzYaxlydbuREtaX+FTxuIidp241RaLl85XoHg9Ej6E4+V1pcg==, } - "@prefresh/core@1.5.2": + "@prefresh/core@1.5.3": resolution: { - integrity: sha512-A/08vkaM1FogrCII5PZKCrygxSsc11obExBScm3JF1CryK2uDS3ZXeni7FeKCx1nYdUkj4UcJxzPzc1WliMzZA==, + integrity: sha512-nDzxj0tA1/M6APNAWqaxkZ+3sTdPHESa+gol4+Bw7rMc2btWdkLoNH7j9rGhUb8SThC0Vz0VoXtq+U+9azGLHg==, } peerDependencies: preact: ^10.0.0 @@ -1005,10 +782,10 @@ packages: preact: ^10.4.0 vite: ">=2.0.0" - "@puppeteer/browsers@2.4.0": + "@puppeteer/browsers@2.4.1": resolution: { - integrity: sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==, + integrity: sha512-0kdAbmic3J09I6dT8e9vE2JOCSt13wHCW5x/ly8TSt2bDtuIWe2TgLZZDHdcziw9AVCzflMAXCrVyRIhIs44Ng==, } engines: { node: ">=18" } hasBin: true @@ -1028,6 +805,14 @@ packages: cpu: [arm] os: [android] + "@rollup/rollup-android-arm-eabi@4.28.0": + resolution: + { + integrity: sha512-wLJuPLT6grGZsy34g4N1yRfYeouklTgPhH1gWXCYspenKYD0s3cR99ZevOGw5BexMNywkbV3UkjADisozBmpPQ==, + } + cpu: [arm] + os: [android] + "@rollup/rollup-android-arm64@4.24.3": resolution: { @@ -1036,6 +821,14 @@ packages: cpu: [arm64] os: [android] + "@rollup/rollup-android-arm64@4.28.0": + resolution: + { + integrity: sha512-eiNkznlo0dLmVG/6wf+Ifi/v78G4d4QxRhuUl+s8EWZpDewgk7PX3ZyECUXU0Zq/Ca+8nU8cQpNC4Xgn2gFNDA==, + } + cpu: [arm64] + os: [android] + "@rollup/rollup-darwin-arm64@4.24.3": resolution: { @@ -1044,6 +837,14 @@ packages: cpu: [arm64] os: [darwin] + "@rollup/rollup-darwin-arm64@4.28.0": + resolution: + { + integrity: sha512-lmKx9yHsppblnLQZOGxdO66gT77bvdBtr/0P+TPOseowE7D9AJoBw8ZDULRasXRWf1Z86/gcOdpBrV6VDUY36Q==, + } + cpu: [arm64] + os: [darwin] + "@rollup/rollup-darwin-x64@4.24.3": resolution: { @@ -1052,6 +853,14 @@ packages: cpu: [x64] os: [darwin] + "@rollup/rollup-darwin-x64@4.28.0": + resolution: + { + integrity: sha512-8hxgfReVs7k9Js1uAIhS6zq3I+wKQETInnWQtgzt8JfGx51R1N6DRVy3F4o0lQwumbErRz52YqwjfvuwRxGv1w==, + } + cpu: [x64] + os: [darwin] + "@rollup/rollup-freebsd-arm64@4.24.3": resolution: { @@ -1060,6 +869,14 @@ packages: cpu: [arm64] os: [freebsd] + "@rollup/rollup-freebsd-arm64@4.28.0": + resolution: + { + integrity: sha512-lA1zZB3bFx5oxu9fYud4+g1mt+lYXCoch0M0V/xhqLoGatbzVse0wlSQ1UYOWKpuSu3gyN4qEc0Dxf/DII1bhQ==, + } + cpu: [arm64] + os: [freebsd] + "@rollup/rollup-freebsd-x64@4.24.3": resolution: { @@ -1068,6 +885,14 @@ packages: cpu: [x64] os: [freebsd] + "@rollup/rollup-freebsd-x64@4.28.0": + resolution: + { + integrity: sha512-aI2plavbUDjCQB/sRbeUZWX9qp12GfYkYSJOrdYTL/C5D53bsE2/nBPuoiJKoWp5SN78v2Vr8ZPnB+/VbQ2pFA==, + } + cpu: [x64] + os: [freebsd] + "@rollup/rollup-linux-arm-gnueabihf@4.24.3": resolution: { @@ -1076,6 +901,14 @@ packages: cpu: [arm] os: [linux] + "@rollup/rollup-linux-arm-gnueabihf@4.28.0": + resolution: + { + integrity: sha512-WXveUPKtfqtaNvpf0iOb0M6xC64GzUX/OowbqfiCSXTdi/jLlOmH0Ba94/OkiY2yTGTwteo4/dsHRfh5bDCZ+w==, + } + cpu: [arm] + os: [linux] + "@rollup/rollup-linux-arm-musleabihf@4.24.3": resolution: { @@ -1084,6 +917,14 @@ packages: cpu: [arm] os: [linux] + "@rollup/rollup-linux-arm-musleabihf@4.28.0": + resolution: + { + integrity: sha512-yLc3O2NtOQR67lI79zsSc7lk31xjwcaocvdD1twL64PK1yNaIqCeWI9L5B4MFPAVGEVjH5k1oWSGuYX1Wutxpg==, + } + cpu: [arm] + os: [linux] + "@rollup/rollup-linux-arm64-gnu@4.24.3": resolution: { @@ -1092,6 +933,14 @@ packages: cpu: [arm64] os: [linux] + "@rollup/rollup-linux-arm64-gnu@4.28.0": + resolution: + { + integrity: sha512-+P9G9hjEpHucHRXqesY+3X9hD2wh0iNnJXX/QhS/J5vTdG6VhNYMxJ2rJkQOxRUd17u5mbMLHM7yWGZdAASfcg==, + } + cpu: [arm64] + os: [linux] + "@rollup/rollup-linux-arm64-musl@4.24.3": resolution: { @@ -1100,6 +949,14 @@ packages: cpu: [arm64] os: [linux] + "@rollup/rollup-linux-arm64-musl@4.28.0": + resolution: + { + integrity: sha512-1xsm2rCKSTpKzi5/ypT5wfc+4bOGa/9yI/eaOLW0oMs7qpC542APWhl4A37AENGZ6St6GBMWhCCMM6tXgTIplw==, + } + cpu: [arm64] + os: [linux] + "@rollup/rollup-linux-powerpc64le-gnu@4.24.3": resolution: { @@ -1108,6 +965,14 @@ packages: cpu: [ppc64] os: [linux] + "@rollup/rollup-linux-powerpc64le-gnu@4.28.0": + resolution: + { + integrity: sha512-zgWxMq8neVQeXL+ouSf6S7DoNeo6EPgi1eeqHXVKQxqPy1B2NvTbaOUWPn/7CfMKL7xvhV0/+fq/Z/J69g1WAQ==, + } + cpu: [ppc64] + os: [linux] + "@rollup/rollup-linux-riscv64-gnu@4.24.3": resolution: { @@ -1116,6 +981,14 @@ packages: cpu: [riscv64] os: [linux] + "@rollup/rollup-linux-riscv64-gnu@4.28.0": + resolution: + { + integrity: sha512-VEdVYacLniRxbRJLNtzwGt5vwS0ycYshofI7cWAfj7Vg5asqj+pt+Q6x4n+AONSZW/kVm+5nklde0qs2EUwU2g==, + } + cpu: [riscv64] + os: [linux] + "@rollup/rollup-linux-s390x-gnu@4.24.3": resolution: { @@ -1124,6 +997,14 @@ packages: cpu: [s390x] os: [linux] + "@rollup/rollup-linux-s390x-gnu@4.28.0": + resolution: + { + integrity: sha512-LQlP5t2hcDJh8HV8RELD9/xlYtEzJkm/aWGsauvdO2ulfl3QYRjqrKW+mGAIWP5kdNCBheqqqYIGElSRCaXfpw==, + } + cpu: [s390x] + os: [linux] + "@rollup/rollup-linux-x64-gnu@4.24.3": resolution: { @@ -1132,6 +1013,14 @@ packages: cpu: [x64] os: [linux] + "@rollup/rollup-linux-x64-gnu@4.28.0": + resolution: + { + integrity: sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==, + } + cpu: [x64] + os: [linux] + "@rollup/rollup-linux-x64-musl@4.24.3": resolution: { @@ -1140,6 +1029,14 @@ packages: cpu: [x64] os: [linux] + "@rollup/rollup-linux-x64-musl@4.28.0": + resolution: + { + integrity: sha512-eKpJr4vBDOi4goT75MvW+0dXcNUqisK4jvibY9vDdlgLx+yekxSm55StsHbxUsRxSTt3JEQvlr3cGDkzcSP8bw==, + } + cpu: [x64] + os: [linux] + "@rollup/rollup-win32-arm64-msvc@4.24.3": resolution: { @@ -1148,6 +1045,14 @@ packages: cpu: [arm64] os: [win32] + "@rollup/rollup-win32-arm64-msvc@4.28.0": + resolution: + { + integrity: sha512-Vi+WR62xWGsE/Oj+mD0FNAPY2MEox3cfyG0zLpotZdehPFXwz6lypkGs5y38Jd/NVSbOD02aVad6q6QYF7i8Bg==, + } + cpu: [arm64] + os: [win32] + "@rollup/rollup-win32-ia32-msvc@4.24.3": resolution: { @@ -1156,6 +1061,14 @@ packages: cpu: [ia32] os: [win32] + "@rollup/rollup-win32-ia32-msvc@4.28.0": + resolution: + { + integrity: sha512-kN/Vpip8emMLn/eOza+4JwqDZBL6MPNpkdaEsgUtW1NYN3DZvZqSQrbKzJcTL6hd8YNmFTn7XGWMwccOcJBL0A==, + } + cpu: [ia32] + os: [win32] + "@rollup/rollup-win32-x64-msvc@4.24.3": resolution: { @@ -1164,6 +1077,14 @@ packages: cpu: [x64] os: [win32] + "@rollup/rollup-win32-x64-msvc@4.28.0": + resolution: + { + integrity: sha512-Bvno2/aZT6usSa7lRDL2+hMjVAGjuqaymF1ApZm31JXzniR/hvr14jpU+/z4X6Gt5BPlzosscyJZGUvguXIqeQ==, + } + cpu: [x64] + os: [win32] + "@rtsao/scc@1.1.0": resolution: { @@ -1308,10 +1229,10 @@ packages: integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==, } - "@typescript-eslint/eslint-plugin@8.12.2": + "@typescript-eslint/eslint-plugin@8.16.0": resolution: { - integrity: sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==, + integrity: sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: @@ -1322,10 +1243,10 @@ packages: typescript: optional: true - "@typescript-eslint/parser@8.12.2": + "@typescript-eslint/parser@8.16.0": resolution: { - integrity: sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==, + integrity: sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: @@ -1335,36 +1256,37 @@ packages: typescript: optional: true - "@typescript-eslint/scope-manager@8.12.2": + "@typescript-eslint/scope-manager@8.16.0": resolution: { - integrity: sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==, + integrity: sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@typescript-eslint/type-utils@8.12.2": + "@typescript-eslint/type-utils@8.16.0": resolution: { - integrity: sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==, + integrity: sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: + eslint: ^8.57.0 || ^9.0.0 typescript: "*" peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/types@8.12.2": + "@typescript-eslint/types@8.16.0": resolution: { - integrity: sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==, + integrity: sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@typescript-eslint/typescript-estree@8.12.2": + "@typescript-eslint/typescript-estree@8.16.0": resolution: { - integrity: sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==, + integrity: sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: @@ -1373,19 +1295,23 @@ packages: typescript: optional: true - "@typescript-eslint/utils@8.12.2": + "@typescript-eslint/utils@8.16.0": resolution: { - integrity: sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==, + integrity: sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: eslint: ^8.57.0 || ^9.0.0 + typescript: "*" + peerDependenciesMeta: + typescript: + optional: true - "@typescript-eslint/visitor-keys@8.12.2": + "@typescript-eslint/visitor-keys@8.16.0": resolution: { - integrity: sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==, + integrity: sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -1395,63 +1321,63 @@ packages: integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, } - "@vitejs/plugin-react@4.3.3": + "@vitejs/plugin-react@4.3.4": resolution: { - integrity: sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==, + integrity: sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==, } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: - vite: ^4.2.0 || ^5.0.0 + vite: ^4.2.0 || ^5.0.0 || ^6.0.0 - "@vitest/expect@2.1.4": + "@vitest/expect@2.1.6": resolution: { - integrity: sha512-DOETT0Oh1avie/D/o2sgMHGrzYUFFo3zqESB2Hn70z6QB1HrS2IQ9z5DfyTqU8sg4Bpu13zZe9V4+UTNQlUeQA==, + integrity: sha512-9M1UR9CAmrhJOMoSwVnPh2rELPKhYo0m/CSgqw9PyStpxtkwhmdM6XYlXGKeYyERY1N6EIuzkQ7e3Lm1WKCoUg==, } - "@vitest/mocker@2.1.4": + "@vitest/mocker@2.1.6": resolution: { - integrity: sha512-Ky/O1Lc0QBbutJdW0rqLeFNbuLEyS+mIPiNdlVlp2/yhJ0SbyYqObS5IHdhferJud8MbbwMnexg4jordE5cCoQ==, + integrity: sha512-MHZp2Z+Q/A3am5oD4WSH04f9B0T7UvwEb+v5W0kCYMhtXGYbdyl2NUk1wdSMqGthmhpiThPDp/hEoVwu16+u1A==, } peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 + vite: ^5.0.0 || ^6.0.0 peerDependenciesMeta: msw: optional: true vite: optional: true - "@vitest/pretty-format@2.1.4": + "@vitest/pretty-format@2.1.6": resolution: { - integrity: sha512-L95zIAkEuTDbUX1IsjRl+vyBSLh3PwLLgKpghl37aCK9Jvw0iP+wKwIFhfjdUtA2myLgjrG6VU6JCFLv8q/3Ww==, + integrity: sha512-exZyLcEnHgDMKc54TtHca4McV4sKT+NKAe9ix/yhd/qkYb/TP8HTyXRFDijV19qKqTZM0hPL4753zU/U8L/gAA==, } - "@vitest/runner@2.1.4": + "@vitest/runner@2.1.6": resolution: { - integrity: sha512-sKRautINI9XICAMl2bjxQM8VfCMTB0EbsBc/EDFA57V6UQevEKY/TOPOF5nzcvCALltiLfXWbq4MaAwWx/YxIA==, + integrity: sha512-SjkRGSFyrA82m5nz7To4CkRSEVWn/rwQISHoia/DB8c6IHIhaE/UNAo+7UfeaeJRE979XceGl00LNkIz09RFsA==, } - "@vitest/snapshot@2.1.4": + "@vitest/snapshot@2.1.6": resolution: { - integrity: sha512-3Kab14fn/5QZRog5BPj6Rs8dc4B+mim27XaKWFWHWA87R56AKjHTGcBFKpvZKDzC4u5Wd0w/qKsUIio3KzWW4Q==, + integrity: sha512-5JTWHw8iS9l3v4/VSuthCndw1lN/hpPB+mlgn1BUhFbobeIUj1J1V/Bj2t2ovGEmkXLTckFjQddsxS5T6LuVWw==, } - "@vitest/spy@2.1.4": + "@vitest/spy@2.1.6": resolution: { - integrity: sha512-4JOxa+UAizJgpZfaCPKK2smq9d8mmjZVPMt2kOsg/R8QkoRzydHH1qHxIYNvr1zlEaFj4SXiaaJWxq/LPLKaLg==, + integrity: sha512-oTFObV8bd4SDdRka5O+mSh5w9irgx5IetrD5i+OsUUsk/shsBoHifwCzy45SAORzAhtNiprUVaK3hSCCzZh1jQ==, } - "@vitest/utils@2.1.4": + "@vitest/utils@2.1.6": resolution: { - integrity: sha512-MXDnZn0Awl2S86PSNIim5PWXgIAx8CIkzu35mBdSApUip6RFOGXBCf3YFyeEu8n1IHk4bWD46DeYFu9mQlFIRg==, + integrity: sha512-ixNkFy3k4vokOUTU2blIUvOgKq/N2PW8vKIjZZYsGJCMX69MRa9J2sKqX5hY/k5O5Gty3YJChepkqZ3KM9LyIQ==, } acorn-jsx@5.3.2: @@ -1620,10 +1546,10 @@ packages: integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==, } - babel-plugin-jsx-dom-expressions@0.37.21: + babel-plugin-jsx-dom-expressions@0.39.3: resolution: { - integrity: sha512-WbQo1NQ241oki8bYasVzkMXOTSIri5GO/K47rYJb2ZBh8GaPUEWiWbMV3KwXz+96eU2i54N6ThzjQG/f5n8Azw==, + integrity: sha512-6RzmSu21zYPlV2gNwzjGG9FgODtt9hIWnx7L//OIioIEuRcnpDZoY8Tr+I81Cy1SrH4qoDyKpwHHo6uAMAeyPA==, } peerDependencies: "@babel/core": ^7.20.12 @@ -1636,10 +1562,10 @@ packages: peerDependencies: "@babel/core": ^7.12.10 - babel-preset-solid@1.8.17: + babel-preset-solid@1.9.3: resolution: { - integrity: sha512-s/FfTZOeds0hYxYqce90Jb+0ycN2lrzC7VP1k1JIn3wBqcaexDKdYi6xjB+hMNkL+Q6HobKbwsriqPloasR9LA==, + integrity: sha512-jvlx5wDp8s+bEF9sGFw/84SInXOA51ttkUEroQziKMbxplXThVKt83qB6bDTa1HuLNatdU9FHpFOiQWs1tLQIg==, } peerDependencies: "@babel/core": ^7.0.0 @@ -1680,10 +1606,10 @@ packages: integrity: sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==, } - bare-stream@2.3.2: + bare-stream@2.4.2: resolution: { - integrity: sha512-EFZHSIBkDgSHIwj2l2QZfP4U5OcD4xFAOwhSb/vlr9PIqyGJGvB/nfClJbcnh3EY4jtPE4zsb5ztae96bVF79A==, + integrity: sha512-XZ4ln/KV4KT+PXdIWTKjsLY+quqCaEtqqtgGJVPw9AoM73By03ij64YjepK0aQvHSWDb6AfAZwqKaFu68qkrdA==, } base64-js@1.5.1: @@ -1957,6 +1883,13 @@ packages: } engines: { node: ">= 8" } + cross-spawn@7.0.6: + resolution: + { + integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==, + } + engines: { node: ">= 8" } + css-select@5.1.0: resolution: { @@ -2087,10 +2020,10 @@ packages: integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==, } - devtools-protocol@0.0.1354347: + devtools-protocol@0.0.1367902: resolution: { - integrity: sha512-BlmkSqV0V84E2WnEnoPnwyix57rQxAM5SKJjf4TbYOCGLAWtz8CDH8RIaGOjPgPCXo2Mce3kxSY497OySidY3Q==, + integrity: sha512-XxtPuC3PGakY6PD7dG66/o8KwJ/LkH2/EKe19Dcw58w53dv4/vSQEkn/SzuyhHE2q4zPgCkxQBxus3VV4ql+Pg==, } doctrine@2.1.0: @@ -2201,10 +2134,10 @@ packages: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, } - es-abstract@1.23.3: + es-abstract@1.23.5: resolution: { - integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==, + integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==, } engines: { node: ">= 0.4" } @@ -2222,13 +2155,19 @@ packages: } engines: { node: ">= 0.4" } - es-iterator-helpers@1.1.0: + es-iterator-helpers@1.2.0: resolution: { - integrity: sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==, + integrity: sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==, } engines: { node: ">= 0.4" } + es-module-lexer@1.5.4: + resolution: + { + integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==, + } + es-object-atoms@1.0.0: resolution: { @@ -2249,10 +2188,10 @@ packages: integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==, } - es-to-primitive@1.2.1: + es-to-primitive@1.3.0: resolution: { - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, + integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==, } engines: { node: ">= 0.4" } @@ -2268,14 +2207,6 @@ packages: integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==, } - esbuild@0.21.5: - resolution: - { - integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==, - } - engines: { node: ">=12" } - hasBin: true - esbuild@0.24.0: resolution: { @@ -2444,10 +2375,10 @@ packages: } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - eslint@9.14.0: + eslint@9.16.0: resolution: { - integrity: sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==, + integrity: sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } hasBin: true @@ -2677,10 +2608,10 @@ packages: } engines: { node: ">=16" } - flatted@3.3.1: + flatted@3.3.2: resolution: { - integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==, + integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==, } for-each@0.3.3: @@ -2867,10 +2798,10 @@ packages: } engines: { node: ">=18" } - globals@15.11.0: + globals@15.12.0: resolution: { - integrity: sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==, + integrity: sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==, } engines: { node: ">=18" } @@ -2889,11 +2820,12 @@ packages: engines: { node: ">=0.6.0" } hasBin: true - gopd@1.0.1: + gopd@1.1.0: resolution: { - integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, + integrity: sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==, } + engines: { node: ">= 0.4" } graceful-fs@4.2.11: resolution: @@ -3006,10 +2938,10 @@ packages: } engines: { node: ">=16.17.0" } - husky@9.1.6: + husky@9.1.7: resolution: { - integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==, + integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==, } engines: { node: ">=18" } hasBin: true @@ -3132,10 +3064,10 @@ packages: } engines: { node: ">= 0.4" } - is-bun-module@1.2.1: + is-bun-module@1.3.0: resolution: { - integrity: sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==, + integrity: sha512-DgXeu5UWI0IsMQundYb5UAOzm6G2eVnarJ0byP6Tm55iZNKceD59LNPA2L4VvsScTtHcw0yEkVwSf7PC+QoLSA==, } is-callable@1.2.7: @@ -3179,11 +3111,12 @@ packages: } engines: { node: ">=0.10.0" } - is-finalizationregistry@1.0.2: + is-finalizationregistry@1.1.0: resolution: { - integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==, + integrity: sha512-qfMdqbAQEwBw78ZyReKnlA8ezmPdb9BemzIIip/JkjaZUhitfXDkkr+3QTboW0JrSXT1QWyYShpvnNHGZ4c4yA==, } + engines: { node: ">= 0.4" } is-fullwidth-code-point@3.0.0: resolution: @@ -3261,10 +3194,10 @@ packages: } engines: { node: ">=12" } - is-regex@1.1.4: + is-regex@1.2.0: resolution: { - integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, + integrity: sha512-B6ohK4ZmoftlUe+uvenXSbPJFo6U37BH7oO1B3nQH8f/7h27N56s85MhUtbFJAziz5dcmuR3i8ovUl35zp8pFA==, } engines: { node: ">= 0.4" } @@ -3579,10 +3512,10 @@ packages: } engines: { node: ">=12" } - magic-string@0.30.12: + magic-string@0.30.14: resolution: { - integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==, + integrity: sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==, } magic-string@0.30.5: @@ -3926,10 +3859,10 @@ packages: integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==, } - nanoid@3.3.7: + nanoid@3.3.8: resolution: { - integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==, + integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==, } engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true @@ -4015,10 +3948,10 @@ packages: } engines: { node: ">=0.10.0" } - object-inspect@1.13.2: + object-inspect@1.13.3: resolution: { - integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==, + integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==, } engines: { node: ">= 0.4" } @@ -4145,6 +4078,12 @@ packages: } engines: { node: ">=8" } + parse5@7.2.1: + resolution: + { + integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==, + } + path-exists@4.0.0: resolution: { @@ -4267,17 +4206,17 @@ packages: yaml: optional: true - postcss@8.4.47: + postcss@8.4.49: resolution: { - integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==, + integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==, } engines: { node: ^10 || ^12 || >=14 } - preact@10.24.3: + preact@10.25.0: resolution: { - integrity: sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==, + integrity: sha512-6bYnzlLxXV3OSpUxLdaxBmE7PMOu0aR3pG6lryK/0jmvcDFPlcXGQAt5DpK3RITWiDrfYZRI0druyaK/S9kYLg==, } prelude-ls@1.2.1: @@ -4287,10 +4226,10 @@ packages: } engines: { node: ">= 0.8.0" } - prettier@3.3.3: + prettier@3.4.1: resolution: { - integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==, + integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==, } engines: { node: ">=14" } hasBin: true @@ -4356,17 +4295,17 @@ packages: } engines: { node: ">=6" } - puppeteer-core@23.6.1: + puppeteer-core@23.9.0: resolution: { - integrity: sha512-DoNLAzQfGklPauEn33N4h9cM9GubJSINEn+AUMwAXwW159Y9JLk5y34Jsbv4c7kG8P0puOYWV9leu2siMZ/QpQ==, + integrity: sha512-hLVrav2HYMVdK0YILtfJwtnkBAwNOztUdR4aJ5YKDvgsbtagNr6urUJk9HyjRA9e+PaLI3jzJ0wM7A4jSZ7Qxw==, } engines: { node: ">=18" } - puppeteer@23.6.1: + puppeteer@23.9.0: resolution: { - integrity: sha512-8+ALGQgwXd3P/tGcuSsxTPGDaOQIjcDIm04I5hpWZv/PiN5q8bQNHRUyfYrifT+flnM9aTWCP7tLEzuB6SlIgA==, + integrity: sha512-WfB8jGwFV+qrD9dcJJVvWPFJBU6kxeu2wxJz9WooDGfM3vIiKLgzImEDBxUQnCBK/2cXB3d4dV6gs/LLpgfLDg==, } engines: { node: ">=18" } hasBin: true @@ -4442,10 +4381,10 @@ packages: integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==, } - reflect.getprototypeof@1.0.6: + reflect.getprototypeof@1.0.7: resolution: { - integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==, + integrity: sha512-bMvFGIUKlc/eSfXNX+aZ+EL95/EgZzuwA0OBPTbZZDEJw/0AkentjMuM1oiRfwHrshqk4RzdgiTg5CcDalXN5g==, } engines: { node: ">= 0.4" } @@ -4549,6 +4488,14 @@ packages: engines: { node: ">=18.0.0", npm: ">=8.0.0" } hasBin: true + rollup@4.28.0: + resolution: + { + integrity: sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==, + } + engines: { node: ">=18.0.0", npm: ">=8.0.0" } + hasBin: true + run-parallel@1.2.0: resolution: { @@ -4784,10 +4731,10 @@ packages: integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==, } - std-env@3.7.0: + std-env@3.8.0: resolution: { - integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==, + integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==, } stream-combiner@0.0.4: @@ -4796,10 +4743,10 @@ packages: integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==, } - streamx@2.20.1: + streamx@2.20.2: resolution: { - integrity: sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==, + integrity: sha512-aDGDLU+j9tJcUdPGOaHmVF1u/hhI+CsGkT02V3OKlHDV7IukOI+nTWAGkiZEKCO35rWN1wIr4tS7YFr1f4qSvA==, } string-argv@0.3.2: @@ -4963,12 +4910,6 @@ packages: integrity: sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==, } - text-table@0.2.0: - resolution: - { - integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, - } - thenify-all@1.6.0: resolution: { @@ -5007,10 +4948,10 @@ packages: } engines: { node: ">=12.0.0" } - tinypool@1.0.1: + tinypool@1.0.2: resolution: { - integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==, + integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==, } engines: { node: ^18.0.0 || >=20.0.0 } @@ -5060,10 +5001,10 @@ packages: integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==, } - ts-api-utils@1.4.0: + ts-api-utils@1.4.3: resolution: { - integrity: sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==, + integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==, } engines: { node: ">=16" } peerDependencies: @@ -5137,17 +5078,17 @@ packages: } engines: { node: ">= 0.4" } - typed-array-byte-offset@1.0.2: + typed-array-byte-offset@1.0.3: resolution: { - integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==, + integrity: sha512-GsvTyUHTriq6o/bHcTd0vM7OQ9JEdlvluu9YISaA7+KzDzPaIzEeDFNkTfhdE3MYcNhNi0vq/LlegYgIs5yPAw==, } engines: { node: ">= 0.4" } - typed-array-length@1.0.6: + typed-array-length@1.0.7: resolution: { - integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==, + integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==, } engines: { node: ">= 0.4" } @@ -5157,22 +5098,23 @@ packages: integrity: sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==, } - typescript-eslint@8.12.2: + typescript-eslint@8.16.0: resolution: { - integrity: sha512-UbuVUWSrHVR03q9CWx+JDHeO6B/Hr9p4U5lRH++5tq/EbFq1faYZe50ZSBePptgfIKLEti0aPQ3hFgnPVcd8ZQ==, + integrity: sha512-wDkVmlY6O2do4V+lZd0GtRfbtXbeD0q9WygwXXSJnC1xorE8eqyC2L1tJimqpSeFrOzRlYtWnUp/uzgHQOgfBQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: + eslint: ^8.57.0 || ^9.0.0 typescript: "*" peerDependenciesMeta: typescript: optional: true - typescript@5.6.3: + typescript@5.7.2: resolution: { - integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==, + integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==, } engines: { node: ">=14.17" } hasBin: true @@ -5283,46 +5225,51 @@ packages: integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==, } - vite-node@2.1.4: + vite-node@2.1.6: resolution: { - integrity: sha512-kqa9v+oi4HwkG6g8ufRnb5AeplcRw8jUF6/7/Qz1qRQOXHImG8YnLbB+LLszENwFnoBl9xIf9nVdCFzNd7GQEg==, + integrity: sha512-DBfJY0n9JUwnyLxPSSUmEePT21j8JZp/sR9n+/gBwQU6DcQOioPdb8/pibWfXForbirSagZCilseYIwaL3f95A==, } - engines: { node: ^18.0.0 || >=20.0.0 } + engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } hasBin: true - vite-plugin-solid@2.10.2: + vite-plugin-solid@2.11.0: resolution: { - integrity: sha512-AOEtwMe2baBSXMXdo+BUwECC8IFHcKS6WQV/1NEd+Q7vHPap5fmIhLcAzr+DUJ04/KHx/1UBU0l1/GWP+rMAPQ==, + integrity: sha512-G+NiwDj4EAeUE0wt3Ur9f+Lt9oMUuLd0FIxYuqwJSqRacKQRteCwUFzNy8zMEt88xWokngQhiFjfJMhjc1fDXw==, } peerDependencies: "@testing-library/jest-dom": ^5.16.6 || ^5.17.0 || ^6.* solid-js: ^1.7.2 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 peerDependenciesMeta: "@testing-library/jest-dom": optional: true - vite@5.4.10: + vite@6.0.1: resolution: { - integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==, + integrity: sha512-Ldn6gorLGr4mCdFnmeAOLweJxZ34HjKnDm4HGo6P66IEqTxQb36VEdFJQENKxWjupNfoIjvRUnswjn1hpYEpjQ==, } - engines: { node: ^18.0.0 || >=20.0.0 } + engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } hasBin: true peerDependencies: - "@types/node": ^18.0.0 || >=20.0.0 + "@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: ">=1.21.0" less: "*" lightningcss: ^1.21.0 sass: "*" sass-embedded: "*" stylus: "*" sugarss: "*" - terser: ^5.4.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: "@types/node": optional: true + jiti: + optional: true less: optional: true lightningcss: @@ -5337,30 +5284,34 @@ packages: optional: true terser: optional: true + tsx: + optional: true + yaml: + optional: true - vitefu@0.2.5: + vitefu@1.0.4: resolution: { - integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==, + integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==, } peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 peerDependenciesMeta: vite: optional: true - vitest@2.1.4: + vitest@2.1.6: resolution: { - integrity: sha512-eDjxbVAJw1UJJCHr5xr/xM86Zx+YxIEXGAR+bmnEID7z9qWfoxpHw0zdobz+TQAFOLT+nEXz3+gx6nUJ7RgmlQ==, + integrity: sha512-isUCkvPL30J4c5O5hgONeFRsDmlw6kzFEdLQHLezmDdKQHy8Ke/B/dgdTMEgU0vm+iZ0TjW8GuK83DiahBoKWQ==, } - engines: { node: ^18.0.0 || >=20.0.0 } + engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } hasBin: true peerDependencies: "@edge-runtime/vm": "*" - "@types/node": ^18.0.0 || >=20.0.0 - "@vitest/browser": 2.1.4 - "@vitest/ui": 2.1.4 + "@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0 + "@vitest/browser": 2.1.6 + "@vitest/ui": 2.1.6 happy-dom: "*" jsdom: "*" peerDependenciesMeta: @@ -5402,10 +5353,10 @@ packages: integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, } - which-builtin-type@1.1.4: + which-builtin-type@1.2.0: resolution: { - integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==, + integrity: sha512-I+qLGQ/vucCby4tf5HsLmGueEla4ZhwTBSqaooS+Y0BuxN4Cp+okmGuV+8mXZ84KDI9BA+oklo+RzKg0ONdSUA==, } engines: { node: ">= 0.4" } @@ -5416,10 +5367,10 @@ packages: } engines: { node: ">= 0.4" } - which-typed-array@1.1.15: + which-typed-array@1.1.16: resolution: { - integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==, + integrity: sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ==, } engines: { node: ">= 0.4" } @@ -5606,13 +5557,6 @@ snapshots: dependencies: "@babel/types": 7.26.0 - "@babel/helper-module-imports@7.24.7": - dependencies: - "@babel/traverse": 7.25.9 - "@babel/types": 7.26.0 - transitivePeerDependencies: - - supports-color - "@babel/helper-module-imports@7.25.9": dependencies: "@babel/traverse": 7.25.9 @@ -5646,11 +5590,6 @@ snapshots: dependencies: "@babel/types": 7.26.0 - "@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.26.0)": - dependencies: - "@babel/core": 7.26.0 - "@babel/helper-plugin-utils": 7.25.9 - "@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)": dependencies: "@babel/core": 7.26.0 @@ -5707,23 +5646,23 @@ snapshots: "@babel/helper-string-parser": 7.25.9 "@babel/helper-validator-identifier": 7.25.9 - "@cyco130/eslint-config@5.0.0(eslint@9.14.0)(typescript@5.6.3)": + "@cyco130/eslint-config@5.0.1(eslint@9.16.0)(typescript@5.7.2)": dependencies: - "@eslint/compat": 1.2.2(eslint@9.14.0) - "@eslint/js": 9.14.0 - eslint: 9.14.0 - eslint-config-prettier: 9.1.0(eslint@9.14.0) - eslint-import-resolver-typescript: 3.6.3(eslint-plugin-import@2.31.0)(eslint@9.14.0) - eslint-plugin-css-modules: 2.12.0(eslint@9.14.0) - eslint-plugin-import: 2.31.0(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) + "@eslint/compat": 1.2.3(eslint@9.16.0) + "@eslint/js": 9.16.0 + eslint: 9.16.0 + eslint-config-prettier: 9.1.0(eslint@9.16.0) + eslint-import-resolver-typescript: 3.6.3(eslint-plugin-import@2.31.0)(eslint@9.16.0) + eslint-plugin-css-modules: 2.12.0(eslint@9.16.0) + eslint-plugin-import: 2.31.0(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-only-warn: 1.1.0 - eslint-plugin-react: 7.37.2(eslint@9.14.0) - eslint-plugin-react-hooks: 5.0.0(eslint@9.14.0) - eslint-plugin-ssr-friendly: 1.3.0(eslint@9.14.0) - globals: 15.11.0 - typescript: 5.6.3 - typescript-eslint: 8.12.2(eslint@9.14.0)(typescript@5.6.3) + eslint-plugin-react: 7.37.2(eslint@9.16.0) + eslint-plugin-react-hooks: 5.0.0(eslint@9.16.0) + eslint-plugin-ssr-friendly: 1.3.0(eslint@9.16.0) + globals: 15.12.0 + typescript: 5.7.2 + typescript-eslint: 8.16.0(eslint@9.16.0)(typescript@5.7.2) transitivePeerDependencies: - "@typescript-eslint/parser" - eslint-import-resolver-node @@ -5731,159 +5670,90 @@ snapshots: - eslint-plugin-import-x - supports-color - "@esbuild/aix-ppc64@0.21.5": - optional: true - "@esbuild/aix-ppc64@0.24.0": optional: true - "@esbuild/android-arm64@0.21.5": - optional: true - "@esbuild/android-arm64@0.24.0": optional: true - "@esbuild/android-arm@0.21.5": - optional: true - "@esbuild/android-arm@0.24.0": optional: true - "@esbuild/android-x64@0.21.5": - optional: true - "@esbuild/android-x64@0.24.0": optional: true - "@esbuild/darwin-arm64@0.21.5": - optional: true - "@esbuild/darwin-arm64@0.24.0": optional: true - "@esbuild/darwin-x64@0.21.5": - optional: true - "@esbuild/darwin-x64@0.24.0": optional: true - "@esbuild/freebsd-arm64@0.21.5": - optional: true - "@esbuild/freebsd-arm64@0.24.0": optional: true - "@esbuild/freebsd-x64@0.21.5": - optional: true - "@esbuild/freebsd-x64@0.24.0": optional: true - "@esbuild/linux-arm64@0.21.5": - optional: true - "@esbuild/linux-arm64@0.24.0": optional: true - "@esbuild/linux-arm@0.21.5": - optional: true - "@esbuild/linux-arm@0.24.0": optional: true - "@esbuild/linux-ia32@0.21.5": - optional: true - "@esbuild/linux-ia32@0.24.0": optional: true - "@esbuild/linux-loong64@0.21.5": - optional: true - "@esbuild/linux-loong64@0.24.0": optional: true - "@esbuild/linux-mips64el@0.21.5": - optional: true - "@esbuild/linux-mips64el@0.24.0": optional: true - "@esbuild/linux-ppc64@0.21.5": - optional: true - "@esbuild/linux-ppc64@0.24.0": optional: true - "@esbuild/linux-riscv64@0.21.5": - optional: true - "@esbuild/linux-riscv64@0.24.0": optional: true - "@esbuild/linux-s390x@0.21.5": - optional: true - "@esbuild/linux-s390x@0.24.0": optional: true - "@esbuild/linux-x64@0.21.5": - optional: true - "@esbuild/linux-x64@0.24.0": optional: true - "@esbuild/netbsd-x64@0.21.5": - optional: true - "@esbuild/netbsd-x64@0.24.0": optional: true "@esbuild/openbsd-arm64@0.24.0": optional: true - "@esbuild/openbsd-x64@0.21.5": - optional: true - "@esbuild/openbsd-x64@0.24.0": optional: true - "@esbuild/sunos-x64@0.21.5": - optional: true - "@esbuild/sunos-x64@0.24.0": optional: true - "@esbuild/win32-arm64@0.21.5": - optional: true - "@esbuild/win32-arm64@0.24.0": optional: true - "@esbuild/win32-ia32@0.21.5": - optional: true - "@esbuild/win32-ia32@0.24.0": optional: true - "@esbuild/win32-x64@0.21.5": - optional: true - "@esbuild/win32-x64@0.24.0": optional: true - "@eslint-community/eslint-utils@4.4.1(eslint@9.14.0)": + "@eslint-community/eslint-utils@4.4.1(eslint@9.16.0)": dependencies: - eslint: 9.14.0 + eslint: 9.16.0 eslint-visitor-keys: 3.4.3 "@eslint-community/regexpp@4.12.1": {} - "@eslint/compat@1.2.2(eslint@9.14.0)": + "@eslint/compat@1.2.3(eslint@9.16.0)": optionalDependencies: - eslint: 9.14.0 + eslint: 9.16.0 - "@eslint/config-array@0.18.0": + "@eslint/config-array@0.19.0": dependencies: "@eslint/object-schema": 2.1.4 debug: 4.3.7 @@ -5891,9 +5761,9 @@ snapshots: transitivePeerDependencies: - supports-color - "@eslint/core@0.7.0": {} + "@eslint/core@0.9.0": {} - "@eslint/eslintrc@3.1.0": + "@eslint/eslintrc@3.2.0": dependencies: ajv: 6.12.6 debug: 4.3.7 @@ -5907,11 +5777,11 @@ snapshots: transitivePeerDependencies: - supports-color - "@eslint/js@9.14.0": {} + "@eslint/js@9.16.0": {} "@eslint/object-schema@2.1.4": {} - "@eslint/plugin-kit@0.2.2": + "@eslint/plugin-kit@0.2.3": dependencies: levn: 0.4.1 @@ -5926,7 +5796,7 @@ snapshots: "@humanwhocodes/retry@0.3.1": {} - "@humanwhocodes/retry@0.4.0": {} + "@humanwhocodes/retry@0.4.1": {} "@isaacs/cliui@8.0.2": dependencies: @@ -6001,13 +5871,13 @@ snapshots: "@pkgjs/parseargs@0.11.0": optional: true - "@preact/preset-vite@2.9.1(@babel/core@7.26.0)(preact@10.24.3)(vite@5.4.10(@types/node@18.19.63))": + "@preact/preset-vite@2.9.2(@babel/core@7.26.0)(preact@10.25.0)(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1))": dependencies: "@babel/code-frame": 7.26.2 "@babel/core": 7.26.0 "@babel/plugin-transform-react-jsx": 7.25.9(@babel/core@7.26.0) "@babel/plugin-transform-react-jsx-development": 7.25.9(@babel/core@7.26.0) - "@prefresh/vite": 2.4.6(preact@10.24.3)(vite@5.4.10(@types/node@18.19.63)) + "@prefresh/vite": 2.4.6(preact@10.25.0)(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)) "@rollup/pluginutils": 4.2.1 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.26.0) debug: 4.3.7 @@ -6016,32 +5886,32 @@ snapshots: node-html-parser: 6.1.13 source-map: 0.7.4 stack-trace: 1.0.0-pre2 - vite: 5.4.10(@types/node@18.19.63) + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) transitivePeerDependencies: - preact - supports-color "@prefresh/babel-plugin@0.5.1": {} - "@prefresh/core@1.5.2(preact@10.24.3)": + "@prefresh/core@1.5.3(preact@10.25.0)": dependencies: - preact: 10.24.3 + preact: 10.25.0 "@prefresh/utils@1.2.0": {} - "@prefresh/vite@2.4.6(preact@10.24.3)(vite@5.4.10(@types/node@18.19.63))": + "@prefresh/vite@2.4.6(preact@10.25.0)(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1))": dependencies: "@babel/core": 7.26.0 "@prefresh/babel-plugin": 0.5.1 - "@prefresh/core": 1.5.2(preact@10.24.3) + "@prefresh/core": 1.5.3(preact@10.25.0) "@prefresh/utils": 1.2.0 "@rollup/pluginutils": 4.2.1 - preact: 10.24.3 - vite: 5.4.10(@types/node@18.19.63) + preact: 10.25.0 + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) transitivePeerDependencies: - supports-color - "@puppeteer/browsers@2.4.0": + "@puppeteer/browsers@2.4.1": dependencies: debug: 4.3.7 extract-zip: 2.0.1 @@ -6062,57 +5932,111 @@ snapshots: "@rollup/rollup-android-arm-eabi@4.24.3": optional: true + "@rollup/rollup-android-arm-eabi@4.28.0": + optional: true + "@rollup/rollup-android-arm64@4.24.3": optional: true + "@rollup/rollup-android-arm64@4.28.0": + optional: true + "@rollup/rollup-darwin-arm64@4.24.3": optional: true + "@rollup/rollup-darwin-arm64@4.28.0": + optional: true + "@rollup/rollup-darwin-x64@4.24.3": optional: true + "@rollup/rollup-darwin-x64@4.28.0": + optional: true + "@rollup/rollup-freebsd-arm64@4.24.3": optional: true + "@rollup/rollup-freebsd-arm64@4.28.0": + optional: true + "@rollup/rollup-freebsd-x64@4.24.3": optional: true + "@rollup/rollup-freebsd-x64@4.28.0": + optional: true + "@rollup/rollup-linux-arm-gnueabihf@4.24.3": optional: true + "@rollup/rollup-linux-arm-gnueabihf@4.28.0": + optional: true + "@rollup/rollup-linux-arm-musleabihf@4.24.3": optional: true + "@rollup/rollup-linux-arm-musleabihf@4.28.0": + optional: true + "@rollup/rollup-linux-arm64-gnu@4.24.3": optional: true + "@rollup/rollup-linux-arm64-gnu@4.28.0": + optional: true + "@rollup/rollup-linux-arm64-musl@4.24.3": optional: true + "@rollup/rollup-linux-arm64-musl@4.28.0": + optional: true + "@rollup/rollup-linux-powerpc64le-gnu@4.24.3": optional: true + "@rollup/rollup-linux-powerpc64le-gnu@4.28.0": + optional: true + "@rollup/rollup-linux-riscv64-gnu@4.24.3": optional: true + "@rollup/rollup-linux-riscv64-gnu@4.28.0": + optional: true + "@rollup/rollup-linux-s390x-gnu@4.24.3": optional: true + "@rollup/rollup-linux-s390x-gnu@4.28.0": + optional: true + "@rollup/rollup-linux-x64-gnu@4.24.3": optional: true + "@rollup/rollup-linux-x64-gnu@4.28.0": + optional: true + "@rollup/rollup-linux-x64-musl@4.24.3": optional: true + "@rollup/rollup-linux-x64-musl@4.28.0": + optional: true + "@rollup/rollup-win32-arm64-msvc@4.24.3": optional: true + "@rollup/rollup-win32-arm64-msvc@4.28.0": + optional: true + "@rollup/rollup-win32-ia32-msvc@4.24.3": optional: true + "@rollup/rollup-win32-ia32-msvc@4.28.0": + optional: true + "@rollup/rollup-win32-x64-msvc@4.24.3": optional: true + "@rollup/rollup-win32-x64-msvc@4.28.0": + optional: true + "@rtsao/scc@1.1.0": {} "@tootallnate/quickjs-emscripten@0.23.0": {} @@ -6194,137 +6118,138 @@ snapshots: "@types/node": 18.19.63 optional: true - "@typescript-eslint/eslint-plugin@8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3)": + "@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.16.0)(typescript@5.7.2))(eslint@9.16.0)(typescript@5.7.2)": dependencies: "@eslint-community/regexpp": 4.12.1 - "@typescript-eslint/parser": 8.12.2(eslint@9.14.0)(typescript@5.6.3) - "@typescript-eslint/scope-manager": 8.12.2 - "@typescript-eslint/type-utils": 8.12.2(eslint@9.14.0)(typescript@5.6.3) - "@typescript-eslint/utils": 8.12.2(eslint@9.14.0)(typescript@5.6.3) - "@typescript-eslint/visitor-keys": 8.12.2 - eslint: 9.14.0 + "@typescript-eslint/parser": 8.16.0(eslint@9.16.0)(typescript@5.7.2) + "@typescript-eslint/scope-manager": 8.16.0 + "@typescript-eslint/type-utils": 8.16.0(eslint@9.16.0)(typescript@5.7.2) + "@typescript-eslint/utils": 8.16.0(eslint@9.16.0)(typescript@5.7.2) + "@typescript-eslint/visitor-keys": 8.16.0 + eslint: 9.16.0 graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.4.0(typescript@5.6.3) + ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: - typescript: 5.6.3 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - "@typescript-eslint/parser@8.12.2(eslint@9.14.0)(typescript@5.6.3)": + "@typescript-eslint/parser@8.16.0(eslint@9.16.0)(typescript@5.7.2)": dependencies: - "@typescript-eslint/scope-manager": 8.12.2 - "@typescript-eslint/types": 8.12.2 - "@typescript-eslint/typescript-estree": 8.12.2(typescript@5.6.3) - "@typescript-eslint/visitor-keys": 8.12.2 + "@typescript-eslint/scope-manager": 8.16.0 + "@typescript-eslint/types": 8.16.0 + "@typescript-eslint/typescript-estree": 8.16.0(typescript@5.7.2) + "@typescript-eslint/visitor-keys": 8.16.0 debug: 4.3.7 - eslint: 9.14.0 + eslint: 9.16.0 optionalDependencies: - typescript: 5.6.3 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - "@typescript-eslint/scope-manager@8.12.2": + "@typescript-eslint/scope-manager@8.16.0": dependencies: - "@typescript-eslint/types": 8.12.2 - "@typescript-eslint/visitor-keys": 8.12.2 + "@typescript-eslint/types": 8.16.0 + "@typescript-eslint/visitor-keys": 8.16.0 - "@typescript-eslint/type-utils@8.12.2(eslint@9.14.0)(typescript@5.6.3)": + "@typescript-eslint/type-utils@8.16.0(eslint@9.16.0)(typescript@5.7.2)": dependencies: - "@typescript-eslint/typescript-estree": 8.12.2(typescript@5.6.3) - "@typescript-eslint/utils": 8.12.2(eslint@9.14.0)(typescript@5.6.3) + "@typescript-eslint/typescript-estree": 8.16.0(typescript@5.7.2) + "@typescript-eslint/utils": 8.16.0(eslint@9.16.0)(typescript@5.7.2) debug: 4.3.7 - ts-api-utils: 1.4.0(typescript@5.6.3) + eslint: 9.16.0 + ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: - typescript: 5.6.3 + typescript: 5.7.2 transitivePeerDependencies: - - eslint - supports-color - "@typescript-eslint/types@8.12.2": {} + "@typescript-eslint/types@8.16.0": {} - "@typescript-eslint/typescript-estree@8.12.2(typescript@5.6.3)": + "@typescript-eslint/typescript-estree@8.16.0(typescript@5.7.2)": dependencies: - "@typescript-eslint/types": 8.12.2 - "@typescript-eslint/visitor-keys": 8.12.2 + "@typescript-eslint/types": 8.16.0 + "@typescript-eslint/visitor-keys": 8.16.0 debug: 4.3.7 fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.4.0(typescript@5.6.3) + ts-api-utils: 1.4.3(typescript@5.7.2) optionalDependencies: - typescript: 5.6.3 + typescript: 5.7.2 transitivePeerDependencies: - supports-color - "@typescript-eslint/utils@8.12.2(eslint@9.14.0)(typescript@5.6.3)": + "@typescript-eslint/utils@8.16.0(eslint@9.16.0)(typescript@5.7.2)": dependencies: - "@eslint-community/eslint-utils": 4.4.1(eslint@9.14.0) - "@typescript-eslint/scope-manager": 8.12.2 - "@typescript-eslint/types": 8.12.2 - "@typescript-eslint/typescript-estree": 8.12.2(typescript@5.6.3) - eslint: 9.14.0 + "@eslint-community/eslint-utils": 4.4.1(eslint@9.16.0) + "@typescript-eslint/scope-manager": 8.16.0 + "@typescript-eslint/types": 8.16.0 + "@typescript-eslint/typescript-estree": 8.16.0(typescript@5.7.2) + eslint: 9.16.0 + optionalDependencies: + typescript: 5.7.2 transitivePeerDependencies: - supports-color - - typescript - "@typescript-eslint/visitor-keys@8.12.2": + "@typescript-eslint/visitor-keys@8.16.0": dependencies: - "@typescript-eslint/types": 8.12.2 - eslint-visitor-keys: 3.4.3 + "@typescript-eslint/types": 8.16.0 + eslint-visitor-keys: 4.2.0 "@ungap/structured-clone@1.2.0": {} - "@vitejs/plugin-react@4.3.3(vite@5.4.10(@types/node@18.19.63))": + "@vitejs/plugin-react@4.3.4(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1))": dependencies: "@babel/core": 7.26.0 "@babel/plugin-transform-react-jsx-self": 7.25.9(@babel/core@7.26.0) "@babel/plugin-transform-react-jsx-source": 7.25.9(@babel/core@7.26.0) "@types/babel__core": 7.20.5 react-refresh: 0.14.2 - vite: 5.4.10(@types/node@18.19.63) + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) transitivePeerDependencies: - supports-color - "@vitest/expect@2.1.4": + "@vitest/expect@2.1.6": dependencies: - "@vitest/spy": 2.1.4 - "@vitest/utils": 2.1.4 + "@vitest/spy": 2.1.6 + "@vitest/utils": 2.1.6 chai: 5.1.2 tinyrainbow: 1.2.0 - "@vitest/mocker@2.1.4(vite@5.4.10(@types/node@18.19.63))": + "@vitest/mocker@2.1.6(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1))": dependencies: - "@vitest/spy": 2.1.4 + "@vitest/spy": 2.1.6 estree-walker: 3.0.3 - magic-string: 0.30.12 + magic-string: 0.30.14 optionalDependencies: - vite: 5.4.10(@types/node@18.19.63) + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) - "@vitest/pretty-format@2.1.4": + "@vitest/pretty-format@2.1.6": dependencies: tinyrainbow: 1.2.0 - "@vitest/runner@2.1.4": + "@vitest/runner@2.1.6": dependencies: - "@vitest/utils": 2.1.4 + "@vitest/utils": 2.1.6 pathe: 1.1.2 - "@vitest/snapshot@2.1.4": + "@vitest/snapshot@2.1.6": dependencies: - "@vitest/pretty-format": 2.1.4 - magic-string: 0.30.12 + "@vitest/pretty-format": 2.1.6 + magic-string: 0.30.14 pathe: 1.1.2 - "@vitest/spy@2.1.4": + "@vitest/spy@2.1.6": dependencies: tinyspy: 3.0.2 - "@vitest/utils@2.1.4": + "@vitest/utils@2.1.6": dependencies: - "@vitest/pretty-format": 2.1.4 + "@vitest/pretty-format": 2.1.6 loupe: 3.1.2 tinyrainbow: 1.2.0 @@ -6374,7 +6299,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 get-intrinsic: 1.2.4 is-string: 1.0.7 @@ -6383,7 +6308,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 @@ -6392,7 +6317,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 @@ -6401,21 +6326,21 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 array.prototype.flatmap@1.3.2: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-shim-unscopables: 1.0.2 array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 es-shim-unscopables: 1.0.2 @@ -6424,7 +6349,7 @@ snapshots: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 get-intrinsic: 1.2.4 is-array-buffer: 3.0.4 @@ -6444,23 +6369,24 @@ snapshots: b4a@1.6.7: {} - babel-plugin-jsx-dom-expressions@0.37.21(@babel/core@7.26.0): + babel-plugin-jsx-dom-expressions@0.39.3(@babel/core@7.26.0): dependencies: "@babel/core": 7.26.0 "@babel/helper-module-imports": 7.18.6 - "@babel/plugin-syntax-jsx": 7.24.7(@babel/core@7.26.0) + "@babel/plugin-syntax-jsx": 7.25.9(@babel/core@7.26.0) "@babel/types": 7.26.0 html-entities: 2.3.3 + parse5: 7.2.1 validate-html-nesting: 1.2.2 babel-plugin-transform-hook-names@1.0.2(@babel/core@7.26.0): dependencies: "@babel/core": 7.26.0 - babel-preset-solid@1.8.17(@babel/core@7.26.0): + babel-preset-solid@1.9.3(@babel/core@7.26.0): dependencies: "@babel/core": 7.26.0 - babel-plugin-jsx-dom-expressions: 0.37.21(@babel/core@7.26.0) + babel-plugin-jsx-dom-expressions: 0.39.3(@babel/core@7.26.0) bail@2.0.2: {} @@ -6473,7 +6399,7 @@ snapshots: dependencies: bare-events: 2.5.0 bare-path: 2.1.3 - bare-stream: 2.3.2 + bare-stream: 2.4.2 optional: true bare-os@2.4.4: @@ -6484,9 +6410,9 @@ snapshots: bare-os: 2.4.4 optional: true - bare-stream@2.3.2: + bare-stream@2.4.2: dependencies: - streamx: 2.20.1 + streamx: 2.20.2 optional: true base64-js@1.5.1: {} @@ -6572,9 +6498,9 @@ snapshots: dependencies: readdirp: 4.0.2 - chromium-bidi@0.8.0(devtools-protocol@0.0.1354347): + chromium-bidi@0.8.0(devtools-protocol@0.0.1367902): dependencies: - devtools-protocol: 0.0.1354347 + devtools-protocol: 0.0.1367902 mitt: 3.0.1 urlpattern-polyfill: 10.0.0 zod: 3.23.8 @@ -6616,14 +6542,14 @@ snapshots: convert-source-map@2.0.0: {} - cosmiconfig@9.0.0(typescript@5.6.3): + cosmiconfig@9.0.0(typescript@5.7.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.6.3 + typescript: 5.7.2 cross-spawn@7.0.3: dependencies: @@ -6631,6 +6557,12 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + css-select@5.1.0: dependencies: boolbase: 1.0.0 @@ -6685,7 +6617,7 @@ snapshots: dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 - gopd: 1.0.1 + gopd: 1.1.0 define-properties@1.2.1: dependencies: @@ -6705,7 +6637,7 @@ snapshots: dependencies: dequal: 2.0.3 - devtools-protocol@0.0.1354347: {} + devtools-protocol@0.0.1367902: {} doctrine@2.1.0: dependencies: @@ -6760,7 +6692,7 @@ snapshots: dependencies: is-arrayish: 0.2.1 - es-abstract@1.23.3: + es-abstract@1.23.5: dependencies: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 @@ -6773,12 +6705,12 @@ snapshots: es-errors: 1.3.0 es-object-atoms: 1.0.0 es-set-tostringtag: 2.0.3 - es-to-primitive: 1.2.1 + es-to-primitive: 1.3.0 function.prototype.name: 1.1.6 get-intrinsic: 1.2.4 get-symbol-description: 1.0.2 globalthis: 1.0.4 - gopd: 1.0.1 + gopd: 1.1.0 has-property-descriptors: 1.0.2 has-proto: 1.0.3 has-symbols: 1.0.3 @@ -6788,12 +6720,12 @@ snapshots: is-callable: 1.2.7 is-data-view: 1.0.1 is-negative-zero: 2.0.3 - is-regex: 1.1.4 + is-regex: 1.2.0 is-shared-array-buffer: 1.0.3 is-string: 1.0.7 is-typed-array: 1.1.13 is-weakref: 1.0.2 - object-inspect: 1.13.2 + object-inspect: 1.13.3 object-keys: 1.1.1 object.assign: 4.1.5 regexp.prototype.flags: 1.5.3 @@ -6804,10 +6736,10 @@ snapshots: string.prototype.trimstart: 1.0.8 typed-array-buffer: 1.0.2 typed-array-byte-length: 1.0.1 - typed-array-byte-offset: 1.0.2 - typed-array-length: 1.0.6 + typed-array-byte-offset: 1.0.3 + typed-array-length: 1.0.7 unbox-primitive: 1.0.2 - which-typed-array: 1.1.15 + which-typed-array: 1.1.16 es-define-property@1.0.0: dependencies: @@ -6815,16 +6747,17 @@ snapshots: es-errors@1.3.0: {} - es-iterator-helpers@1.1.0: + es-iterator-helpers@1.2.0: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 es-set-tostringtag: 2.0.3 function-bind: 1.1.2 get-intrinsic: 1.2.4 globalthis: 1.0.4 + gopd: 1.1.0 has-property-descriptors: 1.0.2 has-proto: 1.0.3 has-symbols: 1.0.3 @@ -6832,6 +6765,8 @@ snapshots: iterator.prototype: 1.1.3 safe-array-concat: 1.1.2 + es-module-lexer@1.5.4: {} + es-object-atoms@1.0.0: dependencies: es-errors: 1.3.0 @@ -6846,7 +6781,7 @@ snapshots: dependencies: hasown: 2.0.2 - es-to-primitive@1.2.1: + es-to-primitive@1.3.0: dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 @@ -6866,32 +6801,6 @@ snapshots: esast-util-from-estree: 2.0.0 vfile-message: 4.0.2 - esbuild@0.21.5: - optionalDependencies: - "@esbuild/aix-ppc64": 0.21.5 - "@esbuild/android-arm": 0.21.5 - "@esbuild/android-arm64": 0.21.5 - "@esbuild/android-x64": 0.21.5 - "@esbuild/darwin-arm64": 0.21.5 - "@esbuild/darwin-x64": 0.21.5 - "@esbuild/freebsd-arm64": 0.21.5 - "@esbuild/freebsd-x64": 0.21.5 - "@esbuild/linux-arm": 0.21.5 - "@esbuild/linux-arm64": 0.21.5 - "@esbuild/linux-ia32": 0.21.5 - "@esbuild/linux-loong64": 0.21.5 - "@esbuild/linux-mips64el": 0.21.5 - "@esbuild/linux-ppc64": 0.21.5 - "@esbuild/linux-riscv64": 0.21.5 - "@esbuild/linux-s390x": 0.21.5 - "@esbuild/linux-x64": 0.21.5 - "@esbuild/netbsd-x64": 0.21.5 - "@esbuild/openbsd-x64": 0.21.5 - "@esbuild/sunos-x64": 0.21.5 - "@esbuild/win32-arm64": 0.21.5 - "@esbuild/win32-ia32": 0.21.5 - "@esbuild/win32-x64": 0.21.5 - esbuild@0.24.0: optionalDependencies: "@esbuild/aix-ppc64": 0.24.0 @@ -6931,9 +6840,9 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-prettier@9.1.0(eslint@9.14.0): + eslint-config-prettier@9.1.0(eslint@9.16.0): dependencies: - eslint: 9.14.0 + eslint: 9.16.0 eslint-import-resolver-node@0.3.9: dependencies: @@ -6943,42 +6852,42 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(eslint-plugin-import@2.31.0)(eslint@9.14.0): + eslint-import-resolver-typescript@3.6.3(eslint-plugin-import@2.31.0)(eslint@9.16.0): dependencies: "@nolyfill/is-core-module": 1.0.39 debug: 4.3.7 enhanced-resolve: 5.17.1 - eslint: 9.14.0 - eslint-module-utils: 2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) + eslint: 9.16.0 + eslint-module-utils: 2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0) fast-glob: 3.3.2 get-tsconfig: 4.8.1 - is-bun-module: 1.2.1 + is-bun-module: 1.3.0 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: 2.31.0(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) + eslint-plugin-import: 2.31.0(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0) transitivePeerDependencies: - "@typescript-eslint/parser" - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0): + eslint-module-utils@2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0): dependencies: debug: 3.2.7 optionalDependencies: - eslint: 9.14.0 + eslint: 9.16.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(eslint-plugin-import@2.31.0)(eslint@9.14.0) + eslint-import-resolver-typescript: 3.6.3(eslint-plugin-import@2.31.0)(eslint@9.16.0) transitivePeerDependencies: - supports-color - eslint-plugin-css-modules@2.12.0(eslint@9.14.0): + eslint-plugin-css-modules@2.12.0(eslint@9.16.0): dependencies: - eslint: 9.14.0 + eslint: 9.16.0 gonzales-pe: 4.3.0 lodash: 4.17.21 - eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0): + eslint-plugin-import@2.31.0(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0): dependencies: "@rtsao/scc": 1.1.0 array-includes: 3.1.8 @@ -6987,9 +6896,9 @@ snapshots: array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 9.14.0 + eslint: 9.16.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0) + eslint-module-utils: 2.12.0(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.16.0) hasown: 2.0.2 is-core-module: 2.15.1 is-glob: 4.0.3 @@ -7009,19 +6918,19 @@ snapshots: eslint-plugin-only-warn@1.1.0: {} - eslint-plugin-react-hooks@5.0.0(eslint@9.14.0): + eslint-plugin-react-hooks@5.0.0(eslint@9.16.0): dependencies: - eslint: 9.14.0 + eslint: 9.16.0 - eslint-plugin-react@7.37.2(eslint@9.14.0): + eslint-plugin-react@7.37.2(eslint@9.16.0): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 array.prototype.flatmap: 1.3.2 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - es-iterator-helpers: 1.1.0 - eslint: 9.14.0 + es-iterator-helpers: 1.2.0 + eslint: 9.16.0 estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -7035,9 +6944,9 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 - eslint-plugin-ssr-friendly@1.3.0(eslint@9.14.0): + eslint-plugin-ssr-friendly@1.3.0(eslint@9.16.0): dependencies: - eslint: 9.14.0 + eslint: 9.16.0 globals: 13.24.0 eslint-scope@8.2.0: @@ -7049,23 +6958,23 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.14.0: + eslint@9.16.0: dependencies: - "@eslint-community/eslint-utils": 4.4.1(eslint@9.14.0) + "@eslint-community/eslint-utils": 4.4.1(eslint@9.16.0) "@eslint-community/regexpp": 4.12.1 - "@eslint/config-array": 0.18.0 - "@eslint/core": 0.7.0 - "@eslint/eslintrc": 3.1.0 - "@eslint/js": 9.14.0 - "@eslint/plugin-kit": 0.2.2 + "@eslint/config-array": 0.19.0 + "@eslint/core": 0.9.0 + "@eslint/eslintrc": 3.2.0 + "@eslint/js": 9.16.0 + "@eslint/plugin-kit": 0.2.3 "@humanfs/node": 0.16.6 "@humanwhocodes/module-importer": 1.0.1 - "@humanwhocodes/retry": 0.4.0 + "@humanwhocodes/retry": 0.4.1 "@types/estree": 1.0.6 "@types/json-schema": 7.0.15 ajv: 6.12.6 chalk: 4.1.2 - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 debug: 4.3.7 escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 @@ -7085,7 +6994,6 @@ snapshots: minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.4 - text-table: 0.2.0 transitivePeerDependencies: - supports-color @@ -7230,10 +7138,10 @@ snapshots: flat-cache@4.0.1: dependencies: - flatted: 3.3.1 + flatted: 3.3.2 keyv: 4.5.4 - flatted@3.3.1: {} + flatted@3.3.2: {} for-each@0.3.3: dependencies: @@ -7267,7 +7175,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 functions-have-names: 1.2.3 functions-have-names@1.2.3: {} @@ -7346,18 +7254,18 @@ snapshots: globals@14.0.0: {} - globals@15.11.0: {} + globals@15.12.0: {} globalthis@1.0.4: dependencies: define-properties: 1.2.1 - gopd: 1.0.1 + gopd: 1.1.0 gonzales-pe@4.3.0: dependencies: minimist: 1.2.8 - gopd@1.0.1: + gopd@1.1.0: dependencies: get-intrinsic: 1.2.4 @@ -7450,7 +7358,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.6: {} + husky@9.1.7: {} ieee754@1.2.1: {} @@ -7516,7 +7424,7 @@ snapshots: call-bind: 1.0.7 has-tostringtag: 1.0.2 - is-bun-module@1.2.1: + is-bun-module@1.3.0: dependencies: semver: 7.6.3 @@ -7538,7 +7446,7 @@ snapshots: is-extglob@2.1.1: {} - is-finalizationregistry@1.0.2: + is-finalizationregistry@1.1.0: dependencies: call-bind: 1.0.7 @@ -7572,10 +7480,12 @@ snapshots: is-plain-obj@4.1.0: {} - is-regex@1.1.4: + is-regex@1.2.0: dependencies: call-bind: 1.0.7 + gopd: 1.1.0 has-tostringtag: 1.0.2 + hasown: 2.0.2 is-set@2.0.3: {} @@ -7595,7 +7505,7 @@ snapshots: is-typed-array@1.1.13: dependencies: - which-typed-array: 1.1.15 + which-typed-array: 1.1.16 is-weakmap@2.0.2: {} @@ -7619,7 +7529,7 @@ snapshots: define-properties: 1.2.1 get-intrinsic: 1.2.4 has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.6 + reflect.getprototypeof: 1.0.7 set-function-name: 2.0.2 jackspeak@3.4.3: @@ -7747,7 +7657,7 @@ snapshots: lru-cache@7.18.3: {} - magic-string@0.30.12: + magic-string@0.30.14: dependencies: "@jridgewell/sourcemap-codec": 1.5.0 @@ -8111,7 +8021,7 @@ snapshots: object-assign: 4.1.1 thenify-all: 1.6.0 - nanoid@3.3.7: {} + nanoid@3.3.8: {} natural-compare@1.4.0: {} @@ -8155,7 +8065,7 @@ snapshots: object-assign@4.1.1: {} - object-inspect@1.13.2: {} + object-inspect@1.13.3: {} object-keys@1.1.1: {} @@ -8176,14 +8086,14 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 object.groupby@1.0.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 object.values@1.2.0: dependencies: @@ -8262,6 +8172,10 @@ snapshots: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 + parse5@7.2.1: + dependencies: + entities: 4.5.0 + path-exists@4.0.0: {} path-key@3.1.1: {} @@ -8297,24 +8211,24 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-load-config@6.0.1(postcss@8.4.47)(yaml@2.5.1): + postcss-load-config@6.0.1(postcss@8.4.49)(yaml@2.5.1): dependencies: lilconfig: 3.1.2 optionalDependencies: - postcss: 8.4.47 + postcss: 8.4.49 yaml: 2.5.1 - postcss@8.4.47: + postcss@8.4.49: dependencies: - nanoid: 3.3.7 + nanoid: 3.3.8 picocolors: 1.1.1 source-map-js: 1.2.1 - preact@10.24.3: {} + preact@10.25.0: {} prelude-ls@1.2.1: {} - prettier@3.3.3: {} + prettier@3.4.1: {} progress@2.0.3: {} @@ -8358,12 +8272,12 @@ snapshots: punycode@2.3.1: {} - puppeteer-core@23.6.1: + puppeteer-core@23.9.0: dependencies: - "@puppeteer/browsers": 2.4.0 - chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) + "@puppeteer/browsers": 2.4.1 + chromium-bidi: 0.8.0(devtools-protocol@0.0.1367902) debug: 4.3.7 - devtools-protocol: 0.0.1354347 + devtools-protocol: 0.0.1367902 typed-query-selector: 2.12.0 ws: 8.18.0 transitivePeerDependencies: @@ -8371,13 +8285,13 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.6.3): + puppeteer@23.9.0(typescript@5.7.2): dependencies: - "@puppeteer/browsers": 2.4.0 - chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.6.3) - devtools-protocol: 0.0.1354347 - puppeteer-core: 23.6.1 + "@puppeteer/browsers": 2.4.1 + chromium-bidi: 0.8.0(devtools-protocol@0.0.1367902) + cosmiconfig: 9.0.0(typescript@5.7.2) + devtools-protocol: 0.0.1367902 + puppeteer-core: 23.9.0 typed-query-selector: 2.12.0 transitivePeerDependencies: - bufferutil @@ -8435,15 +8349,15 @@ snapshots: unified: 11.0.5 vfile: 6.0.3 - reflect.getprototypeof@1.0.6: + reflect.getprototypeof@1.0.7: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 get-intrinsic: 1.2.4 - globalthis: 1.0.4 - which-builtin-type: 1.1.4 + gopd: 1.1.0 + which-builtin-type: 1.2.0 regexp.prototype.flags@1.5.3: dependencies: @@ -8537,6 +8451,30 @@ snapshots: "@rollup/rollup-win32-x64-msvc": 4.24.3 fsevents: 2.3.3 + rollup@4.28.0: + dependencies: + "@types/estree": 1.0.6 + optionalDependencies: + "@rollup/rollup-android-arm-eabi": 4.28.0 + "@rollup/rollup-android-arm64": 4.28.0 + "@rollup/rollup-darwin-arm64": 4.28.0 + "@rollup/rollup-darwin-x64": 4.28.0 + "@rollup/rollup-freebsd-arm64": 4.28.0 + "@rollup/rollup-freebsd-x64": 4.28.0 + "@rollup/rollup-linux-arm-gnueabihf": 4.28.0 + "@rollup/rollup-linux-arm-musleabihf": 4.28.0 + "@rollup/rollup-linux-arm64-gnu": 4.28.0 + "@rollup/rollup-linux-arm64-musl": 4.28.0 + "@rollup/rollup-linux-powerpc64le-gnu": 4.28.0 + "@rollup/rollup-linux-riscv64-gnu": 4.28.0 + "@rollup/rollup-linux-s390x-gnu": 4.28.0 + "@rollup/rollup-linux-x64-gnu": 4.28.0 + "@rollup/rollup-linux-x64-musl": 4.28.0 + "@rollup/rollup-win32-arm64-msvc": 4.28.0 + "@rollup/rollup-win32-ia32-msvc": 4.28.0 + "@rollup/rollup-win32-x64-msvc": 4.28.0 + fsevents: 2.3.3 + run-parallel@1.2.0: dependencies: queue-microtask: 1.2.3 @@ -8556,7 +8494,7 @@ snapshots: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 - is-regex: 1.1.4 + is-regex: 1.2.0 scheduler@0.23.2: dependencies: @@ -8578,7 +8516,7 @@ snapshots: es-errors: 1.3.0 function-bind: 1.1.2 get-intrinsic: 1.2.4 - gopd: 1.0.1 + gopd: 1.1.0 has-property-descriptors: 1.0.2 set-function-name@2.0.2: @@ -8601,7 +8539,7 @@ snapshots: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 - object-inspect: 1.13.2 + object-inspect: 1.13.3 siginfo@2.0.0: {} @@ -8645,7 +8583,7 @@ snapshots: solid-refresh@0.6.3(solid-js@1.9.3): dependencies: "@babel/generator": 7.26.2 - "@babel/helper-module-imports": 7.24.7 + "@babel/helper-module-imports": 7.25.9 "@babel/types": 7.26.0 solid-js: 1.9.3 transitivePeerDependencies: @@ -8674,13 +8612,13 @@ snapshots: stackback@0.0.2: {} - std-env@3.7.0: {} + std-env@3.8.0: {} stream-combiner@0.0.4: dependencies: duplexer: 0.1.2 - streamx@2.20.1: + streamx@2.20.2: dependencies: fast-fifo: 1.3.2 queue-tick: 1.0.1 @@ -8712,11 +8650,11 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-errors: 1.3.0 es-object-atoms: 1.0.0 get-intrinsic: 1.2.4 - gopd: 1.0.1 + gopd: 1.1.0 has-symbols: 1.0.3 internal-slot: 1.0.7 regexp.prototype.flags: 1.5.3 @@ -8726,13 +8664,13 @@ snapshots: string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.23.5 es-object-atoms: 1.0.0 string.prototype.trimend@1.0.8: @@ -8804,12 +8742,10 @@ snapshots: dependencies: b4a: 1.6.7 fast-fifo: 1.3.2 - streamx: 2.20.1 + streamx: 2.20.2 text-decoder@1.2.1: {} - text-table@0.2.0: {} - thenify-all@1.6.0: dependencies: thenify: 3.3.1 @@ -8829,7 +8765,7 @@ snapshots: fdir: 6.4.2(picomatch@4.0.2) picomatch: 4.0.2 - tinypool@1.0.1: {} + tinypool@1.0.2: {} tinyrainbow@1.2.0: {} @@ -8849,9 +8785,9 @@ snapshots: trough@2.2.0: {} - ts-api-utils@1.4.0(typescript@5.6.3): + ts-api-utils@1.4.3(typescript@5.7.2): dependencies: - typescript: 5.6.3 + typescript: 5.7.2 ts-interface-checker@0.1.13: {} @@ -8864,7 +8800,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.3.5(postcss@8.4.47)(typescript@5.6.3)(yaml@2.5.1): + tsup@8.3.5(postcss@8.4.49)(typescript@5.7.2)(yaml@2.5.1): dependencies: bundle-require: 5.0.0(esbuild@0.24.0) cac: 6.7.14 @@ -8874,7 +8810,7 @@ snapshots: esbuild: 0.24.0 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(postcss@8.4.47)(yaml@2.5.1) + postcss-load-config: 6.0.1(postcss@8.4.49)(yaml@2.5.1) resolve-from: 5.0.0 rollup: 4.24.3 source-map: 0.8.0-beta.0 @@ -8883,8 +8819,8 @@ snapshots: tinyglobby: 0.2.10 tree-kill: 1.2.2 optionalDependencies: - postcss: 8.4.47 - typescript: 5.6.3 + postcss: 8.4.49 + typescript: 5.7.2 transitivePeerDependencies: - jiti - supports-color @@ -8907,42 +8843,43 @@ snapshots: dependencies: call-bind: 1.0.7 for-each: 0.3.3 - gopd: 1.0.1 + gopd: 1.1.0 has-proto: 1.0.3 is-typed-array: 1.1.13 - typed-array-byte-offset@1.0.2: + typed-array-byte-offset@1.0.3: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.7 for-each: 0.3.3 - gopd: 1.0.1 + gopd: 1.1.0 has-proto: 1.0.3 is-typed-array: 1.1.13 + reflect.getprototypeof: 1.0.7 - typed-array-length@1.0.6: + typed-array-length@1.0.7: dependencies: call-bind: 1.0.7 for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 + gopd: 1.1.0 is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 + reflect.getprototypeof: 1.0.7 typed-query-selector@2.12.0: {} - typescript-eslint@8.12.2(eslint@9.14.0)(typescript@5.6.3): + typescript-eslint@8.16.0(eslint@9.16.0)(typescript@5.7.2): dependencies: - "@typescript-eslint/eslint-plugin": 8.12.2(@typescript-eslint/parser@8.12.2(eslint@9.14.0)(typescript@5.6.3))(eslint@9.14.0)(typescript@5.6.3) - "@typescript-eslint/parser": 8.12.2(eslint@9.14.0)(typescript@5.6.3) - "@typescript-eslint/utils": 8.12.2(eslint@9.14.0)(typescript@5.6.3) + "@typescript-eslint/eslint-plugin": 8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.16.0)(typescript@5.7.2))(eslint@9.16.0)(typescript@5.7.2) + "@typescript-eslint/parser": 8.16.0(eslint@9.16.0)(typescript@5.7.2) + "@typescript-eslint/utils": 8.16.0(eslint@9.16.0)(typescript@5.7.2) + eslint: 9.16.0 optionalDependencies: - typescript: 5.6.3 + typescript: 5.7.2 transitivePeerDependencies: - - eslint - supports-color - typescript@5.6.3: {} + typescript@5.7.2: {} unbox-primitive@1.0.2: dependencies: @@ -9021,14 +8958,16 @@ snapshots: "@types/unist": 3.0.3 vfile-message: 4.0.2 - vite-node@2.1.4(@types/node@18.19.63): + vite-node@2.1.6(@types/node@18.19.63)(yaml@2.5.1): dependencies: cac: 6.7.14 debug: 4.3.7 + es-module-lexer: 1.5.4 pathe: 1.1.2 - vite: 5.4.10(@types/node@18.19.63) + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) transitivePeerDependencies: - "@types/node" + - jiti - less - lightningcss - sass @@ -9037,58 +8976,62 @@ snapshots: - sugarss - supports-color - terser + - tsx + - yaml - vite-plugin-solid@2.10.2(solid-js@1.9.3)(vite@5.4.10(@types/node@18.19.63)): + vite-plugin-solid@2.11.0(solid-js@1.9.3)(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)): dependencies: "@babel/core": 7.26.0 "@types/babel__core": 7.20.5 - babel-preset-solid: 1.8.17(@babel/core@7.26.0) + babel-preset-solid: 1.9.3(@babel/core@7.26.0) merge-anything: 5.1.7 solid-js: 1.9.3 solid-refresh: 0.6.3(solid-js@1.9.3) - vite: 5.4.10(@types/node@18.19.63) - vitefu: 0.2.5(vite@5.4.10(@types/node@18.19.63)) + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) + vitefu: 1.0.4(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)) transitivePeerDependencies: - supports-color - vite@5.4.10(@types/node@18.19.63): + vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1): dependencies: - esbuild: 0.21.5 - postcss: 8.4.47 - rollup: 4.24.3 + esbuild: 0.24.0 + postcss: 8.4.49 + rollup: 4.28.0 optionalDependencies: "@types/node": 18.19.63 fsevents: 2.3.3 + yaml: 2.5.1 - vitefu@0.2.5(vite@5.4.10(@types/node@18.19.63)): + vitefu@1.0.4(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)): optionalDependencies: - vite: 5.4.10(@types/node@18.19.63) + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) - vitest@2.1.4(@types/node@18.19.63): + vitest@2.1.6(@types/node@18.19.63)(yaml@2.5.1): dependencies: - "@vitest/expect": 2.1.4 - "@vitest/mocker": 2.1.4(vite@5.4.10(@types/node@18.19.63)) - "@vitest/pretty-format": 2.1.4 - "@vitest/runner": 2.1.4 - "@vitest/snapshot": 2.1.4 - "@vitest/spy": 2.1.4 - "@vitest/utils": 2.1.4 + "@vitest/expect": 2.1.6 + "@vitest/mocker": 2.1.6(vite@6.0.1(@types/node@18.19.63)(yaml@2.5.1)) + "@vitest/pretty-format": 2.1.6 + "@vitest/runner": 2.1.6 + "@vitest/snapshot": 2.1.6 + "@vitest/spy": 2.1.6 + "@vitest/utils": 2.1.6 chai: 5.1.2 debug: 4.3.7 expect-type: 1.1.0 - magic-string: 0.30.12 + magic-string: 0.30.14 pathe: 1.1.2 - std-env: 3.7.0 + std-env: 3.8.0 tinybench: 2.9.0 tinyexec: 0.3.1 - tinypool: 1.0.1 + tinypool: 1.0.2 tinyrainbow: 1.2.0 - vite: 5.4.10(@types/node@18.19.63) - vite-node: 2.1.4(@types/node@18.19.63) + vite: 6.0.1(@types/node@18.19.63)(yaml@2.5.1) + vite-node: 2.1.6(@types/node@18.19.63)(yaml@2.5.1) why-is-node-running: 2.3.0 optionalDependencies: "@types/node": 18.19.63 transitivePeerDependencies: + - jiti - less - lightningcss - msw @@ -9098,6 +9041,8 @@ snapshots: - sugarss - supports-color - terser + - tsx + - yaml web-streams-polyfill@3.2.1: {} @@ -9117,20 +9062,21 @@ snapshots: is-string: 1.0.7 is-symbol: 1.0.4 - which-builtin-type@1.1.4: + which-builtin-type@1.2.0: dependencies: + call-bind: 1.0.7 function.prototype.name: 1.1.6 has-tostringtag: 1.0.2 is-async-function: 2.0.0 is-date-object: 1.0.5 - is-finalizationregistry: 1.0.2 + is-finalizationregistry: 1.1.0 is-generator-function: 1.0.10 - is-regex: 1.1.4 + is-regex: 1.2.0 is-weakref: 1.0.2 isarray: 2.0.5 which-boxed-primitive: 1.0.2 which-collection: 1.0.2 - which-typed-array: 1.1.15 + which-typed-array: 1.1.16 which-collection@1.0.2: dependencies: @@ -9139,12 +9085,12 @@ snapshots: is-weakmap: 2.0.2 is-weakset: 2.0.3 - which-typed-array@1.1.15: + which-typed-array@1.1.16: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.7 for-each: 0.3.3 - gopd: 1.0.1 + gopd: 1.1.0 has-tostringtag: 1.0.2 which@2.0.2: