From 0a0582e34bc180e5db3d8f5718d20778e5a1da29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:25:09 +0000 Subject: [PATCH] chore(deps): bump next-auth from 4.24.14 to 4.24.15 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] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 216f721..0ec55c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "exifreader": "^4.41.0", "gsap": "^3.15.0", "next": "^16.2.11", - "next-auth": "^4.24.14", + "next-auth": "^4.24.15", "next-themes": "^0.4.6", "pg-connection-string": "^2.14.0", "react": "^19.2.7", @@ -13149,9 +13149,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", @@ -13162,7 +13162,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", diff --git a/package.json b/package.json index 6182450..8df8f86 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "exifreader": "^4.41.0", "gsap": "^3.15.0", "next": "^16.2.11", - "next-auth": "^4.24.14", + "next-auth": "^4.24.15", "next-themes": "^0.4.6", "pg-connection-string": "^2.14.0", "react": "^19.2.7",