From 4f629c52b42414dda9ef8628ee4df4ea5f3ff682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:29:58 +0000 Subject: [PATCH] chore(deps): bump hono from 4.8.5 to 4.10.3 Bumps [hono](https://github.com/honojs/hono) from 4.8.5 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.5...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 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..1e1828e 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.10.3", "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.10.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.3.tgz", + "integrity": "sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA==", + "license": "MIT", "engines": { "node": ">=16.9.0" } diff --git a/package.json b/package.json index 7102a63..135655b 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.10.3", "mathjs": "^13.0.0", "mime-types": "^2.1.35" },