diff --git a/package-lock.json b/package-lock.json index a7d3445f..4fc8c856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "lucide-react": "^0.451.0", "nanoid": "^5.0.7", "next": "^14.2.21", - "next-auth": "^4.24.9", + "next-auth": "^4.24.11", "next-safe-action": "^7.9.4", "next-themes": "^0.3.0", "nodemailer": "^6.9.14", @@ -16052,9 +16052,10 @@ } }, "node_modules/next-auth": { - "version": "4.24.10", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.10.tgz", - "integrity": "sha512-8NGqiRO1GXBcVfV8tbbGcUgQkAGsX4GRzzXXea4lDikAsJtD5KiEY34bfhUOjHLvr6rT6afpcxw2H8EZqOV6aQ==", + "version": "4.24.11", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz", + "integrity": "sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -16070,8 +16071,8 @@ "@auth/core": "0.34.2", "next": "^12.2.5 || ^13 || ^14 || ^15", "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18", - "react-dom": "^17.0.2 || ^18" + "react": "^17.0.2 || ^18 || ^19", + "react-dom": "^17.0.2 || ^18 || ^19" }, "peerDependenciesMeta": { "@auth/core": { diff --git a/package.json b/package.json index 544b106a..beb09a2c 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "lucide-react": "^0.451.0", "nanoid": "^5.0.9", "next": "^14.2.21", - "next-auth": "^4.24.9", + "next-auth": "^4.24.11", "next-safe-action": "^7.9.4", "next-themes": "^0.3.0", "nodemailer": "^6.9.14",