From 5211e2931b6fcb5cedd6c8daf8d23a5bf6d45857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:37:48 +0000 Subject: [PATCH] chore(deps): Bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.9.4 to 4.9.6 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.4...v4.9.6) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.6 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 16ad295..add4133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "abm-tg-git-updater", "dependencies": { - "hono": "^4.9.4" + "hono": "^4.9.6" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250823.0", @@ -1236,9 +1236,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.9.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.4.tgz", - "integrity": "sha512-61hl6MF6ojTl/8QSRu5ran6GXt+6zsngIUN95KzF5v5UjiX/xnrLR358BNRawwIRO49JwUqJqQe3Rb2v559R8Q==", + "version": "4.9.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.6.tgz", + "integrity": "sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index a465bc1..490c14e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "cf-typegen": "wrangler types --env-interface CloudflareBindings" }, "dependencies": { - "hono": "^4.9.4" + "hono": "^4.9.6" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250823.0",