Skip to content

Commit

Permalink
fix(deps): update dependency next-auth to v4.24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent a463b9d commit 4122b6e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 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.20",
"next-auth": "4.24.7",
"next-auth": "4.24.11",
"next-swagger-doc": "0.4.1",
"nodemailer": "6.9.16",
"postcss": "8.4.49",
Expand Down
29 changes: 16 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4394,10 +4394,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 @@ -8723,28 +8723,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 @@ -9254,7 +9257,7 @@ __metadata:
mobx: "npm:6.13.5"
moment: "npm:2.30.1"
next: "npm:14.2.20"
next-auth: "npm:4.24.7"
next-auth: "npm:4.24.11"
next-router-mock: "npm:0.9.13"
next-swagger-doc: "npm:0.4.1"
node-mocks-http: "npm:^1.16.1"
Expand Down

0 comments on commit 4122b6e

Please sign in to comment.