diff --git a/package-lock.json b/package-lock.json index 482159a..7b7bc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "abm-tg-git-updater", "dependencies": { - "hono": "^4.11.6" + "hono": "^4.11.7" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260124.0", @@ -1263,9 +1263,9 @@ } }, "node_modules/hono": { - "version": "4.11.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.6.tgz", - "integrity": "sha512-ofIiiHyl34SV6AuhE3YT2mhO5HRWokce+eUYE82TsP6z0/H3JeJcjVWEMSIAiw2QkjDOEpES/lYsg8eEbsLtdw==", + "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 5dc39a7..13bc0c9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "cf-typegen": "wrangler types --env-interface CloudflareBindings" }, "dependencies": { - "hono": "^4.11.6" + "hono": "^4.11.7" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260124.0",