diff --git a/configuration-api/package-lock.json b/configuration-api/package-lock.json index a693f55..04e6b7e 100644 --- a/configuration-api/package-lock.json +++ b/configuration-api/package-lock.json @@ -18,7 +18,7 @@ "jwks-rsa": "^2.1.4", "logops": "^2.1.2", "mongoose": "^6.2.11", - "nodemailer": "^6.9.2", + "nodemailer": "^6.9.9", "passport": "^0.6.0", "passport-jwt": "^4.0.0", "uid": "^2.0.1" @@ -4247,9 +4247,9 @@ } }, "node_modules/nodemailer": { - "version": "6.9.2", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.2.tgz", - "integrity": "sha512-4+TYaa/e1nIxQfyw/WzNPYTEZ5OvHIDEnmjs4LPmIfccPQN+2CYKmGHjWixn/chzD3bmUTu5FMfpltizMxqzdg==", + "version": "6.9.9", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz", + "integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==", "engines": { "node": ">=6.0.0" } diff --git a/configuration-api/package.json b/configuration-api/package.json index 47a9d4b..29f0e5c 100644 --- a/configuration-api/package.json +++ b/configuration-api/package.json @@ -26,7 +26,7 @@ "jwks-rsa": "^2.1.4", "logops": "^2.1.2", "mongoose": "^6.2.11", - "nodemailer": "^6.9.2", + "nodemailer": "^6.9.9", "passport": "^0.6.0", "passport-jwt": "^4.0.0", "uid": "^2.0.1"