Skip to content

Commit

Permalink
fix(deps): update dependency next-auth to v4.24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 52307a5 commit 02a7986
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"jose": "5.9.3",
"ky": "1.7.2",
"next": "14.2.13",
"next-auth": "4.24.7",
"next-auth": "4.24.8",
"next-connect": "1.0.0",
"next-i18next": "15.3.1",
"next-secure-headers": "2.2.0",
Expand Down
13 changes: 8 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14694,9 +14694,9 @@ __metadata:
languageName: node
linkType: hard

"next-auth@npm:4.24.7":
version: 4.24.7
resolution: "next-auth@npm:4.24.7"
"next-auth@npm:4.24.8":
version: 4.24.8
resolution: "next-auth@npm:4.24.8"
dependencies:
"@babel/runtime": "npm:^7.20.13"
"@panva/hkdf": "npm:^1.0.2"
Expand All @@ -14708,14 +14708,17 @@ __metadata:
preact-render-to-string: "npm:^5.1.19"
uuid: "npm:^8.3.2"
peerDependencies:
"@auth/core": 0.34.2
next: ^12.2.5 || ^13 || ^14
nodemailer: ^6.6.5
react: ^17.0.2 || ^18
react-dom: ^17.0.2 || ^18
peerDependenciesMeta:
"@auth/core":
optional: true
nodemailer:
optional: true
checksum: 10c0/40c5f51e02141615069d422431a4906c38f6050b29f654ecc99a92fd3c974958535eb7c5f7bbc3dfd2e5996825d7c4f20d8ca68f372e2f9aad2131701cb95b7d
checksum: 10c0/4ef222c5564d32e8a2037d021863f6a08bd948d6c74060f6eb8c97dace5c6ff394d12a3adf27e7250f53dbcf30b48dff2cda5458a8d8017d92947e75dae32e38
languageName: node
linkType: hard

Expand Down Expand Up @@ -14906,7 +14909,7 @@ __metadata:
jsdom: "npm:25.0.1"
ky: "npm:1.7.2"
next: "npm:14.2.13"
next-auth: "npm:4.24.7"
next-auth: "npm:4.24.8"
next-connect: "npm:1.0.0"
next-i18next: "npm:15.3.1"
next-secure-headers: "npm:2.2.0"
Expand Down

0 comments on commit 02a7986

Please sign in to comment.