diff --git a/package.json b/package.json index a272359..e8159c0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "prisma:studio": "dotenv -e .env.development.local prisma studio" }, "dependencies": { - "@auth/prisma-adapter": "^1.5.2", + "@auth/prisma-adapter": "^2.2.0", "@headlessui/react": "^2.0.3", "@prisma/client": "^5.12.1", "@t3-oss/env-core": "^0.10.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0bed54..561403b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@auth/prisma-adapter': - specifier: ^1.5.2 - version: 1.6.0(@prisma/client@5.13.0) + specifier: ^2.2.0 + version: 2.2.0(@prisma/client@5.13.0) '@headlessui/react': specifier: ^2.0.3 version: 2.0.3(react-dom@18.3.1)(react@18.3.1) @@ -93,8 +93,8 @@ packages: engines: {node: '>=10'} dev: true - /@auth/core@0.29.0: - resolution: {integrity: sha512-MdfEjU6WRjUnPG1+XeBWrTIlAsLZU6V0imCIqVDDDPxLI6UZWldXVqAA2EsDazGofV78jqiCLHaN85mJITDqdg==} + /@auth/core@0.32.0: + resolution: {integrity: sha512-3+ssTScBd+1fd0/fscAyQN1tSygXzuhysuVVzB942ggU4mdfiTbv36P0ccVnExKWYJKvu3E2r3/zxXCCAmTOrg==} peerDependencies: '@simplewebauthn/browser': ^9.0.1 '@simplewebauthn/server': ^9.0.2 @@ -116,12 +116,12 @@ packages: preact-render-to-string: 5.2.3(preact@10.11.3) dev: false - /@auth/prisma-adapter@1.6.0(@prisma/client@5.13.0): - resolution: {integrity: sha512-PQU8/Oi5gfjzb0MkhMGVX0Dg877phPzsQdK54+C7ubukCeZPjyvuSAx1vVtWEYVWp2oQvjgG/C6QiDoeC7S10A==} + /@auth/prisma-adapter@2.2.0(@prisma/client@5.13.0): + resolution: {integrity: sha512-DiXgyJfqBb/6TPhNJ5IcRw3klxcFD+qaa7qvOYopV6rYinSUvsQkJ30m+so2SRlEsuDA6PqMu+Mf5Sd+zr3g+Q==} peerDependencies: '@prisma/client': '>=2.26.0 || >=3 || >=4 || >=5' dependencies: - '@auth/core': 0.29.0 + '@auth/core': 0.32.0 '@prisma/client': 5.13.0(prisma@5.13.0) transitivePeerDependencies: - '@simplewebauthn/browser'