diff --git a/package-lock.json b/package-lock.json index 0247cac..a6443e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "chart.js": "^4.3.0", "next": "^13.5.4", "next-auth": "^4.23.2", - "nodemailer": "^6.9.3", + "nodemailer": "^6.9.7", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", @@ -3104,9 +3104,9 @@ } }, "node_modules/nodemailer": { - "version": "6.9.6", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.6.tgz", - "integrity": "sha512-s7pDtWwe5fLMkQUhw8TkWB/wnZ7SRdd9HRZslq/s24hlZvBP3j32N/ETLmnqTpmj4xoBZL9fOWyCIZ7r2HORHg==", + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.7.tgz", + "integrity": "sha512-rUtR77ksqex/eZRLmQ21LKVH5nAAsVicAtAYudK7JgwenEDZ0UIQ1adUGqErz7sMkWYxWTTU1aeP2Jga6WQyJw==", "engines": { "node": ">=6.0.0" } diff --git a/package.json b/package.json index 9f75056..f82591a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "chart.js": "^4.3.0", "next": "^13.5.4", "next-auth": "^4.23.2", - "nodemailer": "^6.9.3", + "nodemailer": "^6.9.7", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0",