Bump tar from 7.4.3 to 7.5.22 - #6104
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tar-7.5.22
branch
4 times, most recently
from
August 2, 2026 17:57
57e12e8 to
c5ca93b
Compare
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tar-7.5.22
branch
from
August 3, 2026 22:10
c5ca93b to
3f7e1dd
Compare
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.3 to 7.5.22. - [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.22) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.22 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tar-7.5.22
branch
from
August 3, 2026 22:22
3f7e1dd to
579ed34
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.22.
Changelog
Sourced from tar's changelog.
... (truncated)
Commits
2a22bfc7.5.22df1cd8dAllow transform to be falsey0cd9cc37.5.21631ae59list: prevent unbounded recursionebbb7207.5.202f27196fix: fully disable and dispose of unzip when aborting parserbe440da7.5.192812e93add maxDecompressionRatio guard against explosive decompression9ecd4d27.5.189e78bf0refuse to let header size be less than 0Maintainer 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
Lockfile-only transitive dependency bump for Expo CLI’s tar usage; no application source changes, though tar unpack behavior changes could affect install/tooling paths that extract archives.
Overview
Updates
package-lock.jsononly:tarmoves from 7.4.3 to 7.5.22 (pulled in via@expo/cli), with transitiveminizlib3.0.2 → 3.1.0. The lockfile dropstar’s nestedmkdirpdependency and records resolved/integrity metadata for the bumped packages.The newer
tarrelease line includes security and robustness fixes (e.g. link-path sanitization, decompression ratio limits, listing/recursion guards) pluszstdsupport and TOCTOU/listing behavior improvements noted in the upstream changelog.Reviewed by Cursor Bugbot for commit 579ed34. Bugbot is set up for automated code reviews on this repo. Configure here.