From 2cd488d2675df7fbcafa8840a09e7c255ac09715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 18:23:18 +0000 Subject: [PATCH] Bump phpmailer/phpmailer from 6.0.7 to 6.1.6 in /kirby Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.0.7 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.0.7...v6.1.6) Signed-off-by: dependabot[bot] --- kirby/composer.json | 2 +- kirby/composer.lock | 30 +++++++++++++----------------- 2 files changed, 14 insertions(+), 18 deletions(-) mode change 100755 => 100644 kirby/composer.json mode change 100755 => 100644 kirby/composer.lock diff --git a/kirby/composer.json b/kirby/composer.json old mode 100755 new mode 100644 index 45721c7..6693455 --- a/kirby/composer.json +++ b/kirby/composer.json @@ -27,7 +27,7 @@ "mustangostang/spyc": "0.6.2", "michelf/php-smartypants": "1.8.1", "claviska/simpleimage": "3.3.3", - "phpmailer/phpmailer": "6.0.7", + "phpmailer/phpmailer": "6.1.6", "filp/whoops": "2.3.1", "true/punycode": "2.1.1", "laminas/laminas-escaper": "2.6.0" diff --git a/kirby/composer.lock b/kirby/composer.lock old mode 100755 new mode 100644 index fa1e88a..5a14e51 --- a/kirby/composer.lock +++ b/kirby/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": "75d7a57ba26b69913bbde61153e82d78", + "content-hash": "b111bfa1126b0716987cdd04eb15cf00", "packages": [ { "name": "claviska/simpleimage", @@ -401,16 +401,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.0.7", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59" + "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59", - "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", + "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3", "shasum": "" }, "require": { @@ -419,13 +419,9 @@ "php": ">=5.5.0" }, "require-dev": { - "doctrine/annotations": "1.2.*", + "doctrine/annotations": "^1.2", "friendsofphp/php-cs-fixer": "^2.2", - "phpdocumentor/phpdocumentor": "2.*", - "phpunit/phpunit": "^4.8 || ^5.7", - "zendframework/zend-eventmanager": "3.0.*", - "zendframework/zend-i18n": "2.7.3", - "zendframework/zend-serializer": "2.7.*" + "phpunit/phpunit": "^4.8 || ^5.7" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", @@ -443,17 +439,17 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "LGPL-2.1-only" ], "authors": [ - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" @@ -463,7 +459,7 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2019-02-01T15:04:28+00:00" + "time": "2020-05-27T12:24:03+00:00" }, { "name": "psr/log",