From 5cbd02b142da68f067ef9831c6b47f117fbdc8e4 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:45:29 +0100 Subject: [PATCH] fix(deps): update dependency @auth/core to ^0.26.3 (#54) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- packages/auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 7bd8e5c32..5262d2d7a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@homarr/db": "workspace:^0.1.0", - "@auth/core": "^0.25.0", + "@auth/core": "^0.26.3", "@auth/drizzle-adapter": "^0.5.0", "@t3-oss/env-nextjs": "^0.8.0", "bcrypt": "^5.1.1",