Skip to content

Commit

Permalink
Build: overrides minimatch and glob (#8175)
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
_Describe the problem you want to address or the feature you want to
implement._

## Approach
_Describe how your changes address the issue or implement the desired
functionality in as much detail as possible._

## References
_Provide a link to the existing issue(s), if any._

## Pre-Merge TODO
- [ ] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail
  • Loading branch information
PavelMor25 committed Apr 22, 2024
1 parent 29d473b commit 8f0043a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 139 deletions.
155 changes: 16 additions & 139 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,9 @@
"testcafe-browser-provider-browserstack": "^1.14.1",
"tslib": "^2.4.0",
"uglify-js": "~3.10.4"
},
"overrides": {
"minimatch": "5.1.2",
"glob": "8.1.0"
}
}

0 comments on commit 8f0043a

Please sign in to comment.