intuit / judo

Judo is an easy-to-use Command Line Interface (CLI) Integration Testing Framework, driven from a simple yaml file that also contains assertions.
Other
51 stars 21 forks source link

Security updates #44

Closed worldjoe closed 3 years ago

worldjoe commented 4 years ago

Update for security issues. Please test before creating your PR.

`Remediation

Upgrade node-fetch to version 2.6.1 or later. For example:

"dependencies": { "node-fetch": ">=2.6.1" }

or…

"devDependencies": { "node-fetch": ">=2.6.1" }

`

`Remediation

Upgrade acorn to version 5.7.4 or later. For example:

"dependencies": { "acorn": ">=5.7.4" }

or…

"devDependencies": { "acorn": ">=5.7.4" }

`

`Remediation

Upgrade minimist to version 0.2.1 or later. For example:

"dependencies": { "minimist": ">=0.2.1" }

or…

"devDependencies": { "minimist": ">=0.2.1" }

`

`Remediation

Upgrade kind-of to version 6.0.3 or later. For example:

"dependencies": { "kind-of": ">=6.0.3" }

or…

"devDependencies": { "kind-of": ">=6.0.3" }

`

worldjoe commented 4 years ago
Screen Shot 2020-10-06 at 8 29 15 AM
Kishore-abhimanyu commented 4 years ago

can you assign me on this?

umer2001 commented 4 years ago

can I do this ?

worldjoe commented 4 years ago

there's no assignment or dibs. Either do it and send a PR, or don't.

umer2001 commented 4 years ago

done, please merge it. & please add the topic "hacktoberfest" to your Repo OR add label "hacktoberfest-accepted" to the above pull request. thankyou.