chore: upgrade tmp to >= 0.2.6 - #5223
Merged
openshift-merge-bot[bot] merged 1 commit intoAug 10, 2026
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.10 #5223 +/- ##
=================================================
+ Coverage 41.03% 69.09% +28.05%
=================================================
Files 121 120 -1
Lines 2220 4895 +2675
Branches 563 559 -4
=================================================
+ Hits 911 3382 +2471
- Misses 1304 1508 +204
Partials 5 5
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
JessicaJHee
approved these changes
Aug 10, 2026
JessicaJHee
left a comment
Member
There was a problem hiding this comment.
/lgtm
✅ Verified packages have been updated to the patched versions or beyond
- Ran branch-check and ensured all expected patch versions are present
✅ Verified lockfiles:
- Contain the minimal expected updates
- Contain only ONE version of the patched dependency if a full fix is expected
- Do not contain regressions/ dependency version downgrades
openshift-merge-bot
Bot
merged commit Aug 10, 2026
43ee63e
into
redhat-developer:release-1.10
21 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
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.
Upgrade using 'yarn up -R ...'.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer