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/drizzle-adapter from 0.8.2 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [@auth/drizzle-adapter](https://github.com/nextauthjs/next-auth) from 0.8.2 to 0.9.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/drizzle-adapter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 14, 2024
1 parent 7c25ec6 commit 89dbc8c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@auth/core": "^0.28.2",
"@auth/drizzle-adapter": "^0.8.2",
"@auth/drizzle-adapter": "^0.9.0",
"@cs/database": "*",
"@cs/kyaku": "*",
"bcrypt": "^5.1.1",
Expand Down
40 changes: 33 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,33 @@ __metadata:
languageName: node
linkType: hard

"@auth/core@npm:0.28.2, @auth/core@npm:^0.28.2":
"@auth/core@npm:0.29.0":
version: 0.29.0
resolution: "@auth/core@npm:0.29.0"
dependencies:
"@panva/hkdf": "npm:^1.1.1"
"@types/cookie": "npm:0.6.0"
cookie: "npm:0.6.0"
jose: "npm:^5.1.3"
oauth4webapi: "npm:^2.4.0"
preact: "npm:10.11.3"
preact-render-to-string: "npm:5.2.3"
peerDependencies:
"@simplewebauthn/browser": ^9.0.1
"@simplewebauthn/server": ^9.0.2
nodemailer: ^6.8.0
peerDependenciesMeta:
"@simplewebauthn/browser":
optional: true
"@simplewebauthn/server":
optional: true
nodemailer:
optional: true
checksum: 10c0/9f249584702868f7eb6fcbe34da1a0310936ff51b98741e58e5dbefceda6be48ffdab854f262f630d3daae164cfa6177353147b952896acb30f5f5c75950e1a6
languageName: node
linkType: hard

"@auth/core@npm:^0.28.2":
version: 0.28.2
resolution: "@auth/core@npm:0.28.2"
dependencies:
Expand All @@ -88,12 +114,12 @@ __metadata:
languageName: node
linkType: hard

"@auth/drizzle-adapter@npm:^0.8.2":
version: 0.8.2
resolution: "@auth/drizzle-adapter@npm:0.8.2"
"@auth/drizzle-adapter@npm:^0.9.0":
version: 0.9.0
resolution: "@auth/drizzle-adapter@npm:0.9.0"
dependencies:
"@auth/core": "npm:0.28.2"
checksum: 10c0/18911c63750cd9542aaf58e716bf1cdb96c9813c6941a1953a06403e66d27458dd1fea8404515ebdc96413c9a0a9f9f733960b00a00d2ffa23e0e22bae5acd57
"@auth/core": "npm:0.29.0"
checksum: 10c0/152e856a3cea7470ccfe7423a05f0d43e0c5093de397004b1b13d423eb9f79314e0f0b4982f93f04a38347fd463c3740d8509d75189bb533f05e16759d270693
languageName: node
linkType: hard

Expand Down Expand Up @@ -1597,7 +1623,7 @@ __metadata:
resolution: "@cs/auth@workspace:packages/auth"
dependencies:
"@auth/core": "npm:^0.28.2"
"@auth/drizzle-adapter": "npm:^0.8.2"
"@auth/drizzle-adapter": "npm:^0.9.0"
"@cs/database": "npm:*"
"@cs/eslint-config": "npm:*"
"@cs/kyaku": "npm:*"
Expand Down

0 comments on commit 89dbc8c

Please sign in to comment.