From d2430aa689b5368fb5b4b1325cf6949badd81d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:24:17 +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.10. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.8...v4.11.10) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.10 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..d9774655af 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.10" }, "devDependencies": { "@cloudflare/workers-types": "4.20241011.0",