Bump tar from 7.5.6 to 7.5.16#2646
Conversation
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the The following options are set: bypass_author_approval, bypass_jira_check |
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.6 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.5.6...v7.5.16) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.16 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
99cccb2 to
5aab839
Compare
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: 7.5.6 -> 7.5.16 (patch)
Semver bump type: patch (10 patch versions)
Changes:
- 7.5.14: Stricter protection against hardlinks preempting their targets (security hardening)
- 7.5.15: Fix regression in pending links detection (bug fix)
- 7.5.16: Do not apply PAX header fields to meta entries (security fix)
- Various test and dependency updates
Breaking changes: None
Security concerns: None — the changes are security hardening. The prepare script flagged by dependabot (tshy && bash scripts/build.sh) is a standard TypeScript build step that only runs in development mode, not when installed from the npm registry. Maintainer (isaacs) is the original author of node-tar and creator of npm.
Impact on codebase: tar is listed as a direct dependency in package.json but has zero imports or API usage anywhere in the codebase. No code paths are affected by these changes.
Recommendation: SAFE TO MERGE
— Claude Code
Bumps tar from 7.5.6 to 7.5.16.
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.