diff --git a/package-lock.json b/package-lock.json index 6493957..93adb11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "dependencies": { "@cloudflare/workers-types": "^4.20250906.0", - "hono": "^4.9.6" + "hono": "^4.11.7" }, "devDependencies": { "@tailwindcss/cli": "^4.1.11", @@ -2499,9 +2499,9 @@ } }, "node_modules/hono": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.6.tgz", - "integrity": "sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==", + "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/package.json b/package.json index cefe3f3..15491ef 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@cloudflare/workers-types": "^4.20250906.0", - "hono": "^4.9.6" + "hono": "^4.11.7" }, "devDependencies": { "@tailwindcss/cli": "^4.1.11",