Bump tar from 7.4.3 to 7.5.16#6035
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.3 to 7.5.16. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.4.3...v7.5.16) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
bd7b27f to
e1b1bd0
Compare
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.
Bumps tar from 7.4.3 to 7.5.16.
Changelog
Sourced from tar's changelog.
... (truncated)
Commits
cf213387.5.1621a8220do not apply PAX header fields to meta entries52632cfupdate project deps302f51ffix inconsequential typo in PENDINGLINKS symbol name55dbb99remove some uses of mutate-fs87cc3097.5.157aef486fix: regression in pending links detection6244eb37.5.149704d8cstricter protection against hardlinks preempting their targets700734fupdate workflows and depsMaintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Note
Low Risk
Dependency-only lockfile change with no app code touched; risk is limited to install/runtime behavior of packages that unpack or create tar archives transitively.
Overview
Updates the lockfile so
tarresolves to 7.5.16 (from 7.4.3), withminizlibbumped to 3.1.0 as a direct dependency oftar. The nestedmkdirpentry undertaris removed because the newertarrelease no longer pulls it in that way.This is a transitive dependency change only—no application source edits. The 7.5.x line adds fixes around absolute link path sanitization, hardlink ordering (targets before links), PAX/meta entry handling, and related archive read/list edge cases, plus optional zstd support in the library itself.
Reviewed by Cursor Bugbot for commit e1b1bd0. Bugbot is set up for automated code reviews on this repo. Configure here.