Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix babel-plugin-module-resolver version to 5.0.0 (#8203)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## 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](https://teams.microsoft.com/l/message/19:[email protected]/1717393430400?tenantId=e4d60396-9352-4ae8-b84c-e69244584fa4&groupId=f74b7d18-34a4-4c78-b7d5-b56e55ce3236&parentMessageId=1717393430400&teamName=Teams%20Collaborations&channelName=TestCafe&createdTime=1717393430400) ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail --------- Co-authored-by: Bayheck <[email protected]>
- Loading branch information