chore: upgrade tmp >= 0.2.6 where possible [Orchestrator] [release-1.10] - #4240
chore: upgrade tmp >= 0.2.6 where possible [Orchestrator] [release-1.10]#4240Omar-AlJaljuli wants to merge 1 commit into
Conversation
PR Summary by QodoUpgrade transitive tmp to 0.2.7 in orchestrator workspace lockfile
AI Description
High-Level Assessment
Files changed (1)
|
|
Code Review by Qodo
1. Incomplete tmp upgrade
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## orchestrator/release-1.10 #4240 +/- ##
==========================================================
Coverage 59.57% 59.57%
==========================================================
Files 2097 2097
Lines 65234 65234
Branches 16986 17004 +18
==========================================================
Hits 38862 38862
Misses 25977 25977
Partials 395 395
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|



Hey, I just made a Pull Request!
Although tmp is a transitive dep of a devDep, it is in the SBOMs and has a vulnerability CVE-2026-44705. Fix by upgrading to tmp version > 0.2.5. This couldn't be upgraded under @changesets/cli@2.27.9, but that is a devDependency so it's no problem.
Upgrade using 'yarn up -R ...'.
✔️ Checklist