From 6a55d0a170239540dc2e26964ac6575fccfc50bd Mon Sep 17 00:00:00 2001 From: Koosha Paridehpour <42529354+KooshaPari@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:02:37 -0700 Subject: [PATCH] chore(deps): bump hono from ^4.12.34 to ^4.13.7 (#13148) (#13301) Raises the `hono` override from `^4.12.34` to `^4.13.7` (Dependabot #13148). Checked with all three pins combined (#13300, #13301, #13302): `npm install --package-lock-only` leaves `package-lock.json` unchanged. The lock already resolves joi 18.2.8, csv-parse 7.0.2 and hono 4.13.7, so the overrides pin those versions against future lock regenerations without changing the installed tree. Validated in one consolidated batch of this series (37 PRs boarded together on `release/v3.8.51`): `typecheck:core`, `check:open-sse-typecheck` and `check:dashboard-typecheck` clean; ESLint clean on every changed file; file-size, complexity, cognitive-complexity, changelog-integrity, docs-counts, docs-sync and migration-numbering gates green (only the pre-existing `open-sse/utils/stream.ts` file-size red remains, inherited from the base); 3,743 focused `node:test` cases plus 34 vitest cases green. Thanks @KooshaPari! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b59b4e5577..f899845e89 100644 --- a/package.json +++ b/package.json @@ -483,7 +483,7 @@ "vite": "^8.0.16", "protobufjs": "^7.6.5", "@babel/core": "^7.29.6", - "hono": "^4.12.34", + "hono": "^4.13.7", "@hono/node-server": "^2.0.5", "fast-uri": "^3.1.7", "body-parser": "^2.3.0",