chore: upgrade transitive npm to 11.18.0 for tar security fixes - #159
Open
mbret wants to merge 1 commit into
Open
chore: upgrade transitive npm to 11.18.0 for tar security fixes#159mbret wants to merge 1 commit into
mbret wants to merge 1 commit into
Conversation
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.
The update
npm (transitive, via
@semantic-release/npm): 11.15.0 → 11.18.0 — lockfile-only, security-motivated. No manifest change; the bump stays inside the existing^11.6.2range declared by@semantic-release/npm.npm bundles its own copy of
node-tar, and the copy shipped in 11.15.0 (tar 7.5.15) was flagged by several advisories. Upgrading to npm 11.18.0 moves the bundled tar to 7.5.19, which resolves:Because tar is bundled inside the npm package, updating tar alone cannot fix these — npm itself has to move, which is why the two are coupled (this shows in the lockfile as the
node_modules/npmsubtree refresh).Gates (
npm run check,npm run build,npm run test:ci) pass with no new failures: 91 files lint-clean, build green, 23 test files / 134 tests passed. (Verified on Node 22 — the environment had no Node 25 runtime; CI will confirm on the pinned Node 25.)Pending queue (found this run, one PR each in future runs)
Security (transitive, lockfile-fixable via
npm audit fix):jsdom,@semantic-release/github,@actions/http-clientcosmiconfigminimatchPatch:
Minor:
Major (breaking — still coming, one at a time):
Needs manual attention
npm audit's only suggested "fix" today is a nonsensical major downgrade of semantic-release to 15.9.3, which I did not take.Generated by Claude Code