Skip to content

Commit

Permalink
fix(deps): update dependency tslib to ~2.5.0 (#3952)
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 Jan 27, 2023
1 parent f31ad89 commit 7548287
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 40 deletions.
14 changes: 7 additions & 7 deletions packages/api/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 @@ -72,7 +72,7 @@
"dependencies": {
"mutation-testing-metrics": "1.7.10",
"mutation-testing-report-schema": "1.7.10",
"tslib": "~2.4.0"
"tslib": "~2.5.0"
},
"devDependencies": {
"@types/node": "18.11.18",
Expand Down
14 changes: 7 additions & 7 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 @@ -85,7 +85,7 @@
"semver": "^7.3.5",
"source-map": "~0.7.3",
"tree-kill": "~1.2.2",
"tslib": "~2.4.0",
"tslib": "~2.5.0",
"typed-inject": "~3.0.0",
"typed-rest-client": "~1.8.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-runner/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/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@stryker-mutator/api": "6.3.1",
"@stryker-mutator/util": "6.3.1",
"semver": "~7.3.7",
"tslib": "~2.4.0"
"tslib": "~2.5.0"
},
"initStrykerConfig": {
"coverageAnalysis": "perTest"
Expand Down
14 changes: 7 additions & 7 deletions packages/karma-runner/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/karma-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@stryker-mutator/util": "6.3.1",
"decamelize": "~6.0.0",
"semver": "~7.3.0",
"tslib": "~2.4.0"
"tslib": "~2.5.0"
},
"contributors": [
"nicojs <[email protected]>",
Expand Down
14 changes: 7 additions & 7 deletions packages/mocha-runner/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/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@stryker-mutator/api": "6.3.1",
"@stryker-mutator/util": "6.3.1",
"tslib": "~2.4.0"
"tslib": "~2.5.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "6.3.1",
Expand Down

0 comments on commit 7548287

Please sign in to comment.