diff --git a/benchmarks/package-lock.json b/benchmarks/package-lock.json index 1106ca7..4714efb 100644 --- a/benchmarks/package-lock.json +++ b/benchmarks/package-lock.json @@ -16,7 +16,7 @@ "@vendia/serverless-express": "^4.12.6", "express": "^4.21.2", "fastify": "^5.8.5", - "hono": "^4.12.27", + "hono": "^4.12.34", "mitata": "^1.0.34" }, "engines": { @@ -819,9 +819,9 @@ } }, "node_modules/hono": { - "version": "4.12.27", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz", - "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==", + "version": "4.12.34", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz", + "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/benchmarks/package.json b/benchmarks/package.json index 7b399ff..ff9a947 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -21,7 +21,7 @@ "@vendia/serverless-express": "^4.12.6", "express": "^4.21.2", "fastify": "^5.8.5", - "hono": "^4.12.27", + "hono": "^4.12.34", "mitata": "^1.0.34" } }