From 001717ab8a0bf3aecf17ac1545fcc49608b0096d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:25:08 +0100 Subject: [PATCH] build(deps): bump @auth/core from 0.28.0 to 0.28.1 (#1066) Bumps [@auth/core](https://github.com/nextauthjs/next-auth) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.28.0...@auth/core@0.28.1) --- updated-dependencies: - dependency-name: "@auth/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/auth/package.json | 2 +- yarn.lock | 30 ++++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 08e98400b..35a17a445 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@auth/core": "^0.28.0", + "@auth/core": "^0.28.1", "@auth/drizzle-adapter": "^0.8.0", "@cs/database": "*", "@cs/kyaku": "*", diff --git a/yarn.lock b/yarn.lock index b77ea4c05..a5258be15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,7 +36,7 @@ __metadata: languageName: node linkType: hard -"@auth/core@npm:0.28.0, @auth/core@npm:^0.28.0": +"@auth/core@npm:0.28.0": version: 0.28.0 resolution: "@auth/core@npm:0.28.0" dependencies: @@ -62,6 +62,32 @@ __metadata: languageName: node linkType: hard +"@auth/core@npm:^0.28.1": + version: 0.28.1 + resolution: "@auth/core@npm:0.28.1" + dependencies: + "@panva/hkdf": "npm:^1.1.1" + "@types/cookie": "npm:0.6.0" + cookie: "npm:0.6.0" + jose: "npm:^5.1.3" + oauth4webapi: "npm:^2.4.0" + preact: "npm:10.11.3" + preact-render-to-string: "npm:5.2.3" + 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 + checksum: bfd9cf3109f0b6271eeb551fa010d3eaef8c5c723a5c0c23be5f291bbb1132067fa222dda8793dbc37732d99881d613a25ae28c933ca2706184998a8ae1ba052 + languageName: node + linkType: hard + "@auth/drizzle-adapter@npm:^0.8.0": version: 0.8.0 resolution: "@auth/drizzle-adapter@npm:0.8.0" @@ -573,7 +599,7 @@ __metadata: version: 0.0.0-use.local resolution: "@cs/auth@workspace:packages/auth" dependencies: - "@auth/core": "npm:^0.28.0" + "@auth/core": "npm:^0.28.1" "@auth/drizzle-adapter": "npm:^0.8.0" "@cs/database": "npm:*" "@cs/eslint-config": "npm:*"