Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.7.0 (#4981)
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 Sep 27, 2024
1 parent 454e5e2 commit 4bdef40
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 23 deletions.
11 changes: 6 additions & 5 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "5.5.4",
"vite": "5.4.7",
"vitest": "2.1.1",
Expand Down
21 changes: 11 additions & 10 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 @@ -59,7 +59,7 @@
"dependencies": {
"mutation-testing-metrics": "3.2.0",
"mutation-testing-report-schema": "3.1.1",
"tslib": "~2.6.3",
"tslib": "~2.7.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 @@ -92,7 +92,7 @@
"semver": "^7.6.3",
"source-map": "~0.7.4",
"tree-kill": "~1.2.2",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typed-inject": "~4.0.0",
"typed-rest-client": "~2.1.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 @@ -85,7 +85,7 @@
"@stryker-mutator/api": "8.5.0",
"@stryker-mutator/util": "8.5.0",
"semver": "~7.6.3",
"tslib": "~2.6.3"
"tslib": "~2.7.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 @@ -67,7 +67,7 @@
"@stryker-mutator/util": "8.5.0",
"decamelize": "~6.0.0",
"semver": "~7.6.3",
"tslib": "~2.6.3"
"tslib": "~2.7.0"
},
"contributors": [
"nicojs <jansennico@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@stryker-mutator/api": "8.5.0",
"@stryker-mutator/util": "8.5.0",
"tslib": "~2.6.3"
"tslib": "~2.7.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "8.5.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 @@ -53,7 +53,7 @@
"@stryker-mutator/util": "8.5.0",
"glob": "~10.4.5",
"tap-parser": "~18.0.0",
"tslib": "~2.6.3"
"tslib": "~2.7.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@stryker-mutator/api": "8.5.0",
"@stryker-mutator/util": "8.5.0",
"tslib": "~2.6.3"
"tslib": "~2.7.0"
},
"initStrykerConfig": {
"coverageAnalysis": "perTest"
Expand Down

0 comments on commit 4bdef40

Please sign in to comment.