From 19c49577cf41954ec57d0f9596d27a56e557d41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:10:45 +0000 Subject: [PATCH] chore(deps): Bump next-auth from 4.24.13 to 4.24.14 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.13 to 4.24.14. - [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.14) --- updated-dependencies: - dependency-name: next-auth dependency-version: 4.24.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 797aef3..ea06075 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "ioredis": "^5.8.2", "lucide-react": "^1.23.0", "next": "^16.1.1", - "next-auth": "^4.24.7", + "next-auth": "^4.24.14", "qs": "^6.14.1", "react": "^19.2.3", "react-chartjs-2": "^5.3.1", @@ -11081,9 +11081,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.14", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.14.tgz", + "integrity": "sha512-YRz6xFDXKUwiXSMMChbrBEWyFktZ1qZXEgeSHQQ3nsy08B4c/xLk6REeutRsIFwkjY/1+ShHnu07DN3JeJguig==", "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/package.json b/package.json index 41dab2c..ba3b94b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "ioredis": "^5.8.2", "lucide-react": "^1.23.0", "next": "^16.1.1", - "next-auth": "^4.24.7", + "next-auth": "^4.24.14", "qs": "^6.14.1", "react": "^19.2.3", "react-chartjs-2": "^5.3.1",