mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
Pin next-auth to 4.24.8
This commit is contained in:
parent
069298d564
commit
ebc96eb967
2 changed files with 6 additions and 15 deletions
|
@ -66,7 +66,7 @@
|
|||
"lucide-react": "^0.452.0",
|
||||
"micro": "^10.0.1",
|
||||
"nanoid": "^4.0.0",
|
||||
"next-auth": "^4.24.5",
|
||||
"next-auth": "4.24.8",
|
||||
"next-i18next": "^13.0.3",
|
||||
"php-serialize": "^4.1.1",
|
||||
"preview-email": "^3.1.0",
|
||||
|
|
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
|
@ -174,7 +174,7 @@ importers:
|
|||
dependencies:
|
||||
'@auth/prisma-adapter':
|
||||
specifier: ^2.7.0
|
||||
version: 2.7.0(@prisma/client@5.20.0(prisma@5.20.0))(nodemailer@6.9.15)
|
||||
version: 2.7.0(@prisma/client@5.17.0(prisma@5.20.0))(nodemailer@6.9.15)
|
||||
'@aws-sdk/client-s3':
|
||||
specifier: ^3.645.0
|
||||
version: 3.670.0
|
||||
|
@ -317,7 +317,7 @@ importers:
|
|||
specifier: ^4.0.0
|
||||
version: 4.0.2
|
||||
next-auth:
|
||||
specifier: ^4.24.5
|
||||
specifier: 4.24.8
|
||||
version: 4.24.8(next@14.2.13(@opentelemetry/api@1.9.0)(@playwright/test@1.48.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(nodemailer@6.9.15)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
|
||||
next-i18next:
|
||||
specifier: ^13.0.3
|
||||
|
@ -2447,15 +2447,6 @@ packages:
|
|||
prisma:
|
||||
optional: true
|
||||
|
||||
'@prisma/client@5.20.0':
|
||||
resolution: {integrity: sha512-CLv55ZuMuUawMsxoqxGtLT3bEZoa2W8L3Qnp6rDIFWy+ZBrUcOFKdoeGPSnbBqxc3SkdxJrF+D1veN/WNynZYA==}
|
||||
engines: {node: '>=16.13'}
|
||||
peerDependencies:
|
||||
prisma: '*'
|
||||
peerDependenciesMeta:
|
||||
prisma:
|
||||
optional: true
|
||||
|
||||
'@prisma/debug@5.17.0':
|
||||
resolution: {integrity: sha512-l7+AteR3P8FXiYyo496zkuoiJ5r9jLQEdUuxIxNCN1ud8rdbH3GTxm+f+dCyaSv9l9WY+29L9czaVRXz9mULfg==}
|
||||
|
||||
|
@ -9038,10 +9029,10 @@ snapshots:
|
|||
optionalDependencies:
|
||||
nodemailer: 6.9.15
|
||||
|
||||
'@auth/prisma-adapter@2.7.0(@prisma/client@5.20.0(prisma@5.20.0))(nodemailer@6.9.15)':
|
||||
'@auth/prisma-adapter@2.7.0(@prisma/client@5.17.0(prisma@5.20.0))(nodemailer@6.9.15)':
|
||||
dependencies:
|
||||
'@auth/core': 0.37.0(nodemailer@6.9.15)
|
||||
'@prisma/client': 5.20.0(prisma@5.20.0)
|
||||
'@prisma/client': 5.17.0(prisma@5.20.0)
|
||||
transitivePeerDependencies:
|
||||
- '@simplewebauthn/browser'
|
||||
- '@simplewebauthn/server'
|
||||
|
@ -11274,7 +11265,7 @@ snapshots:
|
|||
optionalDependencies:
|
||||
prisma: 5.17.0
|
||||
|
||||
'@prisma/client@5.20.0(prisma@5.20.0)':
|
||||
'@prisma/client@5.17.0(prisma@5.20.0)':
|
||||
optionalDependencies:
|
||||
prisma: 5.20.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue