From c990ac33d3f2d30f1d0ff9c43029852d6332ae62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:27:38 +0000 Subject: [PATCH] Bump nodemailer from 6.9.2 to 6.9.9 in /configuration-api Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.2 to 6.9.9. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.2...v6.9.9) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- configuration-api/package-lock.json | 8 ++++---- configuration-api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"