diff --git a/packages/auth/package.json b/packages/auth/package.json index 53a1f716c..49cf01e8a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -21,7 +21,7 @@ "dependencies": { "@homarr/db": "workspace:^0.1.0", "@auth/core": "^0.28.1", - "@auth/drizzle-adapter": "^0.8.0", + "@auth/drizzle-adapter": "^0.8.1", "@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 b9b1a87fa..710c0c475 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -363,8 +363,8 @@ importers: specifier: ^0.28.1 version: 0.28.1 '@auth/drizzle-adapter': - specifier: ^0.8.0 - version: 0.8.0 + specifier: ^0.8.1 + version: 0.8.1 '@homarr/db': specifier: workspace:^0.1.0 version: link:../db @@ -929,10 +929,10 @@ packages: preact-render-to-string: 5.2.3(preact@10.11.3) dev: false - /@auth/drizzle-adapter@0.8.0: - resolution: {integrity: sha512-cwLMOJHf+R8VeHYFzdA5DReKelidWSx8bz9kJ6hydPjUugHate2F7u9XHoCOu7zXIA5azSPb3b2WR9C0Fjq7eA==} + /@auth/drizzle-adapter@0.8.1: + resolution: {integrity: sha512-WILvFJ6tOUjSy2azJY3l2xnLNV7P5jDw970e4wg3ug6sIWLATBr0MN6w+xJBuXVSoDz7jSWTlyWkfiiT0l0Ugg==} dependencies: - '@auth/core': 0.28.0 + '@auth/core': 0.28.1 transitivePeerDependencies: - '@simplewebauthn/browser' - '@simplewebauthn/server'