Skip to content

Commit da46704

Browse files
build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2
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]>
1 parent 96ee281 commit da46704

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"jest": "^29.7.0",
4040
"js-yaml": "^4.1.0",
4141
"prettier": "3.2.4",
42-
"ts-jest": "^29.1.1",
42+
"ts-jest": "^29.1.2",
4343
"typescript": "^5.3.3"
4444
}
4545
}

yarn.lock

+6-18
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
slash "^3.0.0"
667667
write-file-atomic "^4.0.2"
668668

669-
"@jest/types@^29.6.1", "@jest/types@^29.6.3":
669+
"@jest/types@^29.6.3":
670670
version "29.6.3"
671671
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
672672
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
@@ -3051,19 +3051,7 @@ jest-snapshot@^29.7.0:
30513051
pretty-format "^29.7.0"
30523052
semver "^7.5.3"
30533053

3054-
jest-util@^29.0.0:
3055-
version "29.6.1"
3056-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb"
3057-
integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==
3058-
dependencies:
3059-
"@jest/types" "^29.6.1"
3060-
"@types/node" "*"
3061-
chalk "^4.0.0"
3062-
ci-info "^3.2.0"
3063-
graceful-fs "^4.2.9"
3064-
picomatch "^2.2.3"
3065-
3066-
jest-util@^29.7.0:
3054+
jest-util@^29.0.0, jest-util@^29.7.0:
30673055
version "29.7.0"
30683056
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
30693057
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -3964,10 +3952,10 @@ ts-api-utils@^1.0.1:
39643952
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
39653953
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
39663954

3967-
ts-jest@^29.1.1:
3968-
version "29.1.1"
3969-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
3970-
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
3955+
ts-jest@^29.1.2:
3956+
version "29.1.2"
3957+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
3958+
integrity sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==
39713959
dependencies:
39723960
bs-logger "0.x"
39733961
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)