Updated gulp to v5 and replaced vulnerable gulp-header with gulp-append-prepend

This commit is contained in:
the-djmaze 2024-07-08 00:43:48 +02:00
parent cd5ba2b000
commit 1a19d25fdb
4 changed files with 2912 additions and 3972 deletions

View file

@ -46,7 +46,8 @@
"babel-eslint": "^10.1.0",
"del": "^6.0.0",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"gulp-append-prepend": "^1.0.9",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
@ -55,7 +56,6 @@
"gulp-expect-file": "^2.0.0",
"gulp-filter": "^6.0.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-header": "^2.0.9",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",