From 875f2c4edeb1d9c788587fdb74635e9c97493731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:15:58 +0000 Subject: [PATCH] chore(deps): bump hono in /services/id-allocation-service Bumps [hono](https://github.com/honojs/hono) from 4.9.8 to 4.11.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.8...v4.11.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/id-allocation-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/id-allocation-service/package.json b/services/id-allocation-service/package.json index 8a64aef19e..82993e2456 100644 --- a/services/id-allocation-service/package.json +++ b/services/id-allocation-service/package.json @@ -6,7 +6,7 @@ "deploy": "wrangler deploy --minify src/index.ts" }, "dependencies": { - "hono": "4.9.8" + "hono": "4.11.7" }, "devDependencies": { "@cloudflare/workers-types": "4.20241011.0",