From 0f28af6e2f44a1d7aa6f248b435fbe57bea7d088 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:45:24 +0000 Subject: [PATCH] fix(deps): update dependency @auth/core to ^0.33.0 --- packages/auth/package.json | 2 +- packages/db/package.json | 2 +- pnpm-lock.yaml | 37 +++++++++++++++++++++++++++++++++---- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index c789285c9..ba9ad7ff6 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@homarr/db": "workspace:^0.1.0", - "@auth/core": "^0.32.0", + "@auth/core": "^0.33.0", "@auth/drizzle-adapter": "^1.2.0", "@t3-oss/env-nextjs": "^0.10.1", "bcrypt": "^5.1.1", diff --git a/packages/db/package.json b/packages/db/package.json index 0cff6cfa3..880526855 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -33,7 +33,7 @@ "@homarr/definitions": "workspace:^0.1.0", "@homarr/log": "workspace:^0.1.0", "@paralleldrive/cuid2": "^2.2.2", - "@auth/core": "^0.32.0", + "@auth/core": "^0.33.0", "better-sqlite3": "^11.0.0", "drizzle-orm": "^0.31.2", "dotenv": "^16.4.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75c0d38a7..83adb39d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -503,8 +503,8 @@ importers: packages/auth: dependencies: '@auth/core': - specifier: ^0.32.0 - version: 0.32.0 + specifier: ^0.33.0 + version: 0.33.0 '@auth/drizzle-adapter': specifier: ^1.2.0 version: 1.2.0 @@ -595,8 +595,8 @@ importers: packages/db: dependencies: '@auth/core': - specifier: ^0.32.0 - version: 0.32.0 + specifier: ^0.33.0 + version: 0.33.0 '@homarr/common': specifier: workspace:^0.1.0 version: link:../common @@ -1281,6 +1281,20 @@ packages: nodemailer: optional: true + '@auth/core@0.33.0': + resolution: {integrity: sha512-QPWvnoAbolCO7I8/h3xITwS59bjA2fZRG+p4Qf2ZSMuPE3AFO9xYI3xjwdXZ0jl772aL7Ya8ZUedxCatXgwMZg==} + peerDependencies: + '@simplewebauthn/browser': ^9.0.1 + '@simplewebauthn/server': ^9.0.2 + nodemailer: ^6.8.0 + peerDependenciesMeta: + '@simplewebauthn/browser': + optional: true + '@simplewebauthn/server': + optional: true + nodemailer: + optional: true + '@auth/drizzle-adapter@1.2.0': resolution: {integrity: sha512-95LHWlgtR4rQeHy4bACiVgTZdWkkEpVXYJim1IqbF1Hy0MnnMalmfGuIlNcOi64+6iC17j5FkDsMchqGwvj2Dg==} @@ -5005,6 +5019,9 @@ packages: oauth4webapi@2.10.3: resolution: {integrity: sha512-9FkXEXfzVKzH63GUOZz1zMr3wBaICSzk6DLXx+CGdrQ10ItNk2ePWzYYc1fdmKq1ayGFb2aX97sRCoZ2s0mkDw==} + oauth4webapi@2.11.0: + resolution: {integrity: sha512-UchKtYyLuWwrZLB7g9Px+0JScIAK/bD1awLK5gdOCIs0cjxc7ol+ESL+Rr4nOmEJSvib6kEgvdUHvXm8DrZQ+w==} + object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} @@ -6541,6 +6558,16 @@ snapshots: preact: 10.11.3 preact-render-to-string: 5.2.3(preact@10.11.3) + '@auth/core@0.33.0': + dependencies: + '@panva/hkdf': 1.1.1 + '@types/cookie': 0.6.0 + cookie: 0.6.0 + jose: 5.2.2 + oauth4webapi: 2.11.0 + preact: 10.11.3 + preact-render-to-string: 5.2.3(preact@10.11.3) + '@auth/drizzle-adapter@1.2.0': dependencies: '@auth/core': 0.32.0 @@ -10566,6 +10593,8 @@ snapshots: oauth4webapi@2.10.3: {} + oauth4webapi@2.11.0: {} + object-assign@4.1.1: {} object-inspect@1.13.1: {}