Skip to content

Commit

Permalink
chore(deps-dev): Bump ts-jest from 29.1.1 to 29.1.2
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.1...v29.1.2)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent c03ab5b commit ce658c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"simple-git": "^3.22.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typemoq": "^2.1.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ado-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"tfx-cli": "^0.16.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typemoq": "^2.1.0",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typemoq": "^2.1.0",
"typescript": "^5.3.3"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ __metadata:
reflect-metadata: ^0.2.1
rimraf: ^5.0.5
tfx-cli: ^0.16.0
ts-jest: ^29.1.1
ts-jest: ^29.1.2
ts-loader: ^9.5.1
typemoq: ^2.1.0
typescript: ^5.3.3
Expand Down Expand Up @@ -87,7 +87,7 @@ __metadata:
rimraf: ^5.0.5
serialize-error: ^11.0.3
serve-static: ^1.15.0
ts-jest: ^29.1.1
ts-jest: ^29.1.2
ts-loader: ^9.5.1
typemoq: ^2.1.0
typescript: ^5.3.3
Expand Down Expand Up @@ -3287,7 +3287,7 @@ __metadata:
prettier: ^3.2.4
rimraf: ^5.0.5
simple-git: ^3.22.0
ts-jest: ^29.1.1
ts-jest: ^29.1.2
ts-loader: ^9.5.1
typemoq: ^2.1.0
typescript: ^5.3.3
Expand Down Expand Up @@ -11566,9 +11566,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.1":
version: 29.1.1
resolution: "ts-jest@npm:29.1.1"
"ts-jest@npm:^29.1.2":
version: 29.1.2
resolution: "ts-jest@npm:29.1.2"
dependencies:
bs-logger: 0.x
fast-json-stable-stringify: 2.x
Expand All @@ -11595,7 +11595,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: a8c9e284ed4f819526749f6e4dc6421ec666f20ab44d31b0f02b4ed979975f7580b18aea4813172d43e39b29464a71899f8893dd29b06b4a351a3af8ba47b402
checksum: a0ce0affc1b716c78c9ab55837829c42cb04b753d174a5c796bb1ddf9f0379fc20647b76fbe30edb30d9b23181908138d6b4c51ef2ae5e187b66635c295cefd5
languageName: node
linkType: hard

Expand Down

0 comments on commit ce658c7

Please sign in to comment.