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",