vulnerability solved

This commit is contained in:
sunny kushwaha 2019-11-18 18:18:00 +05:30
parent b0dc5dbcb1
commit c3812bbf23
2 changed files with 4 additions and 4 deletions

View File

@ -57,4 +57,4 @@ gulp.task('watch', function() {
});
// Default Task
gulp.task('default', ['browser-sync', 'watch']);
gulp.task('default', gulp.series('browser-sync', 'watch'));

View File

@ -31,11 +31,11 @@
},
"homepage": "https://github.com/puikinsh/gentelella#readme",
"devDependencies": {
"browser-sync": "^2.12.10",
"gulp": "^3.9.1",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-rename": "^1.4.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-uglify": "^1.5.3"
}