From 99d8fc5319c27a09798d7a4f0bd6f952fd8a336b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:50:36 +0000 Subject: [PATCH] Bump next-auth in /benchmarks/furever/environment Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.13 to 4.24.15. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.13...next-auth@4.24.15) --- updated-dependencies: - dependency-name: next-auth dependency-version: 4.24.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../furever/environment/package-lock.json | 22 +++++++++++-------- benchmarks/furever/environment/package.json | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/benchmarks/furever/environment/package-lock.json b/benchmarks/furever/environment/package-lock.json index 7dc095d1..32b50967 100644 --- a/benchmarks/furever/environment/package-lock.json +++ b/benchmarks/furever/environment/package-lock.json @@ -34,7 +34,7 @@ "micro-cors": "0.1.1", "mongoose": "6.13.6", "next": "14.2.35", - "next-auth": "4.24.13", + "next-auth": "4.24.15", "random-words": "2.0.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -8100,9 +8100,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.13", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.13.tgz", - "integrity": "sha512-sgObCfcfL7BzIK76SS5TnQtc3yo2Oifp/yIpfv6fMfeBOiBJkDWF3A2y9+yqnmJ4JKc2C+nMjSjmgDeTwgN1rQ==", + "version": "4.24.15", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.15.tgz", + "integrity": "sha512-NnjYtjrSOAx/TIVFGTX4IfI/9yHnNpi4B7FuLUwuV20v2Zxgr2OGP/YN0ynJuI7y8QOnTBPitfOdEXZrVvhIuA==", "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", @@ -8113,7 +8113,7 @@ "openid-client": "^5.4.0", "preact": "^10.6.3", "preact-render-to-string": "^5.1.19", - "uuid": "^8.3.2" + "uuid": "^11.1.1" }, "peerDependencies": { "@auth/core": "0.34.3", @@ -10579,12 +10579,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/webidl-conversions": { diff --git a/benchmarks/furever/environment/package.json b/benchmarks/furever/environment/package.json index 9571dae7..a8dca319 100644 --- a/benchmarks/furever/environment/package.json +++ b/benchmarks/furever/environment/package.json @@ -39,7 +39,7 @@ "micro-cors": "0.1.1", "mongoose": "6.13.6", "next": "14.2.35", - "next-auth": "4.24.13", + "next-auth": "4.24.15", "random-words": "2.0.1", "react": "18.3.1", "react-dom": "18.3.1",