Skip to content

Commit

Permalink
fix(deps): update dependency next-auth to ^4.24.11 (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent dc73508 commit 5752edf
Show file tree
Hide file tree
Showing 2 changed files with 21 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 @@ -14,7 +14,7 @@
"@vercel/analytics": "^1.3.1",
"firebase": "^10.7.0",
"next": "14.2.21",
"next-auth": "^4.24.7",
"next-auth": "^4.24.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-google-recaptcha-v3": "^1.10.1",
Expand Down
30 changes: 20 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4342,13 +4342,20 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.5.0, cookie@npm:^0.5.0":
"cookie@npm:0.5.0":
version: 0.5.0
resolution: "cookie@npm:0.5.0"
checksum: 10c0/c01ca3ef8d7b8187bae434434582288681273b5a9ed27521d4d7f9f7928fe0c920df0decd9f9d3bbd2d14ac432b8c8cf42b98b3bdd5bfe0e6edddeebebe8b61d
languageName: node
linkType: hard

"cookie@npm:^0.7.0":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
languageName: node
linkType: hard

"core-util-is@npm:1.0.2":
version: 1.0.2
resolution: "core-util-is@npm:1.0.2"
Expand Down Expand Up @@ -9359,28 +9366,31 @@ __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.11":
version: 4.24.11
resolution: "next-auth@npm:4.24.11"
dependencies:
"@babel/runtime": "npm:^7.20.13"
"@panva/hkdf": "npm:^1.0.2"
cookie: "npm:^0.5.0"
cookie: "npm:^0.7.0"
jose: "npm:^4.15.5"
oauth: "npm:^0.9.15"
openid-client: "npm:^5.4.0"
preact: "npm:^10.6.3"
preact-render-to-string: "npm:^5.1.19"
uuid: "npm:^8.3.2"
peerDependencies:
next: ^12.2.5 || ^13 || ^14
"@auth/core": 0.34.2
next: ^12.2.5 || ^13 || ^14 || ^15
nodemailer: ^6.6.5
react: ^17.0.2 || ^18
react-dom: ^17.0.2 || ^18
react: ^17.0.2 || ^18 || ^19
react-dom: ^17.0.2 || ^18 || ^19
peerDependenciesMeta:
"@auth/core":
optional: true
nodemailer:
optional: true
checksum: 10c0/40c5f51e02141615069d422431a4906c38f6050b29f654ecc99a92fd3c974958535eb7c5f7bbc3dfd2e5996825d7c4f20d8ca68f372e2f9aad2131701cb95b7d
checksum: 10c0/56142678cfb8e751ae24f1396b3659aac7b1831f4f2283bcb2035224ebfd7ae82b62839383cf4029835d511cec339aad9665afcd1e711a631359fe123d970c0d
languageName: node
linkType: hard

Expand Down Expand Up @@ -13225,7 +13235,7 @@ __metadata:
eslint-config-next: "npm:13.5.6"
firebase: "npm:^10.7.0"
next: "npm:14.2.21"
next-auth: "npm:^4.24.7"
next-auth: "npm:^4.24.11"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
react-google-recaptcha-v3: "npm:^1.10.1"
Expand Down

0 comments on commit 5752edf

Please sign in to comment.