fix(deps): upgrade tmp to 0.2.7 to fix CVE-2026-44705#1047
Merged
Conversation
Resolves Dependabot alert accius#68. The tmp package had a path traversal vulnerability (GHSA-ph9p-34f9-6g65) in versions < 0.2.6. Updated the lock file so the transitive dep from tmp-promise resolves to 0.2.7. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
|
@accius I tried to fix a few dep findings, in case you think it is too risky for the next release leave it. |
accius
approved these changes
Jun 1, 2026
Owner
accius
left a comment
There was a problem hiding this comment.
One-line lockfile bump of tmp 0.2.5 → 0.2.7. tmp is a transitive dev-only dep via tmp-promise, the bump stays inside the existing ^0.2.0 range, no app code uses it directly, and CI is green.
Closes the path-traversal advisory cleanly with zero blast radius. Good to merge.
K0CJH
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.
Summary
tmpfrom0.2.5→0.2.7viapackage-lock.jsonprefix/postfix/diroptions intmpDetails
tmpis a transitive dev dependency pulled in bytmp-promise. No direct usage oftmpin application code — risk is confined to the build/dev toolchain. The^0.2.0range intmp-promiseaccepts0.2.7, so only the lock file needed updating.Test plan
npm auditno longer reports GHSA-ph9p-34f9-6g65🤖 Generated with Claude Code