From 78f5e962a4b2edbf6cf538ffe7accbbbb2201c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:54:33 +0000 Subject: [PATCH] chore(deps): bump hono from 4.11.9 to 4.12.5 Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.9...v4.12.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.5 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 e9a2c56..13b61ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cli-spinners": "^3.4.0", "ctrf": "^0.0.17", "dotenv": "^17.2.3", - "hono": "^4.11.8", + "hono": "^4.12.5", "htm": "^3.1.1", "log-update": "^7.0.2", "nunjucks": "^3.2.4", @@ -1294,9 +1294,9 @@ } }, "node_modules/hono": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz", - "integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==", + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.5.tgz", + "integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 976ac79..c4e03ca 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cli-spinners": "^3.4.0", "ctrf": "^0.0.17", "dotenv": "^17.2.3", - "hono": "^4.11.8", + "hono": "^4.12.5", "htm": "^3.1.1", "log-update": "^7.0.2", "nunjucks": "^3.2.4",