From 2367a5bc379d7453e888e13b35161bf80c0cd21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 01:55:03 +0000 Subject: [PATCH] chore(deps): bump hono from 4.11.6 to 4.12.14 Bumps [hono](https://github.com/honojs/hono) from 4.11.6 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.6...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5fa482..08e9efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hono/standard-validator": "^0.2.2", "digest-fetch": "^3.1.1", "dotenv": "^17.2.3", - "hono": "^4.10.7", + "hono": "^4.12.14", "hono-openapi": "^1.2.0", "lodash": "^4.17.23", "pretty-js-log": "^1.2.0", @@ -467,7 +467,6 @@ "resolved": "https://registry.npmjs.org/@hono/standard-validator/-/standard-validator-0.2.2.tgz", "integrity": "sha512-mJ7W84Bt/rSvoIl63Ynew+UZOHAzzRAoAXb3JaWuxAkM/Lzg+ZHTCUiz77KOtn2e623WNN8LkD57Dk0szqUrIw==", "license": "MIT", - "peer": true, "peerDependencies": { "@standard-schema/spec": "^1.0.0", "hono": ">=3.9.0" @@ -875,11 +874,10 @@ } }, "node_modules/hono": { - "version": "4.11.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.6.tgz", - "integrity": "sha512-ofIiiHyl34SV6AuhE3YT2mhO5HRWokce+eUYE82TsP6z0/H3JeJcjVWEMSIAiw2QkjDOEpES/lYsg8eEbsLtdw==", + "version": "4.12.14", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz", + "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==", "license": "MIT", - "peer": true, "engines": { "node": ">=16.9.0" } @@ -1411,7 +1409,6 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", "license": "MIT", - "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index a031010..c254893 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@hono/standard-validator": "^0.2.2", "digest-fetch": "^3.1.1", "dotenv": "^17.2.3", - "hono": "^4.10.7", + "hono": "^4.12.14", "hono-openapi": "^1.2.0", "lodash": "^4.17.23", "pretty-js-log": "^1.2.0",