Upgrade to libvips v8.17.3

This commit is contained in:
Lovell Fuller
2025-11-01 10:12:13 +00:00
parent 1f2f33d9a7
commit 040b73ca74
20 changed files with 59 additions and 45 deletions

View File

@@ -109,7 +109,7 @@ describe('failOn', () => {
it('converts warnings to error for GeoTIFF', async () => {
await assert.rejects(
sharp(fixtures.inputTiffGeo).toBuffer(),
/Unknown field with tag 33550/
/Tag 34737/
);
});
});