From 0da206dbe9ad2211861fd7057962e40596258955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:09:14 +0000 Subject: [PATCH] Bump nodemailer from 6.1.1 to 7.0.11 in /20190520/bidding-list Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.1.1 to 7.0.11. - [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.1.1...v7.0.11) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 7.0.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 20190520/bidding-list/package.json | 2 +- 20190520/bidding-list/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/20190520/bidding-list/package.json b/20190520/bidding-list/package.json index 5199ebe..3cef201 100644 --- a/20190520/bidding-list/package.json +++ b/20190520/bidding-list/package.json @@ -1,7 +1,7 @@ { "dependencies": { "node-cron": "^2.0.3", - "nodemailer": "^6.1.1", + "nodemailer": "^7.0.11", "puppeteer": "^1.16.0" }, "name": "bidding-list", diff --git a/20190520/bidding-list/yarn.lock b/20190520/bidding-list/yarn.lock index 1830d05..90253cb 100644 --- a/20190520/bidding-list/yarn.lock +++ b/20190520/bidding-list/yarn.lock @@ -187,10 +187,10 @@ node-cron@^2.0.3: opencollective-postinstall "^2.0.0" tz-offset "0.0.1" -nodemailer@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.1.1.tgz#09e88ef4b3646f01089c5d84d007b872141fb575" - integrity sha512-/x5MRIh56VyuuhLfcz+DL2SlBARpZpgQIf2A4Ao4hMb69MHSgDIMPwYmFwesGT1lkRDZ0eBSoym5+JoIZ3N+cQ== +nodemailer@^7.0.11: + version "7.0.11" + resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-7.0.11.tgz#5f7b06afaec20073cff36bea92d1c7395cc3e512" + integrity sha512-gnXhNRE0FNhD7wPSCGhdNh46Hs6nm+uTyg+Kq0cZukNQiYdnCsoQjodNP9BQVG9XrcK/v6/MgpAPBUFyzh9pvw== once@^1.3.0: version "1.4.0"