From d0ace7aad6a55066c24747f484d7fd5428fe2ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:28:20 +0000 Subject: [PATCH] fix(deps-dev): bump nodemailer from 6.9.4 to 6.9.6 Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.4 to 6.9.6. - [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.4...v6.9.6) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2621620..84d848d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "env-cmd": "^10.1.0", "nightwatch": "^3.1.2", "sops-wrapper": "^1.0.0", - "nodemailer": "^6.9.4" + "nodemailer": "^6.9.6" } } diff --git a/yarn.lock b/yarn.lock index 3064bce..064daa9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1318,10 +1318,10 @@ node-gyp-build@^4.2.2: resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== -nodemailer@^6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.4.tgz#93bd4a60eb0be6fa088a0483340551ebabfd2abf" - integrity sha512-CXjQvrQZV4+6X5wP6ZIgdehJamI63MFoYFGGPtHudWym9qaEHDNdPzaj5bfMCvxG1vhAileSWW90q7nL0N36mA== +nodemailer@^6.9.6: + version "6.9.6" + resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.9.6.tgz#5a38a2a4d9fb1e349542a138f9e2d5c760a663ed" + integrity sha512-s7pDtWwe5fLMkQUhw8TkWB/wnZ7SRdd9HRZslq/s24hlZvBP3j32N/ETLmnqTpmj4xoBZL9fOWyCIZ7r2HORHg== normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0"