diff --git a/cloudflare_worker_api_proxy/package-lock.json b/cloudflare_worker_api_proxy/package-lock.json index 1356280..ad437b8 100644 --- a/cloudflare_worker_api_proxy/package-lock.json +++ b/cloudflare_worker_api_proxy/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "chanfana": "^2.6.3", - "hono": "^4.11.7", + "hono": "^4.12.25", "zod": "^3.24.1" }, "devDependencies": { @@ -1285,9 +1285,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.11.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", - "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", + "version": "4.12.25", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", + "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/cloudflare_worker_api_proxy/package.json b/cloudflare_worker_api_proxy/package.json index 528c095..ed0ffe5 100644 --- a/cloudflare_worker_api_proxy/package.json +++ b/cloudflare_worker_api_proxy/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "chanfana": "^2.6.3", - "hono": "^4.11.7", + "hono": "^4.12.25", "zod": "^3.24.1" }, "devDependencies": {