diff --git a/package-lock.json b/package-lock.json index 53b4a5d..d7baf61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "js-yaml": "^4", "lucide-react": "^0.577", "next": "^16", - "nodemailer": "^8.0.4", + "nodemailer": "^8.0.5", "otplib": "^13.4.0", "passport": "^0.7.0", "passport-github2": "^0.1.12", @@ -9619,9 +9619,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.4.tgz", - "integrity": "sha512-k+jf6N8PfQJ0Fe8ZhJlgqU5qJU44Lpvp2yvidH3vp1lPnVQMgi4yEEMPXg5eJS1gFIJTVq1NHBk7Ia9ARdSBdQ==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.5.tgz", + "integrity": "sha512-0PF8Yb1yZuQfQbq+5/pZJrtF6WQcjTd5/S4JOHs9PGFxuTqoB/icwuB44pOdURHJbRKX1PPoJZtY7R4VUoCC8w==", "license": "MIT-0", "engines": { "node": ">=6.0.0" diff --git a/package.json b/package.json index 1bfb411..ea38697 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "js-yaml": "^4", "lucide-react": "^0.577", "next": "^16", - "nodemailer": "^8.0.4", + "nodemailer": "^8.0.5", "otplib": "^13.4.0", "passport": "^0.7.0", "passport-github2": "^0.1.12",