-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Security upgrade uuid from 13.0.0 to 14.0.0 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
|
||
| "zod": "^4.3.6", | ||
| "zod-openapi": "^5.4.6" | ||
| } | ||
|
|
||
There was a problem hiding this comment.
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.