Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 #963

Merged
merged 1 commit into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3",
"ts-jest": "^29.1.4",
"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.3",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.0.2"
},
Expand Down
12 changes: 6 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.3"
ts-jest: "npm:^29.1.4"
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.3"
ts-jest: "npm:^29.1.4"
ts-node: "npm:^10.9.2"
tsup: "npm:^8.0.2"
typescript: "npm:^5.4.5"
Expand Down Expand Up @@ -12672,9 +12672,9 @@ __metadata:
languageName: node
linkType: hard

"ts-jest@npm:^29.1.3":
version: 29.1.3
resolution: "ts-jest@npm:29.1.3"
"ts-jest@npm:^29.1.4":
version: 29.1.4
resolution: "ts-jest@npm:29.1.4"
dependencies:
bs-logger: "npm:0.x"
fast-json-stable-stringify: "npm:2.x"
Expand Down Expand Up @@ -12704,7 +12704,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10/cc1f608bb5859e112ffb8a6d84ddb5c20954b7ec8c89a8c7f95e373368d8946b5843594fe7779078eec2b7e825962848f1a1ba7a44c71b8a08ed4e75d3a3f8d8
checksum: 10/3103c0e2f9937ae6bb51918105883565bb2d11cae1121ae20aedd1c4374f843341463a4a1986e02a958d119be0d3a9b996d761bc4aac85152a29385e609fed3c
languageName: node
linkType: hard

Expand Down
Loading