diff --git a/examples/kitchen-sink/apps/admin/package.json b/examples/kitchen-sink/apps/admin/package.json index 3c807632c7709..923678194eab4 100644 --- a/examples/kitchen-sink/apps/admin/package.json +++ b/examples/kitchen-sink/apps/admin/package.json @@ -20,8 +20,8 @@ "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.7.0", - "eslint": "^9.31.0", - "typescript": "5.8.2", + "eslint": "^9.34.0", + "typescript": "5.9.2", "vite": "^5.4.14" } } diff --git a/examples/kitchen-sink/apps/api/package.json b/examples/kitchen-sink/apps/api/package.json index 1f4eeba857c1f..32ee23c15c498 100644 --- a/examples/kitchen-sink/apps/api/package.json +++ b/examples/kitchen-sink/apps/api/package.json @@ -32,10 +32,10 @@ "@types/morgan": "^1.9.9", "@types/node": "^22.15.3", "@types/supertest": "^6.0.2", - "eslint": "^9.31.0", + "eslint": "^9.34.0", "jest": "^29.7.0", "supertest": "^7.1.0", "tsup": "^8.5.0", - "typescript": "5.8.2" + "typescript": "5.9.2" } } diff --git a/examples/kitchen-sink/apps/blog/package.json b/examples/kitchen-sink/apps/blog/package.json index 5408fbf4e9c8b..da5fe8bd23775 100644 --- a/examples/kitchen-sink/apps/blog/package.json +++ b/examples/kitchen-sink/apps/blog/package.json @@ -26,11 +26,11 @@ "@repo/eslint-config": "workspace:*", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "@typescript-eslint/eslint-plugin": "^8.37.0", - "@typescript-eslint/parser": "^8.37.0", + "@typescript-eslint/eslint-plugin": "^8.41.0", + "@typescript-eslint/parser": "^8.41.0", "autoprefixer": "^10.4.20", - "eslint": "^9.31.0", - "typescript": "5.8.2", + "eslint": "^9.34.0", + "typescript": "5.9.2", "vite": "^5.4.14", "vite-tsconfig-paths": "4.2.1" }, diff --git a/examples/kitchen-sink/apps/storefront/package.json b/examples/kitchen-sink/apps/storefront/package.json index ef77c4c49ca02..f952c8871ebb0 100644 --- a/examples/kitchen-sink/apps/storefront/package.json +++ b/examples/kitchen-sink/apps/storefront/package.json @@ -13,18 +13,18 @@ "dependencies": { "@repo/logger": "workspace:*", "@repo/ui": "workspace:*", - "next": "^15.4.2", + "next": "^15.5.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "@next/eslint-plugin-next": "^15.4.2", + "@next/eslint-plugin-next": "^15.5.1", "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/node": "^22.15.3", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", - "eslint": "^9.31.0", - "typescript": "5.8.2" + "eslint": "^9.34.0", + "typescript": "5.9.2" } } diff --git a/examples/kitchen-sink/packages/config-eslint/package.json b/examples/kitchen-sink/packages/config-eslint/package.json index 18602ede2a333..248c64c71cb8e 100644 --- a/examples/kitchen-sink/packages/config-eslint/package.json +++ b/examples/kitchen-sink/packages/config-eslint/package.json @@ -11,16 +11,16 @@ "./vite": "./vite.js" }, "devDependencies": { - "@eslint/js": "^9.31.0", - "@next/eslint-plugin-next": "^15.4.2", - "eslint": "^9.31.0", + "@eslint/js": "^9.34.0", + "@next/eslint-plugin-next": "^15.5.1", + "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-only-warn": "^1.1.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-turbo": "^2.5.0", "globals": "^16.3.0", - "typescript": "^5.8.2", - "typescript-eslint": "^8.37.0" + "typescript": "^5.9.2", + "typescript-eslint": "^8.41.0" } } diff --git a/examples/kitchen-sink/packages/logger/package.json b/examples/kitchen-sink/packages/logger/package.json index 984c394d3f1c6..04789bcac8ae8 100644 --- a/examples/kitchen-sink/packages/logger/package.json +++ b/examples/kitchen-sink/packages/logger/package.json @@ -38,8 +38,8 @@ "@repo/typescript-config": "workspace:*", "@types/node": "^22.15.3", "bunchee": "^6.4.0", - "eslint": "^9.31.0", + "eslint": "^9.34.0", "jest": "^29.7.0", - "typescript": "5.8.2" + "typescript": "5.9.2" } } diff --git a/examples/kitchen-sink/packages/ui/package.json b/examples/kitchen-sink/packages/ui/package.json index 22d2695df5497..3f0684e895ead 100644 --- a/examples/kitchen-sink/packages/ui/package.json +++ b/examples/kitchen-sink/packages/ui/package.json @@ -47,9 +47,9 @@ "@repo/typescript-config": "workspace:*", "@types/node": "^22.15.3", "bunchee": "^6.4.0", - "eslint": "^9.31.0", + "eslint": "^9.34.0", "jest": "^29.7.0", - "typescript": "5.8.2" + "typescript": "5.9.2" }, "peerDependencies": { "@types/react": ">=18", diff --git a/examples/kitchen-sink/pnpm-lock.yaml b/examples/kitchen-sink/pnpm-lock.yaml index 5aa0b8e6be859..b485e2948cd8c 100644 --- a/examples/kitchen-sink/pnpm-lock.yaml +++ b/examples/kitchen-sink/pnpm-lock.yaml @@ -43,11 +43,11 @@ importers: specifier: ^4.7.0 version: 4.7.0(vite@5.4.14) eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 typescript: - specifier: 5.8.2 - version: 5.8.2 + specifier: 5.9.2 + version: 5.9.2 vite: specifier: ^5.4.14 version: 5.4.14 @@ -101,8 +101,8 @@ importers: specifier: ^6.0.2 version: 6.0.2 eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 jest: specifier: ^29.7.0 version: 29.7.0(@types/node@22.15.3) @@ -111,22 +111,22 @@ importers: version: 7.1.0 tsup: specifier: ^8.5.0 - version: 8.5.0(typescript@5.8.2) + version: 8.5.0(typescript@5.9.2) typescript: - specifier: 5.8.2 - version: 5.8.2 + specifier: 5.9.2 + version: 5.9.2 apps/blog: dependencies: '@remix-run/node': specifier: ^2.15.2 - version: 2.16.0(typescript@5.8.2) + version: 2.16.0(typescript@5.9.2) '@remix-run/react': specifier: ^2.15.2 - version: 2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.8.2) + version: 2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.9.2) '@remix-run/server-runtime': specifier: ^2.15.2 - version: 2.16.0(typescript@5.8.2) + version: 2.16.0(typescript@5.9.2) '@repo/ui': specifier: workspace:* version: link:../../packages/ui @@ -148,7 +148,7 @@ importers: devDependencies: '@remix-run/dev': specifier: ^2.15.2 - version: 2.16.0(@remix-run/react@2.16.0)(typescript@5.8.2)(vite@5.4.14) + version: 2.16.0(@remix-run/react@2.16.0)(typescript@5.9.2)(vite@5.4.14) '@repo/eslint-config': specifier: workspace:* version: link:../../packages/config-eslint @@ -159,26 +159,26 @@ importers: specifier: ^18.3.5 version: 18.3.5(@types/react@18.3.18) '@typescript-eslint/eslint-plugin': - specifier: ^8.37.0 - version: 8.37.0(@typescript-eslint/parser@8.37.0)(eslint@9.31.0)(typescript@5.8.2) + specifier: ^8.41.0 + version: 8.41.0(@typescript-eslint/parser@8.41.0)(eslint@9.34.0)(typescript@5.9.2) '@typescript-eslint/parser': - specifier: ^8.37.0 - version: 8.37.0(eslint@9.31.0)(typescript@5.8.2) + specifier: ^8.41.0 + version: 8.41.0(eslint@9.34.0)(typescript@5.9.2) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.5.6) eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 typescript: - specifier: 5.8.2 - version: 5.8.2 + specifier: 5.9.2 + version: 5.9.2 vite: specifier: ^5.4.14 version: 5.4.14 vite-tsconfig-paths: specifier: 4.2.1 - version: 4.2.1(typescript@5.8.2)(vite@5.4.14) + version: 4.2.1(typescript@5.9.2)(vite@5.4.14) apps/storefront: dependencies: @@ -189,8 +189,8 @@ importers: specifier: workspace:* version: link:../../packages/ui next: - specifier: ^15.4.2 - version: 15.4.2(react-dom@18.3.1)(react@18.3.1) + specifier: ^15.5.1 + version: 15.5.1(react-dom@18.3.1)(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -199,8 +199,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@next/eslint-plugin-next': - specifier: ^15.4.2 - version: 15.4.2 + specifier: ^15.5.1 + version: 15.5.1 '@repo/eslint-config': specifier: workspace:* version: link:../../packages/config-eslint @@ -217,47 +217,47 @@ importers: specifier: ^19.0.4 version: 19.0.4(@types/react@19.0.10) eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 typescript: - specifier: 5.8.2 - version: 5.8.2 + specifier: 5.9.2 + version: 5.9.2 packages/config-eslint: devDependencies: '@eslint/js': - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 '@next/eslint-plugin-next': - specifier: ^15.4.2 - version: 15.4.2 + specifier: ^15.5.1 + version: 15.5.1 eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 eslint-config-prettier: specifier: ^10.1.1 - version: 10.1.1(eslint@9.31.0) + version: 10.1.1(eslint@9.34.0) eslint-plugin-only-warn: specifier: ^1.1.0 version: 1.1.0 eslint-plugin-react: specifier: ^7.37.5 - version: 7.37.5(eslint@9.31.0) + version: 7.37.5(eslint@9.34.0) eslint-plugin-react-hooks: specifier: ^5.2.0 - version: 5.2.0(eslint@9.31.0) + version: 5.2.0(eslint@9.34.0) eslint-plugin-turbo: specifier: ^2.5.0 - version: 2.5.0(eslint@9.31.0)(turbo@2.5.5) + version: 2.5.0(eslint@9.34.0)(turbo@2.5.6) globals: specifier: ^16.3.0 version: 16.3.0 typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: ^5.9.2 + version: 5.9.2 typescript-eslint: - specifier: ^8.37.0 - version: 8.37.0(eslint@9.31.0)(typescript@5.8.2) + specifier: ^8.41.0 + version: 8.41.0(eslint@9.34.0)(typescript@5.9.2) packages/config-typescript: {} @@ -268,7 +268,7 @@ importers: version: 29.7.0(@types/node@22.15.3) ts-jest: specifier: ^29.4.0 - version: 29.4.0(@babel/core@7.28.0)(jest@29.7.0)(typescript@5.8.2) + version: 29.4.0(@babel/core@7.28.3)(jest@29.7.0)(typescript@5.9.2) devDependencies: jest-environment-jsdom: specifier: ^29.7.0 @@ -293,16 +293,16 @@ importers: version: 22.15.3 bunchee: specifier: ^6.4.0 - version: 6.4.0(typescript@5.8.2) + version: 6.4.0(typescript@5.9.2) eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 jest: specifier: ^29.7.0 version: 29.7.0(@types/node@22.15.3) typescript: - specifier: 5.8.2 - version: 5.8.2 + specifier: 5.9.2 + version: 5.9.2 packages/ui: dependencies: @@ -336,16 +336,16 @@ importers: version: 22.15.3 bunchee: specifier: ^6.4.0 - version: 6.4.0(typescript@5.8.2) + version: 6.4.0(typescript@5.9.2) eslint: - specifier: ^9.31.0 - version: 9.31.0 + specifier: ^9.34.0 + version: 9.34.0 jest: specifier: ^29.7.0 version: 29.7.0(@types/node@22.15.3) typescript: - specifier: 5.8.2 - version: 5.8.2 + specifier: 5.9.2 + version: 5.9.2 packages: @@ -412,6 +412,29 @@ packages: transitivePeerDependencies: - supports-color + /@babel/core@7.28.3: + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.3 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) + '@babel/helpers': 7.28.3 + '@babel/parser': 7.28.3 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.3 + '@babel/types': 7.28.2 + convert-source-map: 2.0.0 + debug: 4.4.1 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/generator@7.26.9: resolution: {integrity: sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==} engines: {node: '>=6.9.0'} @@ -432,6 +455,17 @@ packages: '@jridgewell/trace-mapping': 0.3.29 jsesc: 3.1.0 + /@babel/generator@7.28.3: + resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/parser': 7.28.3 + '@babel/types': 7.28.2 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.30 + jsesc: 3.1.0 + dev: false + /@babel/helper-annotate-as-pure@7.25.9: resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} engines: {node: '>=6.9.0'} @@ -513,6 +547,20 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helper-module-transforms@7.28.3(@babel/core@7.28.3): + resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.3 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/helper-optimise-call-expression@7.25.9: resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} engines: {node: '>=6.9.0'} @@ -576,6 +624,14 @@ packages: '@babel/template': 7.27.2 '@babel/types': 7.28.1 + /@babel/helpers@7.28.3: + resolution: {integrity: sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 + dev: false + /@babel/parser@7.26.9: resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==} engines: {node: '>=6.0.0'} @@ -589,6 +645,14 @@ packages: dependencies: '@babel/types': 7.28.1 + /@babel/parser@7.28.3: + resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.28.2 + dev: false + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.0): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: @@ -862,6 +926,21 @@ packages: transitivePeerDependencies: - supports-color + /@babel/traverse@7.28.3: + resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.3 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.3 + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 + debug: 4.4.1 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/types@7.26.9: resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==} engines: {node: '>=6.9.0'} @@ -876,6 +955,14 @@ packages: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 + /@babel/types@7.28.2: + resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + dev: false + /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -1475,13 +1562,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.7.0(eslint@9.31.0): + /@eslint-community/eslint-utils@4.7.0(eslint@9.34.0): resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 9.31.0 + eslint: 9.34.0 eslint-visitor-keys: 3.4.3 dev: true @@ -1501,13 +1588,13 @@ packages: - supports-color dev: true - /@eslint/config-helpers@0.3.0: - resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==} + /@eslint/config-helpers@0.3.1: + resolution: {integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /@eslint/core@0.15.1: - resolution: {integrity: sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==} + /@eslint/core@0.15.2: + resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: '@types/json-schema': 7.0.15 @@ -1530,8 +1617,8 @@ packages: - supports-color dev: true - /@eslint/js@9.31.0: - resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==} + /@eslint/js@9.34.0: + resolution: {integrity: sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true @@ -1540,11 +1627,11 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /@eslint/plugin-kit@0.3.3: - resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==} + /@eslint/plugin-kit@0.3.5: + resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@eslint/core': 0.15.1 + '@eslint/core': 0.15.2 levn: 0.4.1 dev: true @@ -2019,6 +2106,13 @@ packages: '@jridgewell/sourcemap-codec': 1.5.4 '@jridgewell/trace-mapping': 0.3.29 + /@jridgewell/gen-mapping@0.3.13: + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.30 + dev: false + /@jridgewell/gen-mapping@0.3.8: resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} engines: {node: '>=6.0.0'} @@ -2038,6 +2132,10 @@ packages: /@jridgewell/sourcemap-codec@1.5.4: resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} + /@jridgewell/sourcemap-codec@1.5.5: + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + dev: false + /@jridgewell/trace-mapping@0.3.25: resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} dependencies: @@ -2050,6 +2148,13 @@ packages: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.4 + /@jridgewell/trace-mapping@0.3.30: + resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==} + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.5 + dev: false + /@jspm/core@2.1.0: resolution: {integrity: sha512-3sRl+pkyFY/kLmHl0cgHiFp2xEqErA8N3ECjMs7serSUBmoJ70lBa0PG5t0IM6WJgdZNyyI0R8YFfi5wM8+mzg==} @@ -2076,18 +2181,18 @@ packages: transitivePeerDependencies: - supports-color - /@next/env@15.4.2: - resolution: {integrity: sha512-kd7MvW3pAP7tmk1NaiX4yG15xb2l4gNhteKQxt3f+NGR22qwPymn9RBuv26QKfIKmfo6z2NpgU8W2RT0s0jlvg==} + /@next/env@15.5.1: + resolution: {integrity: sha512-b0k/N8gq6c3/hD4gjrapQPtzKwWzNv4fZmLUVGZmq3vZ8nwBFRAlnBWSa69y2s6oEYr5IQSVIzBukDnpsYnr3A==} dev: false - /@next/eslint-plugin-next@15.4.2: - resolution: {integrity: sha512-k0rjdWjXBY6tAOty1ckrMETE6Mx66d85NsgcAIdDp7/cXOsTJ93ywmbg3uUcpxX5TUHFEcCWI5mb8nPhwCe9jg==} + /@next/eslint-plugin-next@15.5.1: + resolution: {integrity: sha512-u8chjIoGrGMs5J/yg/xGX83A33qbVS/al2PEqsgJEhLLKihPXOkPoqj65bZ8KASGpDd/j9/nZ1tsCQFau0hITA==} dependencies: fast-glob: 3.3.1 dev: true - /@next/swc-darwin-arm64@15.4.2: - resolution: {integrity: sha512-ovqjR8NjCBdBf1U+R/Gvn0RazTtXS9n6wqs84iFaCS1NHbw9ksVE4dfmsYcLoyUVd9BWE0bjkphOWrrz8uz/uw==} + /@next/swc-darwin-arm64@15.5.1: + resolution: {integrity: sha512-0sLFebvcOJvqvdu/Cj4mCtoN05H/b6gxRSxK8V+Dl+iH0LNROJb0mw9HrDJb5G/RC7BTj2URc2WytzLzyAeVNg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -2095,8 +2200,8 @@ packages: dev: false optional: true - /@next/swc-darwin-x64@15.4.2: - resolution: {integrity: sha512-I8d4W7tPqbdbHRI4z1iBfaoJIBrEG4fnWKIe+Rj1vIucNZ5cEinfwkBt3RcDF00bFRZRDpvKuDjgMFD3OyRBnw==} + /@next/swc-darwin-x64@15.5.1: + resolution: {integrity: sha512-r3Pdx8Yo1g0P/jmeJLLxwJG4FV31+4KDv4gXYQhllfTn03MW6+CRxY0wJqCTlRyeHM9CbP+u8NhrRxf/NdDGRg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -2104,8 +2209,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-gnu@15.4.2: - resolution: {integrity: sha512-lvhz02dU3Ec5thzfQ2RCUeOFADjNkS/px1W7MBt7HMhf0/amMfT8Z/aXOwEA+cVWN7HSDRSUc8hHILoHmvajsg==} + /@next/swc-linux-arm64-gnu@15.5.1: + resolution: {integrity: sha512-wOEnPEOEw3c2s6IT7xxpyDcoEus/4qEfwgcSx5FrQGKM4iLbatoY6NVMa0aXk7c0jgdDEB1QHr2uMaW+Uf2WkA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2113,8 +2218,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-musl@15.4.2: - resolution: {integrity: sha512-v+5PPfL8UP+KKHS3Mox7QMoeFdMlaV0zeNMIF7eLC4qTiVSO0RPNnK0nkBZSD5BEkkf//c+vI9s/iHxddCZchA==} + /@next/swc-linux-arm64-musl@15.5.1: + resolution: {integrity: sha512-WZSDlq5fa7nJkm4jzLDehKCGLYFwf+7je/rUHcohKU7ixM9r22LBvxuKLj1tDwXdSvvLa0Bid32yaMLNpjO4tQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -2122,8 +2227,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu@15.4.2: - resolution: {integrity: sha512-PHLYOC9W2cu6I/JEKo77+LW4uPNvyEQiSkVRUQPsOIsf01PRr8PtPhwtz3XNnC9At8CrzPkzqQ9/kYDg4R4Inw==} + /@next/swc-linux-x64-gnu@15.5.1: + resolution: {integrity: sha512-2dgh88CXYp1KtGRmKIGxlXuv99Vr5ZyFLLp82JN0A1ktox0TJ/hJCBpVK4VBrhNxCZenKehbm3jIxRxNYkQPAg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2131,8 +2236,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-musl@15.4.2: - resolution: {integrity: sha512-lpmUF9FfLFns4JbTu+5aJGA8aR9dXaA12eoNe9CJbVkGib0FDiPa4kBGTwy0xDxKNGlv3bLDViyx1U+qafmuJQ==} + /@next/swc-linux-x64-musl@15.5.1: + resolution: {integrity: sha512-+qmNVv1/af0yl/HaZJqzjXJn0Y+p+liF3MVT8cTjzxUjXKlqgJVBFJIhue2mynUFqylOC9Y3LlaS4Cfu0osFHw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -2140,8 +2245,8 @@ packages: dev: false optional: true - /@next/swc-win32-arm64-msvc@15.4.2: - resolution: {integrity: sha512-aMjogoGnRepas0LQ/PBPsvvUzj+IoXw2IoDSEShEtrsu2toBiaxEWzOQuPZ8nie8+1iF7TA63S7rlp3YWAjNEg==} + /@next/swc-win32-arm64-msvc@15.5.1: + resolution: {integrity: sha512-WfHWqbyxZQls3xGowCChTTZS9V3Bffvtm9A23aNFO6WUSY4vda5vaUBm+b13PunUKfSJC/61J93ISMG0KQnOtw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -2149,8 +2254,8 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc@15.4.2: - resolution: {integrity: sha512-FxwauyexSFu78wEqR/+NB9MnqXVj6SxJKwcVs2CRjeSX/jBagDCgtR2W36PZUYm0WPgY1pQ3C1+nn7zSnwROuw==} + /@next/swc-win32-x64-msvc@15.5.1: + resolution: {integrity: sha512-5bA9i7J9lxkor9/IcmbPIcfXCJVX0pa6I9C1kt9S5xxLx6GzQTGdZPd/jKTgtyBGLiMxnDqF38IIZiGs7jDGKg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2223,7 +2328,7 @@ packages: requiresBuild: true optional: true - /@remix-run/dev@2.16.0(@remix-run/react@2.16.0)(typescript@5.8.2)(vite@5.4.14): + /@remix-run/dev@2.16.0(@remix-run/react@2.16.0)(typescript@5.9.2)(vite@5.4.14): resolution: {integrity: sha512-zfb93zJatWRMmBU4dQFM9pTgYfkZi1orDYtd18f9YNZM6pbshmhqlsiGZmrMAhAuYLGB983aqkXY3pxtZhoDkQ==} engines: {node: '>=18.0.0'} hasBin: true @@ -2253,10 +2358,10 @@ packages: '@babel/types': 7.26.9 '@mdx-js/mdx': 2.3.0 '@npmcli/package-json': 4.0.1 - '@remix-run/node': 2.16.0(typescript@5.8.2) - '@remix-run/react': 2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.8.2) + '@remix-run/node': 2.16.0(typescript@5.9.2) + '@remix-run/react': 2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.9.2) '@remix-run/router': 1.23.0 - '@remix-run/server-runtime': 2.16.0(typescript@5.8.2) + '@remix-run/server-runtime': 2.16.0(typescript@5.9.2) '@types/mdx': 2.0.13 '@vanilla-extract/integration': 6.5.0 arg: 5.0.2 @@ -2297,8 +2402,8 @@ packages: set-cookie-parser: 2.7.1 tar-fs: 2.1.2 tsconfig-paths: 4.2.0 - typescript: 5.8.2 - valibot: 0.41.0(typescript@5.8.2) + typescript: 5.9.2 + valibot: 0.41.0(typescript@5.9.2) vite: 5.4.14 vite-node: 3.0.0-beta.2 ws: 7.5.10 @@ -2318,7 +2423,7 @@ packages: - ts-node - utf-8-validate - /@remix-run/node@2.16.0(typescript@5.8.2): + /@remix-run/node@2.16.0(typescript@5.9.2): resolution: {integrity: sha512-9yYBYCHYO1+bIScGAtOy5/r4BoTS8E5lpQmjWP99UxSCSiKHPEO76V9Z8mmmarTNis/FPN+sUwfmbQWNHLA2vw==} engines: {node: '>=18.0.0'} peerDependencies: @@ -2327,16 +2432,16 @@ packages: typescript: optional: true dependencies: - '@remix-run/server-runtime': 2.16.0(typescript@5.8.2) + '@remix-run/server-runtime': 2.16.0(typescript@5.9.2) '@remix-run/web-fetch': 4.4.2 '@web3-storage/multipart-parser': 1.0.0 cookie-signature: 1.2.2 source-map-support: 0.5.21 stream-slice: 0.1.2 - typescript: 5.8.2 + typescript: 5.9.2 undici: 6.21.1 - /@remix-run/react@2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.8.2): + /@remix-run/react@2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.9.2): resolution: {integrity: sha512-eTi60/7AO8vnIL+IT33ZixT0tLjUrilgKhimdZtddBc/XIawUeslC01mNUHIlLXS+zUDM05iBmY2aLTKkqyy6Q==} engines: {node: '>=18.0.0'} peerDependencies: @@ -2348,19 +2453,19 @@ packages: optional: true dependencies: '@remix-run/router': 1.23.0 - '@remix-run/server-runtime': 2.16.0(typescript@5.8.2) + '@remix-run/server-runtime': 2.16.0(typescript@5.9.2) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-router: 6.30.0(react@18.3.1) react-router-dom: 6.30.0(react-dom@18.3.1)(react@18.3.1) turbo-stream: 2.4.0 - typescript: 5.8.2 + typescript: 5.9.2 /@remix-run/router@1.23.0: resolution: {integrity: sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==} engines: {node: '>=14.0.0'} - /@remix-run/server-runtime@2.16.0(typescript@5.8.2): + /@remix-run/server-runtime@2.16.0(typescript@5.9.2): resolution: {integrity: sha512-gbuc4slxPi+pT47MrUYprX/wCuDlYL6H3LHZSvimWO1kDCBt8oefHzdHDPjLi4B1xzqXZomswTbuJzpZ7xRRTg==} engines: {node: '>=18.0.0'} peerDependencies: @@ -2376,7 +2481,7 @@ packages: set-cookie-parser: 2.7.1 source-map: 0.7.4 turbo-stream: 2.4.0 - typescript: 5.8.2 + typescript: 5.9.2 /@remix-run/web-blob@3.1.0: resolution: {integrity: sha512-owGzFLbqPH9PlKb8KvpNJ0NO74HWE2euAn61eEiyCXX/oteoVzTVSN8mpLgDjaxBf2btj5/nUllSUgpyd6IH6g==} @@ -3371,145 +3476,145 @@ packages: dependencies: '@types/yargs-parser': 21.0.3 - /@typescript-eslint/eslint-plugin@8.37.0(@typescript-eslint/parser@8.37.0)(eslint@9.31.0)(typescript@5.8.2): - resolution: {integrity: sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==} + /@typescript-eslint/eslint-plugin@8.41.0(@typescript-eslint/parser@8.41.0)(eslint@9.34.0)(typescript@5.9.2): + resolution: {integrity: sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.37.0 + '@typescript-eslint/parser': ^8.41.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.37.0(eslint@9.31.0)(typescript@5.8.2) - '@typescript-eslint/scope-manager': 8.37.0 - '@typescript-eslint/type-utils': 8.37.0(eslint@9.31.0)(typescript@5.8.2) - '@typescript-eslint/utils': 8.37.0(eslint@9.31.0)(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.37.0 - eslint: 9.31.0 + '@typescript-eslint/parser': 8.41.0(eslint@9.34.0)(typescript@5.9.2) + '@typescript-eslint/scope-manager': 8.41.0 + '@typescript-eslint/type-utils': 8.41.0(eslint@9.34.0)(typescript@5.9.2) + '@typescript-eslint/utils': 8.41.0(eslint@9.34.0)(typescript@5.9.2) + '@typescript-eslint/visitor-keys': 8.41.0 + eslint: 9.34.0 graphemer: 1.4.0 ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.8.2) - typescript: 5.8.2 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@8.37.0(eslint@9.31.0)(typescript@5.8.2): - resolution: {integrity: sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==} + /@typescript-eslint/parser@8.41.0(eslint@9.34.0)(typescript@5.9.2): + resolution: {integrity: sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' dependencies: - '@typescript-eslint/scope-manager': 8.37.0 - '@typescript-eslint/types': 8.37.0 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.2) - '@typescript-eslint/visitor-keys': 8.37.0 + '@typescript-eslint/scope-manager': 8.41.0 + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) + '@typescript-eslint/visitor-keys': 8.41.0 debug: 4.4.1 - eslint: 9.31.0 - typescript: 5.8.2 + eslint: 9.34.0 + typescript: 5.9.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/project-service@8.37.0(typescript@5.8.2): - resolution: {integrity: sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==} + /@typescript-eslint/project-service@8.41.0(typescript@5.9.2): + resolution: {integrity: sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' dependencies: - '@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.8.2) - '@typescript-eslint/types': 8.37.0 + '@typescript-eslint/tsconfig-utils': 8.41.0(typescript@5.9.2) + '@typescript-eslint/types': 8.41.0 debug: 4.4.1 - typescript: 5.8.2 + typescript: 5.9.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@8.37.0: - resolution: {integrity: sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==} + /@typescript-eslint/scope-manager@8.41.0: + resolution: {integrity: sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.37.0 - '@typescript-eslint/visitor-keys': 8.37.0 + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/visitor-keys': 8.41.0 dev: true - /@typescript-eslint/tsconfig-utils@8.37.0(typescript@5.8.2): - resolution: {integrity: sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==} + /@typescript-eslint/tsconfig-utils@8.41.0(typescript@5.9.2): + resolution: {integrity: sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' dependencies: - typescript: 5.8.2 + typescript: 5.9.2 dev: true - /@typescript-eslint/type-utils@8.37.0(eslint@9.31.0)(typescript@5.8.2): - resolution: {integrity: sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==} + /@typescript-eslint/type-utils@8.41.0(eslint@9.34.0)(typescript@5.9.2): + resolution: {integrity: sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' dependencies: - '@typescript-eslint/types': 8.37.0 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.2) - '@typescript-eslint/utils': 8.37.0(eslint@9.31.0)(typescript@5.8.2) + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) + '@typescript-eslint/utils': 8.41.0(eslint@9.34.0)(typescript@5.9.2) debug: 4.4.1 - eslint: 9.31.0 - ts-api-utils: 2.1.0(typescript@5.8.2) - typescript: 5.8.2 + eslint: 9.34.0 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@8.37.0: - resolution: {integrity: sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==} + /@typescript-eslint/types@8.41.0: + resolution: {integrity: sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /@typescript-eslint/typescript-estree@8.37.0(typescript@5.8.2): - resolution: {integrity: sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==} + /@typescript-eslint/typescript-estree@8.41.0(typescript@5.9.2): + resolution: {integrity: sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' dependencies: - '@typescript-eslint/project-service': 8.37.0(typescript@5.8.2) - '@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.8.2) - '@typescript-eslint/types': 8.37.0 - '@typescript-eslint/visitor-keys': 8.37.0 + '@typescript-eslint/project-service': 8.41.0(typescript@5.9.2) + '@typescript-eslint/tsconfig-utils': 8.41.0(typescript@5.9.2) + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/visitor-keys': 8.41.0 debug: 4.4.1 fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.2 - ts-api-utils: 2.1.0(typescript@5.8.2) - typescript: 5.8.2 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@8.37.0(eslint@9.31.0)(typescript@5.8.2): - resolution: {integrity: sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==} + /@typescript-eslint/utils@8.41.0(eslint@9.34.0)(typescript@5.9.2): + resolution: {integrity: sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' - dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0) - '@typescript-eslint/scope-manager': 8.37.0 - '@typescript-eslint/types': 8.37.0 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.2) - eslint: 9.31.0 - typescript: 5.8.2 + typescript: '>=4.8.4 <6.0.0' + dependencies: + '@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0) + '@typescript-eslint/scope-manager': 8.41.0 + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) + eslint: 9.34.0 + typescript: 5.9.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/visitor-keys@8.37.0: - resolution: {integrity: sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==} + /@typescript-eslint/visitor-keys@8.41.0: + resolution: {integrity: sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dependencies: - '@typescript-eslint/types': 8.37.0 + '@typescript-eslint/types': 8.41.0 eslint-visitor-keys: 4.2.1 dev: true @@ -3595,7 +3700,7 @@ packages: vue-router: optional: true dependencies: - '@remix-run/react': 2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.8.2) + '@remix-run/react': 2.16.0(react-dom@18.3.1)(react@18.3.1)(typescript@5.9.2) react: 18.3.1 dev: false @@ -3609,9 +3714,9 @@ packages: react: '*' react-dom: '*' dependencies: - '@remix-run/dev': 2.16.0(@remix-run/react@2.16.0)(typescript@5.8.2)(vite@5.4.14) - '@remix-run/node': 2.16.0(typescript@5.8.2) - '@remix-run/server-runtime': 2.16.0(typescript@5.8.2) + '@remix-run/dev': 2.16.0(@remix-run/react@2.16.0)(typescript@5.9.2)(vite@5.4.14) + '@remix-run/node': 2.16.0(typescript@5.9.2) + '@remix-run/server-runtime': 2.16.0(typescript@5.9.2) '@vercel/static-config': 3.0.0 isbot: 3.8.0 react: 18.3.1 @@ -4042,7 +4147,7 @@ packages: resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} dependencies: - caniuse-lite: 1.0.30001727 + caniuse-lite: 1.0.30001737 electron-to-chromium: 1.5.110 node-releases: 2.0.19 update-browserslist-db: 1.1.3(browserslist@4.24.4) @@ -4053,7 +4158,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001727 + caniuse-lite: 1.0.30001737 electron-to-chromium: 1.5.187 node-releases: 2.0.19 update-browserslist-db: 1.1.3(browserslist@4.25.1) @@ -4079,7 +4184,7 @@ packages: base64-js: 1.5.1 ieee754: 1.2.1 - /bunchee@6.4.0(typescript@5.8.2): + /bunchee@6.4.0(typescript@5.9.2): resolution: {integrity: sha512-GjYCzFBgq/kaotXa6Ssxu6msyxKKus5flqREp3++RpGJdvjYrM4jb0gDVIjniVu0V3zkYvBVErc1dYTWT1fjTA==} engines: {node: '>= 18.0.0'} hasBin: true @@ -4104,11 +4209,11 @@ packages: picomatch: 4.0.2 pretty-bytes: 5.6.0 rollup: 4.38.0 - rollup-plugin-dts: 6.2.1(rollup@4.38.0)(typescript@5.8.2) + rollup-plugin-dts: 6.2.1(rollup@4.38.0)(typescript@5.9.2) rollup-plugin-swc3: 0.11.2(@swc/core@1.11.13)(rollup@4.38.0) rollup-preserve-directives: 1.1.3(rollup@4.38.0) tslib: 2.8.1 - typescript: 5.8.2 + typescript: 5.9.2 yargs: 17.7.2 dev: true @@ -4186,8 +4291,8 @@ packages: resolution: {integrity: sha512-faRs/AW3jA9nTwmJBSO1PQ6L/EOgsB5HMQQq4iCu5zhPgVVgO/pZRHlmatwijZKetFw8/Pr4q6dEN8sJuq8qTw==} dev: true - /caniuse-lite@1.0.30001727: - resolution: {integrity: sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==} + /caniuse-lite@1.0.30001737: + resolution: {integrity: sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==} /ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -4199,8 +4304,8 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chalk@5.4.1: - resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} + /chalk@5.6.0: + resolution: {integrity: sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} dev: true @@ -4986,13 +5091,13 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier@10.1.1(eslint@9.31.0): + /eslint-config-prettier@10.1.1(eslint@9.34.0): resolution: {integrity: sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 9.31.0 + eslint: 9.34.0 dev: true /eslint-plugin-only-warn@1.1.0: @@ -5000,16 +5105,16 @@ packages: engines: {node: '>=6'} dev: true - /eslint-plugin-react-hooks@5.2.0(eslint@9.31.0): + /eslint-plugin-react-hooks@5.2.0(eslint@9.34.0): resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 dependencies: - eslint: 9.31.0 + eslint: 9.34.0 dev: true - /eslint-plugin-react@7.37.5(eslint@9.31.0): + /eslint-plugin-react@7.37.5(eslint@9.34.0): resolution: {integrity: sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==} engines: {node: '>=4'} peerDependencies: @@ -5021,7 +5126,7 @@ packages: array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.2.1 - eslint: 9.31.0 + eslint: 9.34.0 estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -5036,15 +5141,15 @@ packages: string.prototype.repeat: 1.0.0 dev: true - /eslint-plugin-turbo@2.5.0(eslint@9.31.0)(turbo@2.5.5): + /eslint-plugin-turbo@2.5.0(eslint@9.34.0)(turbo@2.5.6): resolution: {integrity: sha512-qQk54MrUZv0gnpxV23sccTc+FL3UJ8q7vG7HmXuS2RP8gdjWDwI1CCJTJD8EdRIDjsMxF0xi0AKcMY0CwIlXVg==} peerDependencies: eslint: '>6.6.0' turbo: '>2.0.0' dependencies: dotenv: 16.0.3 - eslint: 9.31.0 - turbo: 2.5.5 + eslint: 9.34.0 + turbo: 2.5.6 dev: true /eslint-scope@8.4.0: @@ -5065,8 +5170,8 @@ packages: engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} dev: true - /eslint@9.31.0: - resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==} + /eslint@9.34.0: + resolution: {integrity: sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5075,14 +5180,14 @@ packages: jiti: optional: true dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.21.0 - '@eslint/config-helpers': 0.3.0 - '@eslint/core': 0.15.1 + '@eslint/config-helpers': 0.3.1 + '@eslint/core': 0.15.2 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.31.0 - '@eslint/plugin-kit': 0.3.3 + '@eslint/js': 9.34.0 + '@eslint/plugin-kit': 0.3.5 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 @@ -6872,7 +6977,7 @@ packages: resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} engines: {node: '>=18'} dependencies: - chalk: 5.4.1 + chalk: 5.6.0 is-unicode-supported: 1.3.0 dev: true @@ -7474,8 +7579,8 @@ packages: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} engines: {node: '>= 0.6'} - /next@15.4.2(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-oH1rmFso+84NIkocfuxaGKcXIjMUTmnzV2x0m8qsYtB4gD6iflLMESXt5XJ8cFgWMBei4v88rNr/j+peNg72XA==} + /next@15.5.1(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-/SOAQnaT8JGBiWy798xSKhBBR6kcqbbri3uNTwwru8vyCZptU14AiZXYYTExvXGbQCl97jRWNlKbOr5t599Vxw==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: @@ -7495,22 +7600,22 @@ packages: sass: optional: true dependencies: - '@next/env': 15.4.2 + '@next/env': 15.5.1 '@swc/helpers': 0.5.15 - caniuse-lite: 1.0.30001727 + caniuse-lite: 1.0.30001737 postcss: 8.4.31 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) styled-jsx: 5.1.6(react@18.3.1) optionalDependencies: - '@next/swc-darwin-arm64': 15.4.2 - '@next/swc-darwin-x64': 15.4.2 - '@next/swc-linux-arm64-gnu': 15.4.2 - '@next/swc-linux-arm64-musl': 15.4.2 - '@next/swc-linux-x64-gnu': 15.4.2 - '@next/swc-linux-x64-musl': 15.4.2 - '@next/swc-win32-arm64-msvc': 15.4.2 - '@next/swc-win32-x64-msvc': 15.4.2 + '@next/swc-darwin-arm64': 15.5.1 + '@next/swc-darwin-x64': 15.5.1 + '@next/swc-linux-arm64-gnu': 15.5.1 + '@next/swc-linux-arm64-musl': 15.5.1 + '@next/swc-linux-x64-gnu': 15.5.1 + '@next/swc-linux-x64-musl': 15.5.1 + '@next/swc-win32-arm64-msvc': 15.5.1 + '@next/swc-win32-x64-msvc': 15.5.1 sharp: 0.34.3 transitivePeerDependencies: - '@babel/core' @@ -7700,7 +7805,7 @@ packages: resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} engines: {node: '>=18'} dependencies: - chalk: 5.4.1 + chalk: 5.6.0 cli-cursor: 5.0.0 cli-spinners: 2.9.2 is-interactive: 2.0.0 @@ -8413,7 +8518,7 @@ packages: resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - /rollup-plugin-dts@6.2.1(rollup@4.38.0)(typescript@5.8.2): + /rollup-plugin-dts@6.2.1(rollup@4.38.0)(typescript@5.9.2): resolution: {integrity: sha512-sR3CxYUl7i2CHa0O7bA45mCrgADyAQ0tVtGSqi3yvH28M+eg1+g5d7kQ9hLvEz5dorK3XVsH5L2jwHLQf72DzA==} engines: {node: '>=16'} peerDependencies: @@ -8422,7 +8527,7 @@ packages: dependencies: magic-string: 0.30.17 rollup: 4.38.0 - typescript: 5.8.2 + typescript: 5.9.2 optionalDependencies: '@babel/code-frame': 7.27.1 dev: true @@ -9199,20 +9304,20 @@ packages: /trough@2.2.0: resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} - /ts-api-utils@2.1.0(typescript@5.8.2): + /ts-api-utils@2.1.0(typescript@5.9.2): resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' dependencies: - typescript: 5.8.2 + typescript: 5.9.2 dev: true /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-jest@29.4.0(@babel/core@7.28.0)(jest@29.7.0)(typescript@5.8.2): + /ts-jest@29.4.0(@babel/core@7.28.3)(jest@29.7.0)(typescript@5.9.2): resolution: {integrity: sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==} engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -9239,7 +9344,7 @@ packages: jest-util: optional: true dependencies: - '@babel/core': 7.28.0 + '@babel/core': 7.28.3 bs-logger: 0.2.6 ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 @@ -9249,7 +9354,7 @@ packages: make-error: 1.3.6 semver: 7.7.2 type-fest: 4.41.0 - typescript: 5.8.2 + typescript: 5.9.2 yargs-parser: 21.1.1 dev: false @@ -9264,7 +9369,7 @@ packages: resolution: {integrity: sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A==} dev: false - /tsconfck@2.1.2(typescript@5.8.2): + /tsconfck@2.1.2(typescript@5.9.2): resolution: {integrity: sha512-ghqN1b0puy3MhhviwO2kGF8SeMDNhEbnKxjK7h6+fvY9JAxqvXi8y5NAHSQv687OVboS2uZIByzGd45/YxrRHg==} engines: {node: ^14.13.1 || ^16 || >=18} hasBin: true @@ -9274,7 +9379,7 @@ packages: typescript: optional: true dependencies: - typescript: 5.8.2 + typescript: 5.9.2 dev: true /tsconfig-paths@4.2.0: @@ -9288,7 +9393,7 @@ packages: /tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - /tsup@8.5.0(typescript@5.8.2): + /tsup@8.5.0(typescript@5.9.2): resolution: {integrity: sha512-VmBp77lWNQq6PfuMqCHD3xWl22vEoWsKajkF8t+yMBawlUS8JzEI+vOVMeuNZIuMML8qXRizFKi9oD5glKQVcQ==} engines: {node: '>=18'} hasBin: true @@ -9324,7 +9429,7 @@ packages: tinyexec: 0.3.2 tinyglobby: 0.2.13 tree-kill: 1.2.2 - typescript: 5.8.2 + typescript: 5.9.2 transitivePeerDependencies: - jiti - supports-color @@ -9340,8 +9445,8 @@ packages: dev: true optional: true - /turbo-darwin-64@2.5.5: - resolution: {integrity: sha512-RYnTz49u4F5tDD2SUwwtlynABNBAfbyT2uU/brJcyh5k6lDLyNfYKdKmqd3K2ls4AaiALWrFKVSBsiVwhdFNzQ==} + /turbo-darwin-64@2.5.6: + resolution: {integrity: sha512-3C1xEdo4aFwMJAPvtlPqz1Sw/+cddWIOmsalHFMrsqqydcptwBfu26WW2cDm3u93bUzMbBJ8k3zNKFqxJ9ei2A==} cpu: [x64] os: [darwin] requiresBuild: true @@ -9356,8 +9461,8 @@ packages: dev: true optional: true - /turbo-darwin-arm64@2.5.5: - resolution: {integrity: sha512-Tk+ZeSNdBobZiMw9aFypQt0DlLsWSFWu1ymqsAdJLuPoAH05qCfYtRxE1pJuYHcJB5pqI+/HOxtJoQ40726Btw==} + /turbo-darwin-arm64@2.5.6: + resolution: {integrity: sha512-LyiG+rD7JhMfYwLqB6k3LZQtYn8CQQUePbpA8mF/hMLPAekXdJo1g0bUPw8RZLwQXUIU/3BU7tXENvhSGz5DPA==} cpu: [arm64] os: [darwin] requiresBuild: true @@ -9372,8 +9477,8 @@ packages: dev: true optional: true - /turbo-linux-64@2.5.5: - resolution: {integrity: sha512-2/XvMGykD7VgsvWesZZYIIVXMlgBcQy+ZAryjugoTcvJv8TZzSU/B1nShcA7IAjZ0q7OsZ45uP2cOb8EgKT30w==} + /turbo-linux-64@2.5.6: + resolution: {integrity: sha512-GOcUTT0xiT/pSnHL4YD6Yr3HreUhU8pUcGqcI2ksIF9b2/r/kRHwGFcsHgpG3+vtZF/kwsP0MV8FTlTObxsYIA==} cpu: [x64] os: [linux] requiresBuild: true @@ -9388,8 +9493,8 @@ packages: dev: true optional: true - /turbo-linux-arm64@2.5.5: - resolution: {integrity: sha512-DW+8CjCjybu0d7TFm9dovTTVg1VRnlkZ1rceO4zqsaLrit3DgHnN4to4uwyuf9s2V/BwS3IYcRy+HG9BL596Iw==} + /turbo-linux-arm64@2.5.6: + resolution: {integrity: sha512-10Tm15bruJEA3m0V7iZcnQBpObGBcOgUcO+sY7/2vk1bweW34LMhkWi8svjV9iDF68+KJDThnYDlYE/bc7/zzQ==} cpu: [arm64] os: [linux] requiresBuild: true @@ -9407,8 +9512,8 @@ packages: dev: true optional: true - /turbo-windows-64@2.5.5: - resolution: {integrity: sha512-q5p1BOy8ChtSZfULuF1BhFMYIx6bevXu4fJ+TE/hyNfyHJIfjl90Z6jWdqAlyaFLmn99X/uw+7d6T/Y/dr5JwQ==} + /turbo-windows-64@2.5.6: + resolution: {integrity: sha512-FyRsVpgaj76It0ludwZsNN40ytHN+17E4PFJyeliBEbxrGTc5BexlXVpufB7XlAaoaZVxbS6KT8RofLfDRyEPg==} cpu: [x64] os: [win32] requiresBuild: true @@ -9423,8 +9528,8 @@ packages: dev: true optional: true - /turbo-windows-arm64@2.5.5: - resolution: {integrity: sha512-AXbF1KmpHUq3PKQwddMGoKMYhHsy5t1YBQO8HZ04HLMR0rWv9adYlQ8kaeQJTko1Ay1anOBFTqaxfVOOsu7+1Q==} + /turbo-windows-arm64@2.5.6: + resolution: {integrity: sha512-j/tWu8cMeQ7HPpKri6jvKtyXg9K1gRyhdK4tKrrchH8GNHscPX/F71zax58yYtLRWTiK04zNzPcUJuoS0+v/+Q==} cpu: [arm64] os: [win32] requiresBuild: true @@ -9442,16 +9547,16 @@ packages: turbo-windows-arm64: 2.5.0 dev: true - /turbo@2.5.5: - resolution: {integrity: sha512-eZ7wI6KjtT1eBqCnh2JPXWNUAxtoxxfi6VdBdZFvil0ychCOTxbm7YLRBi1JSt7U3c+u3CLxpoPxLdvr/Npr3A==} + /turbo@2.5.6: + resolution: {integrity: sha512-gxToHmi9oTBNB05UjUsrWf0OyN5ZXtD0apOarC1KIx232Vp3WimRNy3810QzeNSgyD5rsaIDXlxlbnOzlouo+w==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.5.5 - turbo-darwin-arm64: 2.5.5 - turbo-linux-64: 2.5.5 - turbo-linux-arm64: 2.5.5 - turbo-windows-64: 2.5.5 - turbo-windows-arm64: 2.5.5 + turbo-darwin-64: 2.5.6 + turbo-darwin-arm64: 2.5.6 + turbo-linux-64: 2.5.6 + turbo-linux-arm64: 2.5.6 + turbo-windows-64: 2.5.6 + turbo-windows-arm64: 2.5.6 dev: true /type-check@0.4.0: @@ -9526,26 +9631,27 @@ packages: reflect.getprototypeof: 1.0.10 dev: true - /typescript-eslint@8.37.0(eslint@9.31.0)(typescript@5.8.2): - resolution: {integrity: sha512-TnbEjzkE9EmcO0Q2zM+GE8NQLItNAJpMmED1BdgoBMYNdqMhzlbqfdSwiRlAzEK2pA9UzVW0gzaaIzXWg2BjfA==} + /typescript-eslint@8.41.0(eslint@9.34.0)(typescript@5.9.2): + resolution: {integrity: sha512-n66rzs5OBXW3SFSnZHr2T685q1i4ODm2nulFJhMZBotaTavsS8TrI3d7bDlRSs9yWo7HmyWrN9qDu14Qv7Y0Dw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' - dependencies: - '@typescript-eslint/eslint-plugin': 8.37.0(@typescript-eslint/parser@8.37.0)(eslint@9.31.0)(typescript@5.8.2) - '@typescript-eslint/parser': 8.37.0(eslint@9.31.0)(typescript@5.8.2) - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.2) - '@typescript-eslint/utils': 8.37.0(eslint@9.31.0)(typescript@5.8.2) - eslint: 9.31.0 - typescript: 5.8.2 + typescript: '>=4.8.4 <6.0.0' + dependencies: + '@typescript-eslint/eslint-plugin': 8.41.0(@typescript-eslint/parser@8.41.0)(eslint@9.34.0)(typescript@5.9.2) + '@typescript-eslint/parser': 8.41.0(eslint@9.34.0)(typescript@5.9.2) + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) + '@typescript-eslint/utils': 8.41.0(eslint@9.34.0)(typescript@5.9.2) + eslint: 9.34.0 + typescript: 5.9.2 transitivePeerDependencies: - supports-color dev: true - /typescript@5.8.2: - resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==} + /typescript@5.9.2: + resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} engines: {node: '>=14.17'} + hasBin: true /ufo@1.6.1: resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} @@ -9711,7 +9817,7 @@ packages: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - /valibot@0.41.0(typescript@5.8.2): + /valibot@0.41.0(typescript@5.9.2): resolution: {integrity: sha512-igDBb8CTYr8YTQlOKgaN9nSS0Be7z+WRuaeYqGf3Cjz3aKmSnqEmYnkfVjzIuumGqfHpa3fLIvMEAfhrpqN8ng==} peerDependencies: typescript: '>=5' @@ -9719,7 +9825,7 @@ packages: typescript: optional: true dependencies: - typescript: 5.8.2 + typescript: 5.9.2 /validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} @@ -9789,7 +9895,7 @@ packages: - supports-color - terser - /vite-tsconfig-paths@4.2.1(typescript@5.8.2)(vite@5.4.14): + /vite-tsconfig-paths@4.2.1(typescript@5.9.2)(vite@5.4.14): resolution: {integrity: sha512-GNUI6ZgPqT3oervkvzU+qtys83+75N/OuDaQl7HmOqFTb0pjZsuARrRipsyJhJ3enqV8beI1xhGbToR4o78nSQ==} peerDependencies: vite: '*' @@ -9799,7 +9905,7 @@ packages: dependencies: debug: 4.4.0 globrex: 0.1.2 - tsconfck: 2.1.2(typescript@5.8.2) + tsconfck: 2.1.2(typescript@5.9.2) vite: 5.4.14 transitivePeerDependencies: - supports-color