From a5500debda32f1afccba357f6af61607155af064 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 11 May 2016 14:19:05 +0200 Subject: [PATCH] Composer update colorbox and phpmailer to newest versions --- Changelog | 1 + composer.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Changelog b/Changelog index 048236e7b..a59728ca5 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2016-05-11 DariusIII + * Upd: Composer update colorbox and phpmailer to newest versions * Upd: Split UPDATE and DELETE query after NZB is created for release * Fix: Add patch to modify binaries table partcheck column. * Fix: Fix createGUID function call in release creation process. diff --git a/composer.lock b/composer.lock index e1905cb01..dd05bc468 100644 --- a/composer.lock +++ b/composer.lock @@ -304,16 +304,16 @@ }, { "name": "bower-asset/colorbox", - "version": "1.6.3", + "version": "1.6.4", "source": { "type": "git", "url": "https://github.com/jackmoore/colorbox.git", - "reference": "d9b74f2289b315c36b2e4b2bce01a799bf851aed" + "reference": "bac78120c6ca9e63370cc317ab6f400129cd6608" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jackmoore/colorbox/zipball/d9b74f2289b315c36b2e4b2bce01a799bf851aed", - "reference": "d9b74f2289b315c36b2e4b2bce01a799bf851aed", + "url": "https://api.github.com/repos/jackmoore/colorbox/zipball/bac78120c6ca9e63370cc317ab6f400129cd6608", + "reference": "bac78120c6ca9e63370cc317ab6f400129cd6608", "shasum": "" }, "require": { @@ -1420,16 +1420,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v5.2.14", + "version": "v5.2.15", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "e774bc9152de85547336e22b8926189e582ece95" + "reference": "d0186171b28af4f06ac2ad8a84a8f3d6cbc3ba6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e774bc9152de85547336e22b8926189e582ece95", - "reference": "e774bc9152de85547336e22b8926189e582ece95", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d0186171b28af4f06ac2ad8a84a8f3d6cbc3ba6c", + "reference": "d0186171b28af4f06ac2ad8a84a8f3d6cbc3ba6c", "shasum": "" }, "require": { @@ -1440,8 +1440,7 @@ "phpunit/phpunit": "4.7.*" }, "suggest": { - "league/oauth2-client": "Needed for XOAUTH2 authentication", - "league/oauth2-google": "Needed for Gmail XOAUTH2" + "league/oauth2-google": "Needed for Google XOAUTH2 authentication" }, "type": "library", "autoload": { @@ -1477,7 +1476,7 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2015-11-01 10:15:28" + "time": "2016-05-10 18:39:36" }, { "name": "smarty/smarty",