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",