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 @@ -169,7 +169,7 @@
"tsdav": "^2.2.2",
"tw-animate-css": "^1.4.0",
"unified": "^11.0.5",
"uuid": "^13.0.0",
"uuid": "^14.0.1",

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 bun.lock with the uuid bump

This manifest bump is not accompanied by the root bun.lock update: bun.lock still records the workspace dependency as "uuid": "^13.0.0" and resolves uuid@13.0.2. I checked .github/workflows/ci.yml and docker/Dockerfile; both install with bun install --frozen-lockfile, and Bun's help says that flag disallows lockfile changes, so fresh CI/Docker installs for this commit either fail while trying to reconcile the stale lock or do not actually use the intended patched version. Please regenerate and commit bun.lock with uuid@14.0.1.

Useful? React with 👍 / 👎.

"zod": "^4.3.6"
}
}
Loading