chore(deps): Updated all dependencies to their latest versions (#62)

This commit is contained in:
Pascal Bourque
2025-10-05 11:43:49 -04:00
committed by GitHub
parent c29eae97ed
commit 35f2effe9c
5 changed files with 798 additions and 816 deletions

View File

@@ -76,7 +76,7 @@ async function main() {
serialNumbers.set(deviceId, serial);
}
} catch (error) {
rootLogger.error(`Failed to retrieve serial number for device ${deviceId}`, error);
rootLogger.error(error, `Failed to retrieve serial number for device ${deviceId}`);
}
}