From 672de7e364f1c8e803be490be6147cbf73cccbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:36:59 +0200 Subject: [PATCH] build(deps): bump @auth/core from 0.28.1 to 0.28.2 (#1091) Bumps [@auth/core](https://github.com/nextauthjs/next-auth) from 0.28.1 to 0.28.2. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.28.1...@auth/core@0.28.2) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index b369bee2b..48d2cc653 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@auth/core": "^0.28.1", + "@auth/core": "^0.28.2", "@auth/drizzle-adapter": "^0.8.2", "@cs/database": "*", "@cs/kyaku": "*", diff --git a/yarn.lock b/yarn.lock index b5ad9f27d..33bb713af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,7 +36,7 @@ __metadata: languageName: node linkType: hard -"@auth/core@npm:0.28.1, @auth/core@npm:^0.28.1": +"@auth/core@npm:0.28.1": version: 0.28.1 resolution: "@auth/core@npm:0.28.1" dependencies: @@ -62,7 +62,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: @@ -1596,7 +1596,7 @@ __metadata: version: 0.0.0-use.local resolution: "@cs/auth@workspace:packages/auth" dependencies: - "@auth/core": "npm:^0.28.1" + "@auth/core": "npm:^0.28.2" "@auth/drizzle-adapter": "npm:^0.8.2" "@cs/database": "npm:*" "@cs/eslint-config": "npm:*"