From 8149c4aca5acc82b0eee26b4e2f6cad8d23e437f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:55:20 +0000 Subject: [PATCH] chore(deps): bump hono from 4.8.5 to 4.12.0 Bumps [hono](https://github.com/honojs/hono) from 4.8.5 to 4.12.0. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.5...v4.12.0) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1c2f6a..c1a55f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@solana/spl-token-registry": "^0.2.4574", "@solana/web3.js": "^1.91.8", "dotenv": "^16.4.5", - "hono": "^4.6.12", + "hono": "^4.12.0", "mathjs": "^13.0.0", "mime-types": "^2.1.35" }, @@ -1017,9 +1017,10 @@ } }, "node_modules/hono": { - "version": "4.8.5", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.8.5.tgz", - "integrity": "sha512-Up2cQbtNz1s111qpnnECdTGqSIUIhZJMLikdKkshebQSEBcoUKq6XJayLGqSZWidiH0zfHRCJqFu062Mz5UuRA==", + "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==", + "license": "MIT", "engines": { "node": ">=16.9.0" } diff --git a/package.json b/package.json index 7102a63..e6b8c6e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@solana/spl-token-registry": "^0.2.4574", "@solana/web3.js": "^1.91.8", "dotenv": "^16.4.5", - "hono": "^4.6.12", + "hono": "^4.12.0", "mathjs": "^13.0.0", "mime-types": "^2.1.35" },