diff --git a/auth/package-lock.json b/auth/package-lock.json index 82975d970..83e4d73f6 100644 --- a/auth/package-lock.json +++ b/auth/package-lock.json @@ -993,9 +993,9 @@ "integrity": "sha512-B9EoJFjhqcQ9OmQrNorItO+OwEOORNn3S31WuiHvZY/dm9ajkB7AKD/8toessEtHHNL+58jofbq7hMMY9v4yig==" }, "@types/nodemailer": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-6.4.4.tgz", - "integrity": "sha512-Ksw4t7iliXeYGvIQcSIgWQ5BLuC/mljIEbjf615svhZL10PE9t+ei8O9gDaD3FPCasUJn9KTLwz2JFJyiiyuqw==", + "version": "6.4.24", + "resolved": "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-6.4.24.tgz", + "integrity": "sha512-Ww4u0rT9wQNXh4JiQaIwx3QWdcOFXzOjQA2zc+jtFYNmQiT4mIUqcDin51bDFdkzKubFnQCZNK7FIHlPKQ/q9w==", "dev": true, "requires": { "@types/node": "*" diff --git a/auth/package.json b/auth/package.json index 85dff326b..dd7267e0a 100644 --- a/auth/package.json +++ b/auth/package.json @@ -41,7 +41,7 @@ "@types/express": "4.17.13", "@types/mongoose": "5.11.96", "@types/node": "14.18.18", - "@types/nodemailer": "6.4.4", + "@types/nodemailer": "6.4.24", "@types/supertest": "2.0.12", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0",