diff --git a/apps/api/package.json b/apps/api/package.json index 13ab2ffd8..d537000b9 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -47,7 +47,7 @@ "jest": "^30.2.0", "@types/jest": "^30.0.0", "ts-jest": "^29.0.0", - "tsx": "^4.0.0", + "tsx": "^4.21.0", "tsup": "^8.0.0" }, "keywords": [ diff --git a/apps/bridge/package.json b/apps/bridge/package.json index 6eb43ad00..ee4713822 100644 --- a/apps/bridge/package.json +++ b/apps/bridge/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", - "tsx": "^4.0.0", + "tsx": "^4.21.0", "tsup": "^8.0.0" }, "keywords": [ diff --git a/apps/sandbox-issuer/package.json b/apps/sandbox-issuer/package.json index c1c1412e6..93e09ea1f 100644 --- a/apps/sandbox-issuer/package.json +++ b/apps/sandbox-issuer/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.3", - "tsx": "^4.7.0", + "tsx": "^4.21.0", "tsup": "^8.0.0", "vitest": "^4.0.0" }, diff --git a/examples/agent-identity/package.json b/examples/agent-identity/package.json index b457c2167..86bf00e00 100644 --- a/examples/agent-identity/package.json +++ b/examples/agent-identity/package.json @@ -16,7 +16,7 @@ "@peac/protocol": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.0" } } diff --git a/examples/erc8004-feedback/package.json b/examples/erc8004-feedback/package.json index 735e344ee..7589cb3f7 100644 --- a/examples/erc8004-feedback/package.json +++ b/examples/erc8004-feedback/package.json @@ -14,7 +14,7 @@ "viem": "^2.21.0" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.0" } } diff --git a/examples/mcp-tool-call/package.json b/examples/mcp-tool-call/package.json index 7732c8454..7839a7994 100644 --- a/examples/mcp-tool-call/package.json +++ b/examples/mcp-tool-call/package.json @@ -16,7 +16,7 @@ "@peac/schema": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/openclaw-capture/package.json b/examples/openclaw-capture/package.json index 6b9751985..7042c12ab 100644 --- a/examples/openclaw-capture/package.json +++ b/examples/openclaw-capture/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/node": "^22.0.0", - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/pay-per-crawl/package.json b/examples/pay-per-crawl/package.json index 79a9d4492..e4793b88d 100644 --- a/examples/pay-per-crawl/package.json +++ b/examples/pay-per-crawl/package.json @@ -16,7 +16,7 @@ "@peac/schema": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/pay-per-inference/package.json b/examples/pay-per-inference/package.json index 842b0207b..3b4208e12 100644 --- a/examples/pay-per-inference/package.json +++ b/examples/pay-per-inference/package.json @@ -15,7 +15,7 @@ "@peac/schema": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/quickstart/package.json b/examples/quickstart/package.json index 806da9b5e..27b11aa5a 100644 --- a/examples/quickstart/package.json +++ b/examples/quickstart/package.json @@ -13,7 +13,7 @@ "@peac/protocol": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/rsl-collective/package.json b/examples/rsl-collective/package.json index 121b554e5..cf181f5cb 100644 --- a/examples/rsl-collective/package.json +++ b/examples/rsl-collective/package.json @@ -17,7 +17,7 @@ "@peac/schema": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/stripe-x402-crypto/package.json b/examples/stripe-x402-crypto/package.json index 25d14b0c3..70ada0629 100644 --- a/examples/stripe-x402-crypto/package.json +++ b/examples/stripe-x402-crypto/package.json @@ -13,7 +13,7 @@ "@peac/rails-stripe": "workspace:*" }, "devDependencies": { - "tsx": "^4.0.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/ucp-webhook-express/package.json b/examples/ucp-webhook-express/package.json index ec949bd3c..3f3e44428 100644 --- a/examples/ucp-webhook-express/package.json +++ b/examples/ucp-webhook-express/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.10.0", - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/workflow-correlation/package.json b/examples/workflow-correlation/package.json index 8a5225735..199ec9e9b 100644 --- a/examples/workflow-correlation/package.json +++ b/examples/workflow-correlation/package.json @@ -15,7 +15,7 @@ "@peac/schema": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/x402-node-server/package.json b/examples/x402-node-server/package.json index a54e231e4..2db95aa12 100644 --- a/examples/x402-node-server/package.json +++ b/examples/x402-node-server/package.json @@ -15,7 +15,7 @@ "@peac/schema": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/examples/x402-weather-proof/package.json b/examples/x402-weather-proof/package.json index 925538129..ebafbb873 100644 --- a/examples/x402-weather-proof/package.json +++ b/examples/x402-weather-proof/package.json @@ -14,7 +14,7 @@ "@peac/crypto": "workspace:*" }, "devDependencies": { - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3" } } diff --git a/packages/policy-kit/package.json b/packages/policy-kit/package.json index 9a7e886a5..4a8f27aaa 100644 --- a/packages/policy-kit/package.json +++ b/packages/policy-kit/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@types/node": "^20.10.0", - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3", "vitest": "^4.0.0", "tsup": "^8.0.0" diff --git a/packages/server/package.json b/packages/server/package.json index b7a0f7df7..60159d0e0 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@types/node": "^20.10.0", - "tsx": "^4.7.0", + "tsx": "^4.21.0", "typescript": "^5.3.3", "vitest": "^4.0.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e868a37c..dc42ea938 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -107,10 +107,10 @@ importers: version: 29.4.5(@babel/core@7.29.0)(esbuild@0.27.0)(jest@30.2.0)(typescript@5.9.3) tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.20.6)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: - specifier: ^4.0.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.0.0 version: 5.9.3 @@ -147,10 +147,10 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.20.6)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: - specifier: ^4.0.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.0.0 version: 5.9.3 @@ -181,16 +181,16 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.20.6)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 vitest: specifier: ^4.0.0 - version: 4.0.18(@types/node@20.19.25)(tsx@4.20.6) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@20.19.25)(tsx@4.21.0) apps/verifier: dependencies: @@ -212,7 +212,7 @@ importers: version: 5.9.3 vite: specifier: ^6.0.0 - version: 6.4.1(@types/node@20.19.25)(tsx@4.21.0) + version: 6.4.1(@types/node@20.19.25)(tsx@4.21.0)(yaml@2.8.2) vitest: specifier: ^4.0.0 version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@20.19.25)(tsx@4.21.0) @@ -230,8 +230,8 @@ importers: version: link:../../packages/schema devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.0 version: 5.9.3 @@ -246,8 +246,8 @@ importers: version: 2.45.1(typescript@5.9.3) devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.0 version: 5.9.3 @@ -268,8 +268,8 @@ importers: version: link:../../packages/schema devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -287,7 +287,7 @@ importers: specifier: ^22.0.0 version: 22.19.11 tsx: - specifier: ^4.7.0 + specifier: ^4.21.0 version: 4.21.0 typescript: specifier: ^5.3.3 @@ -309,8 +309,8 @@ importers: version: link:../../packages/schema devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -328,8 +328,8 @@ importers: version: link:../../packages/schema devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -341,8 +341,8 @@ importers: version: link:../../packages/protocol devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -366,8 +366,8 @@ importers: version: link:../../packages/schema devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -385,7 +385,7 @@ importers: version: link:../../packages/rails/stripe devDependencies: tsx: - specifier: ^4.0.0 + specifier: ^4.21.0 version: 4.21.0 typescript: specifier: ^5.3.3 @@ -447,8 +447,8 @@ importers: specifier: ^20.10.0 version: 20.19.25 tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -466,8 +466,8 @@ importers: version: link:../../packages/schema devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -485,8 +485,8 @@ importers: version: link:../../packages/schema devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -501,8 +501,8 @@ importers: version: link:../../packages/crypto devDependencies: tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 @@ -524,7 +524,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -555,7 +555,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -700,7 +700,7 @@ importers: version: 3.3.0 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -722,7 +722,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -762,7 +762,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -786,7 +786,7 @@ importers: devDependencies: tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -808,7 +808,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -845,7 +845,7 @@ importers: version: 29.4.5(@babel/core@7.29.0)(esbuild@0.27.0)(jest@30.2.0)(typescript@5.9.3) tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.2.0 version: 5.9.3 @@ -864,7 +864,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -876,7 +876,7 @@ importers: devDependencies: tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.0.0 version: 5.9.3 @@ -885,7 +885,7 @@ importers: devDependencies: tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.0 version: 5.9.3 @@ -907,7 +907,7 @@ importers: devDependencies: tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.0 version: 5.9.3 @@ -919,7 +919,7 @@ importers: devDependencies: tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.6.2 version: 5.9.3 @@ -976,7 +976,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -1052,7 +1052,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -1086,7 +1086,7 @@ importers: version: 6.3.4 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -1141,7 +1141,7 @@ importers: version: 29.4.5(@babel/core@7.29.0)(esbuild@0.27.0)(jest@30.2.0)(typescript@5.9.3) tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.0.0 version: 5.9.3 @@ -1163,16 +1163,16 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 vitest: specifier: ^4.0.0 - version: 4.0.18(@types/node@20.19.25)(tsx@4.20.6)(yaml@2.8.2) + version: 4.0.18(@types/node@20.19.25)(tsx@4.21.0)(yaml@2.8.2) packages/privacy: devDependencies: @@ -1209,7 +1209,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -1304,7 +1304,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -1341,7 +1341,7 @@ importers: version: 29.4.5(@babel/core@7.29.0)(esbuild@0.27.0)(jest@30.2.0)(typescript@5.9.3) tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.0.0 version: 5.9.3 @@ -1360,7 +1360,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -1396,14 +1396,14 @@ importers: specifier: ^20.10.0 version: 20.19.25 tsx: - specifier: ^4.7.0 - version: 4.20.6 + specifier: ^4.21.0 + version: 4.21.0 typescript: specifier: ^5.3.3 version: 5.9.3 vitest: specifier: ^4.0.0 - version: 4.0.18(@types/node@20.19.25)(tsx@4.20.6) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@20.19.25)(tsx@4.21.0) packages/telemetry: dependencies: @@ -1416,7 +1416,7 @@ importers: version: 20.19.25 tsup: specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3) + version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.3.3 version: 5.9.3 @@ -2285,6 +2285,15 @@ packages: dev: true optional: true + /@esbuild/aix-ppc64@0.27.3: + resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-arm64@0.17.19: resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} engines: {node: '>=12'} @@ -2312,6 +2321,15 @@ packages: dev: true optional: true + /@esbuild/android-arm64@0.27.3: + resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-arm@0.17.19: resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==} engines: {node: '>=12'} @@ -2339,6 +2357,15 @@ packages: dev: true optional: true + /@esbuild/android-arm@0.27.3: + resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-x64@0.17.19: resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==} engines: {node: '>=12'} @@ -2366,6 +2393,15 @@ packages: dev: true optional: true + /@esbuild/android-x64@0.27.3: + resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + /@esbuild/darwin-arm64@0.17.19: resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==} engines: {node: '>=12'} @@ -2393,6 +2429,15 @@ packages: dev: true optional: true + /@esbuild/darwin-arm64@0.27.3: + resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + /@esbuild/darwin-x64@0.17.19: resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==} engines: {node: '>=12'} @@ -2420,6 +2465,15 @@ packages: dev: true optional: true + /@esbuild/darwin-x64@0.27.3: + resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + /@esbuild/freebsd-arm64@0.17.19: resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==} engines: {node: '>=12'} @@ -2447,6 +2501,15 @@ packages: dev: true optional: true + /@esbuild/freebsd-arm64@0.27.3: + resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/freebsd-x64@0.17.19: resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==} engines: {node: '>=12'} @@ -2474,6 +2537,15 @@ packages: dev: true optional: true + /@esbuild/freebsd-x64@0.27.3: + resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-arm64@0.17.19: resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==} engines: {node: '>=12'} @@ -2501,6 +2573,15 @@ packages: dev: true optional: true + /@esbuild/linux-arm64@0.27.3: + resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-arm@0.17.19: resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==} engines: {node: '>=12'} @@ -2528,6 +2609,15 @@ packages: dev: true optional: true + /@esbuild/linux-arm@0.27.3: + resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-ia32@0.17.19: resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==} engines: {node: '>=12'} @@ -2555,6 +2645,15 @@ packages: dev: true optional: true + /@esbuild/linux-ia32@0.27.3: + resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-loong64@0.17.19: resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==} engines: {node: '>=12'} @@ -2582,6 +2681,15 @@ packages: dev: true optional: true + /@esbuild/linux-loong64@0.27.3: + resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-mips64el@0.17.19: resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==} engines: {node: '>=12'} @@ -2609,6 +2717,15 @@ packages: dev: true optional: true + /@esbuild/linux-mips64el@0.27.3: + resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-ppc64@0.17.19: resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==} engines: {node: '>=12'} @@ -2636,6 +2753,15 @@ packages: dev: true optional: true + /@esbuild/linux-ppc64@0.27.3: + resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-riscv64@0.17.19: resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==} engines: {node: '>=12'} @@ -2663,6 +2789,15 @@ packages: dev: true optional: true + /@esbuild/linux-riscv64@0.27.3: + resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-s390x@0.17.19: resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==} engines: {node: '>=12'} @@ -2690,6 +2825,15 @@ packages: dev: true optional: true + /@esbuild/linux-s390x@0.27.3: + resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-x64@0.17.19: resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==} engines: {node: '>=12'} @@ -2717,6 +2861,15 @@ packages: dev: true optional: true + /@esbuild/linux-x64@0.27.3: + resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/netbsd-arm64@0.25.12: resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} engines: {node: '>=18'} @@ -2735,6 +2888,15 @@ packages: dev: true optional: true + /@esbuild/netbsd-arm64@0.27.3: + resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/netbsd-x64@0.17.19: resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} engines: {node: '>=12'} @@ -2762,6 +2924,15 @@ packages: dev: true optional: true + /@esbuild/netbsd-x64@0.27.3: + resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/openbsd-arm64@0.25.12: resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} engines: {node: '>=18'} @@ -2780,6 +2951,15 @@ packages: dev: true optional: true + /@esbuild/openbsd-arm64@0.27.3: + resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/openbsd-x64@0.17.19: resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==} engines: {node: '>=12'} @@ -2807,6 +2987,15 @@ packages: dev: true optional: true + /@esbuild/openbsd-x64@0.27.3: + resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/openharmony-arm64@0.25.12: resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} engines: {node: '>=18'} @@ -2825,6 +3014,15 @@ packages: dev: true optional: true + /@esbuild/openharmony-arm64@0.27.3: + resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + requiresBuild: true + dev: true + optional: true + /@esbuild/sunos-x64@0.17.19: resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} engines: {node: '>=12'} @@ -2852,6 +3050,15 @@ packages: dev: true optional: true + /@esbuild/sunos-x64@0.27.3: + resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + /@esbuild/win32-arm64@0.17.19: resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==} engines: {node: '>=12'} @@ -2879,6 +3086,15 @@ packages: dev: true optional: true + /@esbuild/win32-arm64@0.27.3: + resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@esbuild/win32-ia32@0.17.19: resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==} engines: {node: '>=12'} @@ -2906,6 +3122,15 @@ packages: dev: true optional: true + /@esbuild/win32-ia32@0.27.3: + resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@esbuild/win32-x64@0.17.19: resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==} engines: {node: '>=12'} @@ -2933,6 +3158,15 @@ packages: dev: true optional: true + /@esbuild/win32-x64@0.27.3: + resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@eslint-community/eslint-utils@4.9.0(eslint@10.0.0): resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5227,7 +5461,7 @@ packages: '@vitest/spy': 4.0.18 estree-walker: 3.0.3 magic-string: 0.30.21 - vite: 6.4.1(@types/node@20.19.25)(tsx@4.20.6) + vite: 6.4.1(@types/node@20.19.25)(tsx@4.21.0)(yaml@2.8.2) dev: true /@vitest/pretty-format@4.0.18: @@ -6311,6 +6545,40 @@ packages: '@esbuild/win32-x64': 0.27.0 dev: true + /esbuild@0.27.3: + resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} + engines: {node: '>=18'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/aix-ppc64': 0.27.3 + '@esbuild/android-arm': 0.27.3 + '@esbuild/android-arm64': 0.27.3 + '@esbuild/android-x64': 0.27.3 + '@esbuild/darwin-arm64': 0.27.3 + '@esbuild/darwin-x64': 0.27.3 + '@esbuild/freebsd-arm64': 0.27.3 + '@esbuild/freebsd-x64': 0.27.3 + '@esbuild/linux-arm': 0.27.3 + '@esbuild/linux-arm64': 0.27.3 + '@esbuild/linux-ia32': 0.27.3 + '@esbuild/linux-loong64': 0.27.3 + '@esbuild/linux-mips64el': 0.27.3 + '@esbuild/linux-ppc64': 0.27.3 + '@esbuild/linux-riscv64': 0.27.3 + '@esbuild/linux-s390x': 0.27.3 + '@esbuild/linux-x64': 0.27.3 + '@esbuild/netbsd-arm64': 0.27.3 + '@esbuild/netbsd-x64': 0.27.3 + '@esbuild/openbsd-arm64': 0.27.3 + '@esbuild/openbsd-x64': 0.27.3 + '@esbuild/openharmony-arm64': 0.27.3 + '@esbuild/sunos-x64': 0.27.3 + '@esbuild/win32-arm64': 0.27.3 + '@esbuild/win32-ia32': 0.27.3 + '@esbuild/win32-x64': 0.27.3 + dev: true + /escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -6794,8 +7062,8 @@ packages: engines: {node: '>=10'} dev: true - /get-tsconfig@4.13.0: - resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==} + /get-tsconfig@4.13.6: + resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==} dependencies: resolve-pkg-maps: 1.0.0 dev: true @@ -8304,7 +8572,7 @@ packages: engines: {node: '>= 0.4'} dev: true - /postcss-load-config@6.0.1(tsx@4.20.6): + /postcss-load-config@6.0.1(tsx@4.21.0)(yaml@2.8.2): resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} engines: {node: '>= 18'} peerDependencies: @@ -8323,61 +8591,17 @@ packages: optional: true dependencies: lilconfig: 3.1.3 - tsx: 4.20.6 + tsx: 4.21.0 + yaml: 2.8.2 dev: true - /postcss-load-config@6.0.1(tsx@4.20.6)(yaml@2.8.2): - resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} - engines: {node: '>= 18'} - peerDependencies: - jiti: '>=1.21.0' - postcss: '>=8.0.9' - tsx: ^4.8.1 - yaml: ^2.4.2 - peerDependenciesMeta: - jiti: - optional: true - postcss: - optional: true - tsx: - optional: true - yaml: - optional: true + /postcss@8.4.31: + resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} + engines: {node: ^10 || ^12 || >=14} dependencies: - lilconfig: 3.1.3 - tsx: 4.20.6 - yaml: 2.8.2 - dev: true - - /postcss-load-config@6.0.1(tsx@4.21.0): - resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==} - engines: {node: '>= 18'} - peerDependencies: - jiti: '>=1.21.0' - postcss: '>=8.0.9' - tsx: ^4.8.1 - yaml: ^2.4.2 - peerDependenciesMeta: - jiti: - optional: true - postcss: - optional: true - tsx: - optional: true - yaml: - optional: true - dependencies: - lilconfig: 3.1.3 - tsx: 4.21.0 - dev: true - - /postcss@8.4.31: - resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 + nanoid: 3.3.11 + picocolors: 1.1.1 + source-map-js: 1.2.1 dev: true /postcss@8.5.6: @@ -9365,7 +9589,7 @@ packages: requiresBuild: true dev: true - /tsup@8.5.1(tsx@4.20.6)(typescript@5.9.3): + /tsup@8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): resolution: {integrity: sha512-xtgkqwdhpKWr3tKPmCkvYmS9xnQK3m3XgxZHwSUjvfTjp7YfXe5tT3GgWi0F2N+ZSMsOeWeZFh7ZZFg5iPhing==} engines: {node: '>=18'} hasBin: true @@ -9393,7 +9617,7 @@ packages: fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(tsx@4.20.6) + postcss-load-config: 6.0.1(tsx@4.21.0)(yaml@2.8.2) resolve-from: 5.0.0 rollup: 4.53.2 source-map: 0.7.6 @@ -9409,112 +9633,13 @@ packages: - yaml dev: true - /tsup@8.5.1(tsx@4.20.6)(typescript@5.9.3)(yaml@2.8.2): - resolution: {integrity: sha512-xtgkqwdhpKWr3tKPmCkvYmS9xnQK3m3XgxZHwSUjvfTjp7YfXe5tT3GgWi0F2N+ZSMsOeWeZFh7ZZFg5iPhing==} - engines: {node: '>=18'} - hasBin: true - peerDependencies: - '@microsoft/api-extractor': ^7.36.0 - '@swc/core': ^1 - postcss: ^8.4.12 - typescript: '>=4.5.0' - peerDependenciesMeta: - '@microsoft/api-extractor': - optional: true - '@swc/core': - optional: true - postcss: - optional: true - typescript: - optional: true - dependencies: - bundle-require: 5.1.0(esbuild@0.27.0) - cac: 6.7.14 - chokidar: 4.0.3 - consola: 3.4.2 - debug: 4.4.3 - esbuild: 0.27.0 - fix-dts-default-cjs-exports: 1.0.1 - joycon: 3.1.1 - picocolors: 1.1.1 - postcss-load-config: 6.0.1(tsx@4.20.6)(yaml@2.8.2) - resolve-from: 5.0.0 - rollup: 4.53.2 - source-map: 0.7.6 - sucrase: 3.35.0 - tinyexec: 0.3.2 - tinyglobby: 0.2.15 - tree-kill: 1.2.2 - typescript: 5.9.3 - transitivePeerDependencies: - - jiti - - supports-color - - tsx - - yaml - dev: true - - /tsup@8.5.1(tsx@4.21.0)(typescript@5.9.3): - resolution: {integrity: sha512-xtgkqwdhpKWr3tKPmCkvYmS9xnQK3m3XgxZHwSUjvfTjp7YfXe5tT3GgWi0F2N+ZSMsOeWeZFh7ZZFg5iPhing==} - engines: {node: '>=18'} - hasBin: true - peerDependencies: - '@microsoft/api-extractor': ^7.36.0 - '@swc/core': ^1 - postcss: ^8.4.12 - typescript: '>=4.5.0' - peerDependenciesMeta: - '@microsoft/api-extractor': - optional: true - '@swc/core': - optional: true - postcss: - optional: true - typescript: - optional: true - dependencies: - bundle-require: 5.1.0(esbuild@0.27.0) - cac: 6.7.14 - chokidar: 4.0.3 - consola: 3.4.2 - debug: 4.4.3 - esbuild: 0.27.0 - fix-dts-default-cjs-exports: 1.0.1 - joycon: 3.1.1 - picocolors: 1.1.1 - postcss-load-config: 6.0.1(tsx@4.21.0) - resolve-from: 5.0.0 - rollup: 4.53.2 - source-map: 0.7.6 - sucrase: 3.35.0 - tinyexec: 0.3.2 - tinyglobby: 0.2.15 - tree-kill: 1.2.2 - typescript: 5.9.3 - transitivePeerDependencies: - - jiti - - supports-color - - tsx - - yaml - dev: true - - /tsx@4.20.6: - resolution: {integrity: sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==} - engines: {node: '>=18.0.0'} - hasBin: true - dependencies: - esbuild: 0.25.12 - get-tsconfig: 4.13.0 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /tsx@4.21.0: resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==} engines: {node: '>=18.0.0'} hasBin: true dependencies: - esbuild: 0.27.0 - get-tsconfig: 4.13.0 + esbuild: 0.27.3 + get-tsconfig: 4.13.6 optionalDependencies: fsevents: 2.3.3 dev: true @@ -9819,112 +9944,7 @@ packages: - zod dev: false - /vite@6.4.1(@types/node@20.19.25)(tsx@4.20.6): - resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} - hasBin: true - peerDependencies: - '@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.16.0 - tsx: ^4.8.1 - yaml: ^2.4.2 - peerDependenciesMeta: - '@types/node': - optional: true - jiti: - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - tsx: - optional: true - yaml: - optional: true - dependencies: - '@types/node': 20.19.25 - esbuild: 0.25.12 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.53.2 - tinyglobby: 0.2.15 - tsx: 4.20.6 - optionalDependencies: - fsevents: 2.3.3 - dev: true - - /vite@6.4.1(@types/node@20.19.25)(tsx@4.20.6)(yaml@2.8.2): - resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} - hasBin: true - peerDependencies: - '@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.16.0 - tsx: ^4.8.1 - yaml: ^2.4.2 - peerDependenciesMeta: - '@types/node': - optional: true - jiti: - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - tsx: - optional: true - yaml: - optional: true - dependencies: - '@types/node': 20.19.25 - esbuild: 0.25.12 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.53.2 - tinyglobby: 0.2.15 - tsx: 4.20.6 - yaml: 2.8.2 - optionalDependencies: - fsevents: 2.3.3 - dev: true - - /vite@6.4.1(@types/node@20.19.25)(tsx@4.21.0): + /vite@6.4.1(@types/node@20.19.25)(tsx@4.21.0)(yaml@2.8.2): resolution: {integrity: sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -9972,6 +9992,7 @@ packages: rollup: 4.53.2 tinyglobby: 0.2.15 tsx: 4.21.0 + yaml: 2.8.2 optionalDependencies: fsevents: 2.3.3 dev: true @@ -10030,76 +10051,7 @@ packages: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 6.4.1(@types/node@20.19.25)(tsx@4.21.0) - why-is-node-running: 2.3.0 - transitivePeerDependencies: - - jiti - - less - - lightningcss - - msw - - sass - - sass-embedded - - stylus - - sugarss - - terser - - tsx - - yaml - dev: true - - /vitest@4.0.18(@types/node@20.19.25)(tsx@4.20.6): - resolution: {integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==} - engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@opentelemetry/api': ^1.9.0 - '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 - '@vitest/browser-playwright': 4.0.18 - '@vitest/browser-preview': 4.0.18 - '@vitest/browser-webdriverio': 4.0.18 - '@vitest/ui': 4.0.18 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@opentelemetry/api': - optional: true - '@types/node': - optional: true - '@vitest/browser-playwright': - optional: true - '@vitest/browser-preview': - optional: true - '@vitest/browser-webdriverio': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@types/node': 20.19.25 - '@vitest/expect': 4.0.18 - '@vitest/mocker': 4.0.18(vite@6.4.1) - '@vitest/pretty-format': 4.0.18 - '@vitest/runner': 4.0.18 - '@vitest/snapshot': 4.0.18 - '@vitest/spy': 4.0.18 - '@vitest/utils': 4.0.18 - es-module-lexer: 1.7.0 - expect-type: 1.3.0 - magic-string: 0.30.21 - obug: 2.1.1 - pathe: 2.0.3 - picomatch: 4.0.3 - std-env: 3.10.0 - tinybench: 2.9.0 - tinyexec: 1.0.2 - tinyglobby: 0.2.15 - tinyrainbow: 3.0.3 - vite: 6.4.1(@types/node@20.19.25)(tsx@4.20.6) + vite: 6.4.1(@types/node@20.19.25)(tsx@4.21.0)(yaml@2.8.2) why-is-node-running: 2.3.0 transitivePeerDependencies: - jiti @@ -10115,7 +10067,7 @@ packages: - yaml dev: true - /vitest@4.0.18(@types/node@20.19.25)(tsx@4.20.6)(yaml@2.8.2): + /vitest@4.0.18(@types/node@20.19.25)(tsx@4.21.0)(yaml@2.8.2): resolution: {integrity: sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==} engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true @@ -10168,7 +10120,7 @@ packages: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 6.4.1(@types/node@20.19.25)(tsx@4.20.6)(yaml@2.8.2) + vite: 6.4.1(@types/node@20.19.25)(tsx@4.21.0)(yaml@2.8.2) why-is-node-running: 2.3.0 transitivePeerDependencies: - jiti