From c20f620fbb149b013fe0ea5bed6bc422e7b56ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 16:13:51 -0700 Subject: [PATCH] Bump phpmailer/phpmailer from 6.1.5 to 6.1.6 (#3567) Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.1.5...v6.1.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3a56b3a87..4197f169c 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "paragonie/multi-factor": "0.2.2", "particle/validator": "2.3.4", "pear/archive_tar": "1.4.9", - "phpmailer/phpmailer": "6.1.5", + "phpmailer/phpmailer": "6.1.6", "phpoffice/phpspreadsheet": "1.11.0", "phpseclib/phpseclib": "2.0.27", "ramsey/uuid": "4.0.1", diff --git a/composer.lock b/composer.lock index e2f544385..71c5be007 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "30ff491bec06382ec09542115f1d3a33", + "content-hash": "0994caa7f62c30b962158f7b77ebf4aa", "packages": [ { "name": "academe/authorizenet-objects", @@ -5227,16 +5227,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.1.5", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "a8bf068f64a580302026e484ee29511f661b2ad3" + "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3", - "reference": "a8bf068f64a580302026e484ee29511f661b2ad3", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", + "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", "shasum": "" }, "require": { @@ -5285,7 +5285,7 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2020-03-14T14:23:48+00:00" + "time": "2020-05-27T12:24:03+00:00" }, { "name": "phpoffice/phpspreadsheet", -- 2.11.4.GIT