Skip to content

Commit 13f9c22

Browse files
dependabot[bot]mengdaming
authored andcommitted
Bump ts-jest from 29.1.1 to 29.1.2 in /examples/typescript-yarn
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] <support@github.com>
1 parent 940d04f commit 13f9c22

File tree

2 files changed

+23
-35
lines changed

2 files changed

+23
-35
lines changed

examples/typescript-yarn/package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/typescript-yarn/yarn.lock

+5-17
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
slash "^3.0.0"
563563
write-file-atomic "^4.0.2"
564564

565-
"@jest/types@^29.5.0", "@jest/types@^29.6.3":
565+
"@jest/types@^29.6.3":
566566
version "29.6.3"
567567
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
568568
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
@@ -1643,19 +1643,7 @@ jest-snapshot@^29.7.0:
16431643
pretty-format "^29.7.0"
16441644
semver "^7.5.3"
16451645

1646-
jest-util@^29.0.0:
1647-
version "29.5.0"
1648-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f"
1649-
integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==
1650-
dependencies:
1651-
"@jest/types" "^29.5.0"
1652-
"@types/node" "*"
1653-
chalk "^4.0.0"
1654-
ci-info "^3.2.0"
1655-
graceful-fs "^4.2.9"
1656-
picomatch "^2.2.3"
1657-
1658-
jest-util@^29.7.0:
1646+
jest-util@^29.0.0, jest-util@^29.7.0:
16591647
version "29.7.0"
16601648
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
16611649
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
@@ -2169,9 +2157,9 @@ to-regex-range@^5.0.1:
21692157
is-number "^7.0.0"
21702158

21712159
ts-jest@*:
2172-
version "29.1.1"
2173-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
2174-
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
2160+
version "29.1.2"
2161+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.2.tgz#7613d8c81c43c8cb312c6904027257e814c40e09"
2162+
integrity sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==
21752163
dependencies:
21762164
bs-logger "0.x"
21772165
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)