Skip to content

Commit 0ce0b40

Browse files
Bump ts-jest from 29.0.3 to 29.0.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.3 to 29.0.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.0.3...v29.0.5) --- 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 400280a commit 0ce0b40

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
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.3.1",
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,9 +2547,9 @@ json5@^1.0.1:
25472547
dependencies:
25482548
minimist "^1.2.0"
25492549

2550-
json5@^2.2.1:
2551-
version "2.2.1"
2552-
resolved "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz"
2550+
json5@^2.2.1, json5@^2.2.3:
2551+
version "2.2.3"
2552+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
25532553

25542554
jsx-ast-utils@^3.3.2:
25552555
version "3.3.3"
@@ -3156,14 +3156,14 @@ tr46@~0.0.3:
31563156
version "0.0.3"
31573157
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
31583158

3159-
ts-jest@29.0.3:
3160-
version "29.0.3"
3161-
resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz"
3159+
ts-jest@29.0.5:
3160+
version "29.0.5"
3161+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.5.tgz#c5557dcec8fe434fcb8b70c3e21c6b143bfce066"
31623162
dependencies:
31633163
bs-logger "0.x"
31643164
fast-json-stable-stringify "2.x"
31653165
jest-util "^29.0.0"
3166-
json5 "^2.2.1"
3166+
json5 "^2.2.3"
31673167
lodash.memoize "4.x"
31683168
make-error "1.x"
31693169
semver "7.x"

0 commit comments

Comments
 (0)