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.15.0 to 0.16.1
Browse files Browse the repository at this point in the history
Bumps [@auth/core](https://github.com/nextauthjs/next-auth) from 0.15.0 to 0.16.1.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent f2c1781 commit afceb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "^0.16.0",
"@auth/core": "^0.16.1",
"@auth/drizzle-adapter": "^0.3.3",
"@cs/database": "*",
"bcrypt": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@auth/[email protected]", "@auth/[email protected]", "@auth/core@^0.16.0", "@auth/core@experimental":
"@auth/[email protected]", "@auth/[email protected]", "@auth/core@^0.16.1", "@auth/core@experimental":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@auth/core/-/core-0.15.0.tgz#b7856317bf95e4bfe55cbbae6cd592222bb7dee4"
integrity sha512-pWchDMUT0TXUn5kencusX4IL9IfIuVKzRF/cy6RSKr6PgdwMvSPyqyxxhHU+nh3+C/3vYqV0k8SKzfgNo0A1jQ==
Expand Down

0 comments on commit afceb5a

Please sign in to comment.