Bump tar from 7.4.3 to 7.5.19#6035
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
97ec35d to
be12c3a
Compare
fa83c6a to
dd87db0
Compare
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.3 to 7.5.19. - [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.19) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dd87db0 to
0bb8b7d
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.19.
Changelog
Sourced from tar's changelog.
... (truncated)
Commits
be440da7.5.192812e93add maxDecompressionRatio guard against explosive decompression9ecd4d27.5.189e78bf0refuse to let header size be less than 0e02a4e9pax: parse values according to known types9cbdb317.5.177a635c2terminate pax strings on nul bytescf213387.5.1621a8220do not apply PAX header fields to meta entries52632cfupdate project 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-time behavior of tooling that unpacks tar archives (e.g. Expo CLI).
Overview
Updates the lockfile so
tarmoves from 7.4.3 to 7.5.19, withminizlibbumped to 3.1.0 as a transitive dependency. The nestedmkdirpentry undertaris removed from the lockfile as part of the newtardependency tree.This is a transitive dependency (e.g. via
@expo/cli); there are no direct application imports oftarin the repo. The upstream release line adds hardening around archive parsing and extraction (link path sanitization, PAX/header handling, decompression ratio limits, sync list edge cases) plus optional zstd support.Reviewed by Cursor Bugbot for commit 0bb8b7d. Bugbot is set up for automated code reviews on this repo. Configure here.