Skip to content
Closed
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 packages/treeshake-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@hono/node-server": "1.19.10",
"@hono/zod-validator": "0.7.4",
"dotenv": "16.4.5",
"hono": "4.12.7",
"hono": "4.12.21",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update the lockfile with the Hono bump

Changing packages/treeshake-server/package.json to require hono 4.12.21 without updating pnpm-lock.yaml leaves the lockfile entry for this importer at specifier/version 4.12.7, including peer resolutions for @hono/node-server and @hono/zod-validator. In this repo the install command is pnpm install --frozen-lockfile, so CI and fresh checkouts will reject the out-of-sync manifest instead of installing the security bump; please commit the corresponding lockfile update.

Useful? React with 👍 / 👎.

"json-stable-stringify": "1.3.0",
"nanoid": "5.1.6",
"p-limit": "7.2.0",
Expand Down
Loading