From 16e7f938bd2604cc2067466b56725ebe9f9743f9 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:30:02 +0000 Subject: [PATCH] fix(deps): update dependency @auth/core to ^0.35.1 (#1176) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- packages/auth/package.json | 2 +- packages/db/package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++++++++++++++++++++---- 3 files changed, 30 insertions(+), 6 deletions(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 2c7aa7f47..60b9c9de9 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -23,7 +23,7 @@ }, "prettier": "@homarr/prettier-config", "dependencies": { - "@auth/core": "^0.35.0", + "@auth/core": "^0.35.1", "@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 b3f293f40..24a648122 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -31,7 +31,7 @@ }, "prettier": "@homarr/prettier-config", "dependencies": { - "@auth/core": "^0.35.0", + "@auth/core": "^0.35.1", "@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 b83a6796b..4559ba182 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -550,8 +550,8 @@ importers: packages/auth: dependencies: '@auth/core': - specifier: ^0.35.0 - version: 0.35.0 + specifier: ^0.35.1 + version: 0.35.1 '@auth/drizzle-adapter': specifier: ^1.5.0 version: 1.5.0 @@ -827,8 +827,8 @@ importers: packages/db: dependencies: '@auth/core': - specifier: ^0.35.0 - version: 0.35.0 + specifier: ^0.35.1 + version: 0.35.1 '@homarr/common': specifier: workspace:^0.1.0 version: link:../common @@ -1714,6 +1714,20 @@ packages: nodemailer: optional: true + '@auth/core@0.35.1': + resolution: {integrity: sha512-2oMnjtR2C+wctGT0kpr5seAVmj3mtLoBqdrEuKdjcLpn6jUvfT5r5FI3aEJVlO/M+9wZepP0XPnP1zO+0ba73g==} + 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.5.0': resolution: {integrity: sha512-JLeooOEoCulPjoLJa2IBKX8RSgSfkhmyaAeO8Xr37y+fitsEvJNqe0SsaRw3D8nXDasppSaop4uUT3ViXP+OZw==} @@ -7826,6 +7840,16 @@ snapshots: preact: 10.11.3 preact-render-to-string: 5.2.3(preact@10.11.3) + '@auth/core@0.35.1': + dependencies: + '@panva/hkdf': 1.2.1 + '@types/cookie': 0.6.0 + cookie: 0.6.0 + jose: 5.9.2 + oauth4webapi: 2.15.0 + preact: 10.11.3 + preact-render-to-string: 5.2.3(preact@10.11.3) + '@auth/drizzle-adapter@1.5.0': dependencies: '@auth/core': 0.35.0