From 4222c7a9a67578d024abcde4c02bd5b912bdd379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:47:54 +0000 Subject: [PATCH] chore(deps): bump hono from 4.11.9 to 4.12.12 Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.12. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.9...v4.12.12) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 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..364c0ce 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.12", "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.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 8dbfd14..918c8b3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "cli-spinners": "^3.4.0", "ctrf": "^0.0.17", "dotenv": "^17.2.3", - "hono": "^4.11.8", + "hono": "^4.12.12", "htm": "^3.1.1", "log-update": "^7.0.2", "nunjucks": "^3.2.4",