diff --git a/with-hono-cloudflare-workers/package-lock.json b/with-hono-cloudflare-workers/package-lock.json index a192388..9891a4a 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.7", "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.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", + "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", "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..f86960f 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.7", "zod": "^4.1.12" }, "devDependencies": {