Skip to content

Commit

Permalink
fix(deps): update dependency glob to v10.3.0 (#4321)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 23, 2023
1 parent 7de303b commit 72615b6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 24 deletions.
41 changes: 20 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-unicorn": "47.0.0",
"execa": "7.1.1",
"glob": "10.2.7",
"glob": "10.3.0",
"install-local": "3.0.1",
"jasmine": "5.0.2",
"jasmine-core": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"execa": "~7.1.0",
"file-url": "~4.0.0",
"get-port": "~7.0.0",
"glob": "~10.2.6",
"glob": "~10.3.0",
"inquirer": "~9.2.0",
"lodash.flatmap": "~4.5.0",
"lodash.groupby": "~4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tap-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@stryker-mutator/api": "7.0.2",
"@stryker-mutator/util": "7.0.2",
"glob": "~10.2.6",
"glob": "~10.3.0",
"tap-parser": "~13.0.0",
"tslib": "~2.5.0"
},
Expand Down

0 comments on commit 72615b6

Please sign in to comment.