mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update packages
This commit is contained in:
parent
5e34d7d2f3
commit
bdea62964c
@ -62,7 +62,7 @@
|
||||
"@openrouter/ai-sdk-provider": "2.2.3",
|
||||
"@opentelemetry/api": "^1.9.0",
|
||||
"@opentelemetry/api-logs": "^0.53.0",
|
||||
"@opentelemetry/auto-instrumentations-node": "^0.67.3",
|
||||
"@opentelemetry/auto-instrumentations-node": "^0.71.0",
|
||||
"@opentelemetry/context-async-hooks": "^1.26.0",
|
||||
"@opentelemetry/core": "^1.26.0",
|
||||
"@opentelemetry/exporter-trace-otlp-http": "^0.53.0",
|
||||
@ -79,8 +79,8 @@
|
||||
"@prisma/extension-read-replicas": "^0.5.0",
|
||||
"@prisma/instrumentation": "^7.0.0",
|
||||
"@react-email/render": "^1.2.1",
|
||||
"@sentry/nextjs": "^10.11.0",
|
||||
"@simplewebauthn/server": "^11.0.0",
|
||||
"@sentry/nextjs": "^10.45.0",
|
||||
"@simplewebauthn/server": "^13.3.0",
|
||||
"@stackframe/stack": "workspace:*",
|
||||
"@stackframe/stack-shared": "workspace:*",
|
||||
"@upstash/qstash": "^2.8.2",
|
||||
@ -88,7 +88,7 @@
|
||||
"@vercel/otel": "^1.10.4",
|
||||
"@vercel/sandbox": "^1.2.0",
|
||||
"ai": "^6.0.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"bcrypt": "^6.0.0",
|
||||
"cel-js": "^0.8.2",
|
||||
"chokidar-cli": "^3.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
|
||||
@ -75,7 +75,7 @@ export const registerVerificationCodeHandler = createVerificationCodeHandler({
|
||||
});
|
||||
|
||||
|
||||
if (!verification.verified || !verification.registrationInfo) {
|
||||
if (!verification.verified) {
|
||||
throw new KnownErrors.PasskeyRegistrationFailed("Passkey registration failed because the verification response is invalid");
|
||||
}
|
||||
|
||||
|
||||
1962
pnpm-lock.yaml
1962
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user