diff --git a/package.json b/package.json index cf50325..a30ff8c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "db:migrate": "cross-env DB_MIGRATING=true drizzle-kit migrate" }, "dependencies": { - "@auth/drizzle-adapter": "^1.4.2", + "@auth/drizzle-adapter": "^1.5.0", "@conform-to/react": "^1.1.5", "@conform-to/zod": "^1.1.5", "@nextui-org/react": "^2.4.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 140940f..c78db50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@auth/drizzle-adapter': - specifier: ^1.4.2 - version: 1.4.2 + specifier: ^1.5.0 + version: 1.5.0 '@conform-to/react': specifier: ^1.1.5 version: 1.1.5(react@18.3.1) @@ -121,8 +121,8 @@ packages: resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} engines: {node: '>=10'} - '@auth/core@0.34.2': - resolution: {integrity: sha512-KywHKRgLiF3l7PLyL73fjLSIBe1YNcA6sMeew4yMP6cfCWGXZrkkXd32AjRi1hlJ9nvovUBGZHvbn+LijO6ZeQ==} + '@auth/core@0.35.0': + resolution: {integrity: sha512-XvMALiYn5ZQd1hVeG1t+jCU89jRrc7ortl/05wkBrPHnRWZScxAK5jKuzBz+AOBQXewDjYcMpzeF5tTqg6rDhQ==} peerDependencies: '@simplewebauthn/browser': ^9.0.1 '@simplewebauthn/server': ^9.0.2 @@ -135,8 +135,8 @@ packages: nodemailer: optional: true - '@auth/drizzle-adapter@1.4.2': - resolution: {integrity: sha512-rqukaT9CeWB8VOt6g2bQ6uYMHVOQIYCBkzddZXWshi8aqwLABatpRWAc+pehpcMDn0RSW/uvKMs7tkON+Bho9Q==} + '@auth/drizzle-adapter@1.5.0': + resolution: {integrity: sha512-JLeooOEoCulPjoLJa2IBKX8RSgSfkhmyaAeO8Xr37y+fitsEvJNqe0SsaRw3D8nXDasppSaop4uUT3ViXP+OZw==} '@babel/code-frame@7.24.7': resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} @@ -3664,7 +3664,7 @@ snapshots: '@alloc/quick-lru@5.2.0': {} - '@auth/core@0.34.2': + '@auth/core@0.35.0': dependencies: '@panva/hkdf': 1.2.1 '@types/cookie': 0.6.0 @@ -3674,9 +3674,9 @@ snapshots: preact: 10.11.3 preact-render-to-string: 5.2.3(preact@10.11.3) - '@auth/drizzle-adapter@1.4.2': + '@auth/drizzle-adapter@1.5.0': dependencies: - '@auth/core': 0.34.2 + '@auth/core': 0.35.0 transitivePeerDependencies: - '@simplewebauthn/browser' - '@simplewebauthn/server'