diff --git a/ocss-frontend/package-lock.json b/ocss-frontend/package-lock.json index 6ec9d0898..2e8bf4962 100644 --- a/ocss-frontend/package-lock.json +++ b/ocss-frontend/package-lock.json @@ -44,7 +44,7 @@ "lodash": "^4.17.21", "lucide-react": "^0.363.0", "next": "^14.2.32", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "next-themes": "^0.2.1", "openapi-fetch": "^0.9.3", "react": "^18.2.0", @@ -8500,9 +8500,10 @@ } }, "node_modules/next-auth": { - "version": "4.24.11", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz", - "integrity": "sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==", + "version": "4.24.12", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.12.tgz", + "integrity": "sha512-wooJAL5Md9Fn2UwUI2qN9TY/+k8HJGRyi3TdSt/xHfDTtdpPxDqmo4v8hUrKGb+d66FB/rYy9RutA/9EeJrK0Q==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -8516,8 +8517,8 @@ }, "peerDependencies": { "@auth/core": "0.34.2", - "next": "^12.2.5 || ^13 || ^14 || ^15", - "nodemailer": "^6.6.5", + "next": "^12.2.5 || ^13 || ^14 || ^15 || ^16", + "nodemailer": "^7.0.7", "react": "^17.0.2 || ^18 || ^19", "react-dom": "^17.0.2 || ^18 || ^19" }, diff --git a/ocss-frontend/package.json b/ocss-frontend/package.json index 3bff1d86b..492c079b3 100644 --- a/ocss-frontend/package.json +++ b/ocss-frontend/package.json @@ -54,7 +54,7 @@ "lodash": "^4.17.21", "lucide-react": "^0.363.0", "next": "^14.2.32", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "next-themes": "^0.2.1", "openapi-fetch": "^0.9.3", "react": "^18.2.0",