diff --git a/apps/chat/package-lock.json b/apps/chat/package-lock.json index 8cfef69..45d5c41 100644 --- a/apps/chat/package-lock.json +++ b/apps/chat/package-lock.json @@ -8,9 +8,9 @@ "name": "chat", "version": "0.1.0", "dependencies": { - "@auth/core": "^0.41.2", + "@auth/core": "^0.41.3", "next": "16.2.6", - "next-auth": "^5.0.0-beta.31", + "next-auth": "^5.0.0-beta.32", "next-intl": "^4.12.0", "react": "19.2.6", "react-dom": "19.2.6", @@ -42,9 +42,9 @@ } }, "node_modules/@auth/core": { - "version": "0.41.2", - "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.41.2.tgz", - "integrity": "sha512-Hx5MNBxN2fJTbJKGUKAA0wca43D0Akl3TvufY54Gn8lop7F+34vU1zA1pn0vQfIoVuLIrpfc2nkyjwIaPJMW7w==", + "version": "0.41.3", + "resolved": "https://registry.npmjs.org/@auth/core/-/core-0.41.3.tgz", + "integrity": "sha512-sJ3JMHHkXMD3aOjopv7mOBTO1Ocw4b0fAEXJBz6k7YHLpYQI6C40jCUPc5fNvUKxXRXNE1/sRISA15UrwWJBTw==", "license": "ISC", "dependencies": { "@panva/hkdf": "^1.2.1", @@ -56,7 +56,7 @@ "peerDependencies": { "@simplewebauthn/browser": "^9.0.1", "@simplewebauthn/server": "^9.0.2", - "nodemailer": "^7.0.7" + "nodemailer": "^7.0.7 || ^8.0.5" }, "peerDependenciesMeta": { "@simplewebauthn/browser": { @@ -6873,18 +6873,18 @@ } }, "node_modules/next-auth": { - "version": "5.0.0-beta.31", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.31.tgz", - "integrity": "sha512-1OBgCKPzo+S7UWWMp3xgvGvIJ0OpV7B3vR4ZDRqD9a4Ch+OT6dakLXG9ivhtmIWVa71nTSXattOHyCg8sNi8/Q==", + "version": "5.0.0-beta.32", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-5.0.0-beta.32.tgz", + "integrity": "sha512-CGlChIEWZ6LltNVxrE5yiySMID+Idpmry47JYA5lLwgD8Sx02a8M65VL0TWVz9nbnOioS/tCW/rP/0+mE7Qp4Q==", "license": "ISC", "dependencies": { - "@auth/core": "0.41.2" + "@auth/core": "0.41.3" }, "peerDependencies": { "@simplewebauthn/browser": "^9.0.1", "@simplewebauthn/server": "^9.0.2", "next": "^14.0.0-0 || ^15.0.0 || ^16.0.0", - "nodemailer": "^7.0.7", + "nodemailer": "^7.0.7 || ^8.0.5", "react": "^18.2.0 || ^19.0.0" }, "peerDependenciesMeta": { diff --git a/apps/chat/package.json b/apps/chat/package.json index 143d778..d74c5f4 100644 --- a/apps/chat/package.json +++ b/apps/chat/package.json @@ -9,9 +9,9 @@ "lint": "eslint" }, "dependencies": { - "@auth/core": "^0.41.2", + "@auth/core": "^0.41.3", "next": "16.2.6", - "next-auth": "^5.0.0-beta.31", + "next-auth": "^5.0.0-beta.32", "next-intl": "^4.12.0", "react": "19.2.6", "react-dom": "19.2.6",