Merge pull request #33504 from overleaf/bg-upgrade-yauzl

Upgrade yauzl library in web to version 3.3.0

GitOrigin-RevId: 82b4158db7a432f4257bd48402840f07801c6d07
This commit is contained in:
Brian Gough
2026-05-11 08:05:47 +00:00
committed by Copybot
parent 11d35bd065
commit 3940f8c2a7
6 changed files with 34 additions and 6 deletions
@@ -138,7 +138,7 @@ function _extractZipFiles(source, destination) {
destFile,
})
zipfile.close() // bail out, stop reading file entries
done(err)
done(new InvalidZipFileError().withCause(err))
} else {
entryFileCount++
zipfile.readEntry() // continue to the next file