chore(deps): update dependency @simplewebauthn/server to v12 - autoclosed #9397
Annotations
5 errors and 10 warnings
Lint (20.x):
libs/auth/webauthn.ts#L110
Property 'credentialID' does not exist on type '{ fmt: AttestationFormat; aaguid: string; credential: WebAuthnCredential; credentialType: "public-key"; attestationObject: Uint8Array; ... 5 more ...; authenticatorExtensionResults?: unknown; }'. Did you mean 'credential'?
|
Lint (20.x):
libs/auth/webauthn.ts#L111
Property 'credentialPublicKey' does not exist on type '{ fmt: AttestationFormat; aaguid: string; credential: WebAuthnCredential; credentialType: "public-key"; attestationObject: Uint8Array; ... 5 more ...; authenticatorExtensionResults?: unknown; }'.
|
Lint (20.x):
libs/auth/webauthn.ts#L112
Property 'counter' does not exist on type '{ fmt: AttestationFormat; aaguid: string; credential: WebAuthnCredential; credentialType: "public-key"; attestationObject: Uint8Array; ... 5 more ...; authenticatorExtensionResults?: unknown; }'.
|
Lint (20.x):
libs/auth/webauthn.ts#L205
Object literal may only specify known properties, and 'authenticator' does not exist in type 'VerifyAuthenticationResponseOpts'.
|
Lint (20.x)
Process completed with exit code 1.
|
Lint (20.x):
actions/auth.ts#L87
'url' is assigned a value but never used
|
Lint (20.x):
actions/auth.ts#L465
'res' is assigned a value but never used
|
Lint (20.x):
actions/user.ts#L92
'T' is defined but never used
|
Lint (20.x):
app/[locale]/(app)/_components/home/Announcement.tsx#L17
'props' is defined but never used
|
Lint (20.x):
app/[locale]/(app)/_components/home/Announcement.tsx#L21
'onOpen' is assigned a value but never used
|
Lint (20.x):
app/[locale]/(app)/about/page.tsx#L5
'props' is defined but never used
|
Lint (20.x):
app/[locale]/(app)/dashboard/settings/_components/modal.tsx#L60
'pending' is assigned a value but never used
|
Lint (20.x):
app/[locale]/(app)/dashboard/settings/page.tsx#L7
'session' is assigned a value but never used
|
Lint (20.x):
app/[locale]/(app)/page.tsx#L30
'props' is defined but never used
|
Lint (20.x):
app/[locale]/(auth)/auth/password/reset/[token]/page.tsx#L10
'props' is defined but never used
|