gulp-header
gulp-header copied to clipboard
Gulp extension to add a header to file(s) in the pipeline
There's a vulnerability [CVE-2021-23337](https://github.com/advisories/GHSA-35jh-r3h4-6jhm) in lodash.template which is fixed in the main lodash package. The per-method lodash packages [are now deprecated](https://lodash.com/per-method-packages) so I've replaced this one with the main lodash...
There's a vulnerability [CVE-2021-23337](https://github.com/advisories/GHSA-35jh-r3h4-6jhm) in `lodash.template` which is fixed in the main `lodash` package. The per-method lodash packages [are now deprecated](https://lodash.com/per-method-packages) so I've replaced this one with the main lodash...
Update the project to match the gulp community template. - https://github.com/gulp-community/gulp-pug - https://github.com/gulpjs/update-template
I've added @robrich, @contra as collaborators on the project... I'm open to adding others as well. Does anyone have input?
As per the component governance alert made changes to remove lodash.template and replace with lodash. Made the fix as per the suggestion provided in below link. https://github.com/lodash/lodash/issues/5851 _"If you are...