diff --git a/package-lock.json b/package-lock.json index f5125a6..497f71b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-next": "15.1.2", "mongoose": "^8.9.1", "next": "^15.1.2", - "next-auth": "^4.24.10", + "next-auth": "^4.24.11", "postcss": "^8.4.49", "react": "18.3.1", "react-big-calendar": "^1.17.1", @@ -6409,9 +6409,9 @@ } }, "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==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -6427,8 +6427,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 9e34cc5..f711b9b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-config-next": "15.1.2", "mongoose": "^8.9.1", "next": "^15.1.2", - "next-auth": "^4.24.10", + "next-auth": "^4.24.11", "postcss": "^8.4.49", "react": "18.3.1", "react-big-calendar": "^1.17.1",