From 2599a77ef91ca40ffb80351a8a089ff28b197ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:44:31 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.26 to 4.12.31 Bumps [hono](https://github.com/honojs/hono) from 4.12.26 to 4.12.31. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.26...v4.12.31) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/github-bot/package.json | 2 +- packages/linear-bot/package.json | 2 +- packages/slack-bot/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2010729f..46d4d22ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9343,9 +9343,9 @@ } }, "node_modules/hono": { - "version": "4.12.26", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", - "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", + "version": "4.12.31", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.31.tgz", + "integrity": "sha512-zJIHFrl6bq3RDd2YusFNCDlM8qUprxKswyi/OPzPyzKDdyBXDqWx8bZlZ7R+saTdSTatUmb3O7K4SspGPaEOQg==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -15971,7 +15971,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.26", + "hono": "^4.12.31", "zod": "^4.4.3" }, "devDependencies": { @@ -15987,7 +15987,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.26" + "hono": "^4.12.31" }, "devDependencies": { "@vitest/coverage-v8": "^4.1.0", @@ -16026,7 +16026,7 @@ "@anthropic-ai/sdk": "^0.39.0", "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.26", + "hono": "^4.12.31", "zod": "^4.4.3" }, "devDependencies": { diff --git a/packages/github-bot/package.json b/packages/github-bot/package.json index deac9117b..ad376ca9b 100644 --- a/packages/github-bot/package.json +++ b/packages/github-bot/package.json @@ -14,7 +14,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.26", + "hono": "^4.12.31", "zod": "^4.4.3" }, "devDependencies": { diff --git a/packages/linear-bot/package.json b/packages/linear-bot/package.json index 5ac923600..f83fb461a 100644 --- a/packages/linear-bot/package.json +++ b/packages/linear-bot/package.json @@ -15,7 +15,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.26" + "hono": "^4.12.31" }, "devDependencies": { "@vitest/coverage-v8": "^4.1.0", diff --git a/packages/slack-bot/package.json b/packages/slack-bot/package.json index 626f3b768..2a133badb 100644 --- a/packages/slack-bot/package.json +++ b/packages/slack-bot/package.json @@ -16,7 +16,7 @@ "@anthropic-ai/sdk": "^0.39.0", "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.26", + "hono": "^4.12.31", "zod": "^4.4.3" }, "devDependencies": {