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.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [@auth/core](https://github.com/nextauthjs/next-auth) from 0.13.0 to 0.14.0.
- [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 Sep 7, 2023
1 parent 202f7f6 commit ae9c78e
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.13.0",
"@auth/core": "^0.14.0",
"@auth/drizzle-adapter": "^0.3.2",
"@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.13.0", "@auth/core@experimental":
"@auth/[email protected]", "@auth/[email protected]", "@auth/core@^0.14.0", "@auth/core@experimental":
version "0.13.0"
resolved "https://registry.yarnpkg.com/@auth/core/-/core-0.13.0.tgz#87566254a103a9b6dcc43177fd50c9ab4ac2238f"
integrity sha512-StjrzUenaKfMr68kmvhiqfY0xvxRvg8wllmem9JAULpPAAAt3uwRUDXICWOP/PfWB4OZ2wQT7rgfm0n42b+Mjg==
Expand Down

0 comments on commit ae9c78e

Please sign in to comment.