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 <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-09-16 18:42:45 +02:00
committed by GitHub
parent b9206d3628
commit f9cc34c12f
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
}, },
"prettier": "@homarr/prettier-config", "prettier": "@homarr/prettier-config",
"dependencies": { "dependencies": {
"@auth/core": "^0.34.2", "@auth/core": "^0.35.0",
"@auth/drizzle-adapter": "^1.5.0", "@auth/drizzle-adapter": "^1.5.0",
"@homarr/common": "workspace:^0.1.0", "@homarr/common": "workspace:^0.1.0",
"@homarr/db": "workspace:^0.1.0", "@homarr/db": "workspace:^0.1.0",

View File

@@ -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 { db, eq, inArray } from "@homarr/db";
import { groupMembers, integrationGroupPermissions, integrationUserPermissions } from "@homarr/db/schema/sqlite"; import { groupMembers, integrationGroupPermissions, integrationUserPermissions } from "@homarr/db/schema/sqlite";

View File

@@ -31,7 +31,7 @@
}, },
"prettier": "@homarr/prettier-config", "prettier": "@homarr/prettier-config",
"dependencies": { "dependencies": {
"@auth/core": "^0.34.2", "@auth/core": "^0.35.0",
"@homarr/common": "workspace:^0.1.0", "@homarr/common": "workspace:^0.1.0",
"@homarr/definitions": "workspace:^0.1.0", "@homarr/definitions": "workspace:^0.1.0",
"@homarr/log": "workspace:^0.1.0", "@homarr/log": "workspace:^0.1.0",

8
pnpm-lock.yaml generated
View File

@@ -547,8 +547,8 @@ importers:
packages/auth: packages/auth:
dependencies: dependencies:
'@auth/core': '@auth/core':
specifier: ^0.34.2 specifier: ^0.35.0
version: 0.34.2 version: 0.35.0
'@auth/drizzle-adapter': '@auth/drizzle-adapter':
specifier: ^1.5.0 specifier: ^1.5.0
version: 1.5.0 version: 1.5.0
@@ -824,8 +824,8 @@ importers:
packages/db: packages/db:
dependencies: dependencies:
'@auth/core': '@auth/core':
specifier: ^0.34.2 specifier: ^0.35.0
version: 0.34.2 version: 0.35.0
'@homarr/common': '@homarr/common':
specifier: workspace:^0.1.0 specifier: workspace:^0.1.0
version: link:../common version: link:../common