fix(sync-server): fix SimpleWebAuthn v13 type imports

Import types from @simplewebauthn/server instead of deprecated
@simplewebauthn/types package which is no longer supported in v13.
This commit is contained in:
Johannes Millan 2026-01-02 22:00:10 +01:00
parent f143210cd9
commit 4cee57db14
3 changed files with 12 additions and 1 deletions

8
package-lock.json generated
View file

@ -9746,6 +9746,13 @@
"node": ">=20.0.0"
}
},
"node_modules/@simplewebauthn/types": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-12.0.0.tgz",
"integrity": "sha512-q6y8MkoV8V8jB4zzp18Uyj2I7oFp2/ONL8c3j8uT06AOWu3cIChc1au71QYHrP2b+xDapkGTiv+9lX7xkTlAsA==",
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
"license": "MIT"
},
"node_modules/@sindresorhus/base62": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@sindresorhus/base62/-/base62-1.0.0.tgz",
@ -29942,6 +29949,7 @@
"@fastify/static": "^8.3.0",
"@prisma/client": "5.22.0",
"@simplewebauthn/server": "^13.2.2",
"@simplewebauthn/types": "^12.0.0",
"@sp/shared-schema": "*",
"bcryptjs": "^3.0.3",
"dotenv": "^17.2.3",