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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"drizzle-kit": "^0.30.2",
"drizzle-orm": "^0.38.4",
"dotenv": "^16.4.7",
"hono": "^4.6.20",
"hono": "^4.11.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

While this version bump is correct, the pnpm-lock.yaml file has not been updated. This is a critical omission, as your project will likely continue to use the old, vulnerable version of hono until the lock file is regenerated.

Please run pnpm install and commit the updated pnpm-lock.yaml to complete this security upgrade.

"node-llama-cpp": "^3.5.0",
"openai": "^4.82.0",
"pg": "^8.13.1"
Expand Down