Skip to content

Commit

Permalink
deps: update dependency ts-jest to ^29.1.4 (#920)
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 Jul 4, 2024
1 parent 867a5e5 commit da7b9b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"monodeploy": "workspace:*",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"yaml-validator": "^5.1.0"
Expand Down
13 changes: 8 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ __metadata:
monodeploy: "workspace:*"
nyc: "npm:^15.1.0"
prettier: "npm:^3.0.3"
ts-jest: "npm:^29.1.1"
ts-jest: "npm:^29.1.4"
ts-node: "npm:^10.9.1"
typescript: "npm:5.2.2"
yaml-validator: "npm:^5.1.0"
Expand Down Expand Up @@ -21672,9 +21672,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.4":
version: 29.1.5
resolution: "ts-jest@npm:29.1.5"
dependencies:
bs-logger: "npm:0.x"
fast-json-stable-stringify: "npm:2.x"
Expand All @@ -21686,13 +21686,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 @@ -21701,7 +21704,7 @@ __metadata:
optional: true
bin:
ts-jest: cli.js
checksum: 10/30e8259baba95dd786e64f7c18b864e904598f3ba07911be4d9bd29ca9c3c0024bad4ccf8ec0abd2a2fa14b06622cbbadff1b3be822189c657196442d33ee6ca
checksum: 10/11a29a49130f1c9bef5aebe8007f6be3e630af6c2dea6b00ff5a86d649321854a43966b4990a43960d77a3f98d7a753b9b7e19c20c42a2d38341d6e67a3e48d1
languageName: node
linkType: hard

Expand Down

0 comments on commit da7b9b1

Please sign in to comment.