chore: Update eslint dependencies

This commit is contained in:
Joachim Van Herwegen
2021-12-16 16:07:39 +01:00
parent 65d1eeb0a2
commit af049124bf
26 changed files with 1639 additions and 1714 deletions

View File

@@ -128,7 +128,7 @@ export class IdentityProviderFactory implements ProviderFactory {
// Cast necessary due to typing conflict between jose 2.x and 3.x
config.jwks = await this.generateJwks() as any;
config.cookies = {
...config.cookies ?? {},
...config.cookies,
keys: await this.generateCookieKeys(),
};