composer update && npm update

This commit is contained in:
Jonny Barnes 2017-10-19 12:49:27 +01:00
parent ce94962e34
commit bcc5b67dcd
3 changed files with 828 additions and 651 deletions

52
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.36.26", "version": "3.36.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "96f2c1525d3fd17a0802329c309c76c01a78aa51" "reference": "210958295921f0004d0fdc38bc9aefe33ef2a3de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/96f2c1525d3fd17a0802329c309c76c01a78aa51", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/210958295921f0004d0fdc38bc9aefe33ef2a3de",
"reference": "96f2c1525d3fd17a0802329c309c76c01a78aa51", "reference": "210958295921f0004d0fdc38bc9aefe33ef2a3de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -84,7 +84,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2017-10-12T19:45:50+00:00" "time": "2017-10-18T18:46:11+00:00"
}, },
{ {
"name": "barnabywalters/mf-cleaner", "name": "barnabywalters/mf-cleaner",
@ -1940,16 +1940,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.5.14", "version": "v5.5.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "26c700eb79e5bb55b59df2c495c9c71f16f43302" "reference": "3a16d196bd8d2b7761c9b0060a30a3687c3ea201"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/26c700eb79e5bb55b59df2c495c9c71f16f43302", "url": "https://api.github.com/repos/laravel/framework/zipball/3a16d196bd8d2b7761c9b0060a30a3687c3ea201",
"reference": "26c700eb79e5bb55b59df2c495c9c71f16f43302", "reference": "3a16d196bd8d2b7761c9b0060a30a3687c3ea201",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2068,7 +2068,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2017-10-03T17:41:03+00:00" "time": "2017-10-17T12:19:22+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
@ -3630,16 +3630,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "6.4.2", "version": "6.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "ae6e2e062ff55263c7b04374c190aca45872b26a" "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6e2e062ff55263c7b04374c190aca45872b26a", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
"reference": "ae6e2e062ff55263c7b04374c190aca45872b26a", "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3710,7 +3710,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2017-10-15T06:16:19+00:00" "time": "2017-10-16T13:18:59+00:00"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -4079,16 +4079,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.8.12", "version": "v0.8.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "1502354ebc70d59d8e3a87c325b0eb78a79da25b" "reference": "cdb5593c3684bab74e10fcfffe4a0c8d1c39695d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/1502354ebc70d59d8e3a87c325b0eb78a79da25b", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/cdb5593c3684bab74e10fcfffe4a0c8d1c39695d",
"reference": "1502354ebc70d59d8e3a87c325b0eb78a79da25b", "reference": "cdb5593c3684bab74e10fcfffe4a0c8d1c39695d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4148,7 +4148,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2017-10-14T17:14:13+00:00" "time": "2017-10-19T06:13:20+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
@ -5571,16 +5571,16 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.5.0", "version": "v1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5592,7 +5592,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.5-dev" "dev-master": "1.6-dev"
} }
}, },
"autoload": { "autoload": {
@ -5626,7 +5626,7 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2017-06-14T15:44:48+00:00" "time": "2017-10-11T12:05:26+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",

1401
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,36 +6,36 @@
"license": "CC0-1.0", "license": "CC0-1.0",
"dependencies": { "dependencies": {
"alertify.js": "^1.0.12", "alertify.js": "^1.0.12",
"mapbox-gl": "^0.39.1", "mapbox-gl": "^0.41.0",
"marked": "^0.3.6", "marked": "^0.3.6",
"normalize.css": "^7.0.0", "normalize.css": "^7.0.0",
"webStorage": "^1.2.4" "webStorage": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {
"ajv": "^5.2.2", "ajv": "^5.2.3",
"autoprefixer": "^7.1.4", "autoprefixer": "^7.1.5",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
"babel-loader": "^7.1.2", "babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0", "babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.18.0", "babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0", "babel-preset-latest": "^6.16.0",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"dotenv-webpack": "^1.5.4", "dotenv-webpack": "^1.5.4",
"eslint": "^4.6.1", "eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1", "eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0", "eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.1.1", "eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0", "eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1", "eslint-plugin-standard": "^3.0.1",
"lint-staged": "^4.1.3", "lint-staged": "^4.3.0",
"postcss-cli": "^4.1.0", "postcss-cli": "^4.1.1",
"pre-commit": "^1.1.3", "pre-commit": "^1.1.3",
"source-list-map": "^2.0.0", "source-list-map": "^2.0.0",
"stylelint": "^8.1.1", "stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0", "stylelint-config-standard": "^17.0.0",
"uglify-js": "^3.0.28", "uglify-js": "^3.1.4",
"webpack": "^3.5.6", "webpack": "^3.8.1",
"webpack-sources": "^1.0.1" "webpack-sources": "^1.0.1"
}, },
"scripts": { "scripts": {