From fdaba6ddd1175f04d7296d3331d54ae07309b3e8 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:43:03 +0000 Subject: [PATCH] fix(deps): update dependency @auth/core to ^0.35.0 --- packages/auth/package.json | 2 +- packages/db/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index ef7179b1e..59da30291 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -23,7 +23,7 @@ }, "prettier": "@homarr/prettier-config", "dependencies": { - "@auth/core": "^0.34.2", + "@auth/core": "^0.35.0", "@auth/drizzle-adapter": "^1.5.0", "@homarr/common": "workspace:^0.1.0", "@homarr/db": "workspace:^0.1.0", diff --git a/packages/db/package.json b/packages/db/package.json index 663150cb6..3bcb4573a 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -31,7 +31,7 @@ }, "prettier": "@homarr/prettier-config", "dependencies": { - "@auth/core": "^0.34.2", + "@auth/core": "^0.35.0", "@homarr/common": "workspace:^0.1.0", "@homarr/definitions": "workspace:^0.1.0", "@homarr/log": "workspace:^0.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3214979ae..96c08391e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -547,8 +547,8 @@ importers: packages/auth: dependencies: '@auth/core': - specifier: ^0.34.2 - version: 0.34.2 + specifier: ^0.35.0 + version: 0.35.0 '@auth/drizzle-adapter': specifier: ^1.5.0 version: 1.5.0 @@ -824,8 +824,8 @@ importers: packages/db: dependencies: '@auth/core': - specifier: ^0.34.2 - version: 0.34.2 + specifier: ^0.35.0 + version: 0.35.0 '@homarr/common': specifier: workspace:^0.1.0 version: link:../common