Skip to content
Open
Changes from 1 commit
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/clawdhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ora": "^9.3.0",
"p-retry": "^7.1.1",
"semver": "^7.7.4",
"undici": "^7.24.0"
"undici": "^7.24.3"

Choose a reason for hiding this comment

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

P1 Badge Update lockfile for undici dependency bump

After changing packages/clawdhub/package.json to undici: ^7.24.3, the workspace lock metadata is still undici: ^7.24.0 in bun.lock (line 83). This matters because CI/deploy run bun install --frozen-lockfile (.github/workflows/ci.yml:21, .github/workflows/deploy.yml:62), and Bun documents --frozen-lockfile as “Disallow changes to lockfile”; with this manifest/lock mismatch, frozen installs can fail before any build/test steps run.

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@types/node": "^25.5.0",
Expand Down