Skip to content

Commit

Permalink
fix(deps): bump next-auth from 4.20.1 to 4.23.1
Browse files Browse the repository at this point in the history
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.20.1 to 4.23.1.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@4.23.1)

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2023
1 parent 30d98e5 commit dc2c325
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demos/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ethers": "^5.7.2",
"moralis": "^2.22.5",
"next": "12.2.5",
"next-auth": "4.20.1",
"next-auth": "4.23.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^0.5.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"next": "^13.0.3",
"next-auth": "^4.20.1",
"next-auth": "^4.23.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7483,7 +7483,7 @@ __metadata:
axios: ^1.2.1
moralis: ^2.22.5
next: ^13.0.3
next-auth: ^4.20.1
next-auth: ^4.23.1
react: ^18.2.0
react-dom: ^18.2.0
swr: ^1.3.0
Expand Down Expand Up @@ -16011,7 +16011,7 @@ __metadata:
ethers: ^5.7.2
moralis: ^2.22.5
next: 12.2.5
next-auth: 4.20.1
next-auth: 4.23.1
react: ^18.2.0
react-dom: ^18.2.0
typescript: ^4.9.4
Expand Down Expand Up @@ -25572,9 +25572,9 @@ __metadata:
languageName: node
linkType: hard

"next-auth@npm:4.20.1, next-auth@npm:^4.20.1":
version: 4.20.1
resolution: "next-auth@npm:4.20.1"
"next-auth@npm:4.23.1, next-auth@npm:^4.23.1":
version: 4.23.1
resolution: "next-auth@npm:4.23.1"
dependencies:
"@babel/runtime": ^7.20.13
"@panva/hkdf": ^1.0.2
Expand All @@ -25593,7 +25593,7 @@ __metadata:
peerDependenciesMeta:
nodemailer:
optional: true
checksum: f3414533716e7cc4f80bf070e4eec95e4dced331694e6dd446704b73145804585962be6e107946bdedab05d392b20dad7a7b62ac6cd0bfade0482a0a9d741c0b
checksum: 995114797c257ccf71a82d19fb6316fb7709b552aaaf66444591c505a4b8e00b0cae3f4db4316b63a8cc439076044cc391ab171c4f6ee2e086709c5b3bbfed24
languageName: node
linkType: hard

Expand Down

0 comments on commit dc2c325

Please sign in to comment.