Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.6.0 (#4335)
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 Jun 27, 2023
1 parent 1161bd2 commit e4c00ef
Show file tree
Hide file tree
Showing 8 changed files with 211 additions and 24 deletions.
221 changes: 204 additions & 17 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 packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"mutation-testing-metrics": "2.0.1",
"mutation-testing-report-schema": "2.0.1",
"tslib": "~2.5.0",
"tslib": "~2.6.0",
"typed-inject": "~4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"semver": "^7.3.5",
"source-map": "~0.7.3",
"tree-kill": "~1.2.2",
"tslib": "2.5.3",
"tslib": "2.6.0",
"typed-inject": "~4.0.0",
"typed-rest-client": "~1.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@stryker-mutator/api": "7.1.0",
"@stryker-mutator/util": "7.1.0",
"semver": "~7.5.0",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"initStrykerConfig": {
"coverageAnalysis": "perTest"
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@stryker-mutator/util": "7.1.0",
"decamelize": "~6.0.0",
"semver": "~7.5.0",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"contributors": [
"nicojs <[email protected]>",
Expand Down
Loading

0 comments on commit e4c00ef

Please sign in to comment.