Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@opentelemetry/sdk-trace-base": "2.7.1",
"bencode": "^4.0.0",
"drizzle-orm": "^0.45.2",
"hono": "4.12.21",
"hono": "4.12.25",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Lockfile not updated — security patches not yet effective

The root bun.lock still pins hono to 4.12.21 (line 36 and 676) while package.json now declares 4.12.25. Because Dependabot does not update Bun lockfiles, the security fixes bundled in this release will not be installed until someone runs bun install locally, verifies the lockfile diff, and commits the updated bun.lock. Any CI step that runs bun install --frozen-lockfile will also fail with the current state of the repository.

Fix in Claude Code Fix in Codex

"hono-openapi": "1.3.0",
"jsonc": "2.0.0",
"pino": "10.3.1",
Expand Down
Loading