diff --git a/with-hono-cloudflare-workers/package-lock.json b/with-hono-cloudflare-workers/package-lock.json index a192388..6937490 100644 --- a/with-hono-cloudflare-workers/package-lock.json +++ b/with-hono-cloudflare-workers/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@polar-sh/hono": "^0.4.0", "@polar-sh/sdk": "^0.41.5", - "hono": "^4.10.6", + "hono": "^4.11.4", "zod": "^4.1.12" }, "devDependencies": { @@ -1298,9 +1298,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.10.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.6.tgz", - "integrity": "sha512-BIdolzGpDO9MQ4nu3AUuDwHZZ+KViNm+EZ75Ae55eMXMqLVhDFqEMXxtUe9Qh8hjL+pIna/frs2j6Y2yD5Ua/g==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", + "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/with-hono-cloudflare-workers/package.json b/with-hono-cloudflare-workers/package.json index a0ac8d5..0851613 100644 --- a/with-hono-cloudflare-workers/package.json +++ b/with-hono-cloudflare-workers/package.json @@ -9,7 +9,7 @@ "dependencies": { "@polar-sh/hono": "^0.4.0", "@polar-sh/sdk": "^0.41.5", - "hono": "^4.10.6", + "hono": "^4.11.4", "zod": "^4.1.12" }, "devDependencies": {