Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2025

Bumps tar-fs from 2.1.2 to 2.1.4.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.4.
- [Commits](mafintosh/tar-fs@v2.1.2...v2.1.4)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 24, 2025
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Sep 24, 2025
@dependabot dependabot bot requested a review from giurgiur99 as a code owner September 24, 2025 22:31
@alexcos20
Copy link
Member

@dependabot rebase

Copy link
Member

@alexcos20 alexcos20 left a comment

Choose a reason for hiding this comment

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

AI automated code review (Gemini 3).

Overall risk: low

Summary:
This pull request, initiated by Dependabot, updates the tar-fs package from version 2.1.2 to 2.1.4. The changes are exclusively within package-lock.json, reflecting the dependency bump and a cleanup of a transitive string_decoder dependency within rdfxml-streaming-parser. This is a routine dependency maintenance update.

Comments:
• [INFO][other] The tar-fs package has been successfully updated from 2.1.2 to 2.1.4 as intended by the Dependabot PR. The new integrity hash and version are correctly reflected.
• [INFO][other] It's good to see that node_modules/rdfxml-streaming-parser/node_modules/string_decoder and its related entry in the packages section were removed. This likely indicates a consolidation or removal of a redundant transitive dependency, simplifying the dependency graph.
• [INFO][other] As this is an indirect dependency update, it's always a good practice to ensure all automated tests (unit, integration, e2e) pass to confirm no unexpected regressions are introduced by the update, even for minor versions.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2026

Looks like tar-fs is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 6, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tar-fs-2.1.4 branch January 6, 2026 07:59
Copy link
Member

@alexcos20 alexcos20 left a comment

Choose a reason for hiding this comment

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

AI automated code review (Gemini 3).

Overall risk: low

Summary:
This pull request, created by Dependabot, updates the tar-fs dependency from version 2.1.2 to 2.1.4. The changes are exclusively within the package-lock.json file, reflecting the updated dependency and associated transitive dependency resolution.

Comments:
• [INFO][other] This is a routine Dependabot update for a patch version of tar-fs. The changes in package-lock.json are consistent with a minor dependency upgrade. It's generally safe to merge, assuming existing CI/CD pipelines cover dependency stability checks. The removal of string_decoder entries is likely a consequence of dependency resolution optimization following the update.

Copy link
Member

@alexcos20 alexcos20 left a comment

Choose a reason for hiding this comment

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

AI automated code review (Gemini 3).

Overall risk: low

Summary:
This pull request updates the tar-fs dependency from version 2.1.2 to 2.1.4. This is an automated dependency update by Dependabot, primarily modifying package-lock.json. This update is important as tar-fs@2.1.3 addressed CVE-2023-46736 (arbitrary file write vulnerability), and tar-fs@2.1.4 addressed CVE-2024-21919, which affects its chownr dependency. The package-lock.json also reflects some cleanup of nested string_decoder dependencies.

Comments:
• [INFO][security] The update of tar-fs from 2.1.2 to 2.1.4 is critical. Version 2.1.3 patched CVE-2023-46736 (arbitrary file write during extraction), and 2.1.4 addressed CVE-2024-21919, a vulnerability in its chownr dependency. This PR significantly improves the security posture regarding tar archive handling.
• [INFO][other] The removal of nested string_decoder entries (e.g., node_modules/rdfxml-streaming-parser/node_modules/string_decoder) indicates an improvement in the dependency tree resolution, likely due to the updated tar-fs or other internal dependency changes allowing for better hoisting/deduplication. This is a positive cleanup.

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.

2 participants