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/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"jsonwebtoken": "^9.0.3",
"openai": "4.104.0",
"openapi-json-schema": "^2.0.0",
"uuid": "^9.0.1",
"uuid": "^14.0.0",
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 lockfile for the uuid major-version bump

After changing packages/proxy/package.json to uuid: ^14.0.0, the workspace lockfile is still pinned to uuid specifier/version ^9.0.1/9.0.1 under packages/proxy (pnpm-lock.yaml lines 263-265). This makes dependency state inconsistent and will break CI installs that use frozen lockfiles (see .github/workflows/js.yaml Install dependencies step running pnpm install --frozen-lockfile), so this dependency update is not actually consumable until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"zod": "^3.25.34"
}
}
Loading