From 734ffdf8afc45442b4f761dcea3d0dd47a5164db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:17:27 +0000 Subject: [PATCH] chore(deps): bump hono from 4.8.5 to 4.12.7 Bumps [hono](https://github.com/honojs/hono) from 4.8.5 to 4.12.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.5...v4.12.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.7 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..3228026 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.7", "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.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.7.tgz", + "integrity": "sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==", + "license": "MIT", "engines": { "node": ">=16.9.0" } diff --git a/package.json b/package.json index 7102a63..68c61e1 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.7", "mathjs": "^13.0.0", "mime-types": "^2.1.35" },