Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
build(deps): bump @auth/core from 0.28.1 to 0.28.2 (#1091)
Browse files Browse the repository at this point in the history
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/[email protected]...@auth/[email protected])

---
updated-dependencies:
- dependency-name: "@auth/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 4aecd25 commit 672de7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:*"
Expand Down

0 comments on commit 672de7e

Please sign in to comment.