Skip to content

Fixed gulp-util vulnerabilities by replacing as suggested in #36#37

Open
Floix wants to merge 4 commits intocarsdotcom:masterfrom
Floix:master
Open

Fixed gulp-util vulnerabilities by replacing as suggested in #36#37
Floix wants to merge 4 commits intocarsdotcom:masterfrom
Floix:master

Conversation

@Floix
Copy link

@Floix Floix commented Aug 22, 2018

Fixed gulp-util vulnerabilities by replacing as suggested in #36

#36

@aariano-ebsco2
Copy link

Is there any expectation as to when this PR will be merged?

index.js Outdated
var fs = require("fs"),
path = require("path"),
through = require("through2"),
gutil = require("fancy-log"),
Copy link

@DullReferenceException DullReferenceException Feb 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is correct. From the docs on fancy-log, there is no log method attached; rather, the main export is the log function:

https://github.com/gulpjs/fancy-log/blob/master/index.js#L88-L92

So maybe you could make this:

log = require("fancy-log")

...and replace all the gutil.log(...) calls with log(...).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this with bf34a1d. Thank you for the suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants