diff --git a/bridge/worker/package.json b/bridge/worker/package.json index 0faece5fb..2a0b74e55 100644 --- a/bridge/worker/package.json +++ b/bridge/worker/package.json @@ -20,7 +20,7 @@ "@cloudflare/vitest-pool-workers": "^0.16.17", "@cloudflare/workers-types": "^4.20251126.0", "@types/node": "^24.10.1", - "hono": "^4.12.31", + "hono": "^4.13.0", "typescript": "^5.9.3", "vitest": "^4.1.8", "wrangler": "^4.102.0" diff --git a/examples/git-repo-per-sandbox/package.json b/examples/git-repo-per-sandbox/package.json index b8e95162b..c5e3af7e6 100644 --- a/examples/git-repo-per-sandbox/package.json +++ b/examples/git-repo-per-sandbox/package.json @@ -12,7 +12,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "hono": "^4.12.31" + "hono": "^4.13.0" }, "devDependencies": { "@cloudflare/sandbox": "*", diff --git a/examples/s3-mount/package.json b/examples/s3-mount/package.json index 8e1eab8ab..f17b407f4 100644 --- a/examples/s3-mount/package.json +++ b/examples/s3-mount/package.json @@ -16,7 +16,7 @@ "@cloudflare/sandbox": "*", "@types/node": "^24.10.1", "aws4fetch": "^1.0.20", - "hono": "^4.12.31", + "hono": "^4.13.0", "typescript": "^5.9.3", "wrangler": "^4.102.0" }, diff --git a/package-lock.json b/package-lock.json index d84a52c32..0bcd48dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@cloudflare/vitest-pool-workers": "^0.16.17", "@cloudflare/workers-types": "^4.20251126.0", "@types/node": "^24.10.1", - "hono": "^4.12.31", + "hono": "^4.13.0", "typescript": "^5.9.3", "vitest": "^4.1.8", "wrangler": "^4.102.0" @@ -216,7 +216,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "hono": "^4.12.31" + "hono": "^4.13.0" }, "devDependencies": { "@cloudflare/sandbox": "*", @@ -294,7 +294,7 @@ "@cloudflare/sandbox": "*", "@types/node": "^24.10.1", "aws4fetch": "^1.0.20", - "hono": "^4.12.31", + "hono": "^4.13.0", "typescript": "^5.9.3", "wrangler": "^4.102.0" } @@ -7958,9 +7958,9 @@ } }, "node_modules/hono": { - "version": "4.12.31", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.31.tgz", - "integrity": "sha512-zJIHFrl6bq3RDd2YusFNCDlM8qUprxKswyi/OPzPyzKDdyBXDqWx8bZlZ7R+saTdSTatUmb3O7K4SspGPaEOQg==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.0.tgz", + "integrity": "sha512-jhunvfHWxd7J5EFfSgH4xsYJzSe/lfqbUCxiyyeaQasUsXeEHXtzVid+7EOGByc5JnFa23SSFL3Y2RV/z1T+eQ==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -13144,7 +13144,7 @@ "@cloudflare/containers": "^0.3.5", "aws4fetch": "^1.0.20", "capnweb": "^0.8.0", - "hono": "^4.12.31" + "hono": "^4.13.0" }, "devDependencies": { "@openai/agents": "^0.3.3", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 9acdce401..9f564f9fc 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -11,7 +11,7 @@ "@cloudflare/containers": "^0.3.5", "aws4fetch": "^1.0.20", "capnweb": "^0.8.0", - "hono": "^4.12.31" + "hono": "^4.13.0" }, "devDependencies": { "@openai/agents": "^0.3.3",