Skip to content

chore: bump yauzl 2.10.0 -> 3.2.0#146

Closed
yury-s wants to merge 1 commit intomax-mapper:masterfrom
yury-s:yauzl-3.2.0
Closed

chore: bump yauzl 2.10.0 -> 3.2.0#146
yury-s wants to merge 1 commit intomax-mapper:masterfrom
yury-s:yauzl-3.2.0

Conversation

@yury-s
Copy link
Copy Markdown

@yury-s yury-s commented May 8, 2025

yauzl released v3 more than a year ago. Among other things, it includes a fix for thejoshwolfe/yauzl#114. We bundle extract-zip in playwright and would like to get rid of the hack related to the use of old yauzl. Bumping the dependency in extract-zip would help as current dependency chain that causes the trouble is this:

  └─┬ extract-zip@2.0.1
    └─┬ yauzl@2.10.0
      └── fd-slicer@1.1.0

yury-s added a commit to yury-s/playwright that referenced this pull request May 8, 2025
* Bumped yauzl 2.10.0 -> 3.2.0 as thejoshwolfe/yauzl#114 is fixed in v3 and yauzl does not depend on fd-slicer any more.
* Vendored in extract-zip as it still depends on yauzl 2.10.0. This can be reverted if max-mapper/extract-zip#146 is merged.
Comment thread package.json
"debug": "^4.1.1",
"get-stream": "^5.1.0",
"yauzl": "^2.10.0"
"yauzl": "^3.2.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

We should probably update it to

Suggested change
"yauzl": "^3.2.0"
"yauzl": "^3.2.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

yauzl <3.2.1
Severity: moderate
yauzl contains an off-by-one error - GHSA-gmq8-994r-jv83

@yury-s yury-s closed this Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants