From 2873f82bdab17796a719ac4d814236cb019398ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:06:24 +0000 Subject: [PATCH] build(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.12.0 to 4.12.2 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.0...v4.12.2) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.2 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 bb0dd34..546f217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "diff": "^8.0.2", "embla-carousel-react": "^8.3.0", "fflate": "^0.8.2", - "hono": "^4.11.10", + "hono": "^4.12.2", "input-otp": "^1.2.4", "js-yaml": "^4.1.0", "jsonlint-mod": "^1.7.6", @@ -7662,9 +7662,9 @@ } }, "node_modules/hono": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.0.tgz", - "integrity": "sha512-NekXntS5M94pUfiVZ8oXXK/kkri+5WpX2/Ik+LVsl+uvw+soj4roXIsPqO+XsWrAw20mOzaXOZf3Q7PfB9A/IA==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.2.tgz", + "integrity": "sha512-gJnaDHXKDayjt8ue0n8Gs0A007yKXj4Xzb8+cNjZeYsSzzwKc0Lr+OZgYwVfB0pHfUs17EPoLvrOsEaJ9mj+Tg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index d1acc3f..ea4c2de 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "diff": "^8.0.2", "embla-carousel-react": "^8.3.0", "fflate": "^0.8.2", - "hono": "^4.11.10", + "hono": "^4.12.2", "input-otp": "^1.2.4", "ajv": "^8.18.0", "ajv-formats": "^3.0.1",