composer update && npm update

This commit is contained in:
Jonny Barnes 2018-01-15 15:17:43 +00:00
parent f4a8abcba2
commit 0c1ee407fd
15 changed files with 54 additions and 54 deletions

44
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "3.48.12",
"version": "3.48.13",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "c7f3148d537db877e9b4b63308d61f52eaa253bc"
"reference": "e083a4dae6f460df1d02dcd827cf547592f5dc29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c7f3148d537db877e9b4b63308d61f52eaa253bc",
"reference": "c7f3148d537db877e9b4b63308d61f52eaa253bc",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e083a4dae6f460df1d02dcd827cf547592f5dc29",
"reference": "e083a4dae6f460df1d02dcd827cf547592f5dc29",
"shasum": ""
},
"require": {
@ -84,7 +84,7 @@
"s3",
"sdk"
],
"time": "2018-01-11T20:40:29+00:00"
"time": "2018-01-12T21:20:32+00:00"
},
{
"name": "barnabywalters/mf-cleaner",
@ -182,16 +182,16 @@
},
{
"name": "cakephp/chronos",
"version": "1.1.3",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/cakephp/chronos.git",
"reference": "56d98330d366a469745848b07540373846c40561"
"reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/chronos/zipball/56d98330d366a469745848b07540373846c40561",
"reference": "56d98330d366a469745848b07540373846c40561",
"url": "https://api.github.com/repos/cakephp/chronos/zipball/85bcaea6a832684b32ef54b2487b0c14a172e9e6",
"reference": "85bcaea6a832684b32ef54b2487b0c14a172e9e6",
"shasum": ""
},
"require": {
@ -235,7 +235,7 @@
"datetime",
"time"
],
"time": "2017-12-25T22:42:18+00:00"
"time": "2018-01-13T12:19:50+00:00"
},
{
"name": "cocur/slugify",
@ -1891,16 +1891,16 @@
},
{
"name": "laravel/framework",
"version": "v5.5.28",
"version": "v5.5.29",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "cfafae1f2043208390a7c984e3070696f4969605"
"reference": "c58b6ff96fb56cc92e24545870be13cdcfcbc43a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/cfafae1f2043208390a7c984e3070696f4969605",
"reference": "cfafae1f2043208390a7c984e3070696f4969605",
"url": "https://api.github.com/repos/laravel/framework/zipball/c58b6ff96fb56cc92e24545870be13cdcfcbc43a",
"reference": "c58b6ff96fb56cc92e24545870be13cdcfcbc43a",
"shasum": ""
},
"require": {
@ -2021,7 +2021,7 @@
"framework",
"laravel"
],
"time": "2017-12-26T16:24:40+00:00"
"time": "2018-01-15T14:07:47+00:00"
},
{
"name": "laravel/horizon",
@ -3358,16 +3358,16 @@
},
{
"name": "ramsey/uuid",
"version": "3.7.1",
"version": "3.7.2",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334"
"reference": "bba83ad77bb9deb6d3c352a7361b818e415b221d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334",
"reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/bba83ad77bb9deb6d3c352a7361b818e415b221d",
"reference": "bba83ad77bb9deb6d3c352a7361b818e415b221d",
"shasum": ""
},
"require": {
@ -3379,7 +3379,7 @@
},
"require-dev": {
"apigen/apigen": "^4.1",
"codeception/aspect-mock": "^1.0 | ^2.0",
"codeception/aspect-mock": "^1.0 | ~2.0.0",
"doctrine/annotations": "~1.2.0",
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
"ircmaxell/random-lib": "^1.1",
@ -3387,7 +3387,7 @@
"mockery/mockery": "^0.9.4",
"moontoast/math": "^1.1",
"php-mock/php-mock-phpunit": "^0.3|^1.1",
"phpunit/phpunit": "^4.7|>=5.0 <5.4",
"phpunit/phpunit": "^4.7|^5.0",
"satooshi/php-coveralls": "^0.6.1",
"squizlabs/php_codesniffer": "^2.3"
},
@ -3436,7 +3436,7 @@
"identifier",
"uuid"
],
"time": "2017-09-22T20:46:04+00:00"
"time": "2018-01-13T22:22:03+00:00"
},
{
"name": "sensiolabs/security-checker",