chore(deps): update dependency @simplewebauthn/server to v13 #12365
Annotations
5 errors and 10 warnings
Lint (20.x):
libs/auth/webauthn.ts#L112
Property 'credentialID' does not exist on type '{ fmt: AttestationFormat; aaguid: string; credential: WebAuthnCredential; credentialType: "public-key"; attestationObject: Uint8Array<ArrayBufferLike>; ... 5 more ...; authenticatorExtensionResults?: unknown; }'. Did you mean 'credential'?
|
Lint (20.x):
libs/auth/webauthn.ts#L113
Property 'credentialPublicKey' does not exist on type '{ fmt: AttestationFormat; aaguid: string; credential: WebAuthnCredential; credentialType: "public-key"; attestationObject: Uint8Array<ArrayBufferLike>; ... 5 more ...; authenticatorExtensionResults?: unknown; }'.
|
Lint (20.x):
libs/auth/webauthn.ts#L114
Property 'counter' does not exist on type '{ fmt: AttestationFormat; aaguid: string; credential: WebAuthnCredential; credentialType: "public-key"; attestationObject: Uint8Array<ArrayBufferLike>; ... 5 more ...; authenticatorExtensionResults?: unknown; }'.
|
Lint (20.x):
libs/auth/webauthn.ts#L207
Object literal may only specify known properties, and 'authenticator' does not exist in type '{ response: AuthenticationResponseJSON; expectedChallenge: string | ((challenge: string) => boolean | Promise<boolean>); expectedOrigin: string | string[]; ... 4 more ...; advancedFIDOConfig?: { ...; } | undefined; }'.
|
Lint (20.x)
Process completed with exit code 1.
|
Lint (20.x):
actions/auth.ts#L33
'AttestationConveyancePreference' is defined but never used
|
Lint (20.x):
actions/auth.ts#L88
'url' is assigned a value but never used
|
Lint (20.x):
actions/user.ts#L92
'T' is defined but never used
|
Lint (20.x):
actions/user.ts#L115
'e' is defined but never used
|
Lint (20.x):
actions/user.ts#L222
'e' is defined but never used
|
Lint (20.x):
actions/user.ts#L254
'e' is defined but never used
|
Lint (20.x):
app/[locale]/(app)/_components/home/Announcement.tsx#L17
'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/page.tsx#L7
'session' is assigned a value but never used
|
Lint (20.x):
app/[locale]/(app)/dashboard/snippets/_components/button.tsx#L7
'open' is defined but never used
|