Skip to content

Commit d3243d4

Browse files
chore(deps): bump ts-jest from 29.1.5 to 29.2.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.5 to 29.2.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.5...v29.2.2) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f5a4fa commit d3243d4

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"constructs": "^10.3.0",
4141
"jest": "^29.7.0",
4242
"source-map-support": "^0.5.21",
43-
"ts-jest": "^29.1.5",
43+
"ts-jest": "^29.2.2",
4444
"tsx": "^4.16.2",
4545
"typescript": "^5.4.5"
4646
},
@@ -60,7 +60,7 @@
6060
"constructs": "^10.3.0",
6161
"esbuild": "^0.23.0",
6262
"jest": "^29.7.0",
63-
"ts-jest": "^29.1.5",
63+
"ts-jest": "^29.2.2",
6464
"ts-node": "^10.9.2",
6565
"typescript": "^5.4.5"
6666
}

package-lock.json

Lines changed: 7 additions & 6 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
@@ -69,7 +69,7 @@
6969
"middy4": "npm:@middy/core@^4.7.0",
7070
"middy5": "npm:@middy/core@^5.4.3",
7171
"prettier": "^3.3.2",
72-
"ts-jest": "^29.1.5",
72+
"ts-jest": "^29.2.2",
7373
"ts-node": "^10.9.2",
7474
"typedoc": "^0.26.4",
7575
"typedoc-plugin-missing-exports": "^3.0.0",

0 commit comments

Comments
 (0)