Skip to content

Commit

Permalink
build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3
Browse files Browse the repository at this point in the history
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.3.
- [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.2...v29.1.3)

---
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 and tadayosi committed May 28, 2024
1 parent 7906bc2 commit 7e100a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/backend-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"commit-and-tag-version": "^12.4.1",
"concurrently": "^8.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest-watch-typeahead": "^2.2.2",
"replace": "^1.2.2",
"timezone-mock": "^1.3.6",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.2"
},
Expand Down
15 changes: 9 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ __metadata:
express: "npm:^4.18.1"
jest: "npm:^29.7.0"
js-logger: "npm:^1.6.1"
ts-jest: "npm:^29.1.2"
ts-jest: "npm:^29.1.3"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.4.5"
languageName: unknown
Expand Down Expand Up @@ -831,7 +831,7 @@ __metadata:
replace: "npm:^1.2.2"
superstruct: "npm:^1.0.4"
timezone-mock: "npm:^1.3.6"
ts-jest: "npm:^29.1.2"
ts-jest: "npm:^29.1.3"
ts-node: "npm:^10.9.2"
tsup: "npm:^8.0.2"
typescript: "npm:^5.4.5"
Expand Down Expand Up @@ -12679,9 +12679,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.2":
version: 29.1.2
resolution: "ts-jest@npm:29.1.2"
"ts-jest@npm:^29.1.3":
version: 29.1.3
resolution: "ts-jest@npm:29.1.3"
dependencies:
bs-logger: "npm:0.x"
fast-json-stable-stringify: "npm:2.x"
Expand All @@ -12693,13 +12693,16 @@ __metadata:
yargs-parser: "npm:^21.0.1"
peerDependencies:
"@babel/core": ">=7.0.0-beta.0 <8"
"@jest/transform": ^29.0.0
"@jest/types": ^29.0.0
babel-jest: ^29.0.0
jest: ^29.0.0
typescript: ">=4.3 <6"
peerDependenciesMeta:
"@babel/core":
optional: true
"@jest/transform":
optional: true
"@jest/types":
optional: true
babel-jest:
Expand All @@ -12708,7 +12711,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10/5e40e7b933a1f3aa0d304d3c53913d1a7125fc79cd44e22b332f6e25dfe13008ddc7ac647066bb4f914d76083f7e8949f0bc156d793c30f3419f4ffd8180968b
checksum: 10/cc1f608bb5859e112ffb8a6d84ddb5c20954b7ec8c89a8c7f95e373368d8946b5843594fe7779078eec2b7e825962848f1a1ba7a44c71b8a08ed4e75d3a3f8d8
languageName: node
linkType: hard

Expand Down

0 comments on commit 7e100a1

Please sign in to comment.