fix(deps): update dependency @auth/core to ^0.33.0 (#693)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-06-20 02:22:20 +00:00
committed by GitHub
parent 541d745cea
commit 171fe40fd5
3 changed files with 35 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
},
"dependencies": {
"@homarr/db": "workspace:^0.1.0",
"@auth/core": "^0.32.0",
"@auth/core": "^0.33.0",
"@auth/drizzle-adapter": "^1.2.0",
"@t3-oss/env-nextjs": "^0.10.1",
"bcrypt": "^5.1.1",

View File

@@ -33,7 +33,7 @@
"@homarr/definitions": "workspace:^0.1.0",
"@homarr/log": "workspace:^0.1.0",
"@paralleldrive/cuid2": "^2.2.2",
"@auth/core": "^0.32.0",
"@auth/core": "^0.33.0",
"better-sqlite3": "^11.0.0",
"drizzle-orm": "^0.31.2",
"dotenv": "^16.4.5",