From 1dd76514be54589ce74b8ca15b0911eed9a6a884 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2019 06:18:57 +0000 Subject: [PATCH] [Security] Bump symfony/mime from 4.3.6 to 4.4.0 Bumps [symfony/mime](https://github.com/symfony/mime) from 4.3.6 to 4.4.0. **This update includes a security fix.** - [Release notes](https://github.com/symfony/mime/releases) - [Changelog](https://github.com/symfony/mime/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/mime/compare/v4.3.6...v4.4.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index d563b45..ea21695 100644 --- a/composer.lock +++ b/composer.lock @@ -1484,7 +1484,7 @@ "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors" }, { - "name": "William Durand", + "name": "William DURAND", "email": "william.durand1@gmail.com" } ], @@ -1856,7 +1856,7 @@ "wkhtmltopdf" ], "support": { - "source": "https://github.com/AlexiZ/wkhtmltopdf-amd64/tree/master" + "source": "https://github.com/AlexiZ/wkhtmltopdf-amd64/tree/0.12.6" }, "time": "2019-08-18T16:04:07+00:00" }, @@ -3785,16 +3785,16 @@ }, { "name": "symfony/mime", - "version": "v4.3.6", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "3c0e197529da6e59b217615ba8ee7604df88b551" + "reference": "89da7b68b7149aab065c09b97f938753ab52831f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/3c0e197529da6e59b217615ba8ee7604df88b551", - "reference": "3c0e197529da6e59b217615ba8ee7604df88b551", + "url": "https://api.github.com/repos/symfony/mime/zipball/89da7b68b7149aab065c09b97f938753ab52831f", + "reference": "89da7b68b7149aab065c09b97f938753ab52831f", "shasum": "" }, "require": { @@ -3802,14 +3802,17 @@ "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, + "conflict": { + "symfony/mailer": "<4.4" + }, "require-dev": { "egulias/email-validator": "^2.1.10", - "symfony/dependency-injection": "~3.4|^4.1" + "symfony/dependency-injection": "^3.4|^4.1|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -3840,7 +3843,7 @@ "mime", "mime-type" ], - "time": "2019-10-30T12:58:49+00:00" + "time": "2019-11-13T07:39:40+00:00" }, { "name": "symfony/monolog-bundle",