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
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node-vikunja": "^0.4.0",
"orval": "^8.5.1",
"pg": "^8.16.3",
"uuid": "^13.0.0",
"uuid": "^14.0.0",

Copilot AI Apr 24, 2026

Copy link

Choose a reason for hiding this comment

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

This PR updates package.json, but the Bun lockfile still pins uuid to 13.0.0 (bun.lock includes both "uuid": "^13.0.0" and a "uuid@13.0.0" resolution). As a result, installs will continue using the vulnerable version and the security fix won’t actually be applied. Please run bun install (or equivalent) and commit the updated bun.lock so uuid resolves to 14.x.

Copilot uses AI. Check for mistakes.

Copilot AI Apr 24, 2026

Copy link

Choose a reason for hiding this comment

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

The PR description indicates this is an npm dependency upgrade and only updates package.json, but this repo uses Bun (scripts use bun, and bun.lock exists). To keep the PR consistent with the repo’s package manager and ensure the upgrade takes effect, the lockfile should be updated/committed as part of this change.

Copilot uses AI. Check for mistakes.
"zod": "^4.3.6",
"zod-openapi": "^5.4.6"
}
Expand Down
Loading