diff --git a/assets/common/package.json b/assets/common/package.json index ed7328d61..b2da2c405 100644 --- a/assets/common/package.json +++ b/assets/common/package.json @@ -22,6 +22,6 @@ "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0", - "yargs": "^3.32.0" + "yargs": "^4.1.0" } } diff --git a/engines/common/nucleus/package.json b/engines/common/nucleus/package.json index d41bc2586..3d767b3be 100644 --- a/engines/common/nucleus/package.json +++ b/engines/common/nucleus/package.json @@ -15,6 +15,6 @@ "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0", - "yargs": "^3.32.0" + "yargs": "^4.1.0" } } diff --git a/package.json b/package.json index 538e73788..2c5c34c30 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0", - "yargs": "^3.32.0" + "yargs": "^4.1.0" }, "scripts": { "build-assets": "rm -rf node_modules && rm -rf assets/common/node_modules && rm -rf platforms/common/node_modules && rm -rf engines/common/nucleus/node_modules && npm install && cd assets/common && npm install && cd ../../ && cd platforms/common && npm install && cd ../../ && cd engines/common/nucleus && npm install && cd ../../../" diff --git a/platforms/common/package.json b/platforms/common/package.json index 46e4a92c6..939404685 100644 --- a/platforms/common/package.json +++ b/platforms/common/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "dependencies": { "agent": "w00fz/agent#patch-1", - "dropzone": "^4.2.0", + "dropzone": "^4.3.0", "elements": "w00fz/elements", "moofx": "^3.2.0", "mout": "~0.11.1", @@ -13,21 +13,21 @@ "sifter": "^0.4.5", "slick": "^1.12.2", "sortablejs": "w00fz/Sortable#events-patch", - "webfontloader": "^1.6.20" + "webfontloader": "^1.6.21" }, "devDependencies": { "browserify": "^13.0.0", - "gulp": "^3.9.0", + "gulp": "^3.9.1", "gulp-if": "^2.0.0", "gulp-rename": "^1.2.2", "gulp-ruby-sass": "^2.0.6", "gulp-sourcemaps": "^1.6.0", - "gulp-uglify": "^1.5.1", + "gulp-uglify": "^1.5.2", "gulp-util": "^3.0.7", "merge-stream": "^1.0.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0", - "yargs": "^3.32.0" + "yargs": "^4.1.0" } }