diff --git a/package.json b/package.json index 84be9a2..50f2996 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.4.2", "@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 71aff09..77635d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@auth/prisma-adapter': - specifier: ^1.5.2 - version: 1.6.0(@prisma/client@5.13.0(prisma@5.19.1)) + specifier: ^2.4.2 + version: 2.4.2(@prisma/client@5.13.0(prisma@5.19.1)) '@headlessui/react': specifier: ^2.0.3 version: 2.0.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -94,8 +94,8 @@ packages: resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} engines: {node: '>=10'} - '@auth/core@0.29.0': - resolution: {integrity: sha512-MdfEjU6WRjUnPG1+XeBWrTIlAsLZU6V0imCIqVDDDPxLI6UZWldXVqAA2EsDazGofV78jqiCLHaN85mJITDqdg==} + '@auth/core@0.34.2': + resolution: {integrity: sha512-KywHKRgLiF3l7PLyL73fjLSIBe1YNcA6sMeew4yMP6cfCWGXZrkkXd32AjRi1hlJ9nvovUBGZHvbn+LijO6ZeQ==} peerDependencies: '@simplewebauthn/browser': ^9.0.1 '@simplewebauthn/server': ^9.0.2 @@ -108,8 +108,8 @@ packages: nodemailer: optional: true - '@auth/prisma-adapter@1.6.0': - resolution: {integrity: sha512-PQU8/Oi5gfjzb0MkhMGVX0Dg877phPzsQdK54+C7ubukCeZPjyvuSAx1vVtWEYVWp2oQvjgG/C6QiDoeC7S10A==} + '@auth/prisma-adapter@2.4.2': + resolution: {integrity: sha512-QQwnGYfDiyTcAxMVhTrim+lLFFA3TKq3nIrbPtGZXlkiuNQ5t0rUg//Km7Wv21pD5bxhy4aRPlfq7TdFKk3XIw==} peerDependencies: '@prisma/client': '>=2.26.0 || >=3 || >=4 || >=5' @@ -2098,7 +2098,7 @@ snapshots: '@alloc/quick-lru@5.2.0': {} - '@auth/core@0.29.0': + '@auth/core@0.34.2': dependencies: '@panva/hkdf': 1.1.1 '@types/cookie': 0.6.0 @@ -2108,9 +2108,9 @@ snapshots: preact: 10.11.3 preact-render-to-string: 5.2.3(preact@10.11.3) - '@auth/prisma-adapter@1.6.0(@prisma/client@5.13.0(prisma@5.19.1))': + '@auth/prisma-adapter@2.4.2(@prisma/client@5.13.0(prisma@5.19.1))': dependencies: - '@auth/core': 0.29.0 + '@auth/core': 0.34.2 '@prisma/client': 5.13.0(prisma@5.19.1) transitivePeerDependencies: - '@simplewebauthn/browser'