From b676ffbf72e27fc74e8de7efc84c9255b44e0567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 18:06:04 +0200 Subject: [PATCH] build(deps): bump @auth/core from 0.28.2 to 0.30.0 (#1168) Bumps [@auth/core](https://github.com/nextauthjs/next-auth) from 0.28.2 to 0.30.0. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.28.2...@auth/core@0.30.0) --- updated-dependencies: - dependency-name: "@auth/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/auth/package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 5b9ba16b5..de15e1610 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@auth/core": "^0.28.2", + "@auth/core": "^0.30.0", "@auth/drizzle-adapter": "^0.8.2", "@cs/database": "*", "@cs/kyaku": "*", diff --git a/yarn.lock b/yarn.lock index 56b84fb89..1f49dda6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,7 +36,7 @@ __metadata: languageName: node linkType: hard -"@auth/core@npm:0.28.2, @auth/core@npm:^0.28.2": +"@auth/core@npm:0.28.2": version: 0.28.2 resolution: "@auth/core@npm:0.28.2" dependencies: @@ -62,7 +62,7 @@ __metadata: languageName: node linkType: hard -"@auth/core@npm:0.30.0": +"@auth/core@npm:0.30.0, @auth/core@npm:^0.30.0": version: 0.30.0 resolution: "@auth/core@npm:0.30.0" dependencies: @@ -1605,7 +1605,7 @@ __metadata: version: 0.0.0-use.local resolution: "@cs/auth@workspace:packages/auth" dependencies: - "@auth/core": "npm:^0.28.2" + "@auth/core": "npm:^0.30.0" "@auth/drizzle-adapter": "npm:^0.8.2" "@cs/database": "npm:*" "@cs/eslint-config": "npm:*"