From 3ea8ec8fce0101c32796c3fde34dc8e74cb6f997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 21:01:48 +0000 Subject: [PATCH] Bump @auth/prisma-adapter from 1.6.0 to 2.1.0 Bumps [@auth/prisma-adapter](https://github.com/nextauthjs/next-auth) from 1.6.0 to 2.1.0. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/prisma-adapter@1.6.0...@auth/prisma-adapter@2.1.0) --- updated-dependencies: - dependency-name: "@auth/prisma-adapter" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d6f60cb..6e58202 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.1.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 b6a367a..975400e 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.1.0 + version: 2.1.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.31.0: + resolution: {integrity: sha512-UKk3psvA1cRbk4/c9CkpWB8mdWrkKvzw0DmEYRsWolUQytQ2cRqx+hYuV6ZCsngw/xbj9hpmkZmAZEyq2g4fMg==} 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.1.0(@prisma/client@5.13.0): + resolution: {integrity: sha512-x1gYsi8xCFdxpEM6pxhh7OTV+VHB3PgID2L18y8F1kXu+PbcEWt4VZSQ8zk6dI/4YRStcuwQdHe7neCpczr0mg==} peerDependencies: '@prisma/client': '>=2.26.0 || >=3 || >=4 || >=5' dependencies: - '@auth/core': 0.29.0 + '@auth/core': 0.31.0 '@prisma/client': 5.13.0(prisma@5.13.0) transitivePeerDependencies: - '@simplewebauthn/browser'