Skip to content

Commit

Permalink
fix babel-plugin-module-resolver version to 5.0.0 (#8203)
Browse files Browse the repository at this point in the history
<!--
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
Bayheck and Bayheck authored Jun 4, 2024
1 parent 430918d commit 5e04aa6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gitTag": true
},
"confirm": false,
"publishTag": "latest",
"publishTag": "rc",
"prePublishScript": "gulp test-server",
"postPublishScript": "gulp docker-publish"
}
31 changes: 17 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "3.6.0",
"version": "3.6.1-rc.1",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down Expand Up @@ -81,7 +81,7 @@
"@devexpress/callsite-record": "^4.1.6",
"@types/node": "^12.20.10",
"async-exit-hook": "^1.1.2",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-module-resolver": "5.0.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"bowser": "^2.8.1",
"callsite": "^1.0.0",
Expand Down

0 comments on commit 5e04aa6

Please sign in to comment.