Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v8 (#4079)
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] authored Apr 3, 2023
1 parent 9c9fc7f commit af4a62c
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 44 deletions.
116 changes: 82 additions & 34 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 @@ -34,7 +34,7 @@
"jasmine-core": "4.6.0",
"json-schema-to-typescript": "12.0.0",
"lerna": "6.6.1",
"minimatch": "7.4.4",
"minimatch": "8.0.2",
"mocha": "10.2.0",
"prettier": "2.8.7",
"rimraf": "4.4.1",
Expand Down
40 changes: 32 additions & 8 deletions packages/core/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 packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"lodash.flatmap": "~4.5.0",
"lodash.groupby": "~4.6.0",
"log4js": "~6.9.0",
"minimatch": "~7.4.2",
"minimatch": "~8.0.0",
"mutation-testing-elements": "1.7.14",
"mutation-testing-metrics": "1.7.14",
"mutation-testing-report-schema": "1.7.14",
Expand Down

0 comments on commit af4a62c

Please sign in to comment.