From 6f1278d2fdc9ba2a56d3777203efb7b8540c44fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:19:33 +0000 Subject: [PATCH] Bump next-auth from 4.24.11 to 4.24.12 in /torchci Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.11 to 4.24.12. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.11...next-auth@4.24.12) --- updated-dependencies: - dependency-name: next-auth dependency-version: 4.24.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- torchci/package.json | 2 +- torchci/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/torchci/package.json b/torchci/package.json index 36ecb62a36..22a74075ff 100644 --- a/torchci/package.json +++ b/torchci/package.json @@ -50,7 +50,7 @@ "minimatch": "^9.0.3", "minimist": "^1.2.6", "next": "15.5.0", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "octokit": "^1.7.1", "pino-std-serializers": "^7.0.0", "probot": "^12.3.3", diff --git a/torchci/yarn.lock b/torchci/yarn.lock index 67f9c28037..b8bf61a98c 100644 --- a/torchci/yarn.lock +++ b/torchci/yarn.lock @@ -7335,10 +7335,10 @@ neo-async@^2.6.0: resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -next-auth@^4.24.11: - version "4.24.11" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.11.tgz#16eeb76d37fbc8fe887561b454f8167f490c381f" - integrity sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw== +next-auth@^4.24.12: + version "4.24.12" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.12.tgz#39574c0845a100f0e64f7d214940bed1bae6abac" + integrity sha512-wooJAL5Md9Fn2UwUI2qN9TY/+k8HJGRyi3TdSt/xHfDTtdpPxDqmo4v8hUrKGb+d66FB/rYy9RutA/9EeJrK0Q== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"