From 91b46766f2343e306d7cbbabb2554580bdb36719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 19:50:04 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.7 to 4.12.23 Bumps [hono](https://github.com/honojs/hono) from 4.12.7 to 4.12.23. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.7...v4.12.23) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.23 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 e4234d1a0..d2aaf9b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11182,9 +11182,9 @@ } }, "node_modules/hono": { - "version": "4.12.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.7.tgz", - "integrity": "sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", + "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -18027,7 +18027,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.7" + "hono": "^4.12.23" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.0", @@ -18508,7 +18508,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.7" + "hono": "^4.12.23" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.0", @@ -19231,7 +19231,7 @@ "@anthropic-ai/sdk": "^0.39.0", "@cloudflare/workers-types": "^4.20241230.0", "@open-inspect/shared": "file:../shared", - "hono": "^4.12.7" + "hono": "^4.12.23" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.0", diff --git a/packages/github-bot/package.json b/packages/github-bot/package.json index d73c7ebe0..be3b942c7 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.7" + "hono": "^4.12.23" }, "devDependencies": { "esbuild": "^0.25.1", diff --git a/packages/linear-bot/package.json b/packages/linear-bot/package.json index 41143e850..d1f6b8f06 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.7" + "hono": "^4.12.23" }, "devDependencies": { "esbuild": "^0.25.1", diff --git a/packages/slack-bot/package.json b/packages/slack-bot/package.json index ec76da04f..855c1b4a4 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.7" + "hono": "^4.12.23" }, "devDependencies": { "esbuild": "^0.25.1",