From 677c40e8b5dac0f57da370126a6c1cb7ddf464dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:14:09 +0000 Subject: [PATCH] fix(deps): update dependency @auth/core to ^0.22.0 --- apps/auth-proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/auth-proxy/package.json b/apps/auth-proxy/package.json index 3ecf2abbba..aba304c364 100644 --- a/apps/auth-proxy/package.json +++ b/apps/auth-proxy/package.json @@ -11,7 +11,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@auth/core": "^0.20.0" + "@auth/core": "^0.22.0" }, "devDependencies": { "@acme/eslint-config": "workspace:^0.2.0",