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