From 7b78de37638ab04193ad4ac66d12fccd663894d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:51:24 +0000 Subject: [PATCH] build(deps): bump hono from 4.12.9 to 4.12.12 in /trakt-proxy Bumps [hono](https://github.com/honojs/hono) from 4.12.9 to 4.12.12. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.9...v4.12.12) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trakt-proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trakt-proxy/package.json b/trakt-proxy/package.json index d669467..703cfd6 100644 --- a/trakt-proxy/package.json +++ b/trakt-proxy/package.json @@ -8,7 +8,7 @@ "dependencies": { "@hono-rate-limiter/cloudflare": "^0.2.2", "hono-rate-limiter": "^0.5.3", - "hono": "4.12.9" + "hono": "4.12.12" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260317.1",