From 5c014070321260dd2bf49afaa2eea089e52cb478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:37:42 +0000 Subject: [PATCH] chore(deps): bump hono from 4.8.5 to 4.9.6 Bumps [hono](https://github.com/honojs/hono) from 4.8.5 to 4.9.6. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.5...v4.9.6) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.6 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..30f92f0 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.9.6", "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.9.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.6.tgz", + "integrity": "sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==", + "license": "MIT", "engines": { "node": ">=16.9.0" } diff --git a/package.json b/package.json index 7102a63..f15df47 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.9.6", "mathjs": "^13.0.0", "mime-types": "^2.1.35" },