chore: Update dependencies

This commit is contained in:
Joachim Van Herwegen
2023-10-11 15:10:19 +02:00
parent cf411e13fb
commit f932cf4b22
7 changed files with 3406 additions and 3457 deletions

View File

@@ -161,7 +161,8 @@ export abstract class BaseChannelType implements NotificationChannelType {
}),
},
);
this.shaclQuads = await readableToQuads(shaclStream);
// Typing issue with rdf-parse library
this.shaclQuads = await readableToQuads(shaclStream as unknown as Readable);
}
return this.shaclQuads;
}