diff --git a/Changelog b/Changelog index 6b56cb8b9..547aa9254 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-06-19 DariusIII + * Chg: Update laravelcollective/html to version 5.6.10 * Chg: Update migrations for releases table, imdbid column is changed to varchar(15), add script to convert existing data 2018-06-18 DariusIII * Chg: Remove decrypt_hashes.php diff --git a/composer.lock b/composer.lock index eebeb9f1c..f6d15b8be 100644 --- a/composer.lock +++ b/composer.lock @@ -3659,16 +3659,16 @@ }, { "name": "laravelcollective/html", - "version": "v5.6.9", + "version": "v5.6.10", "source": { "type": "git", "url": "https://github.com/LaravelCollective/html.git", - "reference": "fda9d3dad85ecea609ef9c6323d6923536cf5643" + "reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/LaravelCollective/html/zipball/fda9d3dad85ecea609ef9c6323d6923536cf5643", - "reference": "fda9d3dad85ecea609ef9c6323d6923536cf5643", + "url": "https://api.github.com/repos/LaravelCollective/html/zipball/974605fcd22a7e4d19f0b2ef635a0d1d7400387d", + "reference": "974605fcd22a7e4d19f0b2ef635a0d1d7400387d", "shasum": "" }, "require": { @@ -3723,7 +3723,7 @@ ], "description": "HTML and Form Builders for the Laravel Framework", "homepage": "https://laravelcollective.com", - "time": "2018-05-30T16:09:07+00:00" + "time": "2018-06-18T15:04:16+00:00" }, { "name": "league/csv",