From ccf0a6799207b6ef2370632dd4f182b04bac71ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:36:20 +0000 Subject: [PATCH] ci: bump next-auth from 4.24.14 to 4.24.15 in /frontend Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.14 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.14...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] --- frontend/package-lock.json | 23 ++++++++++++++++++----- frontend/package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7612037f..5c3476fa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "geist": "^1.7.2", "jose": "^5.9.6", "next": "^15.5.12", - "next-auth": "^4.24.10", + "next-auth": "^4.24.15", "next-contentlayer": "^0.3.1", "openai": "^5.15.0", "react": "^19.0.0", @@ -9170,9 +9170,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.14", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.14.tgz", - "integrity": "sha512-YRz6xFDXKUwiXSMMChbrBEWyFktZ1qZXEgeSHQQ3nsy08B4c/xLk6REeutRsIFwkjY/1+ShHnu07DN3JeJguig==", + "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", @@ -9183,7 +9183,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", @@ -9210,6 +9210,19 @@ "url": "https://github.com/sponsors/panva" } }, + "node_modules/next-auth/node_modules/uuid": { + "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/esm/bin/uuid" + } + }, "node_modules/next-contentlayer": { "version": "0.3.4", "resolved": "https://registry.npmjs.org/next-contentlayer/-/next-contentlayer-0.3.4.tgz", diff --git a/frontend/package.json b/frontend/package.json index 0c245459..cd61b42f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "geist": "^1.7.2", "jose": "^5.9.6", "next": "^15.5.12", - "next-auth": "^4.24.10", + "next-auth": "^4.24.15", "next-contentlayer": "^0.3.1", "openai": "^5.15.0", "react": "^19.0.0",