diff --git a/package-lock.json b/package-lock.json index 0bbf160..c522ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "lucide-react": "^1.25.0", "next": "^16.2.11", "next-auth": "^5.0.0-beta.31", - "nodemailer": "^9.0.3", + "nodemailer": "^9.0.5", "pino": "^10.3.1", "prisma": "^6.19.2", "react": "19.2.7", @@ -8888,9 +8888,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.3.tgz", - "integrity": "sha512-n+YP+NKwR5zRWa60k3GiQ6Q3B4KXCoAw40dAKeCtYn020iNN74aWK2liXIC3ZEATeGql7we3tE3t8QwhY0eskw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.5.tgz", + "integrity": "sha512-wvjiKvjczmsN7U/8006JOdXubgBk2XFAbioDMbT+sM7cPs0QrhJTa6KBRX7P5REGGkDcLUz/EarWidb8G8C1jQ==", "license": "MIT-0", "engines": { "node": ">=6.0.0" diff --git a/package.json b/package.json index 22b7946..97530a7 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lucide-react": "^1.25.0", "next": "^16.2.11", "next-auth": "^5.0.0-beta.31", - "nodemailer": "^9.0.3", + "nodemailer": "^9.0.5", "pino": "^10.3.1", "prisma": "^6.19.2", "react": "19.2.7",