DevExpress / testcafe

A Node.js tool to automate end-to-end web testing.
https://testcafe.io
MIT License
9.78k stars 661 forks source link

fix babel-plugin-module-resolver version to 5.0.0 #8203

Closed Bayheck closed 1 month ago

Bayheck commented 1 month ago

Purpose

Version 5.0.2 of babel-plugin-module-resolver has glob version ^9.3.3 with vulnerability. By fixing to version 5.0.0 babel-plugin-module-resolver we avoid vulnerability with glob version ^8.0.3.

Approach

Describe how your changes address the issue or implement the desired functionality in as much detail as possible.

References

Link to discussion

Pre-Merge TODO

github-actions[bot] commented 1 month ago

Release v3.6.1-rc.1 addresses this.