chore: Update dependencies

This commit is contained in:
Joachim Van Herwegen
2021-06-29 11:29:38 +02:00
parent d01382d36e
commit 5edbbc1958
37 changed files with 2904 additions and 3617 deletions

View File

@@ -10,7 +10,7 @@ describe('A WwwAuthMetadataWriter', (): void => {
let response: HttpResponse;
beforeEach(async(): Promise<void> => {
response = createResponse();
response = createResponse() as HttpResponse;
});
it('adds no header if there is no relevant metadata.', async(): Promise<void> => {