From c202847a1aba4d1ebaf56ab37b1fdf3a08e8c998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:16:41 +0000 Subject: [PATCH] chore(deps): Bump hono from 4.11.3 to 4.11.4 Bumps [hono](https://github.com/honojs/hono) from 4.11.3 to 4.11.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.3...v4.11.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8df45c3..9da6d80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "abm-tg-git-updater", "dependencies": { - "hono": "^4.11.3" + "hono": "^4.11.4" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260111.0", @@ -1244,9 +1244,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.11.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.3.tgz", - "integrity": "sha512-PmQi306+M/ct/m5s66Hrg+adPnkD5jiO6IjA7WhWw0gSBSo1EcRegwuI1deZ+wd5pzCGynCcn2DprnE4/yEV4w==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", + "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index bf894e6..65bc6ac 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "cf-typegen": "wrangler types --env-interface CloudflareBindings" }, "dependencies": { - "hono": "^4.11.3" + "hono": "^4.11.4" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260111.0",