From d5e6a88deab1c9c9b4981b2f2a546cd6c0214611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:48:26 +0000 Subject: [PATCH] fix(deps): update dependency @auth/core to ^0.18.1 --- apps/auth-proxy/package.json | 2 +- packages/auth/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/auth-proxy/package.json b/apps/auth-proxy/package.json index f85cf1ed6..5ac47a613 100644 --- a/apps/auth-proxy/package.json +++ b/apps/auth-proxy/package.json @@ -11,7 +11,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@auth/core": "^0.18.0" + "@auth/core": "^0.18.1" }, "devDependencies": { "@acme/eslint-config": "workspace:^0.2.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index 0d2a6d3fd..1e86408ca 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@acme/db": "workspace:^0.1.0", - "@auth/core": "^0.18.0", + "@auth/core": "^0.18.1", "@auth/drizzle-adapter": "^0.3.5", "@t3-oss/env-nextjs": "^0.7.1", "next": "^14.0.1",