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
@@ -374,7 +374,7 @@ describe('ArchiveManager', function () {
it('should reject with an error', function (ctx) {
expect(ctx.error)
.to.be.instanceOf(Error)
.and.have.property('message', 'Something went wrong')
.and.have.property('message', 'invalid_zip_file')
})
it('should close the zipfile', function (ctx) {
@@ -411,7 +411,7 @@ describe('ArchiveManager', function () {
it('should reject with an error', function (ctx) {
expect(ctx.error)
.to.be.instanceOf(Error)
.and.have.property('message', 'Something went wrong')
.and.have.property('message', 'invalid_zip_file')
})
it('should close the zipfile', function (ctx) {
@@ -449,7 +449,7 @@ describe('ArchiveManager', function () {
it('should reject with an error', function (ctx) {
expect(ctx.error)
.to.be.instanceOf(Error)
.and.have.property('message', 'Something went wrong')
.and.have.property('message', 'invalid_zip_file')
})
it('should destroy the readstream', function (ctx) {
ctx.readStream.destroy.called.should.equal(true)