Skip to content

Commit

Permalink
fix(deps): update dependency next-auth to v4.24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 3806947 commit 79152c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mobx": "6.13.5",
"moment": "2.30.1",
"next": "14.2.16",
"next-auth": "4.24.7",
"next-auth": "4.24.10",
"next-swagger-doc": "0.4.1",
"nodemailer": "6.9.16",
"postcss": "8.4.47",
Expand Down
25 changes: 14 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4365,10 +4365,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -8595,28 +8595,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.10":
version: 4.24.10
resolution: "next-auth@npm:4.24.10"
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
peerDependenciesMeta:
"@auth/core":
optional: true
nodemailer:
optional: true
checksum: 10c0/40c5f51e02141615069d422431a4906c38f6050b29f654ecc99a92fd3c974958535eb7c5f7bbc3dfd2e5996825d7c4f20d8ca68f372e2f9aad2131701cb95b7d
checksum: 10c0/055c953ec4b98389b61e4026d07d6c27ff3942bde5e0ac15b5e0b32f1d58097fb58a32f114624fd7606ee9e1aaec63f335305a472609e78e3fba336eb4ac18ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -9100,7 +9103,7 @@ __metadata:
mobx: "npm:6.13.5"
moment: "npm:2.30.1"
next: "npm:14.2.16"
next-auth: "npm:4.24.7"
next-auth: "npm:4.24.10"
next-router-mock: "npm:0.9.13"
next-swagger-doc: "npm:0.4.1"
nodemailer: "npm:6.9.16"
Expand Down

0 comments on commit 79152c5

Please sign in to comment.