Skip to content

Commit 01cdfc2

Browse files
chore(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 (#1943)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5584c7d commit 01cdfc2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"constructs": "^10.3.0",
4040
"esbuild": "^0.19.11",
4141
"jest": "^29.7.0",
42-
"ts-jest": "^29.1.1",
42+
"ts-jest": "^29.1.2",
4343
"ts-node": "^10.9.2",
4444
"typescript": "^5.3.3"
4545
},

examples/sam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "^20.11.5",
3030
"esbuild": "^0.19.11",
3131
"jest": "^29.7.0",
32-
"ts-jest": "^29.1.1",
32+
"ts-jest": "^29.1.2",
3333
"ts-node": "^10.9.2",
3434
"typescript": "^5.3.3"
3535
},

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"lint-staged": "^15.2.0",
6868
"prettier": "^3.2.4",
6969
"rimraf": "^5.0.5",
70-
"ts-jest": "^29.1.1",
70+
"ts-jest": "^29.1.2",
7171
"ts-node": "^10.9.2",
7272
"typedoc": "^0.25.7",
7373
"typedoc-plugin-missing-exports": "^2.2.0",

0 commit comments

Comments
 (0)