fix(deps): upgrade tar-stream to 3.2.1 - #262
Open
pavel-snyk wants to merge 1 commit into
Open
pavel-snyk wants to merge 1 commit into
pavel-snyk wants to merge 1 commit into
Conversation
Contributor
Author
|
This is a minor version upgrade from 3.1.7 to 3.2.1. No explicit changelog or release notes detailing breaking changes were found for this specific version range. Due to the lack of documentation, the risk is assessed as medium out of caution. While minor version updates are typically backward-compatible, developers should verify application functionality after the upgrade. Source: Package documentation
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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.
Snyk has created this PR to upgrade tar-stream from 3.1.7 to 3.2.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 4 versions ahead of your current version.
The recommended version was released a month ago.
Breaking Change Risk
Release notes
Package name: tar-stream
-
3.2.1 - 2026-08-25
-
3.2.0 - 2026-04-29
-
3.1.9 - 2026-04-29
-
3.1.8 - 2026-02-28
-
3.1.7 - 2024-01-19
from tar-stream GitHub release notes3.2.1
3.2.0
3.1.9
3.1.8
3.1.7
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Note
Medium Risk
Tar extraction behavior depends on a materially updated dependency stack (including new
bare-fs), with no code changes to validate compatibility beyond existing tests.Overview
Bumps
tar-streamfrom^3.1.7to^3.2.1inpackage.json, with the lockfile refreshed for the new transitive tree.The upgrade pulls in
bare-fsas a direct dependency oftar-streamand refreshes streaming-related packages (streamx,b4a,bare-events, plus new helpers likeevents-universalandtext-decoder). Application code is unchanged;lib/utils.mjsstill usesextract()fromtar-streamfor archive unpacking.Reviewed by Cursor Bugbot for commit 428feca. Bugbot is set up for automated code reviews on this repo. Configure here.