diff --git a/apps/api/package.json b/apps/api/package.json index 0e643f0..e43a115 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -15,7 +15,7 @@ "@fastify/helmet": "^13.0.1", "@prisma/client": "^6.16.2", "bcrypt": "^6.0.0", - "better-auth": "^1.3.18", + "better-auth": "^1.3.33", "better-auth-localization": "^2.1.8", "dotenv": "^17.2.2", "fastify": "^5.6.1", diff --git a/apps/web/package.json b/apps/web/package.json index 4c292fb..89c38ff 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -15,7 +15,7 @@ "@mantine/notifications": "^8.3.2", "@tanstack/react-query": "^5.90.2", "@tanstack/react-query-devtools": "^5.90.2", - "better-auth": "^1.3.18", + "better-auth": "^1.3.33", "i18next": "^25.5.2", "i18next-browser-languagedetector": "^8.2.0", "react": "^19.1.1", diff --git a/yarn.lock b/yarn.lock index 6ad6702..b2bb5a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,17 +7,28 @@ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.3.tgz#75c5034b55ba868121668be5d5bb31cc64e6e61a" integrity sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA== -"@better-auth/core@1.3.18": - version "1.3.18" - resolved "https://registry.yarnpkg.com/@better-auth/core/-/core-1.3.18.tgz#e99fee9ea040b9be7b233a55a0ae5cab1b90e031" - integrity sha512-eVTpiyFOA70SecGuiXs2qxQq1oWbEiLJMpyOYF8HAHFXHH+iK0Ab8F0stdyJTTYOc9ydjFQgYXmbENG6JqQ3UA== +"@better-auth/core@1.3.33": + version "1.3.33" + resolved "https://registry.yarnpkg.com/@better-auth/core/-/core-1.3.33.tgz#b6c47e4346f7fe892e44f164ebc4f76bd710b567" + integrity sha512-QDJZwGbozYVwPIR+2Odrp+vhdSF+C4Eneh1vcoILbnQT6OdVT8egpMsa/ubisHgk7VY+P5idAE45sgdAvoG6Nw== + dependencies: + zod "^4.1.5" + +"@better-auth/telemetry@1.3.33": + version "1.3.33" + resolved "https://registry.yarnpkg.com/@better-auth/telemetry/-/telemetry-1.3.33.tgz#da58e32bb7edb58761a0ee85d3c57f488fe38aea" + integrity sha512-ayeMCH4Eo3/4La3qnoVtC5cen/I3jahUHPZmdZJWCr42oVU2045n+9HVJ62uD8Ag6+AjNxAK52uo8c0WLvhvow== + dependencies: + "@better-auth/core" "1.3.33" + "@better-auth/utils" "0.3.0" + "@better-fetch/fetch" "1.1.18" "@better-auth/utils@0.3.0", "@better-auth/utils@^0.3.0": version "0.3.0" resolved "https://registry.yarnpkg.com/@better-auth/utils/-/utils-0.3.0.tgz#066c5ce82bf393421547dd887b14a6899310003d" integrity sha512-W+Adw6ZA6mgvnSnhOki270rwJ42t4XzSK6YWGF//BbVXL6SwCLWfyzBc1lN2m/4RM28KubdBKQ4X5VMoLRNPQw== -"@better-fetch/fetch@^1.1.18", "@better-fetch/fetch@^1.1.4": +"@better-fetch/fetch@1.1.18", "@better-fetch/fetch@^1.1.4": version "1.1.18" resolved "https://registry.yarnpkg.com/@better-fetch/fetch/-/fetch-1.1.18.tgz#4ddc65a703c65e6036947ff335e635a5a38e6225" integrity sha512-rEFOE1MYIsBmoMJtQbl32PGHHXuG2hDxvEd7rUHE0vCBoFQVSDqaVs9hkZEtHCxRoY+CljXKFCOuJ8uxqw1LcA== @@ -908,14 +919,15 @@ better-auth-localization@^2.1.8: resolved "https://registry.yarnpkg.com/better-auth-localization/-/better-auth-localization-2.1.8.tgz#9f9cf442a569da758b38fd8b34941b940e0fdb5a" integrity sha512-cNjW0LsJtaKTKDJgvbtNf3XbJmi0Wf5htBrAN6BI30eb9e/dvIIt8l/0Y4ezT/f6Bmv0Ww6NoFaZt+zqaDzP0w== -better-auth@^1.3.18: - version "1.3.18" - resolved "https://registry.yarnpkg.com/better-auth/-/better-auth-1.3.18.tgz#3690b5f351fd7f029859b3d102057b7ddb1ebc9c" - integrity sha512-d4/Wlvvg8irDSblQP1KiLEWYppTlDiNXV9U4oP6D463MlMbMn7kbBcJvM6Us7M//rgi/mAzg5xKzuE3Y5B2NrQ== +better-auth@^1.3.33: + version "1.3.33" + resolved "https://registry.yarnpkg.com/better-auth/-/better-auth-1.3.33.tgz#b6aa9cc0ca445808d9532600d51fc636a2ae5db3" + integrity sha512-4jKI/rbpOh/Qu4puM6sMFvqzmp2sXiZdqqcIYI7fvdb27jBjVylRG7b4nhSHUbl4zXAgsb/FSMi2Jx2sy/5EbA== dependencies: - "@better-auth/core" "1.3.18" + "@better-auth/core" "1.3.33" + "@better-auth/telemetry" "1.3.33" "@better-auth/utils" "0.3.0" - "@better-fetch/fetch" "^1.1.18" + "@better-fetch/fetch" "1.1.18" "@noble/ciphers" "^2.0.0" "@noble/hashes" "^2.0.0" "@simplewebauthn/browser" "^13.1.2" @@ -2484,12 +2496,7 @@ yn@3.1.1: resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== -zod@^4.1.11: +zod@^4.1.11, zod@^4.1.5: version "4.1.11" resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.11.tgz#4aab62f76cfd45e6c6166519ba31b2ea019f75f5" integrity sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg== - -zod@^4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.5.tgz#7a21fc3178928ede50a28f7d0db4414c4cdb0161" - integrity sha512-rcUUZqlLJgBC33IT3PNMgsCq6TzLQEG/Ei/KTCU0PedSWRMAXoOUN+4t/0H+Q8bdnLPdqUYnvboJT0bn/229qg==