update all dependencies

This commit is contained in:
Hazelnoot 2025-09-26 10:24:11 -04:00
parent 681afb2d9f
commit 3702729f26
24 changed files with 4971 additions and 6545 deletions

View file

@ -55,7 +55,7 @@ describe('DriveService', () => {
s3Mock.on(DeleteObjectCommand)
.rejects(new InvalidObjectState({ $metadata: {}, message: '' }));
await expect(driveService.deleteObjectStorageFile('unexpected')).rejects.toThrowError(Error);
await expect(driveService.deleteObjectStorageFile('unexpected')).rejects.toBeInstanceOf(Error);
});
test('delete a file with no valid key', async () => {