From 5c2ebfe1f7b6883816ac76b05821359824f3201f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:21:48 +0000 Subject: [PATCH] Bump hono from 4.11.3 to 4.11.7 in /x402-skale Bumps [hono](https://github.com/honojs/hono) from 4.11.3 to 4.11.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.3...v4.11.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- x402-skale/package-lock.json | 6 ++++-- x402-skale/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/x402-skale/package-lock.json b/x402-skale/package-lock.json index 52fa6ce..41edcc5 100644 --- a/x402-skale/package-lock.json +++ b/x402-skale/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@hono/node-server": "^1.13.7", "dotenv": "^16.4.7", - "hono": "^4.6.14", + "hono": "^4.11.7", "jose": "^5.9.6", "pg": "^8.11.3", "tsx": "^4.19.2", @@ -1578,7 +1578,9 @@ } }, "node_modules/hono": { - "version": "4.11.3", + "version": "4.11.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.7.tgz", + "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/x402-skale/package.json b/x402-skale/package.json index 71cb861..77759dc 100644 --- a/x402-skale/package.json +++ b/x402-skale/package.json @@ -19,7 +19,7 @@ "dependencies": { "@hono/node-server": "^1.13.7", "dotenv": "^16.4.7", - "hono": "^4.6.14", + "hono": "^4.11.7", "jose": "^5.9.6", "pg": "^8.11.3", "tsx": "^4.19.2",