From 7626ab325b0fd746d20117e709b40d235c416e27 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 21 Mar 2017 19:59:48 -0400 Subject: [PATCH] Update dependencies --- bower.json | 2 +- composer.lock | 40 ++++++++++++++++++++-------------------- package.json | 4 ++-- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bower.json b/bower.json index 7cec425..3abac99 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "description": "The Hypothetical website template", "license": "MIT", "dependencies": { - "jquery": "~3.2.0", + "jquery": "~3.2.1", "fontawesome": "~4.7.0", "awesome-bootstrap-checkbox": "~0.3.7", "Sortable": "~1.5.1", diff --git a/composer.lock b/composer.lock index f75d939..0a3b198 100644 --- a/composer.lock +++ b/composer.lock @@ -307,16 +307,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855" + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855", - "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { @@ -368,7 +368,7 @@ "uri", "url" ], - "time": "2017-02-27T10:51:17+00:00" + "time": "2017-03-20T17:10:46+00:00" }, { "name": "intervention/image", @@ -521,16 +521,16 @@ }, { "name": "laravel/framework", - "version": "v5.4.15", + "version": "v5.4.16", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "ecc6468b8af30b77566a8519ce8898740ef691d7" + "reference": "6cf379ec34d08bcdc9c7183e369a8fdf04ade80d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/ecc6468b8af30b77566a8519ce8898740ef691d7", - "reference": "ecc6468b8af30b77566a8519ce8898740ef691d7", + "url": "https://api.github.com/repos/laravel/framework/zipball/6cf379ec34d08bcdc9c7183e369a8fdf04ade80d", + "reference": "6cf379ec34d08bcdc9c7183e369a8fdf04ade80d", "shasum": "" }, "require": { @@ -646,7 +646,7 @@ "framework", "laravel" ], - "time": "2017-03-02T14:41:40+00:00" + "time": "2017-03-21T19:34:41+00:00" }, { "name": "laravel/tinker", @@ -1445,16 +1445,16 @@ }, { "name": "psy/psysh", - "version": "v0.8.2", + "version": "v0.8.3", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "97113db4107a4126bef933b60fea6dbc9f615d41" + "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/97113db4107a4126bef933b60fea6dbc9f615d41", - "reference": "97113db4107a4126bef933b60fea6dbc9f615d41", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e", + "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e", "shasum": "" }, "require": { @@ -1514,7 +1514,7 @@ "interactive", "shell" ], - "time": "2017-03-01T00:13:29+00:00" + "time": "2017-03-19T21:40:44+00:00" }, { "name": "radic/blade-extensions", @@ -3477,16 +3477,16 @@ }, { "name": "phpunit/phpunit", - "version": "5.7.16", + "version": "5.7.17", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "dafc78e2a7d12139b0e97078d1082326bd09363d" + "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dafc78e2a7d12139b0e97078d1082326bd09363d", - "reference": "dafc78e2a7d12139b0e97078d1082326bd09363d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68752b665d3875f9a38a357e3ecb35c79f8673bf", + "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf", "shasum": "" }, "require": { @@ -3555,7 +3555,7 @@ "testing", "xunit" ], - "time": "2017-03-15T13:02:34+00:00" + "time": "2017-03-19T16:52:12+00:00" }, { "name": "phpunit/phpunit-mock-objects", diff --git a/package.json b/package.json index c362688..e228d3e 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "gulp-concat": "^2.6.1", "gulp-modernizr": "^1.0.0-alpha", "gulp-plumber": "^1.1.0", - "gulp-postcss": "^6.3.0", + "gulp-postcss": "^6.4.0", "gulp-sass": "^3.1.0", "gulp-sass-glob": "^1.0.8", "gulp-strip-debug": "^1.1.0", - "gulp-uglify": "^2.1.0", + "gulp-uglify": "^2.1.2", "gulp-util": "^3.0.8" } }