From 5e9438057faa8d2badf7ccb18c8c7a0557835c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:32:42 +0000 Subject: [PATCH] chore(deps): bump hono from 4.11.4 to 4.11.7 in /rest/nodejs Bumps [hono](https://github.com/honojs/hono) from 4.11.4 to 4.11.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.4...v4.11.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rest/nodejs/package-lock.json | 8 ++++---- rest/nodejs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rest/nodejs/package-lock.json b/rest/nodejs/package-lock.json index 04b3d61..62b69ab 100644 --- a/rest/nodejs/package-lock.json +++ b/rest/nodejs/package-lock.json @@ -9,7 +9,7 @@ "@hono/node-server": "^1.19.6", "@hono/zod-validator": "^0.7.6", "better-sqlite3": "^9.4.3", - "hono": "^4.11.4", + "hono": "^4.11.7", "pino": "^10.1.0", "pino-http": "^11.0.0", "pino-http-print": "^4.0.0", @@ -1383,9 +1383,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", - "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", + "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/rest/nodejs/package.json b/rest/nodejs/package.json index 0576869..633e15f 100644 --- a/rest/nodejs/package.json +++ b/rest/nodejs/package.json @@ -11,7 +11,7 @@ "@hono/node-server": "^1.19.6", "@hono/zod-validator": "^0.7.6", "better-sqlite3": "^9.4.3", - "hono": "^4.11.4", + "hono": "^4.11.7", "pino": "^10.1.0", "pino-http": "^11.0.0", "pino-http-print": "^4.0.0",