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