Skip to content

Commit

Permalink
fix: security upgrade glob from 7.2.3 to 9.0.0 [HEAD-1125] (#404)
Browse files Browse the repository at this point in the history
* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* chore: remove unused import

* fix: replace `glob.sync` with `globSync` from glog upgrade version

* fix: use async/await with glob for file resolution in integration tests

Refactored the test runner to handle promises returned by glob using async/await.
Previously, the glob function's callback pattern was used, which did not properly handle
the promises.

* chore: upgrade glob types

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Catalina Oyaneder <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2023
1 parent 7d05d3e commit 14a7921
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 62 deletions.
Loading

0 comments on commit 14a7921

Please sign in to comment.