Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: next-auth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 1c95ae5 commit f889667
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mime-types": "^2.1.35",
"mv": "^2.1.1",
"next": "13.4.7",
"next-auth": "^4.22.1",
"next-auth": "^4.24.5",
"next-connect": "^1.0.0",
"qrcode": "^1.5.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@sora/db": "^0.1.0",
"@t3-oss/env-nextjs": "^0.3.1",
"next": "13.4.7",
"next-auth": "^4.22.1",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.16.0",
"next": "13.4.7",
"next-auth": "^4.22.1",
"next-auth": "^4.24.5",
"react-icons": "^4.8.0"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@ __metadata:
"@t3-oss/env-nextjs": ^0.3.1
eslint: ^8.40.0
next: 13.4.7
next-auth: ^4.22.1
next-auth: ^4.24.5
react: 18.2.0
react-dom: 18.2.0
typescript: ^5.2.2
Expand Down Expand Up @@ -3468,7 +3468,7 @@ __metadata:
eslint-plugin-react: 7.32.2
framer-motion: ^10.16.0
next: 13.4.7
next-auth: ^4.22.1
next-auth: ^4.24.5
react: 18.2.0
react-dom: 18.2.0
react-icons: ^4.8.0
Expand Down Expand Up @@ -3523,7 +3523,7 @@ __metadata:
mime-types: ^2.1.35
mv: ^2.1.1
next: 13.4.7
next-auth: ^4.22.1
next-auth: ^4.24.5
next-connect: ^1.0.0
qrcode: ^1.5.3
react: 18.2.0
Expand Down Expand Up @@ -9333,9 +9333,9 @@ __metadata:
languageName: node
linkType: hard

"next-auth@npm:^4.22.1":
version: 4.22.1
resolution: "next-auth@npm:4.22.1"
"next-auth@npm:^4.24.5":
version: 4.24.5
resolution: "next-auth@npm:4.24.5"
dependencies:
"@babel/runtime": ^7.20.13
"@panva/hkdf": ^1.0.2
Expand All @@ -9347,14 +9347,14 @@ __metadata:
preact-render-to-string: ^5.1.19
uuid: ^8.3.2
peerDependencies:
next: ^12.2.5 || ^13
next: ^12.2.5 || ^13 || ^14
nodemailer: ^6.6.5
react: ^17.0.2 || ^18
react-dom: ^17.0.2 || ^18
peerDependenciesMeta:
nodemailer:
optional: true
checksum: 42bae16b62bac4b3d215d991c7c964dfc071a84df32900a28d4cbc20d4b6a65689b3ba9f10633780a22ff0cbc420248d012614a5b0d82918f9bbb56f7f92f7c5
checksum: 7cc49385123690ccb908f4552b75012717c4e45205a9fdc7cf48cd730dbcc7823a3e33e2a2073ecf1edae5c1980123f68678fd4af9198ea21ab0decb630cc71e
languageName: node
linkType: hard

Expand Down

0 comments on commit f889667

Please sign in to comment.