Skip to content

Commit e1d9054

Browse files
Bump ts-jest from 29.1.1 to 29.1.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.1.5. - [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.5) --- 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 c29e9b3 commit e1d9054

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"make-coverage-badge": "^1.2.0",
8787
"prettier": "^3.0.3",
8888
"prettier-eslint": "^16.3.0",
89-
"ts-jest": "^29.1.1",
89+
"ts-jest": "^29.1.5",
9090
"typescript": "^5.2.2"
9191
},
9292
"workspaces": [

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4794,10 +4794,10 @@ ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
47944794
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
47954795
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
47964796

4797-
ts-jest@^29.1.1:
4798-
version "29.1.1"
4799-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.1.tgz#f58fe62c63caf7bfcc5cc6472082f79180f0815b"
4800-
integrity sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
4797+
ts-jest@^29.1.5:
4798+
version "29.1.5"
4799+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.5.tgz#d6c0471cc78bffa2cb4664a0a6741ef36cfe8f69"
4800+
integrity sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==
48014801
dependencies:
48024802
bs-logger "0.x"
48034803
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)