Skip to content

Commit

Permalink
build(deps): bump tslib from 2.2.0 to 2.3.0 (#2952)
Browse files Browse the repository at this point in the history
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.2.0...2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 23, 2021
1 parent c141ac0 commit f4d30fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"mutation-testing-metrics": "1.7.2",
"mutation-testing-report-schema": "1.7.1",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"@types/node": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -80,7 +80,7 @@
"rxjs": "~7.1.0",
"source-map": "~0.7.3",
"tree-kill": "~1.2.2",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"typed-inject": "~3.0.0",
"typed-rest-client": "~1.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Expand Up @@ -59,7 +59,7 @@
"@stryker-mutator/api": "5.1.1",
"@stryker-mutator/util": "5.1.1",
"semver": "~7.3.5",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"initStrykerConfig": {
"coverageAnalysis": "perTest"
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-runner/package.json
Expand Up @@ -52,7 +52,7 @@
"@stryker-mutator/util": "5.1.1",
"decamelize": "~5.0.0",
"semver": "~6.3.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"contributors": [
"nicojs <jansennico@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Expand Up @@ -40,7 +40,7 @@
"@stryker-mutator/api": "5.1.1",
"@stryker-mutator/util": "5.1.1",
"glob": "~7.1.6",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "5.1.1",
Expand Down

0 comments on commit f4d30fa

Please sign in to comment.