fix(dependencies): Update dependencies to the latest versions to address multiple fixes.

This commit is contained in:
2025-01-19 18:09:47 +01:00
parent a21ce29a15
commit fd4e60e020
6 changed files with 151 additions and 126 deletions

View File

@ -11,7 +11,7 @@ export class TestFileProvider {
// fetch the docker alpine image
const response = await plugins.smartrequest.getBinary(fileUrls.dockerAlpineImage);
await plugins.smartfile.fs.ensureDir(paths.testFilesDir);
const AlpineBuffer = await plugins.smartfile.memory.toFs(response.body, filePath);
await plugins.smartfile.memory.toFs(response.body, filePath);
return filePath;
}
}