cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.04k stars 1.09k forks source link

CVE because of dependency on yaml@2.2.1 #2280

Closed aukevanleeuwen closed 1 year ago

aukevanleeuwen commented 1 year ago

🤔 What's the problem you've observed?

I was alerted by dependabot of a vulnerability because of a transitive dependency on yaml@2.2.1 (via @cucumber/cucumber-js).

✨ Do you have a proposal for making it better?

Update to yaml@2.2.2.

📚 Any additional context?

bchew commented 1 year ago

@davidjgoss is there a plan for a release to npm with this fix soon? Thanks

davidjgoss commented 1 year ago

Released in https://github.com/cucumber/cucumber-js/releases/tag/v9.1.1 - sorry for the delay.