diff --git a/packages/auth/package.json b/packages/auth/package.json index 3eb27e985..839d4c06f 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -20,7 +20,7 @@ "dependencies": { "@homarr/db": "workspace:^0.1.0", "@auth/core": "^0.26.3", - "@auth/drizzle-adapter": "^0.6.3", + "@auth/drizzle-adapter": "^0.7.0", "@t3-oss/env-nextjs": "^0.9.2", "bcrypt": "^5.1.1", "cookies": "^0.9.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57f7281e1..0e0edaef0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -243,8 +243,8 @@ importers: specifier: ^0.26.3 version: 0.26.3 '@auth/drizzle-adapter': - specifier: ^0.6.3 - version: 0.6.3 + specifier: ^0.7.0 + version: 0.7.0 '@homarr/db': specifier: workspace:^0.1.0 version: link:../db @@ -701,10 +701,10 @@ packages: preact-render-to-string: 5.2.3(preact@10.11.3) dev: false - /@auth/drizzle-adapter@0.6.3: - resolution: {integrity: sha512-iQPNRgNXiQYMDxd2KtXIp+h/jEdoC73HhkY1S5pCMEPLfxhnqdK6TUGTrDKufmZtebbD7a+jyoLAex/xJBvVxw==} + /@auth/drizzle-adapter@0.7.0: + resolution: {integrity: sha512-p/8cjrREiPPns78CT/a7VGl2TD78BNXtJ9TAXrw80bUInHd2xkEtk4CzXajWS/5r7qXE9n3r4BV9sISrf6Yqnw==} dependencies: - '@auth/core': 0.26.3 + '@auth/core': 0.27.0 transitivePeerDependencies: - '@simplewebauthn/browser' - '@simplewebauthn/server'