Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"nest-winston": "^1.9.4",
"next-auth": "^4.22.1",
"next-auth": "^4.24.12",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"qs-stringify": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"micro": "^10.0.1",
"mime-types": "^2.1.35",
"next": "^15.3.0",
"next-auth": "^4.22.1",
"next-auth": "^4.24.12",
"next-axiom": "^0.17.0",
"next-collect": "^0.2.1",
"next-i18next": "^15.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/features/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"handlebars": "^4.7.7",
"jose": "^4.13.1",
"lru-cache": "^9.0.3",
"next-auth": "^4.22.1",
"next-auth": "^4.24.12",
"nodemailer": "^6.7.8",
"otplib": "^12.0.1"
}
Expand Down
40 changes: 25 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ __metadata:
lodash: ^4.17.21
luxon: ^3.4.4
nest-winston: ^1.9.4
next-auth: ^4.22.1
next-auth: ^4.24.12
node-mocks-http: ^1.16.2
passport: ^0.7.0
passport-jwt: ^4.0.1
Expand Down Expand Up @@ -3140,7 +3140,7 @@ __metadata:
handlebars: ^4.7.7
jose: ^4.13.1
lru-cache: ^9.0.3
next-auth: ^4.22.1
next-auth: ^4.24.12
nodemailer: ^6.7.8
otplib: ^12.0.1
languageName: unknown
Expand Down Expand Up @@ -4113,7 +4113,7 @@ __metadata:
module-alias: ^2.2.2
msw: ^0.42.3
next: ^15.3.0
next-auth: ^4.22.1
next-auth: ^4.24.12
next-axiom: ^0.17.0
next-collect: ^0.2.1
next-i18next: ^15.4.2
Expand Down Expand Up @@ -23025,7 +23025,7 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:^0.7.2":
"cookie@npm:^0.7.0, cookie@npm:^0.7.2":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 9bf8555e33530affd571ea37b615ccad9b9a34febbf2c950c86787088eb00a8973690833b0f8ebd6b69b753c62669ea60cec89178c1fb007bf0749abed74f93e
Expand Down Expand Up @@ -31915,13 +31915,20 @@ __metadata:
languageName: node
linkType: hard

"jose@npm:^4.11.4, jose@npm:^4.13.1":
"jose@npm:^4.13.1":
version: 4.13.1
resolution: "jose@npm:4.13.1"
checksum: 89be959573beee69bd443493887d78799fd42340b45afa2c6681beda30314bcdfa5575f6977203c199e4c3e0ec2fc18d3c94745e7f0d59db51dedfae0efee63d
languageName: node
linkType: hard

"jose@npm:^4.15.5":
version: 4.15.9
resolution: "jose@npm:4.15.9"
checksum: 41abe1c99baa3cf8a78ebbf93da8f8e50e417b7a26754c4afa21865d87527b8ac2baf66de2c5f6accc3f7d7158658dae7364043677236ea1d07895b040097f15
languageName: node
linkType: hard

"jose@npm:^5.0.0":
version: 5.10.0
resolution: "jose@npm:5.10.0"
Expand Down Expand Up @@ -35417,28 +35424,31 @@ __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.12":
version: 4.24.12
resolution: "next-auth@npm:4.24.12"
dependencies:
"@babel/runtime": ^7.20.13
"@panva/hkdf": ^1.0.2
cookie: ^0.5.0
jose: ^4.11.4
cookie: ^0.7.0
jose: ^4.15.5
oauth: ^0.9.15
openid-client: ^5.4.0
preact: ^10.6.3
preact-render-to-string: ^5.1.19
uuid: ^8.3.2
peerDependencies:
next: ^12.2.5 || ^13
nodemailer: ^6.6.5
react: ^17.0.2 || ^18
react-dom: ^17.0.2 || ^18
"@auth/core": 0.34.2
next: ^12.2.5 || ^13 || ^14 || ^15 || ^16
nodemailer: ^7.0.7
react: ^17.0.2 || ^18 || ^19
react-dom: ^17.0.2 || ^18 || ^19
peerDependenciesMeta:
"@auth/core":
optional: true
nodemailer:
optional: true
checksum: 42bae16b62bac4b3d215d991c7c964dfc071a84df32900a28d4cbc20d4b6a65689b3ba9f10633780a22ff0cbc420248d012614a5b0d82918f9bbb56f7f92f7c5
checksum: 50e8ddef4ee7ab2fdd071ac9ab4260f5a3ee83b8c63e402edca201d51c8dc118bd3ffe6c5c2f6a013867cd99c901eb4002a15bfbfa634c21db29de62f6af3a77
languageName: node
linkType: hard

Expand Down