From 81f45b6275da861eb40a567af6274f80a5e57565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:41:28 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.34 to 4.13.5 Bumps [hono](https://github.com/honojs/hono) from 4.12.34 to 4.13.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.34...v4.13.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 22 +++++++++++----------- services/discordbot/package.json | 2 +- services/githubbot/package.json | 2 +- services/linearbot/package.json | 2 +- services/slackbotv2/package.json | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c89bc14106..6d59f3b8c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -92,8 +92,8 @@ importers: specifier: ^14.25.1 version: 14.26.4 hono: - specifier: ^4.12.34 - version: 4.12.34 + specifier: ^4.13.5 + version: 4.13.5 pg: specifier: ^8.21.0 version: 8.21.0 @@ -141,8 +141,8 @@ importers: specifier: ^4.31.0 version: 4.31.0(zod@4.4.3) hono: - specifier: ^4.12.34 - version: 4.12.34 + specifier: ^4.13.5 + version: 4.13.5 pg: specifier: ^8.21.0 version: 8.21.0 @@ -187,8 +187,8 @@ importers: specifier: ^4.31.0 version: 4.31.0(zod@4.4.3) hono: - specifier: ^4.12.34 - version: 4.12.34 + specifier: ^4.13.5 + version: 4.13.5 pg: specifier: ^8.21.0 version: 8.21.0 @@ -230,8 +230,8 @@ importers: specifier: 4.40.0 version: 4.40.0(zod@4.4.3) hono: - specifier: ^4.12.34 - version: 4.12.34 + specifier: ^4.13.5 + version: 4.13.5 pg: specifier: ^8.21.0 version: 8.21.0 @@ -1207,8 +1207,8 @@ packages: resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} - hono@4.12.34: - resolution: {integrity: sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==} + hono@4.13.5: + resolution: {integrity: sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==} engines: {node: '>=16.9.0'} http-errors@2.0.1: @@ -3049,7 +3049,7 @@ snapshots: dependencies: function-bind: 1.1.2 - hono@4.12.34: {} + hono@4.13.5: {} http-errors@2.0.1: dependencies: diff --git a/services/discordbot/package.json b/services/discordbot/package.json index ac666d77b0..561268af79 100644 --- a/services/discordbot/package.json +++ b/services/discordbot/package.json @@ -16,7 +16,7 @@ "@chat-adapter/state-pg": "^4.31.0", "chat": "^4.31.0", "discord.js": "^14.25.1", - "hono": "^4.12.34", + "hono": "^4.13.5", "pg": "^8.21.0" }, "devDependencies": { diff --git a/services/githubbot/package.json b/services/githubbot/package.json index 9c08b47c48..3b6b9122f0 100644 --- a/services/githubbot/package.json +++ b/services/githubbot/package.json @@ -17,7 +17,7 @@ "@octokit/auth-app": "^7.1.5", "@octokit/rest": "^21.1.1", "chat": "^4.31.0", - "hono": "^4.12.34", + "hono": "^4.13.5", "pg": "^8.21.0" }, "devDependencies": { diff --git a/services/linearbot/package.json b/services/linearbot/package.json index 42500fdaa0..a5a3234c66 100644 --- a/services/linearbot/package.json +++ b/services/linearbot/package.json @@ -16,7 +16,7 @@ "@chat-adapter/state-pg": "^4.31.0", "@linear/sdk": "^76.0.0", "chat": "^4.31.0", - "hono": "^4.12.34", + "hono": "^4.13.5", "pg": "^8.21.0" }, "devDependencies": { diff --git a/services/slackbotv2/package.json b/services/slackbotv2/package.json index 23b8adf168..2e7803d634 100644 --- a/services/slackbotv2/package.json +++ b/services/slackbotv2/package.json @@ -15,7 +15,7 @@ "@chat-adapter/slack": "4.40.0", "@chat-adapter/state-pg": "4.40.0", "chat": "4.40.0", - "hono": "^4.12.34", + "hono": "^4.13.5", "pg": "^8.21.0" }, "devDependencies": {