Skip to content

chore(deps): bump tar from 7.5.9 to 7.5.11#17

Merged
hiskudin merged 2 commits intomainfrom
dependabot/npm_and_yarn/tar-7.5.11
Mar 27, 2026
Merged

chore(deps): bump tar from 7.5.9 to 7.5.11#17
hiskudin merged 2 commits intomainfrom
dependabot/npm_and_yarn/tar-7.5.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps tar from 7.5.9 to 7.5.11.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by cubic

Upgrade tar from 7.5.9 to 7.5.13 to harden extraction: stricter path traversal checks and blocked drive‑relative symlink escapes. Lockfile-only bump to an indirect dependency; no app code changes.

Written for commit cec116b. Summary will update on new commits.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — straightforward Dependabot patch bump for tar (dev dependency) with security fixes.

Extended reasoning...

Overview

This PR is an automated Dependabot security update that bumps the tar package from 7.5.9 to 7.5.11 in package-lock.json. The only file changed is the lockfile. The upstream commits include two security-relevant fixes: path sanitization improvements and prevention of symlink escaping via drive-relative paths. A few incidental peer: true removals in the lockfile are normal npm resolution artifacts.

Security risks

This PR improves security by pulling in upstream fixes for path traversal issues in node-tar. There are no new security risks introduced — the change is a patch-level bump of a dev dependency with no source code modifications.

Level of scrutiny

Minimal scrutiny is appropriate. This is a lockfile-only, patch-level dependency bump generated by Dependabot. No application logic, configuration, or source code is affected. The dependency is dev-only, further limiting blast radius.

Other factors

No bugs were found by the bug hunting system. There are no prior reviewer comments or outstanding discussions. The PR has no CODEOWNERS implications since it only touches package-lock.json. This is a well-established pattern (Dependabot security patch) that is safe to auto-approve.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tar-7.5.11 branch 3 times, most recently from b1d4c16 to 4d6a494 Compare March 12, 2026 11:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tar-7.5.11 branch 2 times, most recently from 7c02308 to f1fb7ab Compare March 25, 2026 09:17
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.9 to 7.5.11.
- [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.9...v7.5.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tar-7.5.11 branch from f1fb7ab to 8f83c00 Compare March 26, 2026 09:46
@hiskudin hiskudin requested a review from a team as a code owner March 27, 2026 13:57
@hiskudin hiskudin merged commit f8ec91b into main Mar 27, 2026
4 checks passed
@hiskudin hiskudin deleted the dependabot/npm_and_yarn/tar-7.5.11 branch March 27, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant