Skip to content

Commit 9670787

Browse files
authored
chore(release): 29.1.1 (#4173)
1 parent 8c51d32 commit 9670787

File tree

3 files changed

+35
-26
lines changed

3 files changed

+35
-26
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [29.1.1](https://github.com/kulshekhar/ts-jest/compare/v29.1.0...v29.1.1) (2023-06-23)
2+
3+
4+
### Security Fixes
5+
6+
* bump `semver` to `7.5.3`
7+
8+
9+
110
# [29.1.0](https://github.com/kulshekhar/ts-jest/compare/v29.0.5...v29.1.0) (2023-03-26)
211

312

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-jest",
3-
"version": "29.1.0",
3+
"version": "29.1.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"bin": {
@@ -57,7 +57,7 @@
5757
"json5": "^2.2.3",
5858
"lodash.memoize": "4.x",
5959
"make-error": "1.x",
60-
"semver": "7.x",
60+
"semver": "^7.5.3",
6161
"yargs-parser": "^21.0.1"
6262
},
6363
"peerDependencies": {

0 commit comments

Comments
 (0)