diff --git a/client/package-lock.json b/client/package-lock.json index f9202d3..c3cf747 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "azion-f", - "version": "0.9.2", + "version": "0.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "azion-f", - "version": "0.8.1", + "version": "0.9.4", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", @@ -60,7 +60,7 @@ "lucide-react": "^0.408.0", "meshline": "^3.3.1", "next": "^15.3.1", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "next-fonts": "^1.5.1", "next-i18next": "^15.4.0", "next-intl": "^3.26.1", @@ -12546,9 +12546,9 @@ } }, "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", @@ -12563,8 +12563,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/client/package.json b/client/package.json index 5608faa..2b8ecac 100644 --- a/client/package.json +++ b/client/package.json @@ -62,7 +62,7 @@ "lucide-react": "^0.408.0", "meshline": "^3.3.1", "next": "^15.3.1", - "next-auth": "^4.24.11", + "next-auth": "^4.24.12", "next-fonts": "^1.5.1", "next-i18next": "^15.4.0", "next-intl": "^3.26.1",