From f9cc34c12f1c8c3334f34a72322852a1e9e8e007 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:42:45 +0200 Subject: [PATCH] fix(deps): update dependency @auth/core to ^0.35.0 (#1129) * fix(deps): update dependency @auth/core to ^0.35.0 * fix(deps): update dependency @auth/core to ^0.35.0 * fix: type issue --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas --- packages/auth/package.json | 2 +- .../auth/permissions/integrations-with-permissions.ts | 2 +- packages/db/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 4 files changed, 7 insertions(+), 7 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/auth/permissions/integrations-with-permissions.ts b/packages/auth/permissions/integrations-with-permissions.ts index 98a25be66..64fe09087 100644 --- a/packages/auth/permissions/integrations-with-permissions.ts +++ b/packages/auth/permissions/integrations-with-permissions.ts @@ -1,4 +1,4 @@ -import type { Session } from "@auth/core/types"; +import type { Session } from "next-auth"; import { db, eq, inArray } from "@homarr/db"; import { groupMembers, integrationGroupPermissions, integrationUserPermissions } from "@homarr/db/schema/sqlite"; 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 d92e95ea4..e4c2da89f 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