[Snyk] Security upgrade uuid from 13.0.0 to 14.0.0 - #3
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035
There was a problem hiding this comment.
Pull request overview
Upgrades the uuid dependency to remediate Snyk-reported vulnerability SNYK-JS-UUID-16133035.
Changes:
- Bumps
uuidfrom^13.0.0to^14.0.0inpackage.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "orval": "^8.5.1", | ||
| "pg": "^8.16.3", | ||
| "uuid": "^13.0.0", | ||
| "uuid": "^14.0.0", |
There was a problem hiding this comment.
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.
| "orval": "^8.5.1", | ||
| "pg": "^8.16.3", | ||
| "uuid": "^13.0.0", | ||
| "uuid": "^14.0.0", |
There was a problem hiding this comment.
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.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-UUID-16133035
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.