Changelog
Typ: Dependenies Updates
2.0.6
– add
tar
package to package.json for security vulnerability #803 see (nodesecurity report)– add some missing basic task to gulpfile (requires a compare and update of your local gulpfile)
– update dev dependencies
–
gulp
–
gulp-sourcemaps
–
gulp-autoprefixer
–
gulp-uglify
–
browser-sync
–
js-hint
Files DIFF needed?:
Yes, following files has been changed:
– gulpfile.js
( diff with _gulpfile.example.js_ )
Anzeige
Vulnerabilities Found:
- security vulnerability #803
Installation Update
composer update dermatz/woodoo-buildtools
- switch into woodoo-buildtools path
cd woodoo-buildtools
gulp update_json
- update
gulpfile.js
(make a diff with woodoo-buildtools/core/gulpfile_example.js)
"extra": { "installer-paths":{ "./woodoo-buildtools/core": ["dermatz/woodoo-buildtools"] } }
Führe diese Befehle in Ihrem Projekt-Root aus, um woodoo buildtools in root /woodoo-buildtools zu installieren
composer.phar config repositories.woodoo-buildtools git https://gitlab.com/dermatz/woodoo-buildtools.git composer.phar require dermatz/woodoo-buildtools --dev "^2.0.6"