Update `yargs` from `^4.2.0` (currently `v4.8.1`) to `^6.5.0`.
No relevant package changes.
See: https://github.com/yargs/yargs/releases
Other changes:
- Remove duplicated yarg import in `gulp/tasks/customizer.js`
var postcss = require('gulp-postcss');
var autoprefixer = require('autoprefixer');
-var ARGS = require('yargs').argv;
+var ARGS = yargs.argv;
var FOUNDATION_VERSION = require('../../package.json').version;
var OUTPUT_DIR = ARGS.output || 'custom-build';
var COMPATIBILITY = [
"touch": "^1.0.0",
"vinyl": "^2.0.1",
"vinyl-source-stream": "^1.1.0",
- "yargs": "^4.2.0"
+ "yargs": "^6.5.0"
},
"repository": {
"type": "git",