Skip to content

Commit 2b11cbd

Browse files
Bump ts-jest from 29.0.3 to 29.0.5 (#455)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afca8f4 commit 2b11cbd

File tree

3 files changed

+24
-35
lines changed

3 files changed

+24
-35
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "29.5.0",
4242
"jest-circus": "29.3.1",
4343
"js-yaml": "4.1.0",
44-
"ts-jest": "29.0.3",
44+
"ts-jest": "29.0.5",
4545
"typescript": "5.0.2"
4646
}
4747
}

yarn.lock

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,18 +2715,7 @@ jest-snapshot@^29.5.0:
27152715
pretty-format "^29.5.0"
27162716
semver "^7.3.5"
27172717

2718-
jest-util@^29.0.0, jest-util@^29.3.1:
2719-
version "29.3.1"
2720-
resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.3.1.tgz"
2721-
dependencies:
2722-
"@jest/types" "^29.3.1"
2723-
"@types/node" "*"
2724-
chalk "^4.0.0"
2725-
ci-info "^3.2.0"
2726-
graceful-fs "^4.2.9"
2727-
picomatch "^2.2.3"
2728-
2729-
jest-util@^29.5.0:
2718+
jest-util@^29.0.0, jest-util@^29.3.1, jest-util@^29.5.0:
27302719
version "29.5.0"
27312720
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f"
27322721
dependencies:
@@ -2842,9 +2831,9 @@ json5@^1.0.1:
28422831
dependencies:
28432832
minimist "^1.2.0"
28442833

2845-
json5@^2.2.1:
2846-
version "2.2.1"
2847-
resolved "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz"
2834+
json5@^2.2.1, json5@^2.2.3:
2835+
version "2.2.3"
2836+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
28482837

28492838
jsx-ast-utils@^3.3.2:
28502839
version "3.3.3"
@@ -3458,14 +3447,14 @@ tr46@~0.0.3:
34583447
version "0.0.3"
34593448
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
34603449

3461-
ts-jest@29.0.3:
3462-
version "29.0.3"
3463-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz"
3450+
ts-jest@29.0.5:
3451+
version "29.0.5"
3452+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
34643453
dependencies:
34653454
bs-logger "0.x"
34663455
fast-json-stable-stringify "2.x"
34673456
jest-util "^29.0.0"
3468-
json5 "^2.2.1"
3457+
json5 "^2.2.3"
34693458
lodash.memoize "4.x"
34703459
make-error "1.x"
34713460
semver "7.x"

0 commit comments

Comments
 (0)