diff --git a/engine/sdks/typescript/api-full/package.json b/engine/sdks/typescript/api-full/package.json index 9bfcc99240..7f09b08d04 100644 --- a/engine/sdks/typescript/api-full/package.json +++ b/engine/sdks/typescript/api-full/package.json @@ -51,7 +51,7 @@ "form-data": "^4.0.4", "js-base64": "^3.7.8", "node-fetch": "^2.7.0", - "qs": "^6.14.0", + "qs": "^6.14.2", "readable-stream": "^4.7.0", "url-join": "^5.0.0" }, diff --git a/engine/sdks/typescript/test-runner/package.json b/engine/sdks/typescript/test-runner/package.json index 179790f145..d6e9d2d6f4 100644 --- a/engine/sdks/typescript/test-runner/package.json +++ b/engine/sdks/typescript/test-runner/package.json @@ -8,10 +8,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@rivetkit/engine-runner": "workspace:*", "@rivetkit/engine-runner-protocol": "workspace:*", - "hono": "^4.7.0", + "hono": "^4.12.7", "pino": "^9.9.5", "ws": "^8.18.3" }, diff --git a/examples/actor-actions-vercel/package.json b/examples/actor-actions-vercel/package.json index a6fc3c07f0..91c01cefcb 100644 --- a/examples/actor-actions-vercel/package.json +++ b/examples/actor-actions-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.2.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/actor-actions/package.json b/examples/actor-actions/package.json index e4c2c0db2b..82378e77c4 100644 --- a/examples/actor-actions/package.json +++ b/examples/actor-actions/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.2.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/ai-agent-vercel/package.json b/examples/ai-agent-vercel/package.json index d6c992c6ff..6201d6a6e3 100644 --- a/examples/ai-agent-vercel/package.json +++ b/examples/ai-agent-vercel/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@ai-sdk/openai": "^0.0.66", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "ai": "^4.0.38", - "hono": "^4.11.3", + "ai": "^5.0.52", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/ai-agent/package.json b/examples/ai-agent/package.json index 63bfff06ed..ec24882157 100644 --- a/examples/ai-agent/package.json +++ b/examples/ai-agent/package.json @@ -23,11 +23,11 @@ }, "dependencies": { "@ai-sdk/openai": "^0.0.66", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "ai": "^4.0.38", - "hono": "^4.11.3", + "ai": "^5.0.52", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/ai-and-user-generated-actors-freestyle/package.json b/examples/ai-and-user-generated-actors-freestyle/package.json index 6b2cb8b226..8a584c6ca7 100644 --- a/examples/ai-and-user-generated-actors-freestyle/package.json +++ b/examples/ai-and-user-generated-actors-freestyle/package.json @@ -11,7 +11,7 @@ "start": "srvx --static=public/ dist/server.js" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@monaco-editor/react": "^4.7.0", "@rivet-gg/cloud": "https://pkg.pr.new/rivet-dev/cloud/@rivet-gg/cloud@715f221", @@ -19,7 +19,7 @@ "dotenv": "^17.2.2", "execa": "^9.5.2", "freestyle-sandboxes": "^0.0.95", - "hono": "^4.6.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/ai-and-user-generated-actors-freestyle/template/package.json b/examples/ai-and-user-generated-actors-freestyle/template/package.json index 4a40ca8515..a20445dd52 100644 --- a/examples/ai-and-user-generated-actors-freestyle/template/package.json +++ b/examples/ai-and-user-generated-actors-freestyle/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@rivetkit/react": "^2.0.24", - "hono": "4.9.8", + "hono": "4.12.7", "on-change": "^5.0.1", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/chat-room-vercel/package.json b/examples/chat-room-vercel/package.json index 142ddb4ee8..cb108958cc 100644 --- a/examples/chat-room-vercel/package.json +++ b/examples/chat-room-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/chat-room/package.json b/examples/chat-room/package.json index c256a16de1..fbee851849 100644 --- a/examples/chat-room/package.json +++ b/examples/chat-room/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/cloudflare-workers-hono/package.json b/examples/cloudflare-workers-hono/package.json index 0526113d1f..1f4a239d43 100644 --- a/examples/cloudflare-workers-hono/package.json +++ b/examples/cloudflare-workers-hono/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@rivetkit/cloudflare-workers": "^2.0.38", - "hono": "^4.8.0" + "hono": "^4.12.7" }, "stableVersion": "0.8.0", "license": "MIT" diff --git a/examples/collaborative-document-vercel/package.json b/examples/collaborative-document-vercel/package.json index 7e4bf512dc..960b647b18 100644 --- a/examples/collaborative-document-vercel/package.json +++ b/examples/collaborative-document-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/collaborative-document/package.json b/examples/collaborative-document/package.json index 7580695a70..6965ce14ab 100644 --- a/examples/collaborative-document/package.json +++ b/examples/collaborative-document/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/cross-actor-actions-vercel/package.json b/examples/cross-actor-actions-vercel/package.json index ca5e59d8e2..610d22936e 100644 --- a/examples/cross-actor-actions-vercel/package.json +++ b/examples/cross-actor-actions-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/cross-actor-actions/package.json b/examples/cross-actor-actions/package.json index 95a7477152..af9ce73b67 100644 --- a/examples/cross-actor-actions/package.json +++ b/examples/cross-actor-actions/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/cursors-raw-websocket-vercel/package.json b/examples/cursors-raw-websocket-vercel/package.json index c3da859e85..0a8fe4d1ae 100644 --- a/examples/cursors-raw-websocket-vercel/package.json +++ b/examples/cursors-raw-websocket-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/cursors-raw-websocket/package.json b/examples/cursors-raw-websocket/package.json index 4e26774f17..5f3b206382 100644 --- a/examples/cursors-raw-websocket/package.json +++ b/examples/cursors-raw-websocket/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/cursors-vercel/package.json b/examples/cursors-vercel/package.json index f39d631a63..508e3a97b1 100644 --- a/examples/cursors-vercel/package.json +++ b/examples/cursors-vercel/package.json @@ -9,7 +9,7 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", "hono": "^4", diff --git a/examples/cursors/package.json b/examples/cursors/package.json index 5810335e45..279ff4a517 100644 --- a/examples/cursors/package.json +++ b/examples/cursors/package.json @@ -22,7 +22,7 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", "hono": "^4", diff --git a/examples/custom-serverless/package.json b/examples/custom-serverless/package.json index 0f5e6e0e1f..5870100abf 100644 --- a/examples/custom-serverless/package.json +++ b/examples/custom-serverless/package.json @@ -18,9 +18,9 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", - "hono": "^4.0.0", + "hono": "^4.12.7", "rivetkit": "^2.0.38", "srvx": "^0.10.0" }, diff --git a/examples/elysia/package.json b/examples/elysia/package.json index be128bf2f6..f9afeb1fcd 100644 --- a/examples/elysia/package.json +++ b/examples/elysia/package.json @@ -15,9 +15,9 @@ "typescript": "^5.5.2" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", - "elysia": "^1.4.0", + "elysia": "^1.4.27", "rivetkit": "^2.0.38", "srvx": "^0.10.0" }, diff --git a/examples/experimental-durable-streams-ai-agent-vercel/package.json b/examples/experimental-durable-streams-ai-agent-vercel/package.json index e4ccf5ea94..d7bb4a3c33 100644 --- a/examples/experimental-durable-streams-ai-agent-vercel/package.json +++ b/examples/experimental-durable-streams-ai-agent-vercel/package.json @@ -13,11 +13,11 @@ "@durable-streams/client": "https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/client@0323b8b", "@durable-streams/server": "https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/server@0323b8b", "@durable-streams/writer": "https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/writer@0323b8b", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "ai": "^4.0.38", - "hono": "^4.11.3", + "ai": "^5.0.52", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/experimental-durable-streams-ai-agent/package.json b/examples/experimental-durable-streams-ai-agent/package.json index a359651b96..9427034361 100644 --- a/examples/experimental-durable-streams-ai-agent/package.json +++ b/examples/experimental-durable-streams-ai-agent/package.json @@ -26,11 +26,11 @@ "@durable-streams/client": "https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/client@0323b8b", "@durable-streams/server": "https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/server@0323b8b", "@durable-streams/writer": "https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/writer@0323b8b", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "ai": "^4.0.38", - "hono": "^4.11.3", + "ai": "^5.0.52", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/geo-distributed-database-vercel/package.json b/examples/geo-distributed-database-vercel/package.json index ba4f7f563f..4ebfd25772 100644 --- a/examples/geo-distributed-database-vercel/package.json +++ b/examples/geo-distributed-database-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "*", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "*" diff --git a/examples/geo-distributed-database/package.json b/examples/geo-distributed-database/package.json index a26d20338e..313026dc4c 100644 --- a/examples/geo-distributed-database/package.json +++ b/examples/geo-distributed-database/package.json @@ -23,10 +23,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "*", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "*", diff --git a/examples/hello-world-vercel/package.json b/examples/hello-world-vercel/package.json index c8821c1cba..14dbcf318a 100644 --- a/examples/hello-world-vercel/package.json +++ b/examples/hello-world-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index e5ab646c8b..237abc430a 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/hono-react-vercel/package.json b/examples/hono-react-vercel/package.json index 4ce9ea9ffc..31bf742c94 100644 --- a/examples/hono-react-vercel/package.json +++ b/examples/hono-react-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/hono-react/package.json b/examples/hono-react/package.json index d1c6380637..30639f6368 100644 --- a/examples/hono-react/package.json +++ b/examples/hono-react/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/hono/package.json b/examples/hono/package.json index 4195cd6013..07bd82c480 100644 --- a/examples/hono/package.json +++ b/examples/hono/package.json @@ -15,9 +15,9 @@ "typescript": "^5.5.2" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", - "hono": "^4.7.0", + "hono": "^4.12.7", "rivetkit": "^2.0.38", "srvx": "^0.10.0" }, diff --git a/examples/kitchen-sink-vercel/package.json b/examples/kitchen-sink-vercel/package.json index d1431fac18..77b41ccfeb 100644 --- a/examples/kitchen-sink-vercel/package.json +++ b/examples/kitchen-sink-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.4", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/kitchen-sink/package.json b/examples/kitchen-sink/package.json index b8a281032e..caec397415 100644 --- a/examples/kitchen-sink/package.json +++ b/examples/kitchen-sink/package.json @@ -11,10 +11,10 @@ "start": "srvx --static=public/ dist/server.js" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.4", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/multi-region-vercel/package.json b/examples/multi-region-vercel/package.json index e16e2e90c0..f41b48cefa 100644 --- a/examples/multi-region-vercel/package.json +++ b/examples/multi-region-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.4", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/multiplayer-game-patterns-vercel/package.json b/examples/multiplayer-game-patterns-vercel/package.json index fafa3ded01..76beaf7c15 100644 --- a/examples/multiplayer-game-patterns-vercel/package.json +++ b/examples/multiplayer-game-patterns-vercel/package.json @@ -10,7 +10,7 @@ "dependencies": { "@dimforge/rapier2d-compat": "^0.14.0", "@dimforge/rapier3d-compat": "^0.14.0", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "hono": "^4", "lucide-react": "^0.439.0", diff --git a/examples/multiplayer-game-patterns/package.json b/examples/multiplayer-game-patterns/package.json index d27e66ccba..e06fa8182d 100644 --- a/examples/multiplayer-game-patterns/package.json +++ b/examples/multiplayer-game-patterns/package.json @@ -24,7 +24,7 @@ "dependencies": { "@dimforge/rapier2d-compat": "^0.14.0", "@dimforge/rapier3d-compat": "^0.14.0", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "hono": "^4", "lucide-react": "^0.439.0", diff --git a/examples/multiplayer-game-vercel/package.json b/examples/multiplayer-game-vercel/package.json index f2c4d8ae74..282c59c989 100644 --- a/examples/multiplayer-game-vercel/package.json +++ b/examples/multiplayer-game-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/multiplayer-game/package.json b/examples/multiplayer-game/package.json index 07b6381487..fc2838ad39 100644 --- a/examples/multiplayer-game/package.json +++ b/examples/multiplayer-game/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/native-websockets-vercel/package.json b/examples/native-websockets-vercel/package.json index 2de3ff8828..796372717c 100644 --- a/examples/native-websockets-vercel/package.json +++ b/examples/native-websockets-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/native-websockets/package.json b/examples/native-websockets/package.json index b21656720d..2e8012e80e 100644 --- a/examples/native-websockets/package.json +++ b/examples/native-websockets/package.json @@ -24,10 +24,10 @@ "ws": "^8.16.0" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/next-js/package.json b/examples/next-js/package.json index 8694babac6..2f86a9b237 100644 --- a/examples/next-js/package.json +++ b/examples/next-js/package.json @@ -11,10 +11,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "1.14.2", + "@hono/node-server": "1.19.10", "@hono/node-ws": "1.3.0", "@rivetkit/next-js": "workspace:*", - "next": "16.1.1", + "next": "16.1.7", "react": "19.1.0", "react-dom": "19.1.0", "rivetkit": "workspace:*" diff --git a/examples/per-tenant-database-vercel/package.json b/examples/per-tenant-database-vercel/package.json index 2e22823872..2ceb72c8e1 100644 --- a/examples/per-tenant-database-vercel/package.json +++ b/examples/per-tenant-database-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/per-tenant-database/package.json b/examples/per-tenant-database/package.json index 171615668f..60c92af757 100644 --- a/examples/per-tenant-database/package.json +++ b/examples/per-tenant-database/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/raw-fetch-handler-vercel/package.json b/examples/raw-fetch-handler-vercel/package.json index 962fabf3a2..68dd478f03 100644 --- a/examples/raw-fetch-handler-vercel/package.json +++ b/examples/raw-fetch-handler-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.6.18", + "hono": "^4.12.7", "react": "^18.3.1", "react-dom": "^18.3.1", "rivetkit": "^2.0.38" diff --git a/examples/raw-fetch-handler/package.json b/examples/raw-fetch-handler/package.json index b934391f42..8116f370b4 100644 --- a/examples/raw-fetch-handler/package.json +++ b/examples/raw-fetch-handler/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.6.18", + "hono": "^4.12.7", "react": "^18.3.1", "react-dom": "^18.3.1", "rivetkit": "^2.0.38", diff --git a/examples/raw-websocket-handler-proxy-vercel/package.json b/examples/raw-websocket-handler-proxy-vercel/package.json index 3223f97ba5..5c7094f1b0 100644 --- a/examples/raw-websocket-handler-proxy-vercel/package.json +++ b/examples/raw-websocket-handler-proxy-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.2.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.3.1", "react-dom": "^18.3.1", "rivetkit": "^2.0.38", diff --git a/examples/raw-websocket-handler-proxy/package.json b/examples/raw-websocket-handler-proxy/package.json index 3537c491bd..1d8ef895eb 100644 --- a/examples/raw-websocket-handler-proxy/package.json +++ b/examples/raw-websocket-handler-proxy/package.json @@ -31,10 +31,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.1", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.2.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.3.1", "react-dom": "^18.3.1", "rivetkit": "^2.0.38", diff --git a/examples/raw-websocket-handler-vercel/package.json b/examples/raw-websocket-handler-vercel/package.json index bcedcf6075..64b99b9822 100644 --- a/examples/raw-websocket-handler-vercel/package.json +++ b/examples/raw-websocket-handler-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.3.1", "react-dom": "^18.3.1", "rivetkit": "^2.0.38" diff --git a/examples/raw-websocket-handler/package.json b/examples/raw-websocket-handler/package.json index f8ea9fb8df..90244d84c8 100644 --- a/examples/raw-websocket-handler/package.json +++ b/examples/raw-websocket-handler/package.json @@ -30,10 +30,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.3.1", "react-dom": "^18.3.1", "rivetkit": "^2.0.38", diff --git a/examples/react-vercel/package.json b/examples/react-vercel/package.json index caec1e0767..d7ce869cb6 100644 --- a/examples/react-vercel/package.json +++ b/examples/react-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/react/package.json b/examples/react/package.json index 8356ec71be..0abc2c5a25 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.7.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/sandbox-coding-agent-vercel/package.json b/examples/sandbox-coding-agent-vercel/package.json index b831972772..454249bb86 100644 --- a/examples/sandbox-coding-agent-vercel/package.json +++ b/examples/sandbox-coding-agent-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "*", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "*" diff --git a/examples/sandbox-coding-agent/package.json b/examples/sandbox-coding-agent/package.json index 729138fafa..ee81f81ab5 100644 --- a/examples/sandbox-coding-agent/package.json +++ b/examples/sandbox-coding-agent/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "*", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "*", diff --git a/examples/sandbox-vercel/package.json b/examples/sandbox-vercel/package.json index 61ef03fb16..80f32d497d 100644 --- a/examples/sandbox-vercel/package.json +++ b/examples/sandbox-vercel/package.json @@ -11,12 +11,12 @@ "dependencies": { "@ai-sdk/openai": "^0.0.66", "drizzle-orm": "^0.44.2", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "*", - "ai": "^4.0.38", + "ai": "^5.0.52", "fdb-tuple": "^1.0.0", - "hono": "^4.11.3", + "hono": "^4.12.7", "lucide-react": "^0.439.0", "mermaid": "^11.12.2", "prism-react-renderer": "^2.4.1", diff --git a/examples/sandbox/package.json b/examples/sandbox/package.json index 1eb0403f52..aa44f2cbd8 100644 --- a/examples/sandbox/package.json +++ b/examples/sandbox/package.json @@ -24,12 +24,12 @@ "dependencies": { "@ai-sdk/openai": "^0.0.66", "drizzle-orm": "^0.44.2", - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "*", - "ai": "^4.0.38", + "ai": "^5.0.52", "fdb-tuple": "^1.0.0", - "hono": "^4.11.3", + "hono": "^4.12.7", "lucide-react": "^0.439.0", "mermaid": "^11.12.2", "prism-react-renderer": "^2.4.1", diff --git a/examples/scheduling-vercel/package.json b/examples/scheduling-vercel/package.json index 5fe9e04fd0..343a669413 100644 --- a/examples/scheduling-vercel/package.json +++ b/examples/scheduling-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/scheduling/package.json b/examples/scheduling/package.json index 32341f12f4..772682e314 100644 --- a/examples/scheduling/package.json +++ b/examples/scheduling/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/sqlite-drizzle/package.json b/examples/sqlite-drizzle/package.json index 9ee46a1c99..6e8e55b794 100644 --- a/examples/sqlite-drizzle/package.json +++ b/examples/sqlite-drizzle/package.json @@ -14,7 +14,7 @@ "typescript": "^5.5.2" }, "dependencies": { - "@hono/node-server": "^1.18.2", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.1.1", "drizzle-kit": "^0.31.2", "drizzle-orm": "^0.44.2" diff --git a/examples/state-vercel/package.json b/examples/state-vercel/package.json index 5e0cc572ef..0fc6c04b56 100644 --- a/examples/state-vercel/package.json +++ b/examples/state-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/state/package.json b/examples/state/package.json index 829fc0b2f5..413a1a18d1 100644 --- a/examples/state/package.json +++ b/examples/state/package.json @@ -22,10 +22,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.0.0", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/stream-vercel/package.json b/examples/stream-vercel/package.json index 60744d143f..a19b4c029b 100644 --- a/examples/stream-vercel/package.json +++ b/examples/stream-vercel/package.json @@ -9,10 +9,10 @@ "check-types": "tsc --noEmit" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38" diff --git a/examples/stream/package.json b/examples/stream/package.json index 12157d435c..5d608701ef 100644 --- a/examples/stream/package.json +++ b/examples/stream/package.json @@ -21,10 +21,10 @@ "vitest": "^3.1.1" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@rivetkit/react": "^2.0.38", - "hono": "^4.11.3", + "hono": "^4.12.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rivetkit": "^2.0.38", diff --git a/examples/trpc/package.json b/examples/trpc/package.json index 3315c929c9..6bd6f82342 100644 --- a/examples/trpc/package.json +++ b/examples/trpc/package.json @@ -16,12 +16,12 @@ "typescript": "^5.5.2" }, "dependencies": { - "@hono/node-server": "^1.19.7", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "@hono/trpc-server": "^0.3.0", "@trpc/client": "^11.3.1", "@trpc/server": "^11.4.2", - "hono": "^4.7.11", + "hono": "^4.12.7", "rivetkit": "^2.0.38", "srvx": "^0.10.0", "zod": "^3.25.76" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d1cd8ac5e2..c73336cb66 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -55,7 +55,7 @@ importers: version: 7.7.4 tsup: specifier: ^8.5.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) turbo: specifier: ^2.5.6 version: 2.5.6 @@ -99,8 +99,8 @@ importers: specifier: ^2.7.0 version: 2.7.0 qs: - specifier: ^6.14.0 - version: 6.14.1 + specifier: ^6.14.2 + version: 6.15.0 readable-stream: specifier: ^4.7.0 version: 4.7.0 @@ -162,7 +162,7 @@ importers: version: 5.0.1 tsup: specifier: ^8.5.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^4.20.5 version: 4.21.0 @@ -171,7 +171,7 @@ importers: version: 5.9.3 vitest: specifier: ^1.6.1 - version: 1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) engine/sdks/typescript/runner-protocol: dependencies: @@ -184,7 +184,7 @@ importers: version: 20.19.13 tsup: specifier: ^8.5.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@20.19.13))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@20.19.13))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.9.2 version: 5.9.3 @@ -192,8 +192,8 @@ importers: engine/sdks/typescript/test-runner: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@rivetkit/engine-runner': specifier: workspace:* version: link:../runner @@ -201,8 +201,8 @@ importers: specifier: workspace:* version: link:../runner-protocol hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 pino: specifier: ^9.9.5 version: 9.9.5 @@ -221,7 +221,7 @@ importers: version: 5.0.1 tsup: specifier: ^8.5.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^4.20.5 version: 4.21.0 @@ -230,22 +230,22 @@ importers: version: 5.9.3 vitest: specifier: ^1.6.1 - version: 1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/actor-actions: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.2.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -270,7 +270,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -279,28 +279,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/actor-actions-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.2.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -322,7 +322,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -331,10 +331,10 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/ai-agent: dependencies: @@ -342,20 +342,20 @@ importers: specifier: ^0.0.66 version: 0.0.66(zod@4.1.13) '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react ai: - specifier: ^4.0.38 - version: 4.3.19(react@19.1.0)(zod@4.1.13) + specifier: ^5.0.52 + version: 5.0.52(zod@4.1.13) hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -380,7 +380,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -389,13 +389,13 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/ai-agent-vercel: dependencies: @@ -403,20 +403,20 @@ importers: specifier: ^0.0.66 version: 0.0.66(zod@4.1.13) '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react ai: - specifier: ^4.0.38 - version: 4.3.19(react@19.1.0)(zod@4.1.13) + specifier: ^5.0.52 + version: 5.0.52(zod@4.1.13) hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -438,7 +438,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -447,19 +447,19 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/ai-and-user-generated-actors-freestyle: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@monaco-editor/react': specifier: ^4.7.0 version: 4.7.0(monaco-editor@0.55.1)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -479,8 +479,8 @@ importers: specifier: ^0.0.95 version: 0.0.95(expo-constants@18.0.13)(expo-linking@7.0.5)(expo@54.0.18)(react-dom@19.1.0(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native-screens@4.17.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(ws@8.19.0) hono: - specifier: ^4.6.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -499,7 +499,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -508,28 +508,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^2.1.8 - version: 2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/chat-room: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -554,7 +554,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -563,28 +563,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/chat-room-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -606,7 +606,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -615,10 +615,10 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/cloudflare-workers: dependencies: @@ -651,8 +651,8 @@ importers: specifier: workspace:* version: link:../../rivetkit-typescript/packages/cloudflare-workers hono: - specifier: ^4.8.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 devDependencies: '@cloudflare/workers-types': specifier: ^4.20250129.0 @@ -676,17 +676,17 @@ importers: examples/collaborative-document: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -717,7 +717,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -726,28 +726,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/collaborative-document-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -775,7 +775,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -784,25 +784,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/cross-actor-actions: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -827,7 +827,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -836,28 +836,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/cross-actor-actions-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -879,7 +879,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -888,25 +888,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/cursors: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.7) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.7))(hono@4.12.7) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: specifier: ^4 - version: 4.11.9 + version: 4.12.7 react: specifier: 19.1.0 version: 19.1.0 @@ -931,7 +931,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -940,28 +940,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/cursors-raw-websocket: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -986,7 +986,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -995,28 +995,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/cursors-raw-websocket-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1038,7 +1038,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1047,25 +1047,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/cursors-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.7) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.7))(hono@4.12.7) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: specifier: ^4 - version: 4.11.9 + version: 4.12.7 react: specifier: 19.1.0 version: 19.1.0 @@ -1087,7 +1087,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1096,22 +1096,22 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/custom-serverless: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 rivetkit: specifier: workspace:* version: link:../../rivetkit-typescript/packages/rivetkit @@ -1124,7 +1124,7 @@ importers: version: 22.19.10 tsup: specifier: ^8.0.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@3.14.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@3.14.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1133,19 +1133,19 @@ importers: version: 5.9.3 vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/elysia: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) elysia: - specifier: ^1.4.0 - version: 1.4.12(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@21.0.0)(openapi-types@12.1.3)(typescript@5.9.3) + specifier: ^1.4.27 + version: 1.4.27(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@21.0.0)(openapi-types@12.1.3)(typescript@5.9.3) rivetkit: specifier: workspace:* version: link:../../rivetkit-typescript/packages/rivetkit @@ -1178,20 +1178,20 @@ importers: specifier: https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/writer@0323b8b version: https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/writer@0323b8b '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react ai: - specifier: ^4.0.38 - version: 4.3.19(react@19.1.0)(zod@4.1.13) + specifier: ^5.0.52 + version: 5.0.52(zod@4.1.13) hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1219,7 +1219,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1228,13 +1228,13 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/experimental-durable-streams-ai-agent-vercel: dependencies: @@ -1251,20 +1251,20 @@ importers: specifier: https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/writer@0323b8b version: https://pkg.pr.new/rivet-dev/durable-streams/@durable-streams/writer@0323b8b '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react ai: - specifier: ^4.0.38 - version: 4.3.19(react@19.1.0)(zod@4.1.13) + specifier: ^5.0.52 + version: 5.0.52(zod@4.1.13) hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1289,7 +1289,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1298,25 +1298,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/geo-distributed-database: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1341,7 +1341,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1350,28 +1350,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/geo-distributed-database-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1393,7 +1393,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1402,25 +1402,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/hello-world: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1445,7 +1445,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1454,28 +1454,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/hello-world-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1497,7 +1497,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1506,22 +1506,22 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/hono: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 rivetkit: specifier: workspace:* version: link:../../rivetkit-typescript/packages/rivetkit @@ -1542,17 +1542,17 @@ importers: examples/hono-react: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1577,7 +1577,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1586,28 +1586,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/hono-react-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1629,7 +1629,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1638,25 +1638,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/kitchen-sink: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.4 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1681,7 +1681,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^4.7.1 version: 4.21.0 @@ -1690,25 +1690,25 @@ importers: version: 5.9.3 vite: specifier: ^5.2.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) examples/kitchen-sink-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.4 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1730,7 +1730,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^4.7.1 version: 4.21.0 @@ -1739,22 +1739,22 @@ importers: version: 5.9.3 vite: specifier: ^5.2.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/multi-region-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.4 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1776,7 +1776,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1785,25 +1785,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/multiplayer-game: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -1828,7 +1828,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -1837,13 +1837,13 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/multiplayer-game-patterns: dependencies: @@ -1854,14 +1854,14 @@ importers: specifier: ^0.14.0 version: 0.14.0 '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.7) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.7))(hono@4.12.7) hono: specifier: ^4 - version: 4.11.9 + version: 4.12.7 lucide-react: specifier: ^0.439.0 version: 0.439.0(react@19.1.0) @@ -1895,19 +1895,19 @@ importers: version: 0.171.0 '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) typescript: specifier: ^5.5.2 version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/multiplayer-game-patterns-vercel: dependencies: @@ -1918,14 +1918,14 @@ importers: specifier: ^0.14.0 version: 0.14.0 '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.7) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.7))(hono@4.12.7) hono: specifier: ^4 - version: 4.11.9 + version: 4.12.7 lucide-react: specifier: ^0.439.0 version: 0.439.0(react@19.1.0) @@ -1956,31 +1956,31 @@ importers: version: 0.171.0 '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) typescript: specifier: ^5.5.2 version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/multiplayer-game-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2002,7 +2002,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2011,25 +2011,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/native-websockets: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2057,7 +2057,7 @@ importers: version: 8.18.1 '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2066,13 +2066,13 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) ws: specifier: ^8.16.0 version: 8.19.0 @@ -2080,17 +2080,17 @@ importers: examples/native-websockets-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2115,7 +2115,7 @@ importers: version: 8.18.1 '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2124,10 +2124,10 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) ws: specifier: ^8.16.0 version: 8.19.0 @@ -2135,17 +2135,17 @@ importers: examples/next-js: dependencies: '@hono/node-server': - specifier: 1.14.2 - version: 1.14.2(hono@4.11.9) + specifier: 1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: 1.3.0 - version: 1.3.0(@hono/node-server@1.14.2(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/next-js': specifier: workspace:* version: link:../../rivetkit-typescript/packages/next-js next: - specifier: 16.1.1 - version: 16.1.1(@opentelemetry/api@1.9.0)(@playwright/test@1.57.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2) + specifier: 16.1.7 + version: 16.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.57.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2) react: specifier: 19.1.0 version: 19.1.0 @@ -2175,17 +2175,17 @@ importers: examples/per-tenant-database: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2210,7 +2210,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2219,28 +2219,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/per-tenant-database-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2262,7 +2262,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2271,25 +2271,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/raw-fetch-handler: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.6.18 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2314,7 +2314,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^4.20.0 version: 4.21.0 @@ -2323,28 +2323,28 @@ importers: version: 5.9.3 vite: specifier: ^5.4.19 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/raw-fetch-handler-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.6.18 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2366,7 +2366,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^4.20.0 version: 4.21.0 @@ -2375,25 +2375,25 @@ importers: version: 5.9.3 vite: specifier: ^5.4.19 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/raw-websocket-handler: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2418,7 +2418,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) tsx: specifier: ^4.19.2 version: 4.21.0 @@ -2427,28 +2427,28 @@ importers: version: 5.9.3 vite: specifier: ^6.0.5 - version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 1.0.2(srvx@0.10.0)(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/raw-websocket-handler-proxy: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.2.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2479,7 +2479,7 @@ importers: version: 8.18.1 '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) tsx: specifier: ^4.19.2 version: 4.21.0 @@ -2488,28 +2488,28 @@ importers: version: 5.9.3 vite: specifier: ^6.0.5 - version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 1.0.2(srvx@0.10.0)(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/raw-websocket-handler-proxy-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.2.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2537,7 +2537,7 @@ importers: version: 8.18.1 '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) tsx: specifier: ^4.19.2 version: 4.21.0 @@ -2546,25 +2546,25 @@ importers: version: 5.9.3 vite: specifier: ^6.0.5 - version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/raw-websocket-handler-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2586,7 +2586,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) tsx: specifier: ^4.19.2 version: 4.21.0 @@ -2595,25 +2595,25 @@ importers: version: 5.9.3 vite: specifier: ^6.0.5 - version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/react: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2638,7 +2638,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2647,28 +2647,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/react-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2690,7 +2690,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2699,10 +2699,10 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/sandbox: dependencies: @@ -2710,17 +2710,17 @@ importers: specifier: ^0.0.66 version: 0.0.66(zod@3.25.76) '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react ai: - specifier: ^4.0.38 - version: 4.3.19(react@19.1.0)(zod@3.25.76) + specifier: ^5.0.52 + version: 5.0.52(zod@3.25.76) drizzle-orm: specifier: ^0.44.2 version: 0.44.6(@cloudflare/workers-types@4.20251014.0)(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.13)(@types/pg@8.16.0)(@types/sql.js@1.4.9)(better-sqlite3@11.10.0)(bun-types@1.3.0(@types/react@19.2.13))(kysely@0.28.8)(pg@8.17.2)(sql.js@1.13.0) @@ -2728,8 +2728,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 lucide-react: specifier: ^0.439.0 version: 0.439.0(react@19.1.0) @@ -2766,7 +2766,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) drizzle-kit: specifier: ^0.31.2 version: 0.31.5 @@ -2778,25 +2778,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) examples/sandbox-coding-agent: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2821,7 +2821,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2830,28 +2830,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/sandbox-coding-agent-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2873,7 +2873,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -2882,10 +2882,10 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/sandbox-vercel: dependencies: @@ -2893,17 +2893,17 @@ importers: specifier: ^0.0.66 version: 0.0.66(zod@3.25.76) '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react ai: - specifier: ^4.0.38 - version: 4.3.19(react@19.1.0)(zod@3.25.76) + specifier: ^5.0.52 + version: 5.0.52(zod@3.25.76) drizzle-orm: specifier: ^0.44.2 version: 0.44.6(@cloudflare/workers-types@4.20251014.0)(@opentelemetry/api@1.9.0)(@types/better-sqlite3@7.6.13)(@types/pg@8.16.0)(@types/sql.js@1.4.9)(better-sqlite3@11.10.0)(bun-types@1.3.0(@types/react@19.2.13))(kysely@0.28.8)(pg@8.17.2)(sql.js@1.13.0) @@ -2911,8 +2911,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 lucide-react: specifier: ^0.439.0 version: 0.439.0(react@19.1.0) @@ -2946,7 +2946,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) drizzle-kit: specifier: ^0.31.2 version: 0.31.5 @@ -2958,22 +2958,22 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/scheduling: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -2998,7 +2998,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -3007,28 +3007,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/scheduling-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -3050,7 +3050,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -3059,19 +3059,19 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/sqlite-drizzle: dependencies: '@hono/node-server': - specifier: ^1.18.2 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.1.1 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) drizzle-kit: specifier: ^0.31.2 version: 0.31.5 @@ -3110,17 +3110,17 @@ importers: examples/state: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -3145,7 +3145,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -3154,28 +3154,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/state-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.0.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -3197,7 +3197,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.2.0 - version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -3206,25 +3206,25 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/stream: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -3249,7 +3249,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^4.0.0 version: 4.21.0 @@ -3258,28 +3258,28 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-srvx: specifier: ^1.0.2 - version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/stream-vercel: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@rivetkit/react': specifier: workspace:* version: link:../../rivetkit-typescript/packages/react hono: - specifier: ^4.11.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -3301,7 +3301,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) tsx: specifier: ^4.0.0 version: 4.21.0 @@ -3310,22 +3310,22 @@ importers: version: 5.9.3 vite: specifier: ^5.0.0 - version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) examples/trpc: dependencies: '@hono/node-server': - specifier: ^1.19.7 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@hono/trpc-server': specifier: ^0.3.0 - version: 0.3.4(@trpc/server@11.6.0(typescript@5.9.3))(hono@4.11.9) + version: 0.3.4(@trpc/server@11.6.0(typescript@5.9.3))(hono@4.12.8) '@trpc/client': specifier: ^11.3.1 version: 11.6.0(@trpc/server@11.6.0(typescript@5.9.3))(typescript@5.9.3) @@ -3333,8 +3333,8 @@ importers: specifier: ^11.4.2 version: 11.6.0(typescript@5.9.3) hono: - specifier: ^4.7.11 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 rivetkit: specifier: workspace:* version: link:../../rivetkit-typescript/packages/rivetkit @@ -3350,7 +3350,7 @@ importers: version: 22.19.10 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@3.14.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@3.14.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^3.12.7 version: 3.14.0 @@ -3419,7 +3419,7 @@ importers: version: 5.2.2(react-hook-form@7.62.0(react@19.1.0)) '@ladle/react': specifier: ^5.1.1 - version: 5.1.1(@swc/helpers@0.5.17)(@types/node@20.19.13)(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 5.1.1(@swc/helpers@0.5.19)(@types/node@20.19.13)(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) '@microsoft/fetch-event-source': specifier: ^2.0.1 version: 2.0.1 @@ -3554,7 +3554,7 @@ importers: version: 1.166.8(@tanstack/react-router@1.167.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(@tanstack/router-core@1.167.1)(csstype@3.2.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@tanstack/router-plugin': specifier: ^1.166.10 - version: 1.166.10(@tanstack/react-router@1.167.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3)) + version: 1.166.10(@tanstack/react-router@1.167.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3)) '@tanstack/store': specifier: ^0.7.5 version: 0.7.5 @@ -3599,10 +3599,10 @@ importers: version: 4.25.1(@codemirror/language@6.11.3)(@codemirror/state@6.5.2)(@codemirror/view@6.38.2) '@uiw/react-codemirror': specifier: ^4.25.1 - version: 4.25.1(@babel/runtime@7.28.6)(@codemirror/autocomplete@6.18.7)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.2)(codemirror@6.0.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 4.25.1(@babel/runtime@7.29.2)(@codemirror/autocomplete@6.18.7)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.2)(codemirror@6.0.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@vitejs/plugin-react': specifier: ^4.7.0 - version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) '@xyflow/react': specifier: ^12.10.0 version: 12.10.0(@types/react@19.2.13)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -3650,7 +3650,7 @@ importers: version: 3.1.1 favigo: specifier: ^1.1.0 - version: 1.1.0(esbuild@0.27.3)(rollup@4.57.1)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3)) + version: 1.1.0(esbuild@0.27.3)(rollup@4.57.1)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3)) file-saver: specifier: ^2.0.5 version: 2.0.5 @@ -3725,22 +3725,22 @@ importers: version: 5.9.3 typescript-plugin-css-modules: specifier: ^5.2.0 - version: 5.2.0(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@20.19.13)(typescript@5.9.3))(typescript@5.9.3) + version: 5.2.0(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@20.19.13)(typescript@5.9.3))(typescript@5.9.3) unplugin-macros: specifier: ^0.18.3 - version: 0.18.3(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 0.18.3(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) usehooks-ts: specifier: ^3.1.1 version: 3.1.1(react@19.1.0) vite: specifier: ^5.4.20 - version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-favicons-inject: specifier: ^2.2.0 version: 2.2.0 vite-tsconfig-paths: specifier: ^5.1.4 - version: 5.1.4(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 5.1.4(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) zod: specifier: ^3.25.76 version: 3.25.76 @@ -3756,7 +3756,7 @@ importers: version: 17.2.3 vitest: specifier: ^4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) frontend/packages/components: dependencies: @@ -3888,7 +3888,7 @@ importers: version: 4.25.1(@codemirror/language@6.11.3)(@codemirror/state@6.5.2)(@codemirror/view@6.38.2) '@uiw/react-codemirror': specifier: ^4.25.1 - version: 4.25.1(@babel/runtime@7.28.6)(@codemirror/autocomplete@6.18.7)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.2)(codemirror@6.0.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 4.25.1(@babel/runtime@7.29.2)(@codemirror/autocomplete@6.18.7)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.2)(codemirror@6.0.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -3979,7 +3979,7 @@ importers: version: 19.2.3(@types/react@19.2.13) '@vitejs/plugin-react': specifier: ^4.7.0 - version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) autoprefixer: specifier: ^10.4.21 version: 10.4.22(postcss@8.5.6) @@ -3991,10 +3991,10 @@ importers: version: 3.4.18(tsx@4.21.0)(yaml@2.8.2) vite: specifier: ^5.4.20 - version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) vite-plugin-dts: specifier: ^3.9.1 - version: 3.9.1(@types/node@20.19.13)(rollup@4.57.1)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + version: 3.9.1(@types/node@20.19.13)(rollup@4.57.1)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) frontend/packages/icons: dependencies: @@ -4036,11 +4036,11 @@ importers: rivetkit-swift/examples/hello-world-cli/server: dependencies: '@hono/node-server': - specifier: ^1.19.9 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) rivetkit: specifier: workspace:* version: link:../../../../rivetkit-typescript/packages/rivetkit @@ -4055,11 +4055,11 @@ importers: rivetkit-swift/examples/hello-world-swiftui/server: dependencies: '@hono/node-server': - specifier: ^1.19.9 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.3.0 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) rivetkit: specifier: workspace:* version: link:../../../../rivetkit-typescript/packages/rivetkit @@ -4074,8 +4074,8 @@ importers: rivetkit-typescript/packages/cloudflare-workers: dependencies: hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 invariant: specifier: ^2.2.4 version: 2.2.4 @@ -4097,13 +4097,13 @@ importers: version: 24.7.1 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@24.7.1))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@24.7.1))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.5.2 version: 5.9.3 vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) wrangler: specifier: ^4.22.0 version: 4.44.0(@cloudflare/workers-types@4.20251014.0) @@ -4140,7 +4140,7 @@ importers: version: 14.2.5 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.5.2 version: 5.9.3 @@ -4159,7 +4159,7 @@ importers: devDependencies: tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.5.2 version: 5.9.3 @@ -4167,8 +4167,8 @@ importers: rivetkit-typescript/packages/mcp-hub: dependencies: '@modelcontextprotocol/sdk': - specifier: ^1.25.3 - version: 1.25.3(hono@4.11.9)(zod@3.25.76) + specifier: ^1.26.0 + version: 1.26.0(zod@3.25.76) rivet-website: specifier: workspace:* version: link:../../../website @@ -4178,19 +4178,19 @@ importers: devDependencies: '@modelcontextprotocol/inspector': specifier: ^0.14.0 - version: 0.14.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@22.19.10)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(hono@4.11.9)(typescript@5.9.3) + version: 0.14.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@22.19.10)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(typescript@5.9.3) '@types/node': specifier: ^22.13.1 version: 22.19.10 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.7.3 version: 5.9.3 vitest: specifier: ^3.0.6 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) rivetkit-typescript/packages/next-js: dependencies: @@ -4198,8 +4198,8 @@ importers: specifier: workspace:* version: link:../react hono: - specifier: ^4.8.3 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 react: specifier: 19.1.0 version: 19.1.0 @@ -4218,7 +4218,7 @@ importers: version: 19.2.3(@types/react@19.2.13) tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.5.2 version: 5.9.3 @@ -4249,7 +4249,7 @@ importers: version: 19.2.3(@types/react@19.2.13) tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.5.2 version: 5.9.3 @@ -4258,10 +4258,10 @@ importers: dependencies: '@hono/standard-validator': specifier: ^0.1.3 - version: 0.1.5(@standard-schema/spec@1.0.0)(hono@4.11.9) + version: 0.1.5(@standard-schema/spec@1.0.0)(hono@4.12.8) '@hono/zod-openapi': specifier: ^1.1.5 - version: 1.1.5(hono@4.11.9)(zod@4.1.13) + version: 1.1.5(hono@4.12.8)(zod@4.1.13) '@rivetkit/bare-ts': specifier: ^0.6.2 version: 0.6.2 @@ -4302,8 +4302,8 @@ importers: specifier: ^7.1.0 version: 7.1.0 hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 invariant: specifier: ^2.2.4 version: 2.2.4 @@ -4320,8 +4320,8 @@ importers: specifier: ^0.4.0-rc.1 version: 0.4.0-rc.1(@daytonaio/sdk@0.150.0(ws@8.19.0))(@e2b/code-interpreter@2.3.3)(dockerode@4.0.9)(get-port@7.1.0)(zod@4.1.13) tar: - specifier: ^7.5.0 - version: 7.5.7 + specifier: ^7.5.11 + version: 7.5.11 uuid: specifier: ^12.0.0 version: 12.0.0 @@ -4345,11 +4345,11 @@ importers: specifier: ^2.3.3 version: 2.3.3 '@hono/node-server': - specifier: ^1.18.2 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@hono/node-ws': specifier: ^1.1.1 - version: 1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9) + version: 1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8) '@standard-schema/spec': specifier: ^1.0.0 version: 1.0.0 @@ -4385,7 +4385,7 @@ importers: version: 0.5.1 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^4.19.4 version: 4.21.0 @@ -4394,10 +4394,10 @@ importers: version: 5.9.3 vite-tsconfig-paths: specifier: ^5.1.4 - version: 5.1.4(typescript@5.9.3)(vite@7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 5.1.4(typescript@5.9.3)(vite@7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) ws: specifier: ^8.18.1 version: 8.19.0 @@ -4412,7 +4412,7 @@ importers: version: 22.19.10 tsup: specifier: ^8.5.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) rivetkit-typescript/packages/sqlite-vfs: dependencies: @@ -4437,7 +4437,7 @@ importers: version: 12.1.0 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^4.7.0 version: 4.21.0 @@ -4446,7 +4446,7 @@ importers: version: 5.9.3 vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) rivetkit-typescript/packages/sqlite-vfs-test: dependencies: @@ -4465,7 +4465,7 @@ importers: version: 5.9.3 vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) rivetkit-typescript/packages/traces: dependencies: @@ -4493,7 +4493,7 @@ importers: version: 12.1.0 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^4.7.0 version: 4.21.0 @@ -4502,7 +4502,7 @@ importers: version: 5.9.3 vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) rivetkit-typescript/packages/workflow-engine: dependencies: @@ -4536,7 +4536,7 @@ importers: version: 12.1.0 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) tsx: specifier: ^4.7.0 version: 4.21.0 @@ -4545,7 +4545,7 @@ importers: version: 5.9.3 vitest: specifier: ^3.1.1 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) scripts/release: dependencies: @@ -4585,7 +4585,7 @@ importers: version: 22.19.10 tsup: specifier: ^8.4.0 - version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: ^5.7.3 version: 5.9.3 @@ -4594,16 +4594,16 @@ importers: dependencies: '@astrojs/mdx': specifier: ^4.0.2 - version: 4.3.13(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) + version: 4.3.13(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)) '@astrojs/react': specifier: ^4.1.2 - version: 4.4.2(@types/node@25.0.7)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 4.4.2(@types/node@25.0.7)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) '@astrojs/sitemap': specifier: ^3.2.1 version: 3.6.1 '@astrojs/tailwind': specifier: ^6.0.0 - version: 6.0.2(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@3.4.18(tsx@4.21.0)(yaml@2.8.2))(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@25.0.7)(typescript@5.9.3)) + version: 6.0.2(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@3.4.18(tsx@4.21.0)(yaml@2.8.2))(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@25.0.7)(typescript@5.9.3)) '@fortawesome/fontawesome-svg-core': specifier: ^7.1.0 version: 7.1.0 @@ -4639,7 +4639,7 @@ importers: version: link:../frontend/packages/shared-data '@sentry/astro': specifier: ^10.42.0 - version: 10.42.0(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(rollup@4.57.1) + version: 10.42.0(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(rollup@4.57.1) '@shikijs/transformers': specifier: ^3.15.0 version: 3.15.0 @@ -4666,7 +4666,7 @@ importers: version: 8.15.0 astro: specifier: ^5.1.1 - version: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + version: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) autoprefixer: specifier: ^10.4.22 version: 10.4.22(postcss@8.5.6) @@ -4789,7 +4789,7 @@ importers: version: 1.10.12 typesense: specifier: ^2.1.0 - version: 2.1.0(@babel/runtime@7.28.6) + version: 2.1.0(@babel/runtime@7.29.2) unified: specifier: ^11.0.5 version: 11.0.5 @@ -4816,8 +4816,8 @@ importers: specifier: ^4.17.21 version: 4.17.23 axios: - specifier: ^1.13.2 - version: 1.13.2 + specifier: ^1.13.5 + version: 1.13.6 eslint: specifier: 9.39.1 version: 9.39.1(jiti@1.21.7) @@ -4838,7 +4838,7 @@ importers: version: 5.9.3 vite-node: specifier: ^5.2.0 - version: 5.2.0(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(ms@2.1.3)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + version: 5.2.0(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(ms@2.1.3)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) yaml: specifier: ^2.8.1 version: 2.8.2 @@ -4849,8 +4849,8 @@ importers: specifier: ^3.0.30 version: 3.0.30(zod@4.1.13) '@hono/node-server': - specifier: ^1.14.1 - version: 1.19.9(hono@4.11.9) + specifier: ^1.19.10 + version: 1.19.10(hono@4.12.8) '@rivetkit/cloudflare-workers': specifier: workspace:* version: link:../../../rivetkit-typescript/packages/cloudflare-workers @@ -4858,14 +4858,14 @@ importers: specifier: workspace:* version: link:../../../rivetkit-typescript/packages/react ai: - specifier: ^6.0.92 - version: 6.0.93(zod@4.1.13) + specifier: ^5.0.52 + version: 5.0.52(zod@4.1.13) elysia: - specifier: ^1.2.25 - version: 1.4.12(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@21.0.0)(openapi-types@12.1.3)(typescript@5.9.3) + specifier: ^1.4.27 + version: 1.4.27(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@21.0.0)(openapi-types@12.1.3)(typescript@5.9.3) hono: - specifier: ^4.7.0 - version: 4.11.9 + specifier: ^4.12.7 + version: 4.12.8 pg: specifier: ^8.14.1 version: 8.17.2 @@ -4877,7 +4877,7 @@ importers: version: link:../../../rivetkit-typescript/packages/rivetkit vitest: specifier: ^3.0.9 - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) zod: specifier: ^4.1.0 version: 4.1.13 @@ -4925,11 +4925,11 @@ packages: peerDependencies: zod: ^3.0.0 - '@ai-sdk/gateway@3.0.51': - resolution: {integrity: sha512-VXYxgDv2U1GJj6xY3aVd9glEmotGmsQllmKDUEghoghlZhEX6F64JsBQx/TukmlJGM98iAYCmofIwGFddv8ZTA==} + '@ai-sdk/gateway@1.0.29': + resolution: {integrity: sha512-o9LtmBiG2WAgs3GAmL79F8idan/UupxHG8Tyr2gP4aUSOzflM0bsvfzozBp8x6WatQnOx+Pio7YNw45Y6I16iw==} engines: {node: '>=18'} peerDependencies: - zod: ^3.25.76 || ^4.1.8 + zod: ^3.25.76 || ^4 '@ai-sdk/openai@0.0.66': resolution: {integrity: sha512-V4XeDnlNl5/AY3GB3ozJUjqnBLU5pK3DacKTbCNH3zH8/MggJoH6B8wRGdLUPVFMcsMz60mtvh4DC9JsIVFrKw==} @@ -4958,6 +4958,12 @@ packages: peerDependencies: zod: ^3.23.8 + '@ai-sdk/provider-utils@3.0.9': + resolution: {integrity: sha512-Pm571x5efqaI4hf9yW4KsVlDBDme8++UepZRnq+kqVBWWjgvGhQlzU8glaFq0YJEB9kkxZHbRRyVeHoV2sRYaQ==} + engines: {node: '>=18'} + peerDependencies: + zod: ^3.25.76 || ^4 + '@ai-sdk/provider-utils@4.0.15': resolution: {integrity: sha512-8XiKWbemmCbvNN0CLR9u3PQiet4gtEVIrX4zzLxnCj06AwsEDJwJVBbKrEI4t6qE8XRSIvU2irka0dcpziKW6w==} engines: {node: '>=18'} @@ -4972,25 +4978,13 @@ packages: resolution: {integrity: sha512-qZMxYJ0qqX/RfnuIaab+zp8UAeJn/ygXXAffR5I4N0n1IrvA6qBsjc8hXLmBiMV2zoXlifkacF7sEFnYnjBcqg==} engines: {node: '>=18'} - '@ai-sdk/provider@3.0.8': - resolution: {integrity: sha512-oGMAgGoQdBXbZqNG0Ze56CHjDZ1IDYOwGYxYjO5KLSlz5HiNQ9udIXsPZ61VWaHGZ5XW/jyjmr6t2xz2jGVwbQ==} + '@ai-sdk/provider@2.0.0': + resolution: {integrity: sha512-6o7Y2SeO9vFKB8lArHXehNuusnpddKPk7xqL7T2/b+OvXMRIXUO1rR4wcv1hAFUAT9avGZshty3Wlua/XA7TvA==} engines: {node: '>=18'} - '@ai-sdk/react@1.2.12': - resolution: {integrity: sha512-jK1IZZ22evPZoQW3vlkZ7wvjYGYF+tRBKXtrcolduIkQ/m/sOAVcVeVDUDvh1T91xCnWCdUGCPZg2avZ90mv3g==} - engines: {node: '>=18'} - peerDependencies: - react: 19.1.0 - zod: ^3.23.8 - peerDependenciesMeta: - zod: - optional: true - - '@ai-sdk/ui-utils@1.2.11': - resolution: {integrity: sha512-3zcwCc8ezzFlwp3ZD15wAPjf2Au4s3vAbKsXQVyhxODHcmu0iyPO2Eua6D/vicq/AUm/BAo60r97O6HU+EI0+w==} + '@ai-sdk/provider@3.0.8': + resolution: {integrity: sha512-oGMAgGoQdBXbZqNG0Ze56CHjDZ1IDYOwGYxYjO5KLSlz5HiNQ9udIXsPZ61VWaHGZ5XW/jyjmr6t2xz2jGVwbQ==} engines: {node: '>=18'} - peerDependencies: - zod: ^3.23.8 '@alloc/quick-lru@5.2.0': resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} @@ -5249,8 +5243,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-define-polyfill-provider@0.6.7': - resolution: {integrity: sha512-6Fqi8MtQ/PweQ9xvux65emkLQ83uB+qAVtfHkC9UodyHMIZdxNI01HjLCLUtybElp2KY2XNE0nOgyP1E1vXw9w==} + '@babel/helper-define-polyfill-provider@0.6.8': + resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -5325,6 +5319,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.29.2': + resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-proposal-decorators@7.29.0': resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==} engines: {node: '>=6.9.0'} @@ -5695,6 +5694,10 @@ packages: resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.29.2': + resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} + engines: {node: '>=6.9.0'} + '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} @@ -5908,6 +5911,7 @@ packages: '@clerk/types@4.101.12': resolution: {integrity: sha512-ePXOla3B1qgPtV0AzrLx2PVC3s/lsjOSYnuIFAxaIlRNT2+eb/BjeoqtTOcezwbdQ00jQ2RvXahdfZRSEuvZ7A==} engines: {node: '>=18.17.0'} + deprecated: 'This package is no longer supported. Please import types from @clerk/shared/types instead. See the upgrade guide for more info: https://clerk.com/docs/guides/development/upgrading/upgrade-guides/core-3' '@cloudflare/kv-asset-handler@0.4.0': resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==} @@ -7282,14 +7286,8 @@ packages: resolution: {integrity: sha512-hLpID6NCs8+stbz935UyvyGOXY44oLBSOy7ZEpwXxj977A/0U41iihDQllDoCJrxtbe06DnDgwPOn6/xnRJ71w==} deprecated: Starting with v0.73.0, this package is bundled directly inside @hey-api/openapi-ts. - '@hono/node-server@1.14.2': - resolution: {integrity: sha512-GHjpOeHYbr9d1vkID2sNUYkl5IxumyhDrUJB7wBp7jvqYwPFt+oNKsAPBRcdSbV7kIrXhouLE199ks1QcK4r7A==} - engines: {node: '>=18.14.1'} - peerDependencies: - hono: ^4 - - '@hono/node-server@1.19.9': - resolution: {integrity: sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==} + '@hono/node-server@1.19.10': + resolution: {integrity: sha512-hZ7nOssGqRgyV3FVVQdfi+U4q02uB23bpnYpdvNXkYTRRyWx84b7yf1ans+dnJ/7h41sGL3CeQTfO+ZGxuO+Iw==} engines: {node: '>=18.14.1'} peerDependencies: hono: ^4 @@ -7847,8 +7845,8 @@ packages: resolution: {integrity: sha512-WtEDqVwXnICveGd39BOF0Q3WxCPQg3MhBzMEDDZp2AZn+pO+eTiRR4bqxTiGkqHUjHODckHkSpu2FQ/A+x5mnQ==} hasBin: true - '@modelcontextprotocol/sdk@1.25.3': - resolution: {integrity: sha512-vsAMBMERybvYgKbg/l4L1rhS7VXV1c0CtyJg72vwxONVX0l4ZfKVAnZEWTQixJGTzKnELjQ59e4NbdFDALRiAQ==} + '@modelcontextprotocol/sdk@1.26.0': + resolution: {integrity: sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==} engines: {node: '>=18'} peerDependencies: '@cfworker/json-schema': ^4.1.1 @@ -7908,8 +7906,8 @@ packages: '@next/env@15.5.9': resolution: {integrity: sha512-4GlTZ+EJM7WaW2HEZcyU317tIQDjkQIyENDLxYJfSWlfqguN+dHkZgyQTV/7ykvobU7yEH5gKvreNrH4B6QgIg==} - '@next/env@16.1.1': - resolution: {integrity: sha512-3oxyM97Sr2PqiVyMyrZUtrtM3jqqFxOQJVuKclDsgj/L728iZt/GyslkN4NwarledZATCenbk4Offjk1hQmaAA==} + '@next/env@16.1.7': + resolution: {integrity: sha512-rJJbIdJB/RQr2F1nylZr/PJzamvNNhfr3brdKP6s/GW850jbtR70QlSfFselvIBbcPUOlQwBakexjFzqLzF6pg==} '@next/swc-darwin-arm64@15.5.7': resolution: {integrity: sha512-IZwtxCEpI91HVU/rAUOOobWSZv4P2DeTtNaCdHqLcTJU4wdNXgAySvKa/qJCgR5m6KI8UsKDXtO2B31jcaw1Yw==} @@ -7917,8 +7915,8 @@ packages: cpu: [arm64] os: [darwin] - '@next/swc-darwin-arm64@16.1.1': - resolution: {integrity: sha512-JS3m42ifsVSJjSTzh27nW+Igfha3NdBOFScr9C80hHGrWx55pTrVL23RJbqir7k7/15SKlrLHhh/MQzqBBYrQA==} + '@next/swc-darwin-arm64@16.1.7': + resolution: {integrity: sha512-b2wWIE8sABdyafc4IM8r5Y/dS6kD80JRtOGrUiKTsACFQfWWgUQ2NwoUX1yjFMXVsAwcQeNpnucF2ZrujsBBPg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -7929,8 +7927,8 @@ packages: cpu: [x64] os: [darwin] - '@next/swc-darwin-x64@16.1.1': - resolution: {integrity: sha512-hbyKtrDGUkgkyQi1m1IyD3q4I/3m9ngr+V93z4oKHrPcmxwNL5iMWORvLSGAf2YujL+6HxgVvZuCYZfLfb4bGw==} + '@next/swc-darwin-x64@16.1.7': + resolution: {integrity: sha512-zcnVaaZulS1WL0Ss38R5Q6D2gz7MtBu8GZLPfK+73D/hp4GFMrC2sudLky1QibfV7h6RJBJs/gOFvYP0X7UVlQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -7941,8 +7939,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-gnu@16.1.1': - resolution: {integrity: sha512-/fvHet+EYckFvRLQ0jPHJCUI5/B56+2DpI1xDSvi80r/3Ez+Eaa2Yq4tJcRTaB1kqj/HrYKn8Yplm9bNoMJpwQ==} + '@next/swc-linux-arm64-gnu@16.1.7': + resolution: {integrity: sha512-2ant89Lux/Q3VyC8vNVg7uBaFVP9SwoK2jJOOR0L8TQnX8CAYnh4uctAScy2Hwj2dgjVHqHLORQZJ2wH6VxhSQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7953,8 +7951,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@16.1.1': - resolution: {integrity: sha512-MFHrgL4TXNQbBPzkKKur4Fb5ICEJa87HM7fczFs2+HWblM7mMLdco3dvyTI+QmLBU9xgns/EeeINSZD6Ar+oLg==} + '@next/swc-linux-arm64-musl@16.1.7': + resolution: {integrity: sha512-uufcze7LYv0FQg9GnNeZ3/whYfo+1Q3HnQpm16o6Uyi0OVzLlk2ZWoY7j07KADZFY8qwDbsmFnMQP3p3+Ftprw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7965,8 +7963,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-gnu@16.1.1': - resolution: {integrity: sha512-20bYDfgOQAPUkkKBnyP9PTuHiJGM7HzNBbuqmD0jiFVZ0aOldz+VnJhbxzjcSabYsnNjMPsE0cyzEudpYxsrUQ==} + '@next/swc-linux-x64-gnu@16.1.7': + resolution: {integrity: sha512-KWVf2gxYvHtvuT+c4MBOGxuse5TD7DsMFYSxVxRBnOzok/xryNeQSjXgxSv9QpIVlaGzEn/pIuI6Koosx8CGWA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7977,8 +7975,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@16.1.1': - resolution: {integrity: sha512-9pRbK3M4asAHQRkwaXwu601oPZHghuSC8IXNENgbBSyImHv/zY4K5udBusgdHkvJ/Tcr96jJwQYOll0qU8+fPA==} + '@next/swc-linux-x64-musl@16.1.7': + resolution: {integrity: sha512-HguhaGwsGr1YAGs68uRKc4aGWxLET+NevJskOcCAwXbwj0fYX0RgZW2gsOCzr9S11CSQPIkxmoSbuVaBp4Z3dA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7989,8 +7987,8 @@ packages: cpu: [arm64] os: [win32] - '@next/swc-win32-arm64-msvc@16.1.1': - resolution: {integrity: sha512-bdfQkggaLgnmYrFkSQfsHfOhk/mCYmjnrbRCGgkMcoOBZ4n+TRRSLmT/CU5SATzlBJ9TpioUyBW/vWFXTqQRiA==} + '@next/swc-win32-arm64-msvc@16.1.7': + resolution: {integrity: sha512-S0n3KrDJokKTeFyM/vGGGR8+pCmXYrjNTk2ZozOL1C/JFdfUIL9O1ATaJOl5r2POe56iRChbsszrjMAdWSv7kQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -8001,8 +7999,8 @@ packages: cpu: [x64] os: [win32] - '@next/swc-win32-x64-msvc@16.1.1': - resolution: {integrity: sha512-Ncwbw2WJ57Al5OX0k4chM68DKhEPlrXBaSXDCi2kPi5f4d8b3ejr3RRJGfKBLrn2YJL5ezNS7w2TZLHSti8CMw==} + '@next/swc-win32-x64-msvc@16.1.7': + resolution: {integrity: sha512-mwgtg8CNZGYm06LeEd+bNnOUfwOyNem/rOiP14Lsz+AnUY92Zq/LXwtebtUiaeVkhbroRCQ0c8GlR4UT1U+0yg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -10172,6 +10170,9 @@ packages: '@swc/helpers@0.5.17': resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} + '@swc/helpers@0.5.19': + resolution: {integrity: sha512-QamiFeIK3txNjgUTNppE6MiG3p7TdninpZu0E0PbqVh1a9FNLT2FRhisaa4NcaX52XVhA5l7Pk58Ft7Sqi/2sA==} + '@swc/types@0.1.25': resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==} @@ -10500,9 +10501,6 @@ packages: '@types/deep-eql@4.0.2': resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} - '@types/diff-match-patch@1.0.36': - resolution: {integrity: sha512-xFdR6tkm0MWvBfO8xXCSsinYxHcqkQUlcHeSpMC2ukzOb6lwQAfDmW+Qt0AvlGd8HpsS28qKsB+oPeJn9I39jg==} - '@types/docker-modem@3.0.6': resolution: {integrity: sha512-yKpAGEuKRSS8wwx0joknWxsmLha78wNMe9R2S3UNsVOkZded8UqOrV8KoeDXoXsjndxwyF3eIhyClGbO1SEhEg==} @@ -10747,10 +10745,6 @@ packages: peerDependencies: '@urql/core': ^5.0.0 - '@vercel/oidc@3.1.0': - resolution: {integrity: sha512-Fw28YZpRnA3cAHHDlkt7xQHiJ0fcL+NRcIqsocZQUSmbzeIKRpwttJjik5ZGanXP+vlA4SbTg+AbA3bP363l+w==} - engines: {node: '>= 20'} - '@vitejs/plugin-react-swc@3.11.0': resolution: {integrity: sha512-YTJCGFdNMHCMfjODYtxRNVAYmTWQ1Lb8PulP/2/f/oEEtglw8oKxKIZmmRkyXrVrHfsKOaVkAc3NT9/dMutO5w==} peerDependencies: @@ -11091,21 +11085,11 @@ packages: resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} engines: {node: '>= 8.0.0'} - ai@4.3.19: - resolution: {integrity: sha512-dIE2bfNpqHN3r6IINp9znguYdhIOheKW2LDigAMrgt/upT3B8eBGPSCblENvaZGoq+hxaN9fSMzjWpbqloP+7Q==} - engines: {node: '>=18'} - peerDependencies: - react: 19.1.0 - zod: ^3.23.8 - peerDependenciesMeta: - react: - optional: true - - ai@6.0.93: - resolution: {integrity: sha512-txpGaxP2Ty6vzpysy+9l42VkGOokMNb6msLSbeLiyCcstuSWQoeMO7khxY48BAPEfwYsvzxdJ/qX52Q6auH6KA==} + ai@5.0.52: + resolution: {integrity: sha512-GLlRHjMlvN9+w7UYGxCpUQ8GgCRv5Z+JCprRH3Q8YbXJ/JyIc6EP9+YRUmQsyExX/qQsuehe7y/LLygarbSTOw==} engines: {node: '>=18'} peerDependencies: - zod: ^3.25.76 || ^4.1.8 + zod: ^3.25.76 || ^4 ajv-draft-04@1.0.0: resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} @@ -11139,14 +11123,17 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ajv@6.14.0: + resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} + ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} ajv@8.13.0: resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} - ajv@8.17.1: - resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + ajv@8.18.0: + resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} alien-signals@2.0.6: resolution: {integrity: sha512-P3TxJSe31bUHBiblg59oU1PpaWPtmxF9GhJ/cB7OkgJ0qN/ifFSKUI25/v8ZhsT+lIG6ac8DpTOplXxORX6F3Q==} @@ -11277,9 +11264,6 @@ packages: resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==} engines: {node: '>=4'} - axios@1.13.2: - resolution: {integrity: sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==} - axios@1.13.6: resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==} @@ -11308,8 +11292,8 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} - babel-plugin-polyfill-corejs2@0.4.16: - resolution: {integrity: sha512-xaVwwSfebXf0ooE11BJovZYKhFjIvQo7TsyVpETuIeH2JHv0k/T6Y5j22pPTvqYqmpkxdlPAJlyJ0tfOJAoMxw==} + babel-plugin-polyfill-corejs2@0.4.17: + resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -11318,8 +11302,8 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.7: - resolution: {integrity: sha512-OTYbUlSwXhNgr4g6efMZgsO8//jA61P7ZbRX3iTT53VON8l+WQS8IAUEVo4a4cWknrg2W8Cj4gQhRYNCJ8GkAA==} + babel-plugin-polyfill-regenerator@0.6.8: + resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -11377,8 +11361,9 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.9.19: - resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==} + baseline-browser-mapping@2.10.8: + resolution: {integrity: sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ==} + engines: {node: '>=6.0.0'} hasBin: true bcp-47-match@2.0.3: @@ -11557,8 +11542,8 @@ packages: caniuse-lite@1.0.30001769: resolution: {integrity: sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==} - caniuse-lite@1.0.30001779: - resolution: {integrity: sha512-U5og2PN7V4DMgF50YPNtnZJGWVLFjjsN3zb6uMT5VGYIewieDj1upwfuVNXf4Kor+89c3iCRJnSzMD5LmTvsfA==} + caniuse-lite@1.0.30001780: + resolution: {integrity: sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==} canvas-confetti@1.9.3: resolution: {integrity: sha512-rFfTURMvmVEX1gyXFgn5QMn81bYk70qa0HLzcIOSVEyl57n6o9ItHeBtUSWdvKAPY0xlvBHno4/v3QPrT83q9g==} @@ -11911,8 +11896,8 @@ packages: copy-to-clipboard@3.3.3: resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} - core-js-compat@3.48.0: - resolution: {integrity: sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==} + core-js-compat@3.49.0: + resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==} core-js@3.41.0: resolution: {integrity: sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==} @@ -11923,8 +11908,8 @@ packages: core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - cors@2.8.5: - resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + cors@2.8.6: + resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==} engines: {node: '>= 0.10'} cose-base@1.0.3: @@ -12311,9 +12296,6 @@ packages: didyoumean@1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} - diff-match-patch@1.0.5: - resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} - diff-sequences@26.6.2: resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} engines: {node: '>= 10.14.2'} @@ -12603,15 +12585,18 @@ packages: electron-to-chromium@1.5.286: resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==} - elysia@1.4.12: - resolution: {integrity: sha512-wbd0BkrobsjWSloIfYeF3f7G7rR0UWMa6tuLUhf6ZvwjiCEX3FVfhDsM+KaqqRRxkZpPDw42q4yIZlBLyE32ww==} + elysia@1.4.27: + resolution: {integrity: sha512-2UlmNEjPJVA/WZVPYKy+KdsrfFwwNlqSBW1lHz6i2AHc75k7gV4Rhm01kFeotH7PDiHIX2G8X3KnRPc33SGVIg==} peerDependencies: '@sinclair/typebox': '>= 0.34.0 < 1' + '@types/bun': '>= 1.2.0' exact-mirror: '>= 0.0.9' file-type: '>= 20.0.0' openapi-types: '>= 12.0.0' typescript: '>= 5.0.0' peerDependenciesMeta: + '@types/bun': + optional: true typescript: optional: true @@ -12635,8 +12620,8 @@ packages: end-of-stream@1.4.5: resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} - enhanced-resolve@5.20.0: - resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==} + enhanced-resolve@5.20.1: + resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==} engines: {node: '>=10.13.0'} entities@4.5.0: @@ -12996,8 +12981,8 @@ packages: exponential-backoff@3.1.3: resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==} - express-rate-limit@7.5.1: - resolution: {integrity: sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==} + express-rate-limit@8.3.1: + resolution: {integrity: sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==} engines: {node: '>= 16'} peerDependencies: express: '>= 4.11' @@ -13591,8 +13576,12 @@ packages: resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} engines: {node: '>=0.10.0'} - hono@4.11.9: - resolution: {integrity: sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==} + hono@4.12.7: + resolution: {integrity: sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==} + engines: {node: '>=16.9.0'} + + hono@4.12.8: + resolution: {integrity: sha512-VJCEvtrezO1IAR+kqEYnxUOoStaQPGrCmX3j4wDTNOcD1uRPFpGlwQUIW8niPuvHXaTUxeOUl5MMDGrl+tmO9A==} engines: {node: '>=16.9.0'} hosted-git-info@7.0.2: @@ -13737,6 +13726,10 @@ packages: invariant@2.2.4: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} + ip-address@10.1.0: + resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==} + engines: {node: '>= 12'} + ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} @@ -13953,8 +13946,8 @@ packages: jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} - jose@6.1.3: - resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==} + jose@6.2.1: + resolution: {integrity: sha512-jUaKr1yrbfaImV7R2TN/b3IcZzsw38/chqMpo2XJ7i2F8AfM/lA4G1goC3JVEwg0H7UldTmSt3P68nt31W7/mw==} jotai-effect@2.1.0: resolution: {integrity: sha512-1nD6D4JizwCH3z2kun71ZUkxeeE5PknUkuP98NqQdCanidct2BHIhSwRxnfA0C2CPAn9H+5NF0EHU6gPkdhh7Q==} @@ -14039,11 +14032,6 @@ packages: engines: {node: '>=6'} hasBin: true - jsondiffpatch@0.6.0: - resolution: {integrity: sha512-3QItJOXp2AP1uv7waBkao5nCvhEv+QmJAd38Ybq7wNI74Q+BBmnLn4EDKz6yI9xGAIQoUF87qHt+kc1IVxB4zQ==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -14490,6 +14478,9 @@ packages: resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==} engines: {node: '>= 0.8'} + memoirist@0.4.0: + resolution: {integrity: sha512-zxTgA0mSYELa66DimuNQDvyLq36AwDlTuVRbnQtB+VuTcKWm5Qc4z3WkSpgsFWHNhexqkIooqpv4hdcqrX5Nmg==} + memoize-one@4.0.3: resolution: {integrity: sha512-QmpUu4KqDmX0plH4u+tf0riMc1KHE1+lw95cMrLlXQAFOx/xnBtwhZ52XJxd9X2O6kwKBqX32kmhbhlobD0cuw==} @@ -15013,8 +15004,8 @@ packages: sass: optional: true - next@16.1.1: - resolution: {integrity: sha512-QI+T7xrxt1pF6SQ/JYFz95ro/mg/1Znk5vBebsWwbpejj1T0A23hO7GYEaVac9QUOT2BIMiuzm0L99ooq7k0/w==} + next@16.1.7: + resolution: {integrity: sha512-WM0L7WrSvKwoLegLYr6V+mz+RIofqQgVAfHhMp9a88ms0cFX8iX9ew+snpWlSBwpkURJOUdvCEt3uLl3NNzvWg==} engines: {node: '>=20.9.0'} hasBin: true peerDependencies: @@ -15040,8 +15031,8 @@ packages: no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} - node-abi@3.88.0: - resolution: {integrity: sha512-At6b4UqIEVudaqPsXjmUO1r/N5BUr4yhDGs5PkBE8/oG5+TfLPhFechiskFsnT6Ql0VfUXbalUUCbfXxtj7K+w==} + node-abi@3.89.0: + resolution: {integrity: sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==} engines: {node: '>=10'} node-addon-api@6.1.0: @@ -15861,8 +15852,8 @@ packages: peerDependencies: react: 19.1.0 - qs@6.14.1: - resolution: {integrity: sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==} + qs@6.15.0: + resolution: {integrity: sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==} engines: {node: '>=0.6'} query-string@7.1.3: @@ -16409,8 +16400,8 @@ packages: resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} engines: {node: '>=11.0.0'} - sax@1.5.0: - resolution: {integrity: sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==} + sax@1.6.0: + resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} engines: {node: '>=11.0.0'} scheduler@0.26.0: @@ -16909,11 +16900,6 @@ packages: resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==} engines: {node: '>=18'} - tar@7.5.7: - resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==} - engines: {node: '>=18'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me - terminal-link@2.1.1: resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} engines: {node: '>=8'} @@ -16934,8 +16920,8 @@ packages: uglify-js: optional: true - terser@5.46.0: - resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==} + terser@5.46.1: + resolution: {integrity: sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==} engines: {node: '>=10'} hasBin: true @@ -16959,10 +16945,6 @@ packages: throat@5.0.0: resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} - throttleit@2.1.0: - resolution: {integrity: sha512-nt6AMGKW1p/70DF/hGBdJB57B8Tspmbp5gfJ8ilhLnt7kkr2ye7hzD6NVG8GGErk2HWF34igrL2CXmNIkzKqKw==} - engines: {node: '>=18'} - tiny-inflate@1.0.3: resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} @@ -18320,11 +18302,16 @@ snapshots: '@ai-sdk/provider-utils': 2.2.8(zod@4.1.13) zod: 4.1.13 - '@ai-sdk/gateway@3.0.51(zod@4.1.13)': + '@ai-sdk/gateway@1.0.29(zod@3.25.76)': dependencies: - '@ai-sdk/provider': 3.0.8 - '@ai-sdk/provider-utils': 4.0.15(zod@4.1.13) - '@vercel/oidc': 3.1.0 + '@ai-sdk/provider': 2.0.0 + '@ai-sdk/provider-utils': 3.0.9(zod@3.25.76) + zod: 3.25.76 + + '@ai-sdk/gateway@1.0.29(zod@4.1.13)': + dependencies: + '@ai-sdk/provider': 2.0.0 + '@ai-sdk/provider-utils': 3.0.9(zod@4.1.13) zod: 4.1.13 '@ai-sdk/openai@0.0.66(zod@3.25.76)': @@ -18363,18 +18350,25 @@ snapshots: optionalDependencies: zod: 4.1.13 - '@ai-sdk/provider-utils@2.2.8(zod@3.25.76)': + '@ai-sdk/provider-utils@2.2.8(zod@4.1.13)': dependencies: '@ai-sdk/provider': 1.1.3 nanoid: 3.3.11 secure-json-parse: 2.7.0 + zod: 4.1.13 + + '@ai-sdk/provider-utils@3.0.9(zod@3.25.76)': + dependencies: + '@ai-sdk/provider': 2.0.0 + '@standard-schema/spec': 1.1.0 + eventsource-parser: 3.0.6 zod: 3.25.76 - '@ai-sdk/provider-utils@2.2.8(zod@4.1.13)': + '@ai-sdk/provider-utils@3.0.9(zod@4.1.13)': dependencies: - '@ai-sdk/provider': 1.1.3 - nanoid: 3.3.11 - secure-json-parse: 2.7.0 + '@ai-sdk/provider': 2.0.0 + '@standard-schema/spec': 1.1.0 + eventsource-parser: 3.0.6 zod: 4.1.13 '@ai-sdk/provider-utils@4.0.15(zod@4.1.13)': @@ -18392,43 +18386,13 @@ snapshots: dependencies: json-schema: 0.4.0 - '@ai-sdk/provider@3.0.8': + '@ai-sdk/provider@2.0.0': dependencies: json-schema: 0.4.0 - '@ai-sdk/react@1.2.12(react@19.1.0)(zod@3.25.76)': - dependencies: - '@ai-sdk/provider-utils': 2.2.8(zod@3.25.76) - '@ai-sdk/ui-utils': 1.2.11(zod@3.25.76) - react: 19.1.0 - swr: 2.3.4(react@19.1.0) - throttleit: 2.1.0 - optionalDependencies: - zod: 3.25.76 - - '@ai-sdk/react@1.2.12(react@19.1.0)(zod@4.1.13)': - dependencies: - '@ai-sdk/provider-utils': 2.2.8(zod@4.1.13) - '@ai-sdk/ui-utils': 1.2.11(zod@4.1.13) - react: 19.1.0 - swr: 2.3.4(react@19.1.0) - throttleit: 2.1.0 - optionalDependencies: - zod: 4.1.13 - - '@ai-sdk/ui-utils@1.2.11(zod@3.25.76)': - dependencies: - '@ai-sdk/provider': 1.1.3 - '@ai-sdk/provider-utils': 2.2.8(zod@3.25.76) - zod: 3.25.76 - zod-to-json-schema: 3.25.1(zod@3.25.76) - - '@ai-sdk/ui-utils@1.2.11(zod@4.1.13)': + '@ai-sdk/provider@3.0.8': dependencies: - '@ai-sdk/provider': 1.1.3 - '@ai-sdk/provider-utils': 2.2.8(zod@4.1.13) - zod: 4.1.13 - zod-to-json-schema: 3.25.1(zod@4.1.13) + json-schema: 0.4.0 '@alloc/quick-lru@5.2.0': {} @@ -18472,12 +18436,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/mdx@4.3.13(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))': + '@astrojs/mdx@4.3.13(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))': dependencies: '@astrojs/markdown-remark': 6.3.10 '@mdx-js/mdx': 3.1.1 acorn: 8.15.0 - astro: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + astro: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) es-module-lexer: 1.7.0 estree-util-visit: 2.0.0 hast-util-to-html: 9.0.5 @@ -18495,15 +18459,15 @@ snapshots: dependencies: prismjs: 1.30.0 - '@astrojs/react@4.4.2(@types/node@25.0.7)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)': + '@astrojs/react@4.4.2(@types/node@25.0.7)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)': dependencies: '@types/react': 19.2.13 '@types/react-dom': 19.2.3(@types/react@19.2.13) - '@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) ultrahtml: 1.6.0 - vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - '@types/node' - jiti @@ -18524,12 +18488,12 @@ snapshots: stream-replace-string: 2.0.0 zod: 3.25.76 - '@astrojs/tailwind@6.0.2(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@3.4.18(tsx@4.21.0)(yaml@2.8.2))(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@25.0.7)(typescript@5.9.3))': + '@astrojs/tailwind@6.0.2(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(tailwindcss@3.4.18(tsx@4.21.0)(yaml@2.8.2))(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@25.0.7)(typescript@5.9.3))': dependencies: - astro: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + astro: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) autoprefixer: 10.4.22(postcss@8.5.6) postcss: 8.5.6 - postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@25.0.7)(typescript@5.9.3)) + postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@25.0.7)(typescript@5.9.3)) tailwindcss: 3.4.18(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - ts-node @@ -19072,7 +19036,7 @@ snapshots: regexpu-core: 6.4.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.7(@babel/core@7.29.0)': + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-compilation-targets': 7.28.6 @@ -19169,6 +19133,10 @@ snapshots: dependencies: '@babel/types': 7.29.0 + '@babel/parser@7.29.2': + dependencies: + '@babel/types': 7.29.0 + '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -19515,9 +19483,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.16(@babel/core@7.29.0) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) - babel-plugin-polyfill-regenerator: 0.6.7(@babel/core@7.29.0) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -19582,6 +19550,8 @@ snapshots: '@babel/runtime@7.28.6': {} + '@babel/runtime@7.29.2': {} + '@babel/template@7.28.6': dependencies: '@babel/code-frame': 7.29.0 @@ -20588,7 +20558,7 @@ snapshots: '@eslint/eslintrc@3.3.1': dependencies: - ajv: 6.12.6 + ajv: 6.14.0 debug: 4.4.3 espree: 10.4.0 globals: 14.0.0 @@ -20609,7 +20579,7 @@ snapshots: '@eslint/core': 0.17.0 levn: 0.4.1 - '@expo/cli@54.0.13(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(expo@54.0.18)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))': + '@expo/cli@54.0.13(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(expo@54.0.18)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))': dependencies: '@0no-co/graphql.web': 1.2.0(graphql@16.12.0) '@expo/code-signing-certificates': 0.0.5 @@ -20619,7 +20589,7 @@ snapshots: '@expo/env': 2.0.11 '@expo/image-utils': 0.8.12 '@expo/json-file': 10.0.12 - '@expo/mcp-tunnel': 0.0.8(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76)) + '@expo/mcp-tunnel': 0.0.8(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76)) '@expo/metro': 54.1.0 '@expo/metro-config': 54.0.7(expo@54.0.18) '@expo/osascript': 2.4.2 @@ -20644,7 +20614,7 @@ snapshots: connect: 3.7.0 debug: 4.4.3 env-editor: 0.4.2 - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) expo-server: 1.0.5 freeport-async: 2.0.0 getenv: 2.0.0 @@ -20845,13 +20815,13 @@ snapshots: '@babel/code-frame': 7.10.4 json5: 2.2.3 - '@expo/mcp-tunnel@0.0.8(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))': + '@expo/mcp-tunnel@0.0.8(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))': dependencies: ws: 8.19.0 zod: 3.25.76 zod-to-json-schema: 3.25.1(zod@3.25.76) optionalDependencies: - '@modelcontextprotocol/sdk': 1.25.3(hono@4.11.9)(zod@3.25.76) + '@modelcontextprotocol/sdk': 1.26.0(zod@3.25.76) transitivePeerDependencies: - bufferutil - utf-8-validate @@ -20880,7 +20850,7 @@ snapshots: postcss: 8.4.49 resolve-from: 5.0.0 optionalDependencies: - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - bufferutil - supports-color @@ -20943,7 +20913,7 @@ snapshots: '@expo/json-file': 10.0.12 '@react-native/normalize-colors': 0.81.5 debug: 4.4.3 - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) resolve-from: 5.0.0 semver: 7.7.4 xml2js: 0.6.0 @@ -21112,53 +21082,53 @@ snapshots: '@hey-api/client-fetch@0.5.7': {} - '@hono/node-server@1.14.2(hono@4.11.9)': + '@hono/node-server@1.19.10(hono@4.12.7)': dependencies: - hono: 4.11.9 + hono: 4.12.7 - '@hono/node-server@1.19.9(hono@4.11.9)': + '@hono/node-server@1.19.10(hono@4.12.8)': dependencies: - hono: 4.11.9 + hono: 4.12.8 - '@hono/node-ws@1.3.0(@hono/node-server@1.14.2(hono@4.11.9))(hono@4.11.9)': + '@hono/node-ws@1.3.0(@hono/node-server@1.19.10(hono@4.12.7))(hono@4.12.7)': dependencies: - '@hono/node-server': 1.14.2(hono@4.11.9) - hono: 4.11.9 + '@hono/node-server': 1.19.10(hono@4.12.7) + hono: 4.12.7 ws: 8.19.0 transitivePeerDependencies: - bufferutil - utf-8-validate - '@hono/node-ws@1.3.0(@hono/node-server@1.19.9(hono@4.11.9))(hono@4.11.9)': + '@hono/node-ws@1.3.0(@hono/node-server@1.19.10(hono@4.12.8))(hono@4.12.8)': dependencies: - '@hono/node-server': 1.19.9(hono@4.11.9) - hono: 4.11.9 + '@hono/node-server': 1.19.10(hono@4.12.8) + hono: 4.12.8 ws: 8.19.0 transitivePeerDependencies: - bufferutil - utf-8-validate - '@hono/standard-validator@0.1.5(@standard-schema/spec@1.0.0)(hono@4.11.9)': + '@hono/standard-validator@0.1.5(@standard-schema/spec@1.0.0)(hono@4.12.8)': dependencies: '@standard-schema/spec': 1.0.0 - hono: 4.11.9 + hono: 4.12.8 - '@hono/trpc-server@0.3.4(@trpc/server@11.6.0(typescript@5.9.3))(hono@4.11.9)': + '@hono/trpc-server@0.3.4(@trpc/server@11.6.0(typescript@5.9.3))(hono@4.12.8)': dependencies: '@trpc/server': 11.6.0(typescript@5.9.3) - hono: 4.11.9 + hono: 4.12.8 - '@hono/zod-openapi@1.1.5(hono@4.11.9)(zod@4.1.13)': + '@hono/zod-openapi@1.1.5(hono@4.12.8)(zod@4.1.13)': dependencies: '@asteasolutions/zod-to-openapi': 8.2.0(zod@4.1.13) - '@hono/zod-validator': 0.7.5(hono@4.11.9)(zod@4.1.13) - hono: 4.11.9 + '@hono/zod-validator': 0.7.5(hono@4.12.8)(zod@4.1.13) + hono: 4.12.8 openapi3-ts: 4.5.0 zod: 4.1.13 - '@hono/zod-validator@0.7.5(hono@4.11.9)(zod@4.1.13)': + '@hono/zod-validator@0.7.5(hono@4.12.8)(zod@4.1.13)': dependencies: - hono: 4.11.9 + hono: 4.12.8 zod: 4.1.13 '@hookform/resolvers@3.10.0(react-hook-form@7.62.0(react@19.1.0))': @@ -21461,7 +21431,7 @@ snapshots: '@isaacs/fs-minipass@4.0.1': dependencies: - minipass: 7.1.2 + minipass: 7.1.3 '@isaacs/ttlcache@1.4.1': {} @@ -21574,7 +21544,7 @@ snapshots: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@ladle/react@5.1.1(@swc/helpers@0.5.17)(@types/node@20.19.13)(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)': + '@ladle/react@5.1.1(@swc/helpers@0.5.19)(@types/node@20.19.13)(@types/react@19.2.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2)': dependencies: '@babel/code-frame': 7.29.0 '@babel/core': 7.29.0 @@ -21586,8 +21556,8 @@ snapshots: '@ladle/react-context': 1.0.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@mdx-js/mdx': 3.1.1 '@mdx-js/react': 3.1.1(@types/react@19.2.13)(react@19.1.0) - '@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) - '@vitejs/plugin-react-swc': 3.11.0(@swc/helpers@0.5.17)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) + '@vitejs/plugin-react-swc': 3.11.0(@swc/helpers@0.5.19)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) axe-core: 4.11.1 boxen: 8.0.1 chokidar: 4.0.3 @@ -21614,8 +21584,8 @@ snapshots: remark-gfm: 4.0.1 source-map: 0.7.6 vfile: 6.0.3 - vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) - vite-tsconfig-paths: 5.1.4(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) + vite-tsconfig-paths: 5.1.4(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) transitivePeerDependencies: - '@swc/helpers' - '@types/node' @@ -21878,20 +21848,19 @@ snapshots: '@microsoft/tsdoc@0.15.1': optional: true - '@modelcontextprotocol/inspector-cli@0.14.3(hono@4.11.9)(zod@3.25.76)': + '@modelcontextprotocol/inspector-cli@0.14.3(zod@3.25.76)': dependencies: - '@modelcontextprotocol/sdk': 1.25.3(hono@4.11.9)(zod@3.25.76) + '@modelcontextprotocol/sdk': 1.26.0(zod@3.25.76) commander: 13.1.0 spawn-rx: 5.1.2 transitivePeerDependencies: - '@cfworker/json-schema' - - hono - supports-color - zod - '@modelcontextprotocol/inspector-client@0.14.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(hono@4.11.9)': + '@modelcontextprotocol/inspector-client@0.14.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)': dependencies: - '@modelcontextprotocol/sdk': 1.25.3(hono@4.11.9)(zod@3.25.76) + '@modelcontextprotocol/sdk': 1.26.0(zod@3.25.76) '@radix-ui/react-checkbox': 1.3.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-icons': 1.3.2(react@19.1.0) @@ -21902,7 +21871,7 @@ snapshots: '@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-toast': 1.2.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - ajv: 6.12.6 + ajv: 6.14.0 class-variance-authority: 0.7.1 clsx: 2.1.1 cmdk: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -21920,35 +21889,33 @@ snapshots: - '@cfworker/json-schema' - '@types/react' - '@types/react-dom' - - hono - supports-color - tailwindcss - '@modelcontextprotocol/inspector-server@0.14.3(hono@4.11.9)': + '@modelcontextprotocol/inspector-server@0.14.3': dependencies: - '@modelcontextprotocol/sdk': 1.25.3(hono@4.11.9)(zod@3.25.76) - cors: 2.8.5 + '@modelcontextprotocol/sdk': 1.26.0(zod@3.25.76) + cors: 2.8.6 express: 5.2.1 ws: 8.19.0 zod: 3.25.76 transitivePeerDependencies: - '@cfworker/json-schema' - bufferutil - - hono - supports-color - utf-8-validate - '@modelcontextprotocol/inspector@0.14.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@22.19.10)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(hono@4.11.9)(typescript@5.9.3)': + '@modelcontextprotocol/inspector@0.14.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@22.19.10)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(typescript@5.9.3)': dependencies: - '@modelcontextprotocol/inspector-cli': 0.14.3(hono@4.11.9)(zod@3.25.76) - '@modelcontextprotocol/inspector-client': 0.14.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(hono@4.11.9) - '@modelcontextprotocol/inspector-server': 0.14.3(hono@4.11.9) - '@modelcontextprotocol/sdk': 1.25.3(hono@4.11.9)(zod@3.25.76) + '@modelcontextprotocol/inspector-cli': 0.14.3(zod@3.25.76) + '@modelcontextprotocol/inspector-client': 0.14.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13) + '@modelcontextprotocol/inspector-server': 0.14.3 + '@modelcontextprotocol/sdk': 1.26.0(zod@3.25.76) concurrently: 9.2.1 open: 10.2.0 shell-quote: 1.8.3 spawn-rx: 5.1.2 - ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@22.19.10)(typescript@5.9.3) + ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@22.19.10)(typescript@5.9.3) zod: 3.25.76 transitivePeerDependencies: - '@cfworker/json-schema' @@ -21958,32 +21925,31 @@ snapshots: - '@types/react' - '@types/react-dom' - bufferutil - - hono - supports-color - tailwindcss - typescript - utf-8-validate - '@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76)': + '@modelcontextprotocol/sdk@1.26.0(zod@3.25.76)': dependencies: - '@hono/node-server': 1.19.9(hono@4.11.9) - ajv: 8.17.1 - ajv-formats: 3.0.1(ajv@8.17.1) + '@hono/node-server': 1.19.10(hono@4.12.8) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) content-type: 1.0.5 - cors: 2.8.5 + cors: 2.8.6 cross-spawn: 7.0.6 eventsource: 3.0.7 eventsource-parser: 3.0.6 express: 5.2.1 - express-rate-limit: 7.5.1(express@5.2.1) - jose: 6.1.3 + express-rate-limit: 8.3.1(express@5.2.1) + hono: 4.12.8 + jose: 6.2.1 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 zod: 3.25.76 zod-to-json-schema: 3.25.1(zod@3.25.76) transitivePeerDependencies: - - hono - supports-color '@monaco-editor/loader@1.7.0': @@ -22029,54 +21995,54 @@ snapshots: '@next/env@15.5.9': optional: true - '@next/env@16.1.1': {} + '@next/env@16.1.7': {} '@next/swc-darwin-arm64@15.5.7': optional: true - '@next/swc-darwin-arm64@16.1.1': + '@next/swc-darwin-arm64@16.1.7': optional: true '@next/swc-darwin-x64@15.5.7': optional: true - '@next/swc-darwin-x64@16.1.1': + '@next/swc-darwin-x64@16.1.7': optional: true '@next/swc-linux-arm64-gnu@15.5.7': optional: true - '@next/swc-linux-arm64-gnu@16.1.1': + '@next/swc-linux-arm64-gnu@16.1.7': optional: true '@next/swc-linux-arm64-musl@15.5.7': optional: true - '@next/swc-linux-arm64-musl@16.1.1': + '@next/swc-linux-arm64-musl@16.1.7': optional: true '@next/swc-linux-x64-gnu@15.5.7': optional: true - '@next/swc-linux-x64-gnu@16.1.1': + '@next/swc-linux-x64-gnu@16.1.7': optional: true '@next/swc-linux-x64-musl@15.5.7': optional: true - '@next/swc-linux-x64-musl@16.1.1': + '@next/swc-linux-x64-musl@16.1.7': optional: true '@next/swc-win32-arm64-msvc@15.5.7': optional: true - '@next/swc-win32-arm64-msvc@16.1.1': + '@next/swc-win32-arm64-msvc@16.1.7': optional: true '@next/swc-win32-x64-msvc@15.5.7': optional: true - '@next/swc-win32-x64-msvc@16.1.1': + '@next/swc-win32-x64-msvc@16.1.7': optional: true '@noble/ciphers@1.3.0': {} @@ -23347,7 +23313,7 @@ snapshots: '@react-aria/interactions': 3.25.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@react-aria/utils': 3.31.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@react-types/shared': 3.32.1(react@19.1.0) - '@swc/helpers': 0.5.17 + '@swc/helpers': 0.5.19 clsx: 2.1.1 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) @@ -23358,13 +23324,13 @@ snapshots: '@react-aria/utils': 3.31.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@react-stately/flags': 3.1.2 '@react-types/shared': 3.32.1(react@19.1.0) - '@swc/helpers': 0.5.17 + '@swc/helpers': 0.5.19 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) '@react-aria/ssr@3.9.10(react@19.1.0)': dependencies: - '@swc/helpers': 0.5.17 + '@swc/helpers': 0.5.19 react: 19.1.0 '@react-aria/utils@3.31.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': @@ -23373,7 +23339,7 @@ snapshots: '@react-stately/flags': 3.1.2 '@react-stately/utils': 3.10.8(react@19.1.0) '@react-types/shared': 3.32.1(react@19.1.0) - '@swc/helpers': 0.5.17 + '@swc/helpers': 0.5.19 clsx: 2.1.1 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) @@ -23441,7 +23407,7 @@ snapshots: '@react-native/codegen@0.81.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.2 glob: 7.2.3 hermes-parser: 0.29.1 invariant: 2.2.4 @@ -23451,7 +23417,7 @@ snapshots: '@react-native/codegen@0.82.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.2 glob: 7.2.3 hermes-parser: 0.32.0 invariant: 2.2.4 @@ -23596,11 +23562,11 @@ snapshots: '@react-stately/flags@3.1.2': dependencies: - '@swc/helpers': 0.5.17 + '@swc/helpers': 0.5.19 '@react-stately/utils@3.10.8(react@19.1.0)': dependencies: - '@swc/helpers': 0.5.17 + '@swc/helpers': 0.5.19 react: 19.1.0 '@react-types/shared@3.32.1(react@19.1.0)': @@ -23612,7 +23578,7 @@ snapshots: form-data: 4.0.5 js-base64: 3.7.8 node-fetch: 2.7.0 - qs: 6.14.1 + qs: 6.15.0 readable-stream: 4.7.0 url-join: 5.0.0 transitivePeerDependencies: @@ -23625,7 +23591,7 @@ snapshots: js-base64: 3.7.8 node-fetch: 2.7.0 pino-pretty: 13.1.2 - qs: 6.14.1 + qs: 6.15.0 readable-stream: 4.7.0 url-join: 5.0.0 transitivePeerDependencies: @@ -23993,13 +23959,13 @@ snapshots: '@sentry-internal/browser-utils': 8.55.0 '@sentry/core': 8.55.0 - '@sentry/astro@10.42.0(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(rollup@4.57.1)': + '@sentry/astro@10.42.0(astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2))(rollup@4.57.1)': dependencies: '@sentry/browser': 10.42.0 '@sentry/core': 10.42.0 '@sentry/node': 10.42.0 '@sentry/vite-plugin': 5.1.1(rollup@4.57.1) - astro: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) + astro: 5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) transitivePeerDependencies: - encoding - rollup @@ -24702,7 +24668,7 @@ snapshots: '@swc/core-win32-x64-msvc@1.15.11': optional: true - '@swc/core@1.15.11(@swc/helpers@0.5.17)': + '@swc/core@1.15.11(@swc/helpers@0.5.19)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.25 @@ -24717,7 +24683,7 @@ snapshots: '@swc/core-win32-arm64-msvc': 1.15.11 '@swc/core-win32-ia32-msvc': 1.15.11 '@swc/core-win32-x64-msvc': 1.15.11 - '@swc/helpers': 0.5.17 + '@swc/helpers': 0.5.19 '@swc/counter@0.1.3': {} @@ -24729,6 +24695,10 @@ snapshots: dependencies: tslib: 2.8.1 + '@swc/helpers@0.5.19': + dependencies: + tslib: 2.8.1 + '@swc/types@0.1.25': dependencies: '@swc/counter': 0.1.3 @@ -24859,7 +24829,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/router-plugin@1.166.10(@tanstack/react-router@1.167.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3))': + '@tanstack/router-plugin@1.166.10(@tanstack/react-router@1.167.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) @@ -24876,8 +24846,8 @@ snapshots: zod: 3.25.76 optionalDependencies: '@tanstack/react-router': 1.167.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) - webpack: 5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) + webpack: 5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3) transitivePeerDependencies: - supports-color @@ -25103,8 +25073,6 @@ snapshots: '@types/deep-eql@4.0.2': {} - '@types/diff-match-patch@1.0.36': {} - '@types/docker-modem@3.0.6': dependencies: '@types/node': 22.19.11 @@ -25360,9 +25328,9 @@ snapshots: '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.2 - '@uiw/react-codemirror@4.25.1(@babel/runtime@7.28.6)(@codemirror/autocomplete@6.18.7)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.2)(codemirror@6.0.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@uiw/react-codemirror@4.25.1(@babel/runtime@7.29.2)(@codemirror/autocomplete@6.18.7)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.2)(codemirror@6.0.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 '@codemirror/commands': 6.8.1 '@codemirror/state': 6.5.2 '@codemirror/theme-one-dark': 6.1.3 @@ -25391,17 +25359,15 @@ snapshots: '@urql/core': 5.2.0(graphql@16.12.0) wonka: 6.3.5 - '@vercel/oidc@3.1.0': {} - - '@vitejs/plugin-react-swc@3.11.0(@swc/helpers@0.5.17)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@vitejs/plugin-react-swc@3.11.0(@swc/helpers@0.5.19)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2))': dependencies: '@rolldown/pluginutils': 1.0.0-beta.27 - '@swc/core': 1.15.11(@swc/helpers@0.5.17) - vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) + vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - '@swc/helpers' - '@vitejs/plugin-react@4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))': + '@vitejs/plugin-react@4.7.0(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) @@ -25409,11 +25375,11 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))': + '@vitejs/plugin-react@4.7.0(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) @@ -25421,11 +25387,11 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) @@ -25433,11 +25399,11 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) @@ -25445,11 +25411,11 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) @@ -25457,7 +25423,7 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - supports-color @@ -25491,50 +25457,50 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.0.3 - '@vitest/mocker@2.1.9(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))': + '@vitest/mocker@2.1.9(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))': dependencies: '@vitest/spy': 2.1.9 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: msw: 2.12.10(@types/node@22.19.10)(typescript@5.9.3) - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) - '@vitest/mocker@3.2.4(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))': + '@vitest/mocker@3.2.4(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: msw: 2.12.10(@types/node@20.19.13)(typescript@5.9.3) - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) - '@vitest/mocker@3.2.4(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))': + '@vitest/mocker@3.2.4(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: msw: 2.12.10(@types/node@22.19.10)(typescript@5.9.3) - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) - '@vitest/mocker@3.2.4(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(vite@5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))': + '@vitest/mocker@3.2.4(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(vite@5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: msw: 2.12.10(@types/node@24.7.1)(typescript@5.9.3) - vite: 5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) - '@vitest/mocker@4.0.18(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@vitest/mocker@4.0.18(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2))': dependencies: '@vitest/spy': 4.0.18 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: msw: 2.12.10(@types/node@20.19.13)(typescript@5.9.3) - vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) '@vitest/pretty-format@2.1.9': dependencies: @@ -25621,7 +25587,7 @@ snapshots: sirv: 3.0.2 tinyglobby: 0.2.15 tinyrainbow: 2.0.0 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) '@vitest/utils@1.6.1': dependencies: @@ -25897,7 +25863,7 @@ snapshots: actor-core@0.6.3(eventsource@3.0.7)(ws@8.18.3): dependencies: cbor-x: 1.6.0 - hono: 4.11.9 + hono: 4.12.8 on-change: 5.0.1 p-retry: 6.2.1 zod: 3.25.76 @@ -25917,35 +25883,19 @@ snapshots: dependencies: humanize-ms: 1.2.1 - ai@4.3.19(react@19.1.0)(zod@3.25.76): + ai@5.0.52(zod@3.25.76): dependencies: - '@ai-sdk/provider': 1.1.3 - '@ai-sdk/provider-utils': 2.2.8(zod@3.25.76) - '@ai-sdk/react': 1.2.12(react@19.1.0)(zod@3.25.76) - '@ai-sdk/ui-utils': 1.2.11(zod@3.25.76) + '@ai-sdk/gateway': 1.0.29(zod@3.25.76) + '@ai-sdk/provider': 2.0.0 + '@ai-sdk/provider-utils': 3.0.9(zod@3.25.76) '@opentelemetry/api': 1.9.0 - jsondiffpatch: 0.6.0 zod: 3.25.76 - optionalDependencies: - react: 19.1.0 - ai@4.3.19(react@19.1.0)(zod@4.1.13): + ai@5.0.52(zod@4.1.13): dependencies: - '@ai-sdk/provider': 1.1.3 - '@ai-sdk/provider-utils': 2.2.8(zod@4.1.13) - '@ai-sdk/react': 1.2.12(react@19.1.0)(zod@4.1.13) - '@ai-sdk/ui-utils': 1.2.11(zod@4.1.13) - '@opentelemetry/api': 1.9.0 - jsondiffpatch: 0.6.0 - zod: 4.1.13 - optionalDependencies: - react: 19.1.0 - - ai@6.0.93(zod@4.1.13): - dependencies: - '@ai-sdk/gateway': 3.0.51(zod@4.1.13) - '@ai-sdk/provider': 3.0.8 - '@ai-sdk/provider-utils': 4.0.15(zod@4.1.13) + '@ai-sdk/gateway': 1.0.29(zod@4.1.13) + '@ai-sdk/provider': 2.0.0 + '@ai-sdk/provider-utils': 3.0.9(zod@4.1.13) '@opentelemetry/api': 1.9.0 zod: 4.1.13 @@ -25954,22 +25904,22 @@ snapshots: ajv: 8.13.0 optional: true - ajv-formats@2.1.1(ajv@8.17.1): + ajv-formats@2.1.1(ajv@8.18.0): optionalDependencies: - ajv: 8.17.1 + ajv: 8.18.0 ajv-formats@3.0.1(ajv@8.13.0): optionalDependencies: ajv: 8.13.0 optional: true - ajv-formats@3.0.1(ajv@8.17.1): + ajv-formats@3.0.1(ajv@8.18.0): optionalDependencies: - ajv: 8.17.1 + ajv: 8.18.0 - ajv-keywords@5.1.0(ajv@8.17.1): + ajv-keywords@5.1.0(ajv@8.18.0): dependencies: - ajv: 8.17.1 + ajv: 8.18.0 fast-deep-equal: 3.1.3 ajv@6.12.6: @@ -25979,6 +25929,13 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 + ajv@6.14.0: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + ajv@8.12.0: dependencies: fast-deep-equal: 3.1.3 @@ -25994,7 +25951,7 @@ snapshots: uri-js: 4.4.1 optional: true - ajv@8.17.1: + ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 fast-uri: 3.1.0 @@ -26081,7 +26038,7 @@ snapshots: astring@1.9.0: {} - astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): + astro@5.16.9(@types/node@25.0.7)(idb-keyval@6.2.1)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(rollup@4.57.1)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): dependencies: '@astrojs/compiler': 2.13.0 '@astrojs/internal-helpers': 0.7.5 @@ -26138,8 +26095,8 @@ snapshots: unist-util-visit: 5.0.0 unstorage: 1.17.3(idb-keyval@6.2.1) vfile: 6.0.3 - vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) - vitefu: 1.1.1(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) + vitefu: 1.1.1(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) xxhash-wasm: 1.1.0 yargs-parser: 21.1.1 yocto-spinner: 0.2.3 @@ -26201,14 +26158,6 @@ snapshots: axe-core@4.11.1: {} - axios@1.13.2: - dependencies: - follow-redirects: 1.15.11 - form-data: 4.0.5 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - axios@1.13.6: dependencies: follow-redirects: 1.15.11 @@ -26264,11 +26213,11 @@ snapshots: cosmiconfig: 7.1.0 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.16(@babel/core@7.29.0): + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.0): dependencies: '@babel/compat-data': 7.29.0 '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0) + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -26276,15 +26225,15 @@ snapshots: babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0) - core-js-compat: 3.48.0 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0) + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.7(@babel/core@7.29.0): + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0) + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0) transitivePeerDependencies: - supports-color @@ -26327,7 +26276,7 @@ snapshots: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.0) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.0) - babel-preset-expo@54.0.10(@babel/core@7.29.0)(@babel/runtime@7.28.6)(expo@54.0.18)(react-refresh@0.14.2): + babel-preset-expo@54.0.10(@babel/core@7.29.0)(@babel/runtime@7.29.2)(expo@54.0.18)(react-refresh@0.14.2): dependencies: '@babel/helper-module-imports': 7.28.6 '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) @@ -26353,8 +26302,8 @@ snapshots: react-refresh: 0.14.2 resolve-from: 5.0.0 optionalDependencies: - '@babel/runtime': 7.28.6 - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + '@babel/runtime': 7.29.2 + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - '@babel/core' - supports-color @@ -26375,7 +26324,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.9.19: {} + baseline-browser-mapping@2.10.8: {} bcp-47-match@2.0.3: {} @@ -26420,7 +26369,7 @@ snapshots: http-errors: 2.0.1 iconv-lite: 0.7.2 on-finished: 2.4.1 - qs: 6.14.1 + qs: 6.15.0 raw-body: 3.0.2 type-is: 2.0.1 transitivePeerDependencies: @@ -26487,8 +26436,8 @@ snapshots: browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.9.19 - caniuse-lite: 1.0.30001769 + baseline-browser-mapping: 2.10.8 + caniuse-lite: 1.0.30001780 electron-to-chromium: 1.5.286 node-releases: 2.0.27 update-browserslist-db: 1.2.3(browserslist@4.28.1) @@ -26576,8 +26525,7 @@ snapshots: caniuse-lite@1.0.30001769: {} - caniuse-lite@1.0.30001779: - optional: true + caniuse-lite@1.0.30001780: {} canvas-confetti@1.9.3: {} @@ -26953,7 +26901,7 @@ snapshots: dependencies: toggle-selection: 1.0.6 - core-js-compat@3.48.0: + core-js-compat@3.49.0: dependencies: browserslist: 4.28.1 @@ -26963,7 +26911,7 @@ snapshots: core-util-is@1.0.3: {} - cors@2.8.5: + cors@2.8.6: dependencies: object-assign: 4.1.1 vary: 1.1.2 @@ -27341,8 +27289,6 @@ snapshots: didyoumean@1.2.2: {} - diff-match-patch@1.0.5: {} - diff-sequences@26.6.2: {} diff-sequences@29.6.3: {} @@ -27491,13 +27437,14 @@ snapshots: electron-to-chromium@1.5.286: {} - elysia@1.4.12(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@21.0.0)(openapi-types@12.1.3)(typescript@5.9.3): + elysia@1.4.27(@sinclair/typebox@0.34.41)(exact-mirror@0.2.2(@sinclair/typebox@0.34.41))(file-type@21.0.0)(openapi-types@12.1.3)(typescript@5.9.3): dependencies: '@sinclair/typebox': 0.34.41 cookie: 1.1.1 exact-mirror: 0.2.2(@sinclair/typebox@0.34.41) fast-decode-uri-component: 1.0.1 file-type: 21.0.0 + memoirist: 0.4.0 openapi-types: 12.1.3 optionalDependencies: typescript: 5.9.3 @@ -27516,7 +27463,7 @@ snapshots: dependencies: once: 1.4.0 - enhanced-resolve@5.20.0: + enhanced-resolve@5.20.1: dependencies: graceful-fs: 4.2.11 tapable: 2.3.0 @@ -27954,7 +27901,7 @@ snapshots: expo-asset@12.0.12(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0): dependencies: '@expo/image-utils': 0.8.12 - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) expo-constants: 18.0.13(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)) react: 19.1.0 react-native: 0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0) @@ -27965,7 +27912,7 @@ snapshots: dependencies: '@expo/config': 10.0.11 '@expo/env': 0.4.2 - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) react-native: 0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0) transitivePeerDependencies: - supports-color @@ -27974,26 +27921,26 @@ snapshots: dependencies: '@expo/config': 12.0.13 '@expo/env': 2.0.11 - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) react-native: 0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0) transitivePeerDependencies: - supports-color expo-file-system@19.0.21(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)): dependencies: - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) react-native: 0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0) expo-font@14.0.11(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0): dependencies: - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) fontfaceobserver: 2.3.0 react: 19.1.0 react-native: 0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0) expo-keep-awake@15.0.8(expo@54.0.18)(react@19.1.0): dependencies: - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) react: 19.1.0 expo-linking@7.0.5(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0): @@ -28030,7 +27977,7 @@ snapshots: '@react-navigation/native': 7.1.18(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) '@react-navigation/native-stack': 7.3.28(@react-navigation/native@7.1.18(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native-screens@4.17.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) client-only: 0.0.1 - expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) + expo: 54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) expo-constants: 18.0.13(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)) expo-linking: 7.0.5(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) react-helmet-async: 1.3.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -28050,10 +27997,10 @@ snapshots: expo-server@1.0.5: {} - expo@54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0): + expo@54.0.18(@babel/core@7.29.0)(@expo/metro-runtime@4.0.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)))(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0): dependencies: - '@babel/runtime': 7.28.6 - '@expo/cli': 54.0.13(@modelcontextprotocol/sdk@1.25.3(hono@4.11.9)(zod@3.25.76))(expo-router@4.0.21)(expo@54.0.18)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)) + '@babel/runtime': 7.29.2 + '@expo/cli': 54.0.13(@modelcontextprotocol/sdk@1.26.0(zod@3.25.76))(expo-router@4.0.21)(expo@54.0.18)(graphql@16.12.0)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)) '@expo/config': 12.0.13 '@expo/config-plugins': 54.0.4 '@expo/devtools': 0.1.7(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) @@ -28062,7 +28009,7 @@ snapshots: '@expo/metro-config': 54.0.7(expo@54.0.18) '@expo/vector-icons': 15.1.1(expo-font@14.0.11(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) '@ungap/structured-clone': 1.3.0 - babel-preset-expo: 54.0.10(@babel/core@7.29.0)(@babel/runtime@7.28.6)(expo@54.0.18)(react-refresh@0.14.2) + babel-preset-expo: 54.0.10(@babel/core@7.29.0)(@babel/runtime@7.29.2)(expo@54.0.18)(react-refresh@0.14.2) expo-asset: 12.0.12(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) expo-constants: 18.0.13(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)) expo-file-system: 19.0.21(expo@54.0.18)(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0)) @@ -28088,9 +28035,10 @@ snapshots: exponential-backoff@3.1.3: {} - express-rate-limit@7.5.1(express@5.2.1): + express-rate-limit@8.3.1(express@5.2.1): dependencies: express: 5.2.1 + ip-address: 10.1.0 express@5.2.1: dependencies: @@ -28114,7 +28062,7 @@ snapshots: once: 1.4.0 parseurl: 1.3.3 proxy-addr: 2.0.7 - qs: 6.14.1 + qs: 6.15.0 range-parser: 1.2.1 router: 2.2.0 send: 1.2.1 @@ -28180,7 +28128,7 @@ snapshots: sharp: 0.33.5 xml2js: 0.6.2 - favigo@1.1.0(esbuild@0.27.3)(rollup@4.57.1)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3)): + favigo@1.1.0(esbuild@0.27.3)(rollup@4.57.1)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1))(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3)): dependencies: favicons: 7.2.0 sharp: 0.33.5 @@ -28188,8 +28136,8 @@ snapshots: optionalDependencies: esbuild: 0.27.3 rollup: 4.57.1 - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) - webpack: 5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) + webpack: 5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3) fb-dotslash@0.5.8: {} @@ -28361,7 +28309,7 @@ snapshots: '@tanstack/react-query': 5.87.1(react@19.1.0) expo-router: 4.0.21(expo-constants@18.0.13)(expo-linking@7.0.5)(expo@54.0.18)(react-dom@19.1.0(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native-screens@4.17.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) glob: 11.0.3 - hono: 4.11.9 + hono: 4.12.8 openai: 4.104.0(ws@8.19.0)(zod@3.25.76) openapi: 1.0.1 react: 19.1.0 @@ -28390,7 +28338,7 @@ snapshots: expo-router: 4.0.21(expo-constants@18.0.13)(expo-linking@7.0.5)(expo@54.0.18)(react-dom@19.1.0(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native-screens@4.17.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0) freestyle-sandboxes: 0.0.66(expo-constants@18.0.13)(expo-linking@7.0.5)(expo@54.0.18)(react-dom@19.1.0(react@19.1.0))(react-native-safe-area-context@5.6.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native-screens@4.17.1(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(react@19.1.0))(react-native@0.82.1(@babel/core@7.29.0)(@types/react@19.2.13)(react@19.1.0))(ws@8.19.0) glob: 11.0.3 - hono: 4.11.9 + hono: 4.12.8 openai: 4.104.0(ws@8.19.0)(zod@3.25.76) openapi: 1.0.1 react: 19.1.0 @@ -28869,7 +28817,9 @@ snapshots: dependencies: parse-passwd: 1.0.0 - hono@4.11.9: {} + hono@4.12.7: {} + + hono@4.12.8: {} hosted-git-info@7.0.2: dependencies: @@ -29001,6 +28951,8 @@ snapshots: dependencies: loose-envify: 1.4.0 + ip-address@10.1.0: {} + ipaddr.js@1.9.1: {} iron-webcrypto@1.2.1: {} @@ -29112,7 +29064,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -29223,7 +29175,7 @@ snapshots: jju@1.4.0: {} - jose@6.1.3: {} + jose@6.2.1: {} jotai-effect@2.1.0(jotai@2.14.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.13)(react@19.1.0)): dependencies: @@ -29275,12 +29227,6 @@ snapshots: json5@2.2.3: {} - jsondiffpatch@0.6.0: - dependencies: - '@types/diff-match-patch': 1.0.36 - chalk: 5.6.2 - diff-match-patch: 1.0.5 - jsonfile@4.0.0: optionalDependencies: graceful-fs: 4.2.11 @@ -29828,6 +29774,8 @@ snapshots: media-typer@1.1.0: {} + memoirist@0.4.0: {} + memoize-one@4.0.3: {} memoize-one@5.2.1: {} @@ -29987,12 +29935,12 @@ snapshots: metro-minify-terser@0.83.2: dependencies: flow-enums-runtime: 0.0.6 - terser: 5.46.0 + terser: 5.46.1 metro-minify-terser@0.83.5: dependencies: flow-enums-runtime: 0.0.6 - terser: 5.46.0 + terser: 5.46.1 metro-resolver@0.83.2: dependencies: @@ -30004,12 +29952,12 @@ snapshots: metro-runtime@0.83.2: dependencies: - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 flow-enums-runtime: 0.0.6 metro-runtime@0.83.5: dependencies: - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 flow-enums-runtime: 0.0.6 metro-source-map@0.83.2: @@ -30089,7 +30037,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.2 '@babel/types': 7.29.0 flow-enums-runtime: 0.0.6 metro: 0.83.2 @@ -30109,7 +30057,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.2 '@babel/types': 7.29.0 flow-enums-runtime: 0.0.6 metro: 0.83.5 @@ -30130,7 +30078,7 @@ snapshots: '@babel/code-frame': 7.29.0 '@babel/core': 7.29.0 '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.2 '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 '@babel/types': 7.29.0 @@ -30177,7 +30125,7 @@ snapshots: '@babel/code-frame': 7.29.0 '@babel/core': 7.29.0 '@babel/generator': 7.29.1 - '@babel/parser': 7.29.0 + '@babel/parser': 7.29.2 '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 '@babel/types': 7.29.0 @@ -30588,7 +30536,7 @@ snapshots: minizlib@3.1.0: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 mkdirp-classic@0.5.3: {} @@ -30774,7 +30722,7 @@ snapshots: dependencies: '@next/env': 15.5.9 '@swc/helpers': 0.5.15 - caniuse-lite: 1.0.30001779 + caniuse-lite: 1.0.30001780 postcss: 8.4.31 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) @@ -30798,25 +30746,25 @@ snapshots: - babel-plugin-macros optional: true - next@16.1.1(@opentelemetry/api@1.9.0)(@playwright/test@1.57.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2): + next@16.1.7(@opentelemetry/api@1.9.0)(@playwright/test@1.57.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(sass@1.93.2): dependencies: - '@next/env': 16.1.1 + '@next/env': 16.1.7 '@swc/helpers': 0.5.15 - baseline-browser-mapping: 2.9.19 - caniuse-lite: 1.0.30001769 + baseline-browser-mapping: 2.10.8 + caniuse-lite: 1.0.30001780 postcss: 8.4.31 react: 19.1.0 react-dom: 19.1.0(react@19.1.0) styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.1.0) optionalDependencies: - '@next/swc-darwin-arm64': 16.1.1 - '@next/swc-darwin-x64': 16.1.1 - '@next/swc-linux-arm64-gnu': 16.1.1 - '@next/swc-linux-arm64-musl': 16.1.1 - '@next/swc-linux-x64-gnu': 16.1.1 - '@next/swc-linux-x64-musl': 16.1.1 - '@next/swc-win32-arm64-msvc': 16.1.1 - '@next/swc-win32-x64-msvc': 16.1.1 + '@next/swc-darwin-arm64': 16.1.7 + '@next/swc-darwin-x64': 16.1.7 + '@next/swc-linux-arm64-gnu': 16.1.7 + '@next/swc-linux-arm64-musl': 16.1.7 + '@next/swc-linux-x64-gnu': 16.1.7 + '@next/swc-linux-x64-musl': 16.1.7 + '@next/swc-win32-arm64-msvc': 16.1.7 + '@next/swc-win32-x64-msvc': 16.1.7 '@opentelemetry/api': 1.9.0 '@playwright/test': 1.57.0 babel-plugin-react-compiler: 1.0.0 @@ -30835,7 +30783,7 @@ snapshots: lower-case: 2.0.2 tslib: 2.8.1 - node-abi@3.88.0: + node-abi@3.89.0: dependencies: semver: 7.7.4 optional: true @@ -31207,12 +31155,12 @@ snapshots: path-scurry@1.11.1: dependencies: lru-cache: 10.4.3 - minipass: 7.1.2 + minipass: 7.1.3 path-scurry@2.0.1: dependencies: lru-cache: 11.2.5 - minipass: 7.1.2 + minipass: 7.1.3 path-scurry@2.0.2: dependencies: @@ -31377,21 +31325,21 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.5.6 - postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@20.19.13)(typescript@5.9.3)): + postcss-load-config@3.1.4(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@20.19.13)(typescript@5.9.3)): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: postcss: 8.5.6 - ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@20.19.13)(typescript@5.9.3) + ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@20.19.13)(typescript@5.9.3) - postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@25.0.7)(typescript@5.9.3)): + postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@25.0.7)(typescript@5.9.3)): dependencies: lilconfig: 3.1.3 yaml: 2.8.2 optionalDependencies: postcss: 8.5.6 - ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@25.0.7)(typescript@5.9.3) + ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@25.0.7)(typescript@5.9.3) postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.6)(tsx@3.14.0)(yaml@2.8.2): dependencies: @@ -31497,7 +31445,7 @@ snapshots: minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 2.0.0 - node-abi: 3.88.0 + node-abi: 3.89.0 pump: 3.0.4 rc: 1.2.8 simple-get: 4.0.1 @@ -31609,7 +31557,7 @@ snapshots: dependencies: react: 19.1.0 - qs@6.14.1: + qs@6.15.0: dependencies: side-channel: 1.1.0 @@ -32329,16 +32277,16 @@ snapshots: sax@1.4.4: {} - sax@1.5.0: {} + sax@1.6.0: {} scheduler@0.26.0: {} schema-utils@4.3.3: dependencies: '@types/json-schema': 7.0.15 - ajv: 8.17.1 - ajv-formats: 2.1.1(ajv@8.17.1) - ajv-keywords: 5.1.0(ajv@8.17.1) + ajv: 8.18.0 + ajv-formats: 2.1.1(ajv@8.18.0) + ajv-keywords: 5.1.0(ajv@8.18.0) secure-json-parse@2.7.0: {} @@ -32941,32 +32889,24 @@ snapshots: minizlib: 3.1.0 yallist: 5.0.0 - tar@7.5.7: - dependencies: - '@isaacs/fs-minipass': 4.0.1 - chownr: 3.0.0 - minipass: 7.1.2 - minizlib: 3.1.0 - yallist: 5.0.0 - terminal-link@2.1.1: dependencies: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 - terser-webpack-plugin@5.4.0(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3)(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3)): + terser-webpack-plugin@5.4.0(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3)(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3) + terser: 5.46.1 + webpack: 5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3) optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) esbuild: 0.27.3 optional: true - terser@5.46.0: + terser@5.46.1: dependencies: '@jridgewell/source-map': 0.3.11 acorn: 8.16.0 @@ -32995,8 +32935,6 @@ snapshots: throat@5.0.0: {} - throttleit@2.1.0: {} - tiny-inflate@1.0.3: {} tiny-invariant@1.3.3: {} @@ -33076,7 +33014,7 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@20.19.13)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@20.19.13)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 @@ -33094,10 +33032,10 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) optional: true - ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@22.19.10)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@22.19.10)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 @@ -33115,9 +33053,9 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) - ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@25.0.7)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@25.0.7)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 @@ -33135,7 +33073,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) optional: true ts-pattern@5.8.0: {} @@ -33154,7 +33092,7 @@ snapshots: tsscmp@1.0.6: {} - tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@20.19.13))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): + tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@20.19.13))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.3) cac: 6.7.14 @@ -33175,7 +33113,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.53.2(@types/node@20.19.13) - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) postcss: 8.5.6 typescript: 5.9.3 transitivePeerDependencies: @@ -33184,7 +33122,7 @@ snapshots: - tsx - yaml - tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@3.14.0)(typescript@5.9.3)(yaml@2.8.2): + tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@3.14.0)(typescript@5.9.3)(yaml@2.8.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.3) cac: 6.7.14 @@ -33205,7 +33143,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.53.2(@types/node@22.19.10) - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) postcss: 8.5.6 typescript: 5.9.3 transitivePeerDependencies: @@ -33214,7 +33152,7 @@ snapshots: - tsx - yaml - tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): + tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@22.19.10))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.3) cac: 6.7.14 @@ -33235,7 +33173,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.53.2(@types/node@22.19.10) - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) postcss: 8.5.6 typescript: 5.9.3 transitivePeerDependencies: @@ -33244,7 +33182,7 @@ snapshots: - tsx - yaml - tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@24.7.1))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): + tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@24.7.1))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.3) cac: 6.7.14 @@ -33265,7 +33203,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.53.2(@types/node@24.7.1) - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) postcss: 8.5.6 typescript: 5.9.3 transitivePeerDependencies: @@ -33274,7 +33212,7 @@ snapshots: - tsx - yaml - tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.17))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): + tsup@8.5.1(@microsoft/api-extractor@7.53.2(@types/node@25.0.7))(@swc/core@1.15.11(@swc/helpers@0.5.19))(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.3) cac: 6.7.14 @@ -33295,7 +33233,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.53.2(@types/node@25.0.7) - '@swc/core': 1.15.11(@swc/helpers@0.5.17) + '@swc/core': 1.15.11(@swc/helpers@0.5.19) postcss: 8.5.6 typescript: 5.9.3 transitivePeerDependencies: @@ -33384,7 +33322,7 @@ snapshots: media-typer: 1.1.0 mime-types: 3.0.2 - typescript-plugin-css-modules@5.2.0(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@20.19.13)(typescript@5.9.3))(typescript@5.9.3): + typescript-plugin-css-modules@5.2.0(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@20.19.13)(typescript@5.9.3))(typescript@5.9.3): dependencies: '@types/postcss-modules-local-by-default': 4.0.2 '@types/postcss-modules-scope': 3.0.4 @@ -33393,7 +33331,7 @@ snapshots: less: 4.4.1 lodash.camelcase: 4.3.0 postcss: 8.5.6 - postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.17))(@types/node@20.19.13)(typescript@5.9.3)) + postcss-load-config: 3.1.4(postcss@8.5.6)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.19))(@types/node@20.19.13)(typescript@5.9.3)) postcss-modules-extract-imports: 3.1.0(postcss@8.5.6) postcss-modules-local-by-default: 4.2.0(postcss@8.5.6) postcss-modules-scope: 3.2.1(postcss@8.5.6) @@ -33414,10 +33352,10 @@ snapshots: typescript@5.9.3: {} - typesense@2.1.0(@babel/runtime@7.28.6): + typesense@2.1.0(@babel/runtime@7.29.2): dependencies: - '@babel/runtime': 7.28.6 - axios: 1.13.2 + '@babel/runtime': 7.29.2 + axios: 1.13.6 loglevel: 1.9.2 tslib: 2.8.1 transitivePeerDependencies: @@ -33557,13 +33495,13 @@ snapshots: unpipe@1.0.0: {} - unplugin-macros@0.18.3(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + unplugin-macros@0.18.3(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: ast-kit: 2.2.0 magic-string-ast: 1.0.3 unplugin: 2.3.10 - vite: 7.3.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) - vite-node: 5.2.0(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) + vite-node: 5.2.0(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - '@types/node' - jiti @@ -33754,13 +33692,13 @@ snapshots: - utf-8-validate - zod - vite-node@1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite-node@1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: cac: 6.7.14 debug: 4.4.3 pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - '@types/node' - less @@ -33772,13 +33710,13 @@ snapshots: - supports-color - terser - vite-node@2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite-node@2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 1.1.2 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - '@types/node' - less @@ -33790,13 +33728,13 @@ snapshots: - supports-color - terser - vite-node@3.2.4(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite-node@3.2.4(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - '@types/node' - less @@ -33808,13 +33746,13 @@ snapshots: - supports-color - terser - vite-node@3.2.4(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite-node@3.2.4(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - '@types/node' - less @@ -33826,13 +33764,13 @@ snapshots: - supports-color - terser - vite-node@3.2.4(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite-node@3.2.4(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - '@types/node' - less @@ -33844,13 +33782,13 @@ snapshots: - supports-color - terser - vite-node@5.2.0(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite-node@5.2.0(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: cac: 6.7.14 es-module-lexer: 1.7.0 obug: 2.0.0(ms@2.1.3) pathe: 2.0.3 - vite: 7.3.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - '@types/node' - jiti @@ -33865,13 +33803,13 @@ snapshots: - tsx - yaml - vite-node@5.2.0(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(ms@2.1.3)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite-node@5.2.0(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(ms@2.1.3)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: cac: 6.7.14 es-module-lexer: 1.7.0 obug: 2.0.0(ms@2.1.3) pathe: 2.0.3 - vite: 7.3.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - '@types/node' - jiti @@ -33886,7 +33824,7 @@ snapshots: - tsx - yaml - vite-plugin-dts@3.9.1(@types/node@20.19.13)(rollup@4.57.1)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)): + vite-plugin-dts@3.9.1(@types/node@20.19.13)(rollup@4.57.1)(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)): dependencies: '@microsoft/api-extractor': 7.43.0(@types/node@20.19.13) '@rollup/pluginutils': 5.3.0(rollup@4.57.1) @@ -33897,7 +33835,7 @@ snapshots: typescript: 5.9.3 vue-tsc: 1.8.27(typescript@5.9.3) optionalDependencies: - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - '@types/node' - rollup @@ -33907,55 +33845,55 @@ snapshots: dependencies: favicons: 7.2.0 - vite-plugin-srvx@1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)): + vite-plugin-srvx@1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)): dependencies: srvx: 0.10.0 - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) - vite-plugin-srvx@1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)): + vite-plugin-srvx@1.0.2(srvx@0.10.0)(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)): dependencies: srvx: 0.10.0 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) - vite-plugin-srvx@1.0.2(srvx@0.10.0)(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)): + vite-plugin-srvx@1.0.2(srvx@0.10.0)(vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)): dependencies: srvx: 0.10.0 - vite: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) - vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)): + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)): dependencies: debug: 4.4.3 globrex: 0.1.2 tsconfck: 3.1.6(typescript@5.9.3) optionalDependencies: - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) transitivePeerDependencies: - supports-color - typescript - vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)): + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)): dependencies: debug: 4.4.3 globrex: 0.1.2 tsconfck: 3.1.6(typescript@5.9.3) optionalDependencies: - vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - supports-color - typescript - vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)): + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)): dependencies: debug: 4.4.3 globrex: 0.1.2 tsconfck: 3.1.6(typescript@5.9.3) optionalDependencies: - vite: 7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) transitivePeerDependencies: - supports-color - typescript - vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: esbuild: 0.21.5 postcss: 8.5.6 @@ -33967,9 +33905,9 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 - vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: esbuild: 0.21.5 postcss: 8.5.6 @@ -33981,9 +33919,9 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 - vite@5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vite@5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: esbuild: 0.21.5 postcss: 8.5.6 @@ -33995,9 +33933,9 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 - vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) @@ -34013,11 +33951,11 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 tsx: 4.21.0 yaml: 2.8.2 - vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite@6.4.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) @@ -34033,11 +33971,11 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 tsx: 4.21.0 yaml: 2.8.2 - vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) @@ -34053,11 +33991,11 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 tsx: 4.21.0 yaml: 2.8.2 - vite@7.3.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite@7.3.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.3) @@ -34073,11 +34011,11 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 tsx: 4.21.0 yaml: 2.8.2 - vite@7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite@7.3.1(@types/node@22.19.10)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.3) @@ -34093,12 +34031,12 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 tsx: 4.21.0 yaml: 2.8.2 optional: true - vite@7.3.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vite@7.3.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.3) @@ -34114,15 +34052,15 @@ snapshots: lightningcss: 1.32.0 sass: 1.93.2 stylus: 0.62.0 - terser: 5.46.0 + terser: 5.46.1 tsx: 4.21.0 yaml: 2.8.2 - vitefu@1.1.1(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)): + vitefu@1.1.1(vite@6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)): optionalDependencies: - vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@25.0.7)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) - vitest@1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vitest@1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: '@vitest/expect': 1.6.1 '@vitest/runner': 1.6.1 @@ -34141,8 +34079,8 @@ snapshots: strip-literal: 2.1.1 tinybench: 2.9.0 tinypool: 0.8.4 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) - vite-node: 1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) + vite-node: 1.6.1(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.19.10 @@ -34156,10 +34094,10 @@ snapshots: - supports-color - terser - vitest@2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vitest@2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: '@vitest/expect': 2.1.9 - '@vitest/mocker': 2.1.9(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + '@vitest/mocker': 2.1.9(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) '@vitest/pretty-format': 2.1.9 '@vitest/runner': 2.1.9 '@vitest/snapshot': 2.1.9 @@ -34175,8 +34113,8 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.1.1 tinyrainbow: 1.2.0 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) - vite-node: 2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) + vite-node: 2.1.9(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.19.10 @@ -34191,11 +34129,11 @@ snapshots: - supports-color - terser - vitest@3.2.4(@types/debug@4.1.12)(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + '@vitest/mocker': 3.2.4(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -34213,8 +34151,8 @@ snapshots: tinyglobby: 0.2.15 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) - vite-node: 3.2.4(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) + vite-node: 3.2.4(@types/node@20.19.13)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 @@ -34230,11 +34168,11 @@ snapshots: - supports-color - terser - vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.19.10)(@vitest/ui@3.1.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + '@vitest/mocker': 3.2.4(msw@2.12.10(@types/node@22.19.10)(typescript@5.9.3))(vite@5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -34252,8 +34190,8 @@ snapshots: tinyglobby: 0.2.15 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) - vite-node: 3.2.4(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) + vite-node: 3.2.4(@types/node@22.19.10)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 @@ -34270,11 +34208,11 @@ snapshots: - supports-color - terser - vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1): dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(vite@5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)) + '@vitest/mocker': 3.2.4(msw@2.12.10(@types/node@24.7.1)(typescript@5.9.3))(vite@5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -34292,8 +34230,8 @@ snapshots: tinyglobby: 0.2.15 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) - vite-node: 3.2.4(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0) + vite: 5.4.21(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) + vite-node: 3.2.4(@types/node@24.7.1)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 @@ -34309,10 +34247,10 @@ snapshots: - supports-color - terser - vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2): + vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2): dependencies: '@vitest/expect': 4.0.18 - '@vitest/mocker': 4.0.18(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@vitest/mocker': 4.0.18(msw@2.12.10(@types/node@20.19.13)(typescript@5.9.3))(vite@6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2)) '@vitest/pretty-format': 4.0.18 '@vitest/runner': 4.0.18 '@vitest/snapshot': 4.0.18 @@ -34329,7 +34267,7 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) + vite: 6.4.1(@types/node@20.19.13)(jiti@1.21.7)(less@4.4.1)(lightningcss@1.32.0)(sass@1.93.2)(stylus@0.62.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.2) why-is-node-running: 2.3.0 optionalDependencies: '@opentelemetry/api': 1.9.0 @@ -34417,7 +34355,7 @@ snapshots: webpack-virtual-modules@0.6.2: {} - webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3): + webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -34429,7 +34367,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.0 + enhanced-resolve: 5.20.1 es-module-lexer: 1.7.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -34441,7 +34379,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.4.0(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3)(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.17))(esbuild@0.27.3)) + terser-webpack-plugin: 5.4.0(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3)(webpack@5.101.3(@swc/core@1.15.11(@swc/helpers@0.5.19))(esbuild@0.27.3)) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -34575,7 +34513,7 @@ snapshots: xml2js@0.6.0: dependencies: - sax: 1.5.0 + sax: 1.6.0 xmlbuilder: 11.0.1 xml2js@0.6.2: diff --git a/rivetkit-swift/examples/hello-world-cli/server/package.json b/rivetkit-swift/examples/hello-world-cli/server/package.json index 2790766154..87bf48e40c 100644 --- a/rivetkit-swift/examples/hello-world-cli/server/package.json +++ b/rivetkit-swift/examples/hello-world-cli/server/package.json @@ -6,7 +6,7 @@ "dev": "srvx server.ts" }, "dependencies": { - "@hono/node-server": "^1.19.9", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "rivetkit": "^2.0.42-rc.1" }, diff --git a/rivetkit-swift/examples/hello-world-swiftui/server/package.json b/rivetkit-swift/examples/hello-world-swiftui/server/package.json index 4f20a0c34d..792fd9db2d 100644 --- a/rivetkit-swift/examples/hello-world-swiftui/server/package.json +++ b/rivetkit-swift/examples/hello-world-swiftui/server/package.json @@ -6,7 +6,7 @@ "dev": "srvx server.ts" }, "dependencies": { - "@hono/node-server": "^1.19.9", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.3.0", "rivetkit": "^2.0.42-rc.1" }, diff --git a/rivetkit-typescript/packages/cloudflare-workers/package.json b/rivetkit-typescript/packages/cloudflare-workers/package.json index cd42b60af2..14b03fa86d 100644 --- a/rivetkit-typescript/packages/cloudflare-workers/package.json +++ b/rivetkit-typescript/packages/cloudflare-workers/package.json @@ -50,7 +50,7 @@ "dependencies": { "invariant": "^2.2.4", "zod": "^4.1.0", - "hono": "^4.7.0", + "hono": "^4.12.7", "rivetkit": "workspace:*" }, "stableVersion": "0.8.0" diff --git a/rivetkit-typescript/packages/mcp-hub/package.json b/rivetkit-typescript/packages/mcp-hub/package.json index 01d7d2b126..57373cf07c 100644 --- a/rivetkit-typescript/packages/mcp-hub/package.json +++ b/rivetkit-typescript/packages/mcp-hub/package.json @@ -29,7 +29,7 @@ "inspect": "npx @modelcontextprotocol/inspector http://localhost:7332/mcp" }, "dependencies": { - "@modelcontextprotocol/sdk": "^1.25.3", + "@modelcontextprotocol/sdk": "^1.26.0", "rivet-website": "workspace:*", "zod": "^3.25.76" }, diff --git a/rivetkit-typescript/packages/next-js/package.json b/rivetkit-typescript/packages/next-js/package.json index 214ef772d0..c809954d3a 100644 --- a/rivetkit-typescript/packages/next-js/package.json +++ b/rivetkit-typescript/packages/next-js/package.json @@ -53,7 +53,7 @@ }, "dependencies": { "@rivetkit/react": "workspace:*", - "hono": "^4.8.3", + "hono": "^4.12.7", "rivetkit": "workspace:^" }, "peerDependencies": { diff --git a/rivetkit-typescript/packages/rivetkit/package.json b/rivetkit-typescript/packages/rivetkit/package.json index f5f41614d8..0b7c6b2806 100644 --- a/rivetkit-typescript/packages/rivetkit/package.json +++ b/rivetkit-typescript/packages/rivetkit/package.json @@ -322,13 +322,13 @@ "@rivetkit/workflow-engine": "workspace:*", "cbor-x": "^1.6.0", "get-port": "^7.1.0", - "hono": "^4.7.0", + "hono": "^4.12.7", "invariant": "^2.2.4", "nanoevents": "^9.1.0", "p-retry": "^6.2.1", "pino": "^9.5.0", "sandbox-agent": "^0.4.0-rc.1", - "tar": "^7.5.0", + "tar": "^7.5.11", "uuid": "^12.0.0", "vbare": "^0.0.4", "zod": "^4.1.0" @@ -338,7 +338,7 @@ "@biomejs/biome": "^2.3", "@daytonaio/sdk": "^0.150.0", "@e2b/code-interpreter": "^2.3.3", - "@hono/node-server": "^1.18.2", + "@hono/node-server": "^1.19.10", "@hono/node-ws": "^1.1.1", "@standard-schema/spec": "^1.0.0", "@types/dockerode": "^3.3.39", diff --git a/website/package.json b/website/package.json index 29d7407998..218435e28c 100644 --- a/website/package.json +++ b/website/package.json @@ -93,7 +93,7 @@ "@rivetkit/react": "workspace:*", "@types/escape-html": "^1.0.4", "@types/lodash": "^4.17.21", - "axios": "^1.13.2", + "axios": "^1.13.5", "eslint": "9.39.1", "playwright": "^1.57.0", "prettier": "^3.6.2", diff --git a/website/scripts/typecheck-staging/package.json b/website/scripts/typecheck-staging/package.json index f70d95e130..f42b9543fd 100644 --- a/website/scripts/typecheck-staging/package.json +++ b/website/scripts/typecheck-staging/package.json @@ -7,11 +7,11 @@ "@rivetkit/react": "workspace:*", "@rivetkit/cloudflare-workers": "workspace:*", "@ai-sdk/openai": "^3.0.30", - "ai": "^6.0.92", - "hono": "^4.7.0", + "ai": "^5.0.52", + "hono": "^4.12.7", "zod": "^4.1.0", - "elysia": "^1.2.25", - "@hono/node-server": "^1.14.1", + "elysia": "^1.4.27", + "@hono/node-server": "^1.19.10", "pg": "^8.14.1", "vitest": "^3.0.9", "pino": "^9.7.0"